
#main_div {
	margin:0px auto;
	width:955px;
	display:block;
	padding-left:1px;
}

#content .beitrag table tr td {
	color:#333333;
	line-height:22px;
}

/*
 *********************************************************** HEADER ***************/
  
#header {
	vertical-align:top; 
	height:90px;
	background-repeat:no-repeat;
}

#header_navi {
	float:right;
	width:200px;
	height:20px;
	text-align:right;
	padding:2px 5px 0 0;
}

#header_bottom {
	height:10px;
	background-color:#4A6633;
	border-top:1px solid #D5A228;
}
/*
#header_bottom_left {
	background-color:#666633;
	border-left:1px solid #CCCCCC;
	width:219px;
	height:20px;
}
*/
/*
 *********************************************************** MAIN CONTENT ***************/

#content_main {
	background-color:#EEEEEE;
	display:block;
	background-image:url(../images/layout/main_BG.gif);
	background-repeat:repeat-y;
	background-position:left;
	padding-bottom:15px;
	font-size:1px;
	border-bottom:2px solid #999999;
}

#content_left {
	width:219px;
	float:left;
	padding-top:20px;
}

#content_center {
	width:465px;
	padding:15px 25px 0 25px;
	float:left;
}
#content_right {
	width:200px;
	float:left;
	padding:20px 10px 0 10px;
}

/*
 *********************************************************** CONTAINER ***************/

.logo_container {
	margin-bottom:15px;
}

.contact_container {
	border:1px solid #999999;
	background-color:#FFFFFF;
	margin-bottom:15px;
}

.container_titel {
	border-bottom:1px solid #999999;
	padding:2px 10px 2px 10px;
	background-color:#CCCCCC;
	font-weight:bold;
}

.leercontainer {
	margin-bottom:15px;
}

.leercontainer_titel {
	font-weight: bold;
}

.leercontainer_text {
	padding:0;
}

.container_text {
	padding:10px;
}


/*
 *********************************************************** FOOTER ***************/

#footer #print {
	margin:15px 0 15px 0;
}
#footer #copyright {
	padding:15px 0 0 0;
	border-top:1px solid #999999;
}

