html {
	/*background: url(baggrund/baggrund.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.baggrund/baggrund.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='baggrund/baggrund.jpg', sizingMethod='scale')";*/
}
body {
	margin: 0px;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	overflow:hidden;
}

h1 {
	size: 30px;
}

h2 {
	margin-bottom: 25px;
	font-size: 50px;
	size: 30px;
}

h3 {
	font-size: 40px;
	size: 30px;
}

#wrapper
{
	width:100%;
	position:absolute;
	top:15px;
	left:0;

}

#topwrap { 
	width: 100%; 
	float: left; 
	margin-top: 50px; 
}

#logo {
	float: left;
	margin-left: 50px;
	width: 160px;
	height: 185px;
}

#menu1 {
	margin-left: 60px;
	float: left;
	text-transform: uppercase;
	color: white;
	height: 200px;
	width: 500px;
	line-height: 16px;
}

#menu1 a {
	color: white;
	text-decoration: none;
}

#menu1 a:hover {
	color: #666666;
}

/*#adresse {
	margin-top: 50px;
	position: relative;
	z-index: -200;
	text-align: right;
	margin-right: 50px;
	height: 30px;
	width: 300px;
	size: 12px;
	font-size: 12px;
	color: white;
}*/

#adresse 
{
  /*text-align: right;
  margin-right: 50px;
  height: 30px;
  width: 300px;
  float: right;
  size: 12px;
  font-size: 12px;
  color: white;*/
  
z-index: 99;
right: 50px;
top: 50px;
position: absolute;
color: white;
}


#content1 {
	color: black;
	height: 200px;
	width: 600px;
	margin-left: 270px;
	margin-top: 240px;
	font-size: 30px;
	line-height: 16px;
}

#content1 {
	color: white;
	height: 200px;
	width: 600px;
	margin-left: 270px;
	margin-top: 240px;
	font-size: 30px;
	line-height: 16px;
	position: absolute;
top: 0;
}

li {margin: 0px; font-size: 30px; display: block;}

a { color: #FFFFFF; }

a:hover { color: #babcbf; }

#nav
{
	display:block;
	padding:0;
	margin:0;
	list-style-type:none;
	z-index:5;
}

#nav li
{
	margin:0;
	border:0;
	padding:0;
	z-index:5;
	position:relative;
}

#nav li a
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	display:block;
	border:0;
	text-decoration: none;
}

#nav li:hover ul
{
	display:block;
}

#nav ul
{
	display:none;
	z-index:5;
}

#nav ul li
{
	display:list-item;
	border:0;
	padding:0;
	margin:0;
	z-index:5;
}

#nav ul li a
{
	margin-left: 20px;
	margin-top:0;
	text-decoration: none;
}

.bodytext
{
	margin-top: 0px;
}

