* {
	margin: 0px;
	padding: 0px;
}

html, body {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

body {
	background-color: #000000;
}

.clear {
	position: relative;
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	overflow: hidden;
}

div#view {
	position: relative;
	width: 960px;	
	height: 100%;
	margin: 0 auto;
}

div.head {
	margin-bottom: 20px;
	height: 141px;
	background-image: url('../../logo/intro.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;	
}

div.navigation {
	width: 229px;
	height: 93px;
	padding-top: 17px;
	padding-bottom: 31px;	
	background-color: #2e99e1;
	float: left;
}

div.main {
	width: 960px;
	height: 469px;
	margin-bottom: 20px;
}



div.mainLeft {
	width: 720px;
	height: 469px;
	float: left;
	overflow: hidden;
}




/*
div.mainLeft {
	position: absolute;
	top: -5px;
	left: 808px;
	width: 172px;
	height: 100%;
}
*/
div.mainLeft img {
	position: absolute;
	width: 720px;
	height: 469px;
	z-index: 1;
}
div.mainLeft img.obersteebene {
	z-index: 3;
}
div.mainLeft img.mittlereebene {
	z-index: 2;
}













div.mainRight {
	width: 197px;
	height: 447px;
	background-color: #535353;
	padding-top: 22px;
	padding-right: 22px;
	float: right;
}

div.mainRight form.suche {
	height: 25px;
	width: 175px;
	margin-top: 35px;
	margin-left: 22px;
}

div.footer {
	width: 960px;
	height: 105px;
}

div.footerLeft {
	width: 459px;
	height: 105px;
	float: left;
}

div.footerRight {
	width: 459px;
	height: 105px;
	float: right;
}

div.footer h2 {
	width: 452px;
	background-color: #535353;
	padding-left: 7px;
}

div.newsEntry, div.terminEntry {
	width: 459px;
	height: 20px;
	padding-top: 5px;
	margin-top: 5px;
	border-bottom: 1px dashed #666666;
	cursor: pointer;
}

div.newsEntry:hover, div.terminEntry:hover {
	background-image: url(../../bg/news_termin_hover.jpg);
}


div.copyright {
	position: absolute;
	width: 8px;
	height: 85px;
	left: 50%;
	margin-left: 484px;
	top: 545px;
}


/* ---------- */
/* NEWSLETTER */
/* ---------- */
div.newsletter {
	height: 25px;
	width: 175px;
	margin-top: 9px;
	margin-left: 22px;
}
input.fld_input {
	width: 134px;
	height: 13px;
	color: #A1A1A1; /* 666666 */
	border: 0px;
	padding: 6px;
	float: left;
}
button.fld_btn {
	width: 25px;
	height: 25px;
	background-image: url('../../btn/introSuche.gif');
	border: 0px;
	left: -5px;
	float: right;
}
div.option {
	width: 185px;
	height: 20px;
	margin-top: 10px; /* 29 */
	text-align: left;
	-moz-opacity: 0.0; 
	opacity: 0.0; 
	filter: alpha(opacity=0);
	
	font-size: 9px;	
	
}
div.newsletter p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	text-align: center;
}
div.newsletter p.err {
	border: 1px solid #ff0000;
	color: #ff0000;
}
div.newsletter p.msg {
	border: 1px solid #1ada31;
	color: #1ada31;
}