@charset "utf-8";
/* CSS Document */

body {
	height: 101%;
	margin-bottom: 1px;
}

body {
font-family: Arial, Helvetica, sans-serif;
background: url(../images/body-bg.jpg) top left repeat-x #efefef;
color: #333333;
font-size: 12px;
line-height: 21px;
}

h1 {
	font-size: 32px;
	font-weight: 100;
	letter-spacing: -0.5px;
	margin: 1em 0;
	color: #05a1d0;
}

#logo h1{
	display: none;
}

h2 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin: 1em 0;
}

h3 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.1px;
	margin: 1em 0;
}
h4 {
	font-weight: 700;
	font-size: 14px;
	color: #05a1d0;
}

p {
margin: 1em 0;
}

a {
	color: #05a1d0;
	font-weight: 700;
	text-decoration: underline;
}

#header {
	display:block;
	height: 101px;
}

#navigation {
margin-top: 56px;
}

#navigation ul li{
	display:inline;
	margin-right: 20px;
}

#navigation ul li a{
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 0px 4px 0px;
}

#navigation ul li a:hover{
	border-bottom: 2px solid #05a1d0;
}

#navigation ul li a.active{
	border-bottom: 2px solid #05a1d0;
}

#teaser-startseite{
	display: block;
	height: 281px;
	font-size: 14px;
	position: relative;
	z-index: 500;
}

.teaser-text {
	color: #ffffff;
	width: 400px;
	padding-top: 26px;
	margin-left: 10px;
}

#teaser{
	display: block;
	height: 30px;
	font-size: 14px;
	position: relative;
	z-index: 500;
}

#teaser-bg {
	background: url(../images/teaser.jpg) right no-repeat;
	background-color: #31455d;
	/* margin-top: -301px; */
	height: 280px;
	position: relative;
	z-index: 2;
	top: -281px;
	margin-bottom: -281px;
}

#content-startseite {
	margin-top: -40px;
	position: relative;
	z-index: 100;
}

.box {
	background: #fff;
	border-bottom: 2px solid #05a1d0;
	margin-bottom: 33px;
}
.box-text{
	margin: 10px;
}

#news h3, #subnavigation h3{
	margin: 10px;
}

#news {
	padding-bottom: -33px;
}

.news-item {
	margin: 15px 10px;
	display:block;
}

#subnavigation h3{
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 0;
}

#subnavigation ul{
margin: 0 10px;
}

#subnavigation ul li {
	border-bottom: 1px solid #f0f0f0;
}

#subnavigation ul li a{
	padding: 10px;
	display:block;
}

#subnavigation ul li a:hover{
	text-decoration: none;
	background: #fafafa;
}

#page {
	background: #fff;
}	


.rss-icon {
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0;
	position:relative;
	left: 10px;
}

.date {
	font-size: 10px;
	color: #05a1d0;
}

#page {
	border-bottom: 2px solid #05a1d0;
}

#page-content {
	width: 430px;
	margin: 0 0 0 30px;
	float:left;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

#page-sidebar {
	width: 130px;
	float:right;
	margin: 0 30px 0 10px;
	padding: 20px 41px 20px 20px;
	background: #eee;
}

#page-sidebar input, #page-sidebar textarea {
	width: 100%;
	margin: 0; padding: 4px;;

}

textarea, input, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.csc-mailform-field, label {
	margin: 10px 0;
	display: block;
}

/*			###    NEWS     ###				*/


.news-item, .news-list-item {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	display:block;
}


.news-single-img, .news-list-img {
float: right ; margin: 0 0 0 10px; vertical-align: baseline; background: #f5f5f5;
}

.news-single-imgcaption {
	margin: 0;
	padding: 2px 5px;
}

.news-single-meta{
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #999;
	font-size: 10px;
}

.news-list-date{
	float: left;
	border: 1px solid #EEEEEE;
	background: #f5f5f5;
	margin: 0 4px 0 0 ; padding: 3px 4px;
	line-height: 10px;
	font-size: 10px;
	vertical-align: baseline;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}


.alignright {
	float:right;
	margin: 0 0 0 10px;
}

.csc-bulletlist{
	list-style: square inside;
}
.csc-bulletlist li{
	padding: 0.5em 0;
	border-top: 1px solid  #eee;
	border-bottom: 1px solid  #eee;
}
.csc-frame-frame1 {
	background: #e8e8e8;
	border: 1px solid #cccccc;
}
