body {
	background-color: #541A18;
	background-image: url('../images/background.JPG');
	background-repeat: repeat-y;
	font-size: 101%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	
}


a {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
}

h1{
	margin-bottom: 50px;
}

#navi_links{
	margin-top: 55px;

	text-align: right;
	width: 200px;
	float: left;
	margin-right: 25px;


}

#inhalt{
	float: left;
	width: 740px;
	padding-left: 20px;


}

#inhalt .main{
	padding-left: 10px;
	width: 505px;
	float: left;


}

#inhalt .rechts{
	float: left;
	width: 225px;

}

#inhalt h1{
	margin-bottom: 0px;
	
}


.logo{
	margin-bottom: 25px;
}

