@charset "utf-8";
/* CSS Document */

#page {
	margin: 0 auto;
	width: 790px;
	position: relative;
}

#header {
	width: 790px;
	height: 435px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
}

#header #logo {
	position: absolute;
	left: 51px;
	top: 49px;
	z-index: 20;
}

#header #image {
	position: absolute;
	left: 51px;
	top: 116px;
	z-index: 10;
}

#header #navigation {
	position: absolute;
	top: 50px;
	left: 364px;
	z-index: 100;
}

#header #karte {
	position: absolute;
	top: 380px;
	left: 550px;
	z-index: 50;
}

/* ---------- Navigation Rollover ---------- */
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 166px;
	overflow: hidden;
}
	
#navigation ul li {
	margin: 0; 
	padding: 0;
	display: inline;
}

#navigation ul li a {
	position: relative;
	float: left;
	overflow: hidden;
	height: 166px;
	cursor: pointer;
}

/* ---------- ---------- */

#content-area {
	width: 688px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	padding: 10px 51px;
	padding-bottom: 50px;
}

#footer {
	width: 790px;
	height: 18px;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

/* Clearfix */
.clearfix:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
.clearfix{display: inline-block;}
/* Hides from IE Mac \*/ * html .clearfix {height: 1%;} .clearfix{display:block;} /* End Hack */ 

/* No-Script Version */
.display_none {
	display: none;
}
