

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

html {height: 100%;}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #666; 
	background-color:#E5E5E5;
	height: 100%;
	cursor:pointer;
}

a,  a:link {color: #93B4BA; text-decoration:none; }

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

#box {
	z-index:0;
	margin-left:auto; margin-right:auto; top:30px;
	width:900px;  
	background-image: url(templates/02_startseite/pix/back_box.gif);
	background-repeat:repeat-y;
}
#top_back {	
	z-index:1;
	background-image: url(templates/02_startseite/pix/back_top.gif);
	width:900px; height:28px;
 }
 #bottom {	
	z-index:1;
	margin-left:auto; margin-right:auto;
	background-image: url(templates/02_startseite/pix/back_bottom.gif);
	background-repeat:no-repeat;
	width:900px; height:30px;
 }
 #start_logo {
	width:900px; text-align:center;
	margin-top:50px;  
}
#startbild {	
	margin-top:20px;  
}
#titel {	
	margin-top:40px;  
}