* {
	margin: 0;
	padding: 0;
	}

img{
	border: 0;
	}	

body {
	background: #951e0c;
	background: #000 url(images/background/pattern1.jpg);
	}


#satsyta {
	width: 600px;
	margin-left: 140px;
	}


#sidhuvud {
	width: 600px;
	}

#meny {
	width: 580px;
	margin-right: auto; 
	margin-left: auto;
	padding: 0px 10px 10px 10px;
	margin-top: -45px;
	margin-bottom: 10px;
	list-style-type: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 160%;
	}
	
#meny a:link { color: black; text-decoration: none; } 
#meny a:visited { color: black; text-decoration: none; } 
#meny a:hover { color: #951e0c; text-decoration: none; } 
#meny a#current { color: #951e0c; text-decoration: none; }
	
#textyta {
	width: 600px;
	margin-right: auto; 
	margin-left: auto;
	margin-top: -30px;
	background-color: #f0efe3;
	}

	
#kolumn1 {
	float: left; 
	width: 520px;
	padding: 10px 40px 10px 40px;
	background-color: #f0efe3;
	}

	
#kolumn2 {
	float: left; 
	width: 170px;
	padding: 10px 20px 10px 10px;
	background-color: #f0efe3;
	}
	

#sidfot {
 	float: left; 
	width: 580px;
	height: 20px;
	margin-right: auto; 
	margin-left: auto;
	margin-top: -20px;
	padding: 20px 10px;
	text-align: center;
	background-color: #f0efe3;
	}

	
/*/textformatering/*/
p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 142%;
	color: black;
	}	
	
h1 {
	font-family: georgia, times new roman, times, serif;
	font-size: 125%;
	font-weight: normal;
	line-height: 175%;
	color: black;
	}
	
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 2px;
	color: black;
	}
	
a:link { 
	text-decoration: none;
	color: #951e0c;
	}
	
a:visited { 
	text-decoration: none;
	color: #951e0c;
	}
	
a:active { 
	text-decoration: none;
	color: #951e0c;
	} 

a:hover { 
	text-decoration: underline;
	color: #951e0c;
	} 
	

/*/bildlådor/*/
.imagecontainerright {
	margin-top: 10px;
	margin-left: 20px;
	float: right;
	}
	
.imagecontainerleft {
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	}
	
.mellanrum{ 
	border: none 0;
	border-bottom:1px dotted #93816D;
	margin-top: 30px;
	margin-bottom: 20px;
	width:100%;
	height: 1px;
	float: left;
	} 
	
.menybox {
	height: 51px;
	float: left;
	background-color: red;
	}
	
.textcontainerright{
	width: 340px;
	float: left;
	}

