@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5A6344;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: medium;
}
#wrapper {
	height: 900px;
	width: 1020px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#content {
	height: 700px;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #5A6344;
	border-left-color: #660000;
	border-bottom-width: thin;
	
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FFFFCC;
	border-bottom-color: #660000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 80px;
	background-image: url(../bilder/Bildobjekt/rubrikbild.jpg);
}
#meny1 {
	float: left;
	height: 590px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	background-image: url(../bilder/Bildobjekt/m.jpg);
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 17px;
	
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#meny2 {
	float: right;
	height: 600px;
	width: 100px;
	
}
