@import url(content.css);
@import url(menu.css);
@import url(content_startseite.css);
@import url(form.css);
@import url(table.css);
@import url(jquery.css);
@import url(openx.css);

body {
	margin: 0;
	padding: 0;
	background-color:#ededed;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
.clear-float {
	clear: both;
}
a {
	text-decoration: none;
	color: #666666;
}


#main {
	width: 980px;
	border: 1px solid #4a4c49;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

#top {
	background: #737373;
	height: 24px;
}
#top #search_top {
	float: left;
}
#top_header {
	height: 138px;
	clear: both;
	background: url(../imgs/banner_top.jpg) top left no-repeat;
}

#banner {
    height: 399px;
	background: url(../imgs/banner/banner_home.jpg) left top no-repeat;
}



#content_main {
    background: url(../imgs/content/content_back.jpg) left repeat-y;
	height: 99%;
}

#main_left {
	width: 283px;
	float: left;
}

#main_right {
	margin: 0;
	padding: 0px 55px 10px 50px;
	width: 591px;
	float: right;
}

#main_right_bottom {
	clear: both;
	margin: 20px 0 12px 0;
	padding: 10px 0 0 0;
	border-top: #464640 dotted 1px;
	text-align: right;
}
#main_right_bottom img {
	margin: 0 5px;
}


#footer {
    margin: 0;
	padding: 0px;
	height: 44px;
	background: #4a4c49;
	border-top: #FFFFFF 1px solid;
	color: #ffffff;
}
#footer_left {
    margin: 0;
	padding: 24px 8px 7px 10px;
	float: left;
	width: 265px;
}
#footer_right {
    margin: 0;
	padding: 7px 0 7px 20px;
	float: left;
}
#footer_right .csc-textpic.csc-textpic-left.csc-textpic-above {
	float: left;
	padding: 0 30px 0 0;
}
#footer_right .csc-textpic-clear {
	display: none;
}