@charset "utf-8"; 
a:link {
	text-decoration: none;
	color: #cc9900;
}
a:visited {
	text-decoration: none;
		color: #cc9900;
}
a:hover {
	text-decoration: underline;
		color: #cc9900;
}
a:active {
	text-decoration: none;
		color: #cc9900;
}


/* CSS Document */

/* TEXTFORMATERING */

.rubrik {
	color: #996600;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	text-align: left;
	font-weight:bolder;
	}

.underrubrik {
	color: #cc9900;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	text-align: left;
	font-style: italic;
}

.text {
	color: #cc9900;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	text-align: left;
}

.text_varning {
	color: #FFFFFF;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	text-align: left;
}















.vit_rubrik {
	color: #996600;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14px;
	text-align: left;
	font-weight:bolder;
}

.vit_underrubrik {
	color: #cc9900;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	text-align: left;
	font-style: italic;
}

.vit_text {
	color: #cc9900;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
}

.svart_rubrik {
	color: #996600;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	text-align: left;
	font-weight:bolder;
}

.svart_text {
	color: #cc9900;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
}

.ruta{
   border:1px dashed;
   border-color:#cc9900;
	}
	
 input.btn {   
   color:#000000;
   background-color:#cc9900;  
   font-weight: bold;
   border:1px dashed;
   border-color:#cc9900;
   font-size: 10px; 
   	font-family: Georgia, 'Times New Roman', serif;
}   

input.btn_btnhov {   
   color:#000000;
   background-color:#996600;  
   font-weight: bold;
   border:1px dashed;
   border-color:#cc9900;
   font-size: 10px; 
   	font-family: Georgia, 'Times New Roman', serif;
}  


/* Mall for att fa texten centrerad mitt pa sidan */
body {background-color: #ffffff; margin: 0; padding: 0;}
#centrering {width: 806px; margin-right: auto; margin-bottom: 0; margin-left: auto; padding-bottom: 0; background-color: #333333; margin-top: 12px; text-align:center;}
/* runda horn */
.totroundtop {background-color: #ffffff; width: 806px; margin-right: auto; margin-left: auto; }
.totr1{margin: 0 5px; height: 1px; overflow: hidden; background: #333333;}
.totr2{margin: 0 3px; height: 1px; overflow: hidden; background: #333333;}
.totr3{margin: 0 2px; height: 1px; overflow: hidden; background: #333333;}
.totr4{margin: 0 1px; height: 2px; overflow: hidden; background: #333333;}




/* runda horn pa rutor */
#container_box {width: 550px; margin-top:10px; margin: 20px 50px; font: 100% Verdana, Arial, Helvetica, sans-serif; background-color: #cc9900; color: #000000; font-size:14px;} 
.roundtop_box {background: #333333;}
.roundbottom_box {background: #333333;}
.r1_box{margin: 0 5px; height: 1px; overflow: hidden; background: #cc9900;}
.r2_box{margin: 0 3px; height: 1px; overflow: hidden; background: #cc9900;}
.r3_box{margin: 0 2px; height: 1px; overflow: hidden; background: #cc9900;}
.r4_box{margin: 0 1px; height: 2px; overflow: hidden; background: #cc9900;}
content_box {padding: 10px;}


/* CSS menymall */

content{margin: 6em; padding: 0; padding: 0; margin: 0;}

/* menyn */
#menycontainer {padding: 0 0 12px 2em; margin: 0; background: #ffffff;}
#menycontainer ul {margin: 0; padding: 12px 0 0 0; background: transparent; height: 10px;}	
#menycontainer li {display: block; float: left; padding: 0 2.2em 0 0; font: 75% Georgia, 'Times New Roman', serif; color: #000000;}
.menycontent {display: block; padding: 0 0 1px 0; background: #cc9900; color: #333333; text-align: center; font-weight:bold;}
a.meny, a.meny:visited {width: 9em; display: block; text-decoration:none;}
a.meny:hover {background: transparent;}
a#current .menycontent, a#current .r1, a#current .r2, a#current .r3, a#current .r4 {background: #666633; }
a#current .menycontent {border-bottom: none}
a.meny:hover .menycontent, a.meny:hover .r1, a.meny:hover .r2, a.meny:hover .r3, a.meny:hover .r4 {background:#996600;}

/* runda horn */
.roundtop {background: transparent;}
.r1 {margin: 0 5px; height: 1px; overflow: hidden; background: #cc9900;}
.r2 {margin: 0 3px; height: 1px; overflow: hidden; background: #cc9900;}
.r3 {margin: 0 2px; height: 1px; overflow: hidden; background: #cc9900;}
.r4 {margin: 0 1px; height: 2px; overflow: hidden; background: #cc9900;}

