/* CSS Document */

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


.iframe {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #2E2E2E;
	
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#2E2E2E;
	scrollbar-3dlight-color:#2E2E2E;
	scrollbar-darkshadow-color:#2E2E2E;
	scrollbar-shadow-color:#2E2E2E;
	scrollbar-arrow-color:#2E2E2E;
	scrollbar-track-color:#2E2E2E;
}

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

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


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


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


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


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









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

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

background-image: url(bg.gif); 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/ul_prick.gif) } 
.ul_pil { list-style-image: url(bilder/ul_pil.gif) } 



*/

