/* CSS Document */

html>body { font-size: 12px; /* important for cross OS compatibility */ }
html, body {
	font-size: 12px;
	font-size: 100%;
	font: small Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}

#element {
	padding: 19px 0 0 71px;
}

/*----------------------HEADER */
#header {
	width:686px;
	background-color:#a6864b;
	height: 85px;
}

#header_left {
	clear:both;
	float:left;
	width: 145px;
	height:84px;
	border-bottom: 1px solid #ffffff;
	padding:0;
	background: url(img/header_left.jpg);
}

#header_menu {
	float:left;
	width:104px;
	height:84px;
	border: 1px solid #ffffff;
	border-top: 0px;
	background-color: #8ea070;
	padding:0;
}

#header_right {
	float:right;
	width:435px;
	height:85px;
	background: url(img/header_right.jpg);

}

#header_bottom {
	width:686px;
	height: 18px;
	background-color:#a6864b;
	background: url(img/header_bottom.jpg);
}


/*----------------------CONTENT */

/*----------------left_side */
#left_side_top {
	float:left;
	width:35px;
	height: 18px;
	background-color:#a6864b;
}

#main_menu {
	float:left;
	width: 138px;
	background: url(img/menu_bg.gif);
	/*height: 531px;*/
	border: 1px solid #ffffff;
	min-height: 531px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 531px;           /* dumme Browser */
}


#content {
	width: 686px;
}

#content_top {
	float:left;
	width: 511px;
	height: 18px;
	background: url(img/content_top.jpg);
}

#content_main {
float:right;
	width:487px;
	/*height:482px;*/
	padding: 13px 0 0 24px;
}

#content_inner_top {
	clear:both;
	margin: 0;
	padding:0;
	width:487px;
	height:6px;
	background: url(img/content_inner_top.gif);
	background-repeat:no-repeat;
}

#content_inner {
	clear:both;
	width:443px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 5px 22px 17px 22px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;           /* dumme Browser */
}

#content_inner_bottom {
	clear:both;
	width:487px;
	height:6px;
	background: url(img/content_inner_bottom.gif) no-repeat;
	padding-bottom: 15px;
}

#footer {
	clear:both;
	float:left;
	width: 486px;
	height: 50px;
	border-top: 1px solid #cccccc;
	padding-left: 250px;
	font-size: 85%;
	color: #666666;
}	


