
#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:#b20f0f;
	border-top:1px solid #CCCCCC;
}
/*
#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;
	overflow:hidden;
}
#content_right {
	width:200px;
	float:left;
	padding:20px 10px 0 10px;
}

.beitrag {
	margin-bottom:15px;
}

/*
 *********************************************************** CONTAINER ***************/

.container {
	margin-bottom:15px;
}

.container_titel {
	padding:2px 10px 2px 10px;
	border:1px solid #999999;
	background-color:#CDCDCD;
}

.container_content {
	background-color:#FFFFFF;
	border:1px solid #999999;
	border-top:none;
	padding:10px;
}

.container_content ul {
	list-style-type:none;
}

.container_content li {
	list-style-type:none;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-left:-40px;
}

/*
 *********************************************************** FOOTER ***************/

#footer {
	padding:0 245px 0 245px;
}

#footer #print {
	margin:0x 0 15px 0;
}
#footer #copyright {
	padding:15px 0 0 0;
	border-top:1px solid #999999;
}


