/* CSS Document */

/* MAIN */
body {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}







/* LINKS */
a:link { text-decoration: none; color: #666666;}
a:visited { text-decoration: none; color: #666666;}
a:active { text-decoration: none; color: #666666;}
a:hover { text-decoration: none; color: #DC0202;}


a.link:link { text-decoration: none; color: #000000;}
a.link:visited { text-decoration: none; color: #000000;}
a.link:active { text-decoration: none; color: #000000;}
a.link:hover { text-decoration: underline; color: #000000;}








/* TEXT */
.rubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DC0202;
	text-decoration: none;
}


.underrubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


.brodtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}


.brodtextfet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


.kontakttext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #DC0202;
	text-decoration: none;
}


.reklam_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #666E31;
	text-decoration: none;
}


.reklam_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}




/* 
*** Övrigt som kan vara till användning *** 

.bg { background-image: url(bilder/grafik/bg.gif); }
background-repeat: repeat-x;
background-repeat: no-repeat;
background-position: center;

background-image: url(bilder/grafik/bg.jpg); background-repeat: no-repeat; background-position: left bottom; background-attachment: fixed


{
	scrollbar-face-color:#6C6B6B;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;

}


.ul_prick { list-style-image: url(bilder/grafik/ul_prick.gif) } 
.ul_pil { list-style-image: url(bilder/grafik/ul_pil.gif) } 



*/
