@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #9e7669;
}
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
#Vsidespalte {
	float: left;
	width: 160px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Tekst {
	padding: 30px;
	float: left;
	width: 570px;
}
#Hsidespalte {
	padding: 20px;
	float: right;
	width: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	font-size: 9px;
	background-color: #9A0000;
	text-align: center;
	clear: both;
}
h1 {
	font-size: 18px;
	color: #920000;
}
a {
	color: #C1AB84;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
}
#menu {
	background-color: #9A0000;
	width: 930px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
