/* Global */

html, body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #FEF8E9;
}

img {
	border: 0;
}

h1 {
	font-family: verdana;
	font-size: 17px;
	font-weight: normal;
}

p {
	font-family: verdana;
	font-size: 11px;
}

a {
	color: #334C6E;
}

#level_1{
	margin-right:5px;
	margin-top:5px;
	float:left;
	z-index:1;
}

#aMenu1{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin:0px 3px 0px 3px;
}

#aMenu1:hover{
	text-decoration: underline;
}

#aMenu2{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}

#aMenu2:hover{
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	margin-left: 20px;
	margin-top: 4px;
}


ul li {
	float: left;
	position: relative;
	margin-right: 10px;
}




/* Layout */

#top {
	margin: 0 auto;
	width: 606px;
	line-height: 0;
}

#menu {
	margin: 0 auto;
	width: 606px;
	background: url('images/menu.jpg') no-repeat top;
	text-align: left;
	height: 24px;
	min-height: 24px;
}

#indhold {
	margin: 0 auto;
	background: #FFFFFF url('images/indholdtop.jpg') no-repeat top;
	width: 606px;
}

#bund {
	margin: 0 auto;
	background: #FF0000;
	width: 606px;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0px 2px 0px;
}

#designer {
	margin: 0 auto;
	width: 941px;
	padding-top: 6px;
	color: #000000;
	font-family: verdana;
	font-size: 9px;
}

#designer a {
	color: #000000;
	text-decoration: none;
}

#designer a:hover {
	text-decoration: underline;
}