@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
a:focus{
	outline: none;
}
H1{
	font-weight: bold;
	padding-bottom: 0.5em;
	line-height: 1.2em;
}
H2{
	font-weight: bold;
	padding-bottom: 1.5em;
	color: #009ee3;
	line-height: 1.2em;	
}
H3{
	font-weight: bold;
	padding-bottom: 1.5em;
	color: #000;
	line-height: 1.2em;	
}
p{
	margin-bottom: 1.2em;
}
BODY{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
#centercol UL{
	margin-top: 1em;
	margin-left: 20px;
}
LI{
	line-height: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.csc-mailform{
	margin-left: 130px; 
	margin-top: 15px;
}
div * textarea{
	vertical-align: top;
}
label{
	display: inline-block;
	width: 140px;
	text-align: right;
	margin-left: -140px;
}
input{
	display: inline;
	border: 1px solid #96def8;
	margin: 5px;
}
textarea{
	display: inline;
	border: 1px solid #96def8;
	margin: 5px;
	align: right;
}
.csc-mailform-submit{
	margin-left: 150px;
}
#wrapper{
	margin: 0px auto;
	width: 980px;
	min-height: 660px;
	background-image:url(../pics/backgrounds/mainback.png);
	background-repeat:repeat-y;
}

#contentwrapper{
	width: 949px;
	min-height: 350px;
	margin-left: 15px;
}
#header{
	background-image:url(../pics/elements/header.png);
	height: 365px;
	background-repeat: no-repeat;
}
#logo {
	width: 175px;
	height: 90px;
	margin-top: 95px;
	margin-left: 95px;
	float: left;
}
#imagebild{
   float: left;
	width: 600px;
	margin-left: 55px;
}
#leftcol{
	width: 200px;
	min-height: 300px;
	margin-top: 20px;
	margin-left: 65px;
	margin-right: 50px;
	float: left;
}

#mainnavi{
	min-height: 150px;
	background-color: white;
}
#mainnavi ul{
	list-style-image:none;
	list-style:none;
	text-align:right;
	padding-right: 2px;
}
.mainnavi a{
	display: block;
	text-decoration: none;	
	padding-right: 15px;
	color: #333;
}
.mainnavi li.main{
	border-top: 1px solid #00a9e7;
	margin: 0px 2px 0px 2px;
}
.mainnavi li:first-child{
	border-top: 1px solid #fff;
}
.main{
	line-height: 30px;
}
.main a:hover{
	font-weight: bold;
	background-image: url(../pics/elements/navibullet.png);
	background-position:right;
	background-repeat:no-repeat;
	
}
.main.aktiv{
	font-weight: bold;
	background-image: url(../pics/elements/navibullet.png);
	background-position:right;
	background-repeat:no-repeat;
}
.sub{
	line-height: 18px;
}

li[class=sub] > a{
		color: #00a9e7;
}
li[class=sub] > a:hover{
		font-weight: bold;
}
li[class=sub] > a[class=aktiv]{
	color: #00a9e7;
	font-weight: bold; 
}
ul[class=subnavi] > li:last-child{
		margin-bottom: 12px;
}
ul[class=subnavi] > li {
	padding-right: 10px;
}

#centercol{
	width: 420px;
	min-height: 340px;
	margin: 20px 20px 0px 0px;
	float:left;
}
#centercol a{
	color: #00a9e7;
	border-bottom: 1px solid #00a9e7;
	text-decoration: none;
}
#rightcol{
	width: 170px;
	min-height: 340px;
	margin: 20px 5px 10px 10px;
	float:left;
}
#footer{
	height: 110px;
	background-image:	url(../pics/elements/footer.png);

}
#footermenu{

	height: 20px;
	width: 570px;
	position: relative;
	top: 90px;
	left: 340px;
	text-align:left;
}
#footermenu a{
	display:inline-block;
	text-decoration: none;
	color: #666;
	
}
#footermenu a:hover{
	color: #C00;
}
#footermenu a.footeraktiv{
	color: #C00;
	font-weight: bold;
}
.clearer{
	clear: both;
}
.csc-mailform-label{
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;	
}
.news-header-list-title a{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	color: #009ee3;
	border-bottom: 1px solid #009ee3;
}
.news-single-item h1{
	font-size: 160%;

}
.news-header-list-container{
	margin-bottom: 2em;
}