/* OVERALL CSS CLASS */
/* Author: hitcom | Sebastian Roming */

body 
{ 
		background-color:#868F95; 
		margin: 0px 0px 0px 0px; 
}	

html 
{
	margin: 0px;
}

#haas 
{
    position:absolute;
    height:602px;
    width:773px;
   	top:50px;
   	left:50%;
   	margin-left:-388px;
   	text-align:left;
}


#content
{
   	z-index:2;
   	position:absolute;
   	top:0px;
   	left:0px;

}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

a.white {
	text-decoration:none;
	color:#ffffff;
}

a.white:hover {
	text-decoration:none;
	color:#ffffff;
}

input,textarea { border-top:none;border-left:none;border-right:none;border-bottom:1px #FFFFFF solid; background-color:#9DA6AC;font-family:Verdana;font-size:11px;padding:2px;color:#FFFFFF; } 
.submit { border:1px #FFFFFF solid; background-color:#9DA6AC;font-family:Verdana;font-size:11px;padding:2px;color:#FFFFFF; } 

.anfahrt {
	margin-left:10px;
	padding-left:15px;
	line-height:18px;
	background-image:url(../images/contentPfeil.gif);
	background-position:center left;
	background-repeat:no-repeat;
	font-weight:bold;
}

#impressum {
	margin:5px 0 50px 0;
	text-align:right;
	width:773px;
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
}
