body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Georgia;
}


#top {
	background-image: url("images/MenuBar_1.png");
	background-repeat: repeat-x;
	width: 100% auto;
	height: 79px;
}

#top_content {
	margin: 0 auto;
	width: 930px;
	height: 77px;
	border: 0px solid green;
	padding-top: 17px;
}

#top_menu {
	width: 700px;
	float: right;
	border: 0px solid yellow;
	padding-top: 10px;
	text-align: right;
}

#selected a, #selected a:hover, #selected a:visited {
background-color: #ffffff;
color: #000000;
font-weight: bold;
padding: 31px 20px 31px 20px;
	font-size: 16px;
	font-weight: bold;
}

#top_menu a, #top_menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#top_menu a:hover {
background-color: #ffffff;
color: #000000;
font-weight: bold;
padding: 31px 20px 31px 20px;
}



#content {
	background-image: url("images/Bg_1.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 700px;
}

#logo {
	background-image: url("images/Logo_1.png");
	background-repeat: no-repeat;
	height: 47px;
	width: 123px;
	float: left;
}

#wrapper {
width: 930px;
margin: 0 auto;
padding-top: 60px;
}

#overskrift {
font-size: 30px;
color: #ffffff;
}

#overskrift2 {
font-size: 25px;
color: #000000;
}


#bund {
border-top: 1px solid #777777;
width: 928px;
margin: 0 auto;
padding-top: 10px;
color: #777777;
}

a, a:visited {
color: #000000;
text-decoration: underline;
}

a:hover {
 text-decoration: none;
 }
 
 #bund a, #bund a:visited {
 color: #777777;
 text-decoration: underline;
 }
 
 #bund a:hover {
 text-decoration: none;
 }

#table {
margin: -3px -3px -3px -3px;
}

#teste a, #teste a:hover, #teste a:visited  {
font-size: 0px;
}

#undermenu {
background-color: #3f3f3f;
height: 30px;
width: 100%;
}

#undermenu p {
margin: 0 auto;
padding: 5px 10px 10px 10px;
color: #ffffff;
width: 930px;
font-size: 15px;
}

#undermenu a, #undermenu a:hover, #undermenu a:visited {
color: #ffffff;
text-decoration: none;
}