@charset "iso-8859-1";

body {
		background-color:#E0E0E0;
		background-image:url(/images/bg.jpg);
		background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
	color: #06F;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: none;
	color: #0CF;
}
a:active {
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.brodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
}
.header {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #06F;
	font-weight:bold;
}
.meny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 12px;
}
.meny a:link { color: #FFF; }
.meny a:visited { color: #FFF; }
.meny a:hover { color: #0CF; }
	
.rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left:22px;
}
.nyheter_bluelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06F;
	a:hover { background-color: #101010; }
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06F;
}
.spacer {
	font-size: 5px;
	line-height:0.5;	
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.submitbuttondiv {
	width:170px;
	overflow:visible
}






