﻿*      {margin:0; padding:0;}
 
body   {
		background-color:#4d4540;
		font-family:Arial, Helvetica, sans-serif;
		font-size:101%;
		color:#fff;
		
}
#wrapper{
		background-color:#4d4540;
		background-repeat:repeat-x; 
		width:950px;
		margin:0px auto;
}

#page{
		background-color:#4d4540;
		width:950px;
			
		}

#header{
		width:1000px;
		height:270px;
		background-image:url('../images/titelbild.jpg');
		background-repeat:no-repeat;
		
		
}
#page h2{
	font-size:1.5em;
	text-align:center;
	
}

p.backstyle a{
	float:right; 
	color:#999966; 
	text-decoration:none;
	font-size:0.9em;
}
p.backstyle a:hover{
	color:#fff; 
}