@charset "utf-8";
/* CSS Document */

body {text-align:center; margin:0; padding:0px; background-color:#f6f3f3; }

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
}

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#container2 {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}


#rubrik { background-color:#833832; height:130px; border-bottom-color:#666666; border-bottom-width:2px; border-bottom-style:solid; }
.bild { border-color:#833832; border-style:double; border-width: 3px; margin: 20px; }

#två{
height:25px;
background-color:#333333;
border-bottom-color:#2a331b;
border-bottom-style:solid;
border-bottom-width:1px;
padding-top:5px;
}

.meny{
padding-left:10px;
padding-right:10px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#e8f6d1;
font-size:14px;
}


a:link { text-decoration: none; color:#CCCCCC;  }
a:visited { text-decoration: none; color: #CCCCCC; }
a:active { text-decoration: none; color:#833832; }
a:hover { text-decoration: none; color:#833832; }

a.subm {
color: #2a331b;
font-family:Verdana, Arial, Helvetica, sans-serif;  }
	
a.subm:link { text-decoration: none; color: #2a331b;  }
a.subm:visited { text-decoration: none; color:#666666; }
a.subm:active { text-decoration: none; color:#2d3647; }
a.subm:hover { text-decoration: none; color:#0000CC; }


