#main_div {
	margin:10px auto;
	width:814px;
	background:url(../images/layout/main_BG.gif) repeat-y;
}

/*
 *********************************************************** HEADER content ***************/
#header {
	height:61px;
	background-color:#dbdbe0;
	background:url(../images/layout/header_BG.gif) no-repeat;
	
	position:relative;
	
	overflow:hidden;
}

#header_menu {
	width:500px;
	
	position:absolute;
	top:30px;
	left:5px;
}

#header_links {
	height:20px;
	width:120px;
	
	position:absolute;
	top:38px;
	left:675px;
	
	text-align:right;
}
	
/*
 *********************************************************** CONTENT ***************/

#content_main {
	margin:0 7px 0 7px;
}

#header_bild {
	height:150px;
	background:url(../images/layout/headerbild.jpg) no-repeat;
	margin:1px 0 1px 0;
}

.green_line {
	height:3px;
	background-color:#1b4715;
	font-size:1px;
}

#content_left {
	width:192px;
	float:left;
}

#menu {
	margin:60px 0 60px 0;
	border-top:1px solid #d9d9d9;
}

#logo_bereich {
	margin:70px 0 0 0;
}

.logo_left {
	margin-bottom:25px;
}

#content_right {
	width:608px;
	float:left;
	overflow:hidden;
}

#content_right_padding {
	padding:28px 25px 15px 25px;
}

#main_bottom {
	margin:0 6px 0 6px;
	background-color:#CCCCCC;
	height:8px;
	font-size:1px;
}

/*
 *********************************************************** FOOTER ***************/

#footer {
	height:40px;
}

#footer #copyright {
	text-align:right;
	padding:13px 20px 0 0;
}
