* {margin: 0; padding: 0}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #b06e3b;
	text-align: center;
	background: #ffffff url(images/bg_body.jpg) top left repeat-x;
	}

#site {
	width: 990px;
	text-align: left;
	margin: 10px auto;
	background: url(images/bg_site.jpg) top left repeat-y;
	border: 1px solid #927151;
	}

#header {
	height: 96px;
	background-color: #ffffff;
	}

#header img {display: block;}

#linke_spalte {
	width: 175px;
	float: left;
	background: url(images/bg_menu_top.jpg) no-repeat left top;
	}
	
#inhaltsbereich {
	width: 810px;
	min-height: 200px;
	background-color: #fdf7e2;
	float: right;
	}

#topmenu {
	font-size: 12px;
	height: 25px;
	background: url(images/bg_topmenu.jpg) top left no-repeat;
	}

#topmenu ul {
	list-style-type: none;
	padding: 6px 0 0 195px;
	}

#topmenu ul li {
	display: inline;
	padding-right: 21px;
	}

#topmenu ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}

#topmenu ul li a:hover {text-decoration: underline;}

#content {
	width: 550px;
	float: left;
	background: #fdf7e2 url(images/bg_topcontent.jpg) top left no-repeat;
	min-height: 100px;
	}
	
#content-inside {
	padding: 30px;
	background: url(images/bg_bottomcontent.jpg) bottom left no-repeat;
	}

#content #bilder {
	margin-bottom: 20px;
	}

#content #bilder a img {border: 0;}

#content #bilder a img.bild_links {float: left;}

#content #bilder a img.bild_rechts {float: right;}

#content h1 {
	font-size: 20px; 
	padding-bottom: 3px;
	margin-bottom: 0.6em;
	}

#content h2 {
	font-size: 16px; 
	margin-bottom: 0.6em;
	}

#content h3 {
	font-size: 14px; 
	margin-bottom: 0.6em;
	}

#content h4 {
	font-size: 12px; 
	margin-bottom: 0.6em;
	}

#content p {
	margin-bottom: 1em;
	}

#content ul {
	margin-bottom: 1em;
	margin-left: 25px;
	}
		
#rechtespalte {
	width: 254px;
	float: right;
	min-height: 100px;
	background: url(images/bg_right.jpg) top left no-repeat;
	padding-top: 220px;
	}
	
#rechtespalte img {
	display: block;
	margin: 0 auto 15px auto;
	border: none;
	}

#footer {
	height: 30px;
	clear: both;
	}
#footer p {
	text-align: center;
	padding-top: 0px;
	font-size: 11px;
	}	
	
#footer p a {color: #b06e3b;}

#menu {
	background: url(images/bg_menu_bottom.jpg) bottom left no-repeat;
	padding-top: 50px;
	padding-bottom: 20px;
	}

#menu ul {
	list-style-type: none;
	width: 175px;
	float: left;
	}

#menu ul li {
	width: 110px;
	float: left;
	margin: 0 25px;
	padding-left: 10px;
	border-top: 1px solid #ae9f7d;
	}
	
* html #menu ul li {margin: 0 10px;} /* Fix für IE6 */

#menu ul li.first {border: none;}
	
#menu ul li a {
	display: block;
	width: 105px;
	float: left;
	color: #a33414;
	text-decoration: none;
	padding: 8px 0 8px 10px;
	background: url(images/pfeil.gif) center left no-repeat;
	}

#menu ul li a:hover {font-weight: bold;}

