/* CSS Document */

/* MAIN */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#BCBCBC;
	scrollbar-3dlight-color:#BCBCBC;
	scrollbar-darkshadow-color:#BCBCBC;
	scrollbar-shadow-color:#BCBCBC;
	scrollbar-arrow-color:#BCBCBC;
	scrollbar-track-color:#BCBCBC;
}


.main {
	background-color: #FFFFFF;
	background-image: url(bilder/grafik/bg.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: fixed;
	overflow: hidden;
}

.iframe {
	background-color: transparent;
}




/* LINKS */
a:link { text-decoration: underline; color: #773C40; }
a:visited { text-decoration: underline; color: #773C40; }
a:active { text-decoration: underline; color: #773C40; }
a:hover { text-decoration: none; color: #773C40; }

/* 
a.a_kontakt:link { text-decoration: none; color: #666666; }
a.a_kontakt:visited { text-decoration: none; color: #666666; }
a.a_kontakt:active { text-decoration: none; color: #666666; }
a.a_kontakt:hover { text-decoration: underline; color: #666666; }
*/







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


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


.brodtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4C4C4C;
	text-decoration: none;
}


.brodtextfet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4C4C4C;
	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:#FFFFFF;
	scrollbar-highlight-color:#BCBCBC;
	scrollbar-3dlight-color:#BCBCBC;
	scrollbar-darkshadow-color:#BCBCBC;
	scrollbar-shadow-color:#BCBCBC;
	scrollbar-arrow-color:#BCBCBC;
	scrollbar-track-color:#BCBCBC;

}



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




.kantlinje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 200px;
}



*/
