/*                                                                   */
/*  rightcol.css :: ke Johansson 2004-03-31 :: Uppsala universitet  */
/*  anvnds fr att f hgerkolumn                               */
/*  maila frbttringsfrslag till: ake.johansson[a]uadm.uu.se       */
/*                                                                   */
/* instllningar fr huvudytan */
#maincontent {
	/* position: relative;  */
	background:#fff;
	margin-left: 20px;
	width: 500px;
}
* Grundinstllningar fr  sidfoten */
#footer {
	/*position: absolute;*/
	background:#fff;
	margin-top: 40px;  
	margin-left: 180px;
	width: 500px;  
}
.sidfot {
	padding: 3px;
	font: normal 75% Verdana, Helvetica, Sans-serif;
	border-top: 1px dashed #ccc;
}
/* Grundinstllningar fr hgerkolumn  */		
#rightcolumn {
	background: #fff;
	position: relative;
	left:-25px;
	display:block;
	float:right;
	width:160px;
	padding:0;
}

/* Instllningar fr hgerkolumn med runda hrn */
.rndbox {
	background:#e9e9e9;
	width:190px;
	position: absolute;
	left:714px;
	display:block;
	width:160px;
	top: 220px;
}
.rndtop {
	background: #cccccc url(img/tr_ccc.gif) no-repeat right top;
	height: 1.75em;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
}
.rndtop img {
	margin: 0;
}

.rndbot {
	background: url(img/br_e9.gif) no-repeat right bottom;
}
.rndbox ul {
	list-style-type: none;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 5px;
}
.rndbox li {
	line-height: 0.9em;
	padding-bottom: 0.75em;
}

.rndbox a {
	font-size: 0.85em;
	text-decoration: none;
	color: #0033CC;
}
