@charset "UTF-8";
html,body {
   height: 100.1%;
}
body {
	background-color: #191919;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../bilder/bg.png);
	background-repeat: repeat-x;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #999999;
}
a:active {
	color: #CCCCCC;
}
.brodtext {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
.brodtext_svart {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.bildtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
.mellanrubriker {
	font-family: Georgia, Times, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #f50065;
}
.rubrik {
	font-family: Georgia, Times, sans-serif;
	font-size: 24px;
	font-style: bold;
	color: #f50065;
}
.opaque { 
 opacity: .8; 
 filter: alpha(opacity=80); 
}
.tabellbg {
	background-color: #909190;
	background-image: url(../bilder/bg_tonad.gif);
	background-repeat: repeat-x;
}
.tabellbg2 {
	background-color: #cccccc;
	background-image: url(../bilder/bg.gif);
	background-repeat: repeat-y;
}
