#container{
	z-index:1;
	width:300px;
	height:200px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-100px;
	background-color:#FFFFFF;
}

#container2{
	z-index:1;
	width:760px;
	height:580px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-380px;
	margin-top:-290px;
	border-color:#CFCAC7; border-width:1px; border-style:solid;
	background-color:#FFFFFF;
}

#start{
	z-index:2;
	position:absolute;
	width:300px;
	height:200px;
	left:0px;
	top:0px;
}

#header{
	z-index:2;
	position:absolute;
	width:760px;
	height:220px;
	left:0px;
	top:0px;
}

#balken{
	z-index:2;
	position:absolute;
	width:760px;
	height:7px;
	left:0px;
	top:150px;
	background-color:#596268;
}

#landschaft{
	z-index:2;
	position:absolute;
	width:160px;
	height:110px;
	left:20px;
	top:260px;
}

#text-links{
	z-index:2;
	position:absolute;
	width:370px;
	height:260px;
	left:220px;
	top:260px;
	
	font-family: Georgia, Geneva, Times, serif;
	font-size:11px;
	font-style:normal;
	line-height:16px;
	color:#8E8E8E;
}

#text-rechts{
	z-index:2;
	position:absolute;
	width:165px;
	height:110px;
	left:590px;
	top:260px;
	
	font-family: Georgia, Geneva, Times, serif;
	font-size:11px;
	font-style:normal;
	line-height:16px;
	color:#8E8E8E;
}

#menue{
	z-index:3;
	position:absolute;
	width:300px;
	height:15px;
	left:220px;
	top:167px;
	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
	font-style:normal;
	line-height:10px;
	color:#596268;
}

#karte1{
	z-index:2;
	position:absolute;
	width:140px;
	height:50px;
	left:590px;
	top:370px;
}

#karte2{
	z-index:2;
	position:absolute;
	width:140px;
	height:50px;
	left:590px;
	top:420px;
}

#karte3{
	z-index:2;
	position:absolute;
	width:140px;
	height:50px;
	left:590px;
	top:470px;
}



a:link { color:#596268; font-weight:normal; text-decoration:none; }
a:visited { color:#596268; font-weight:normal; text-decoration:none; }
a:hover { color:#000000; font-weight:normal; text-decoration:none; }
a:active { color:#FFFFFF; font-weight:normal; text-decoration:none; }

