body {
background-color:#000000;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
line-height:130%;
}

td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
line-height:130%;
}

a.menylank {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none
}

a:hover.menylank {
color: #FFFFFF;
text-decoration:underline
}

a.standardlank {
color:#000000;
text-decoration:none
}

a:hover.standardlank {
color: #000000;
text-decoration:underline
}

.rubrik {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#1245A3;
}

.litentext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

.required {background-image:url(images/required.gif); background-position:top right; background-repeat:no-repeat;}

a.nyhet {
	color:#069; 
	text-decoration:none; 
}

a.nyhet:hover {
	color:#28B;
	text-decoration:underline; 
}






.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
