.body {
	margin: 0;
	padding: 0;
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #956216;*/
}
#background {
	width:100%;
	height:870px;
	background:url(../img/bg_body_verlauf.png) repeat-x top;
	position:absolute;
	top:0px;
	z-index:1;
}
*html #background {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/bg_body_verlauf.png", enabled='true', sizingMethod='scale');
	background:none;
}
#menu {
	width: 960px;
	background:url(../img/bg_menu.gif) repeat-x top;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	padding-top:2px;
}
#submenu {
	float:left;
}
#left_column {
	float:left;
	width:270px;
}
#container {
	width: 960px;
	margin: 0 auto;
	background: #FFF;
	position:relative;
	z-index:3;
}
#container_ende {
	margin:0 auto;
	width:960px;
	height:40px;
	position:relative;
	z-index:2;
}
#container_rounded_left {
	background:url(../img/content_bottom_left.png) no-repeat left top;
	height: 6px;
	width:6px;
	float:left;
	font-size:1px;
	line-height:1px;
}
* html #container_rounded_left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/content_bottom_left.png");
	background:none;
}

#container_rounded_right {
	background:url(../img/content_bottom_right.png) no-repeat left top;
	height: 6px;
	width:6px;
	float:left;
	font-size:1px;
	line-height:1px;
}
* html #container_rounded_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/content_bottom_right.png");
	background:none;
}
#container_rounded_center {
	background:#ffffff;
	height: 6px;
	width:948px;
	font-size:1px;
	line-height:1px;
	float:left;
	}
#header {
	width: 940px;
	background:#FFF;
	padding:0 10px;
	margin-bottom:8px;
	position:relative;
}

#header_round_left {
	background: url(../img/emotion_round_left.png) no-repeat;
	width: 5px;
	height: 5px;
	font-size:1px;
	line-height:1px;
	position:absolute;
	/*top:210px;*/
	z-index:100;
	margin:-5px 0 0 0;
	bottom:0;
}
* html #header_round_left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/emotion_round_left.png");
	background:none;
	margin:0 0 -1px 0;
}
#header_round_right {
	background: url(../img/emotion_round_right.png) no-repeat;
	width: 5px;
	height: 5px;
	font-size:1px;
	line-height:1px;
	position:absolute;
	/*top:210px;*/
	left:945px;
	z-index:100;
	margin:-5px 0 0 0;
	bottom:0;
}
* html #header_round_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/emotion_round_right.png");
	background:none;
	margin:0 0 -1px 0;
}

/*a {
	color:#000;
}*/
#content {
	float: left;
	width: 640px;
	padding: 15px 15px 15px 35px;
	margin: 15px 0 0 0;
}
* html #content {
	width: 620px;
}
#page {
	background:url(../img/bg_page.gif) repeat-x left top;
	padding:0 0 3px 0;
	*-padding:3px 0 0 0;
}
#sidebar {
	float: left;
	width: 250px;
	padding: 17px;
}
.sb_background.top {
	background:url(../img/sidebar_bg_top.gif) no-repeat top left;
	height:9px;
	width:256px;
	float:left;
	font-size:1px;
}
.sb_background.center {
	background:url(../img/sidebar_bg_center.gif) repeat-y top left;
	width:238px;
	float:left;
	padding: 0 9px;
}
.sb_background.bottom {
	background:url(../img/sidebar_bg_bottom.gif) no-repeat bottom left;
	height:9px;
	width:256px;
	float:left;
	font-size:1px;
}
#footer {
	width: 870px;
	min-height: 20px;
	padding: 15px;
	margin: 0 auto;
	font-size: 11px;
}

#footer a{
	color:#000000;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
}
div#contentfooter div.leftrow {
	/*margin:-2px auto 0px;
	float:left;
	text-align:right;
	width:95%;*/
	color:#000000;
}
div#contentfooter div.rightrow {
	/*float:right;
	text-align:right;
	width:5%;
	*width:4%;*/
	color:#000000;
}

div#contentfooter div.rightrow a {
}

.clearall {
	clear:both;
}

/*.title {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-style:italic;
	margin:0 0 0 15px;
	padding:90px 20px 0 30px;
}*/
/* Menu */

#menu ul.mainNav1 {
 padding:0;
 margin:0;
 z-index:99;
 position:relative;
}

#menu_img_bg {
 background: url(../img/bg_firstnavi.png) 0 0 repeat;
 padding:0;
 margin:0;
 width:960px;
 overflow:hidden;
 z-index:1;
}

* html #menu_img_bg {
 background:none;
 
}

#menu ul.mainNav1 li {
	display:inline;
}
#menu ul.mainNav1 li a {
	background: url(../img/bg_1navi_trenner.png) no-repeat right;
	/*font-family: Georgia,"Times New Roman",Times,serif;*/
	padding:8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	/*font-size: 14px;*/
	font-weight:bold;
	color: #FFF;
	/*line-height:35px;*/
	display:block;
	float:left;
	white-space:nowrap;
	height:19px
}
#menu ul.mainNav1 li a:hover, #menu ul.mainNav1 li a.current {
    color:#333333;
}

* html #menu ul.mainNav1 li a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/bg_1navi_trenner.png" , sizingMethod="crop");
	background:none;
}
ul.mainNav2 {
	margin:40px 0 0 20px;
	padding:0;
	width:250px;
	display:block;
}
ul.mainNav2 li{
	margin: 0;
	list-style-type:none;
}
ul.mainNav3 li {
	margin: 0;
	list-style-type:none;
	border-top:none;
}
ul.mainNav2 li a, ul.mainNav3 li a {
	background: #ffffff;
	color:#666666;
	text-decoration:none;
	padding:8px 0;
	margin:-1px 0 0 0;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	/*font-size:18px;*/
	display:block;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
ul.mainNav3 {
	margin:-1px 0 0 20px;
	*margin:-16px 0 0 20px;
	padding:0;
	display:block;
}


ul.mainNav2 li a:hover, ul.mainNav3 li a:hover, ul.mainNav2 li a.current, ul.mainNav3 li a.current {
	color:#333333;
	font-weight:bold;
}

/*h1 {
	font-size:22px;
	color:#80480f;
	font-weight:normal;
}

h2 {
	font-size:18px;
	color:#333333;
	font-weight:normal;
}

p {
	line-height:16px;
}
*/

.sidecolor{
	background:  #AD3333;
}
