/*
// +---------------------------------------------------------------------+
// | SubConf & CMConf                                                    |
// +---------------------------------------------------------------------+
// | globales Stylesheet                                                 |
// +---------------------------------------------------------------------+
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

a {
	color: #1D97AE;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #008265;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-size: 22px;
	font-weight: bold;
	color: #1D97AE;
	padding-bottom: 15px;
}

p.bodytext {
	padding: 0px 0px 15px 0px;
	font-size: 11px;
}

.contenttable td {
	vertical-align: top;
}

ul, ol {
	margin-left: 25px;
	margin-bottom: 10px;
}

/*
// +---------------------------------------------------------------------+
// | Klassen                                                             |
// +---------------------------------------------------------------------+
*/

.news-latest-container, .news-list-item, .news-single-item {
	clear: both;
}

.news-latest-container h3, .news-list-item h3 {
	font-size: 11px;
	padding-bottom: 5px;
}

.news-list-date {
	font-size: 11px;
	color: #000000;
}

.news-list-item p.bodytext, .news-single-item p.bodytext {
	padding: 0px 0px 10px 0px;
}

.news-latest-container p.bodytext {
	padding: 0;
}

.news-latest-container img, .news-list-container img, .news-single-img {
	float: left;
	margin-right: 5px;
}

.news-latest-morelink {
	clear: both;
}

.news-latest-morelink {
	clear: both;
	margin-bottom: 15px;
}

.news-list-morelink {
	clear: both;
	margin-bottom: 15px;
}

.news-single-item {
	padding-top: 10px;
}

.news-single-timedata {
	text-align: right;
}

.news-single-imgcaption {
	clear: both;
	font-size: 10px;
}






.tx-thmailformplus-pi1 fieldset { clear: both; margin-bottom: 20px; padding: 10px; }
.tx-thmailformplus-pi1 legend { font-weight: bold; color: #1191AA; }
.tx-thmailformplus-pi1 p { clear: both; padding: 10px 0; }
.tx-thmailformplus-pi1 div { float: left; }
.tx-thmailformplus-pi1 div.checkbox { width: 30px; }
.tx-thmailformplus-pi1 div.checkbox-label { width:94%; padding-bottom: 5px; }
.tx-thmailformplus-pi1 .clear { float: none; clear: both; }
.tx-thmailformplus-pi1 .input-label { width: 100px; height: 25px; }
.tx-thmailformplus-pi1 .input-formfield { height: 25px; }
.tx-thmailformplus-pi1 .required { color: red; }
.tx-thmailformplus-pi1 .errormsg { width: 505px; border: 1px solid red; background-color: #FFEEEE; padding: 20px; margin-bottom: 10px; }

.tx-thmailformplus-pi1 input[type=text] { width: 390px; }
.tx-thmailformplus-pi1 textarea { width: 390px; }

/*
// +---------------------------------------------------------------------+
// | IDs                                                                 |
// +---------------------------------------------------------------------+
*/

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 173px;
	overflow: hidden;
	background-color: #0d886d;
}

#header-image {
	position: absolute;
	top: 0;
	left: 225px;
	width: 581px;
	height: 103px;
	overflow: hidden;
}

#header-claim {
	position: absolute;
	top: 103px;
	left: 225px;
	width: 581px;
	height: 66px;
	overflow: hidden;
}

#cooperation-logo {
	position: absolute;
	top: 0;
	left: 806px;
	width: 191px;
	height: 110px;
	overflow: hidden;
}

#line {
	position: absolute;
	top: 173px;
	left: 235px;
	width: 762px;
	height: 1px;
	overflow: hidden;
	background-color: #000000;
}

#container {
	position: absolute;
	top: 173px;
	left: 0;
	border-left: 225px solid #0d886d;
	width: 772px;
	height: auto;
	padding-left: 20px;
}

#content {
	float: left;
	width: 547px;
	padding-top: 25px;
}

#news {
	float: left;
	width: 190px;
	margin-left: 15px;
	padding-top: 11px;
}

#newsBox {
	border: 2px solid #1D97AE;
}

#newsHeading {
	background-color: #1D97AE;
	height: 23px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}

#newsContent {
	font-size: 12px;
	padding: 15px 9px 15px 9px;
}

#nav {
	position: absolute;
	left: 0;
	top: 173px;
	width: 225px;
	height: auto;
	background-color: #0d886d;
	padding-top: 25px;
	padding-bottom: 25px;
}

#nav .start {
	width: 225px;
	height: 1px;
	overflow: hidden;
}

#nav div {
	border-bottom: 1px solid #FFFFFF;
}

#nav div a {
	display: block;
	height: 19px;
	border-left: 9px solid #1D97AE;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	text-decoration: none;
}

#nav div a:hover {
	border-left: 9px solid #d8071f;
	background-color: #067960;
	background-image: url(/fileadmin/images/cmconf/nav-arrow-white.gif);
	background-position: 196px;
	background-repeat: no-repeat;
}

#nav div a.active {
	border-left: 9px solid #d8071f;
	background-color: #067960;
	background-image: url(/fileadmin/images/cmconf/nav-arrow-white.gif);
	background-position: 196px;
	background-repeat: no-repeat;
}

#nav div a.sub {
	padding-left: 25px;
	background-image: url(/fileadmin/images/cmconf/nav-arrow-white.gif);
	background-position: 12px;
	background-repeat: no-repeat;
}

#nav div a.sub:hover {
	color: #056229;
	border-left: 9px solid #d8071f;
	background-color: #9ecfc5;
	background-image: url(/fileadmin/images/cmconf/nav-arrow-green.gif);
	background-repeat: no-repeat;
}

#nav div a.sub-active {
	padding-left: 25px;
	color: #056229;
	border-left: 9px solid #d8071f;
	background-color: #9ecfc5;
	background-image: url(/fileadmin/images/cmconf/nav-arrow-green.gif);
	background-position: 12px;
	background-repeat: no-repeat;
}

#banner {
	position: absolute;
	top: 154px;
	left: 1006px;
	width: auto;
	height: auto;
}