/*
Farben:
Rot-Braun: #8c3b26
Hell-Braun: #e8b685
Blau: #173d73
Beige: #fcedcc
Footer Braun: #c76629
*/

body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	background-color:#dbcfc2; 
	padding:0;
	margin:0;
}
		
#wrapper {
	width:800px;
	height:709px;
	margin:auto;
	margin-top:25px;
	position:relative;
}

		
#starter{ 
	width:800px;
	height:692px;
	background-image:url(../bilder/start.gif);}
	
#weiterleitung{
position:absolute;
left:180px;
top:290px;}

#pikto-start{
position:absolute;
width:65px;
top:340px;
left:580px;

}


#footer	{ 
	color:#FFFFFF;
	width:760px;
	height:17px;
	padding-top:3px;
	padding-left:40px;
	background-color:#8f3d29;}
