/* CSS Document */

*{
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-family: sans-serif;
	text-align:center;
	font-size: 100.01%;
	line-height: 1.4;
}
img {
	border: none;
}/*hebt den Rahmen um die Pfeil-Grafik auf*/
#Geist {
	float: left;
	height: 50%;
	width: 1px;
	margin-bottom: -290px;
}
.master {
	clear:left;
	position: relative; /* puts master in front of distance */
	height: 580px;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	/*border: thin solid #CCCCCC;*/
}	
#home {
	background-image: url(../Grafik/W_BG2.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
/*-------------NAVI----------------------*/
.navi {
	font-size: 12px;
	position: absolute;
	height: 20px;
	width: 436px;
	color: #999999;
	padding-left: 22px;
	left: 0	px;
	top: 4px;
	text-transform: uppercase;
}
.subnavi {
	position: absolute;
	left: 30px;
	top: 390px;
	font-size: 12px;
	text-transform: uppercase;
}
a:link{color:#666666; text-decoration:none; }
a:visited{color:#666666; text-decoration:none;}
a:hover {color:#FF3300;  }
a:active{color:#000033; text-decoration:none;}

.copyright {
	position: absolute;
	height: auto;
	width: auto;
	left: 25px;
	bottom: 5px;
}
.email a:link{color:#66FF66; text-decoration:none; }
.email a:visited{color:#666666; text-decoration:none;}
.email a:hover {color:#FFFF66;  }
.email a:active{color:#000033; text-decoration:none;}

/*-------------NAVI ENDE----------------------*/
.strong {
	font-weight: 700;
}
.name{
	position: absolute;
	left:505px;
	top: 80px;
}.suchtext {
	position: absolute;
	height: auto;
	width: auto;
	color: #FFFFFF;
}

