/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #666666;
	}
body {
	background-color: #e4ddcb
	}
h1 {
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
h2 {
	color: #333333;
	margin-bottom: 10px;
	}
p {
	margin-bottom: 5px;
	}
a {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #999999;
	}
img a {
	border: 0;
	}
#wrapper {
	background-color: #FFFFFF;
	margin-top: 10px;
	border-top: 1px solid #c7bfab;
	border-bottom: 1px solid #c7bfab;
	padding: 20px 0;
	}
#HeaderBG {
	height: 340px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	}
#Header {
	width: 820px;
	height: 340px;
	margin: 0 auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	}
#Header img {
	margin: 60px 0 0 558px;
	}
#ContentWrapper {
	width: 800px;
	margin: 20px auto 0 auto;
	}
#Content {
	width: 500px;
	float: left;
	}
#Navi {
	width: 200px;
	margin-left: 100px;
	float: left;
	}
#Navi ul {
	 /* margin-top: 45px; */
	list-style-type: none;
	}
#Navi li {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	}
#Navi li a {
	text-decoration: none;
	display: block;
	color: #666666;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 2px;
	}
#Navi li a:hover  {
	color: #333333;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	}
	#Navi li ul {
		margin-top: 10px;
		}
	#Navi li li a {
		color: #999999;
		padding-left: 12px;
		margin-bottom: 0px;
		}
#Footer {
	width: 800px;
	margin: 10px auto;
	}
#Footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: #918974;
	margin-bottom: 10px;
	}
#Footer a {
	color: #c4bba3;
	}
#Footer a:hover {
	color: #666666;
	}
td { /* Sondereinstellung für die impressum.php */
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
	}
#post-82 img { /* Links */
	border: 0;
	}
