
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	background: url('images/bg.jpg') repeat-x;
	padding: 0px;
	margin: 0px;	
}

#container {
	margin: auto;
	text-align: center;
	width: 970px;	
	padding-top: 5px;
}

.box  {
	width: 970px;	
	border: 4px solid #ddd;
	text-align: left;
	padding: 0px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

#header  {
	background: url('images/bg_header.jpg');
}

.break { clear: both; }

#logo { float: left; width: 500px; padding-left: 10px; }
#fb_header { float: right; width: 280px; text-align: center; padding-top: 25px; }

#menu ul {
	list-style:none;
	font-size:0.875em;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:1.4em;
	text-align:center;
	height:20px;
	font-size: 15px;
}
#menu ul li {
	display: inline-block;
	*display:inline;
	margin-left: 0.32em;
	position: relative;
}
#menu ul li a {
	color:#363636;
	text-decoration:none;
	padding:0 5px 0 5px;
}

#content_left { width: 420px; float: left; text-align: left; }
#content_right { width: 540px; float: right; text-align: left; }
#content_right1 { width: 265px; float: left; text-align: left; }
#content_right2 { width: 255px; float: right; text-align: left; }

.cbox  {
	border: 1px solid #CCC;
	text-align: left;
	margin: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.c_subhead { 
	background: url('images/subhead.jpg');
	font-weight: bold;
	font-size: 13px;
	padding: 6px;
}

.c_head { 
	background: url('images/verlauf_blue.jpg');
	font-weight: bold;
	font-size: 16px;
	padding: 10px 5px 10px 5px;
	color: #fff;
}

.c_head a { color: #fff; text-decoration: none; }
.c_head a:hover { text-decoration: underline; }

.c_img_big {
	background: top center;
}

.c_info {
	background: url('images/verlauf_white.png');
	text-align: right;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
	font-size: 12px;	
	line-height: 1.5;
}

.c_info_light {
	background: url('images/verlauf_white_light.png');
	text-align: right;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
	font-size: 14px;	
	line-height: 1.0;
}

.c_newsletter {
	padding: 4px;	
}

.c_left_s { height: 60px; line-height: 1.5; font-size: 11px; }
.c_right_s { float: right; width: 150px; text-align: left; font-size: 11px; padding: 4px;  }

.input-email {
	width:177px;
	font-size:18px;
	height:33px;
	border:1px solid #ddd;
}
.input-submit {
	text-transform:uppercase;
	background:#1c98d4;
	color:#FFF;
	border:1px solid #2ab0f9;
	height:34px;
	padding:0 3px 0 3px;
}

#bottom {
	width: 100%;
	background: url('images/bottom.jpg') repeat-x #c7c7c7;	
	margin: auto;
	text-align: center;
	margin-top: 10px;
	min-height: 250px;
	line-height: 1.5;
}

#bottom_inner {
	width: 970px;		
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottom-left: 8px;
    -webkit-border-radius-bottom-right: 8px;
    -khtml-border-radius-bottom-left: 8px;
    -khtml-border-radius-bottom-right: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	background: #333;
	margin: auto;
	text-align: left;
	color: #fff;
	padding: 5px;
	font-size: 12px;
}

