body, html {
	height: 100%;
}

body {
	background: #fff url(img/start_kachel.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	color: #fff;
}

#wrapper {
	min-height: 100%;
	width: 986px;
	/*background-color: #000;*/
	position: relative;
}

* html #wrapper {
	height: 100%;
}

#innerwrap {
	position: relative;
	height: 735px;
}

#innerwrap h2 {
	/* padding-bottom: 440px;*/
	position: absolute;
	top: 120px;
	left: 210px;
	/* margin-top: 152px;
	margin-left: 266px; */
	width: 570px;
	height: 200px;
	background: url(img/start_titel.jpg) no-repeat;
}

#innerwrap h2 a {
	display: block;
	width: 570px;
	height: 160px;	
}

a {
	color: #fff;
}
a:hover,
a:active {
	text-decoration: underline;
}


#logo {
	width: 492px;
	height: 367px;
	position: absolute;
	bottom: 0px;
	left: 266px;
	background: url(img/logo_frei.png) no-repeat;
}

* html #logo {
 background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='css/img/logo_frei.png')
}

a#adk-logo {
	display: block;
	width: 180px;
	height: 35px;
	position: absolute;
	top: 42px;
	left: 782px;
	background: url(img/logo_adk.gif) no-repeat;
}

#nav-lang {
	position: absolute;
	top: 85px;
	left: 782px;
	font-size: 12px;
}

.hidden {
	display: block;
	height: 0px;
	width: 0px;
	overflow: hidden;
	line-height: 0px;
}
