.main_wrap {
	height: auto;
	width: 980px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#footer_img {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 4px;
}
#header {
	height: 140px;
	width: 980px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #2A150B;
	background-color: #782800;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
#header #logo {
	margin-top: 9px;
	margin-left: 29px;
	float: left;
}
#content_wrap {
	height: auto;
	width: 980px;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
}
#navigation {
	width: 200px;
	height: 560px;
	padding-top: 35px;
	border-right: 1px solid #999999;
	float:left;
}
.clear{
	clear:both;
	
	}
#navigation ul {
	list-style-position: inside;
	margin:0px;
	padding: 0px;
}
#navigation ul li {
	padding-left: 40px;
	list-style-type: none;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
}

*+html #navigation ul li {padding-left: 25px;} /* nur für den IE7 */

#navigation ul li a {
	font-size: 12px;
	line-height:16px;
	color: #333;
	height: 16px;
	text-decoration: none;
	
}
#navigation ul li a.active {
	font-weight: bold;
	}
	
#navigation ul li.active {
	padding-left: 25px;
	list-style-type: disc;
	color: #722500;
}
#navigation ul li:hover {
	padding-left: 25px;
	list-style-type: disc;
	color: #722500;
	}
	
	
	
	
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	#navigation ul li {
	padding-left: 41px;
	}
}
*html #navigation ul li {
	padding-left: 25px;
}
#navigation .offen {
	margin-right: 0px;
	margin-left: 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #ccc;
	margin-top: 38px;
	text-align: center;	
	padding-bottom: 4px;
}

*html #navigation .offen {
	padding-top: 4px;
}
#footer {
	font-size: 11px;
	line-height: 20px;
	color: #999;
	float: right;
	height: 20px;
	width: 779px;
	text-align: center;
	border-left: 1px solid #999;
}

#content {
	float: left;
	width: 720px;
	margin-top: 35px;
	
	margin-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #999;
	margin-left: -1px;
	padding-bottom: 20px;
}

*html #content {
	margin-right: 10px;
}

#navigation .offen span {
	font-size: 14px;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	width: 200px;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}

#sidebar { display: none;}


#sidebar {
	display: block;
	float: left;
	width: 250px;
	margin-top: 35px;
	margin-right: 20px;
	padding-left: 10px;
	margin-left: -1px;
	border-left: 1px solid #ccc;
	line-height: 16px;	
}
*html #sidebar{
	margin-left: -11px;
	}

#content {
	width: 450px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-right: 0px;
	line-height: 16px;
}
#header H1 {
	float: left;
	clear: none;
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
	margin-left: 45px;
	margin-top: 100px;
	letter-spacing: 0.1em;
}
h4.modGuestbook {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 1px;
}
p.modGuestbook {
	font-size: 12px;
	color: #333;
	margin-top: 1px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 3px;
}
texarea.moduletextfield {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #333;
}
input.moduletextfield {
	border: 1px solid #333;
}

