body {  
	padding:0;
	margin:0;
	background-color:black;
	background-image:url(../images/back_start_lang.gif);
	background-position:center top;
	background-repeat:repeat-y;
	
}
#main{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1;
}
#autobild{
	position:absolute;
	right:50px;
	bottom:0px;
	z-index:2;
}
a.eng:visited{
	text-decoration:none;
	color:#f6eecd;
}
a.deu:visited{
	text-decoration:none;
	color:#993300;
}
a{
	font-size:80%;
	text-decoration:none;
}
a.eng:link{
	color:#f6eecd;
}
a.eng:active{
	color:#f6eecd;
}
a.eng:hover{
	color:#666666;
}

/*##############################*/

a.deu:link{
	color:#993300;
}
a.deu:active{
	color:#993300;
}
a.deu:hover{
	color:#999999;
}
img{border:0;vertical-align:middle;}