* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	text-align: center;
	font: normal normal 12px/18px Verdana, sans-serif;
	color: #555;
}

#center_wrapper {
	background-color: #dfeef9;
}

#content_wrapper {
	background: #f2f8fd url("../images/cw_bg.gif") repeat-y right top;
}

#center {
	margin: auto;
	width: 908px;
	text-align: left;
}

/* ###### Header ###### */

#header {
	width: 750px;
	height: 224px;
	background: url("../images/logo.gif") no-repeat right bottom; 
	border-bottom: 2px solid #c95210;
}

#topnews {
    height: 140px;
    overflow: auto;
    padding: 8px 0 0;
    width: 475px;
}

/* ###### Content ###### */

#content {
	padding: 22px 0 40px 22px;
	width: 728px;
	background-color: #f2f8fd;
	float: left;
}

.row_left {
	padding-right: 60px;
	width: 322px;
	float: left;
	line-height: 25px;
}

.row_right {
	width: 324px;
	float: left;
    text-align: center;
}

#sidebar {
	padding: 10px;
	width: 138px;
	background: #e9f5fd url("../images/sidebar_bg.gif") repeat-y left top;
	float: left;
}

/* ###### Footer ###### */

#footer_wrapper {
	height: 240px;
	background: url("../images/footer_bg.gif");
}

#footer {
	padding: 0 44px 0 0;
	margin: auto;
	width: 908px;
	height: 240px;
	text-align: left;
	background: url("../images/footer_bg_2.gif") no-repeat;
}

/* ###### Typo ###### */

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

	h2 a, h2 a:visited {
		text-decoration: none;
	}

#topnews h1 {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color: #e95d0f;
}

#sidebar h1 {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color: #e95d0f;
}

.sub_infobox_wrapper h1 {
	margin: 0;
	padding: 10px 0 0 12px;
	font-size: 18px;
	line-height: 16px;
	color: #c9e6fa;
}

p {
	margin-bottom: 20px;
}

a, a:visited {
	color: #e95d0f;
}

.subnavi {
	text-align: left;
	}

    .row_left img {
	margin: 10px;
	border:5px solid #F2F8FD;
	}
	
	
	.row_right img {
	margin: 10px auto;
	border: 0;
	}
	
	.img_left {
	float:left;
	}
	
    .img_right {
	float:right;
	}

/* ###### Infobox ###### */

.infobox_wrapper {
	width: 321px;
	padding: 18px 0 0 0;
	background: #ffffff url("../images/infobox_top.gif") no-repeat left top;
}

.infobox {
	padding: 0 21px 18px 21px ;
	background: #ffffff url("../images/infobox_bottom.gif") no-repeat left bottom;
}

.sub_infobox_wrapper {
	width: 321px;
	background: #ffffff url("../images/infobox_top.gif") no-repeat left top;
}

.sub_infobox {
	background: #ffffff url("../images/infobox_bottom.gif") no-repeat left bottom;
}

ul.morelinks {
	padding: 0 0 5px 15px;
	list-style: none;
}

ul.morelinks li {
	line-height: 16px;
}

/* ###### Partnerlinkbox ###### */

.partnerlinks {
	width: 703px;
	padding-top: 16px;
	background: url("../images/partnerlinks_top.gif") left top no-repeat;
}

.partnerlinks div.bottom {
	padding: 0 16px 16px 16px;
	background: #fff url("../images/partnerlinks_bottom.gif") left bottom no-repeat;
}

.partnerlinks table {
	border-spacing: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

.partnerlinks td {
	margin: 0;
	padding: 0;
	width: 134px;
	height: 100px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}

.partnerlinks td.odd {
	background-color: #fdeee7;
}

.partnerlinks img {
	border: 0;
}

/* ###### Sonstiges ###### */

.clearer {
	clear: both;
}

.linkbox {
	margin: 0 20px 20px 0;
}

ul {
	margin-left: 15px;
}

ul li {
	
}

/* ###### Print-only Elements ###### */

#logo { display: none; }

#address { display: none; }

/*Fragebogen*/

#fragebogen { margin: 30px auto; font-size:12px; padding:0px; }
#fragebogen fieldset { border-style:none; margin-bottom:30px;}
#fragebogen fieldset div { margin-bottom:5px;clear:both; padding:3px;}
#fragebogen fieldset label{ width:250px; float:left; text-align:right; padding-right:20px;}
#fragebogen fieldset legend { margin:10px; font-size:14px; font-weight:600;}
