
html,body {
		margin: 0;
		padding: 0;
		color: #fff;
		background: #fff url("../images/site_bg.png") repeat-x;
		background-position: 50% 50%;
		font: 12px Verdana, Arial, Helvetia, sans-serif;
		height: 100%;
		overflow: hidden;
}

#page {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -222px;
	width: 900px;
	height: 445px;
	color: #000000;
	background: url("../images/content_bg.png") repeat-y;
}

#inner-page {
	margin: 0 30px 0 30px;
	width: 580px;
	height: 384px;
	background: url("../images/page_contents.jpg") no-repeat;
	margin: 30px;
	float:left;
	margin-bottom: 0px;
}

#kontakt {
	width: 174px;
	position: absolute;
	top: 150px;
	left: 55px;
}


#content {
	position: absolute;
	top: 21px;
	right: 277px;
	height: 384px;
	width: 384px;
	overflow: auto;
}

#inner-content {
	margin: 115px 20px 15px 50px;
}
#angebot{
	float:left;
	margin:20px 0 0 20px;
	border:1px solid #000000;
	width:200px;
	height:400px;
	background-color:#fff;
	 -moz-box-shadow: 0px 10px 10px #444;
}
#copyright {
	position: absolute;
	top: 425px;
	width: 583px;
	text-align: center;
}
h1{color:#0096d6;text-shadow:#ccc 2px 2px;}
.clear{clear:both;}

.textkl{font-size:9px;}
a {color:#000000;}
a:hover, a:active{color:#0096d6;}

#meta-nav {
	padding: 10px 270px 0 0; 
	text-align:right;
}

#content-impressum {
	position: absolute;
	top: 135px;
	right: 270px;
	height: 235px;
	width: 398px;
	overflow: auto;
}

.impressum #inner-page {
	margin: 0 30px 0 30px;
	width: 580px;
	height: 384px;
	background: url("../images/bg_impressum.jpg") no-repeat;
	margin: 30px;
	float:left;
	margin-bottom: 0px;
}

#content-impressum #inner-content {
	margin: 0 10px 0 15px;
}

.headline {
	color: white;
	text-shadow: none;
}
