/* CSS */
body{
	background: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #535154;
	line-height: 16px;
	text-align: center;
}

a{
	color: #09669a;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

.content p, .content ul, .content ol{
	margin-bottom: 20px;
}

.content ul{
	margin: 0px 15px 20px;
}

.content ul li{
	background: url(../img/icn_list.gif) 0px 6px no-repeat;
	padding-left: 15px;
	margin: 0px 0px;
}

/*** HEADINGS ***/
.content h1{
	font-size: 15px;
	font-weight: bold;
	color: #09669A;
	margin-bottom: 10px;
	line-height: 17px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

.content h1.csc-firstHeader{
	font-size: 25px;
	line-height: 27px;
	margin-bottom: 20px;
}

/***** LAYOUT *****/
.page{
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

/*** OBEN ***/
.top{
	height: 319px;
	overflow:hidden;
	position: relative;
	background: #ffffff;
}

.top img{
	z-index: 10;
}

.headerlink{
	display: block;
	height: 77px;
	width: 474px;
	position: absolute;
	top: 13px;
	left: 8px;
	text-indent: -100000px;
	z-index: 30;
	background: transparent url(../img/clear.gif) repeat scroll 0 0;	
}

/*** LINKS ***/
.left{
	width: 208px;
	float:left;
	height: 1%;
}

.left .teaser{
	margin-bottom: 15px;
}

/*** RECHTS ***/
.right{
	width: 725px;
	float: right;
	padding-bottom: 40px;
}

/*** HAUPTFENSTER ***/
.main{
	float:left;
	width: 500px;
}

/*** SEITENLEISTE ***/
.sidebar{
	float:right;
	width: 213px;
}

.sidebar h1{
	display: block;
	background: #09669a;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px 5px 15px;
	margin-bottom: 0px;
}

.sidebar h1 a{
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar h1 a:hover{
	text-decoration: underline;
}

.sidebar .teaser{
	margin-bottom: 20px;
}

.sidebar .teaser .bodytext{
	margin: 8px 10px 7px 15px;
}

/*** UNTEN ***/
.bottom{
	padding: 15px 30px;
	background: #FFFFFF;
	border-top: 1px solid #09669A;
	text-align: center;
}

.footerlinks li.act a{
	text-decoration: none;
}

.bottom *{
	display: inline;
}

/*** MAINMENU ***/
.mainmenu{
	margin-bottom: 35px;
	display: block;
}
.mainmenu li{
	display: inline;
	/*background: url(../img/icn_menu.gif) right 0px no-repeat;
	padding: 0px 6px 0px 5px;*/
	background: url(../img/icn_menu.gif) right 2px no-repeat;
	padding: 0px 8px 0px 7px;
	margin: 0px;
}
.mainmenu li.first{
	padding-left:0px;
}

.mainmenu li.last{
	background: transparent;
	padding-right: 0px;
}

.mainmenu li a{
	font-weight: bold;
	/*font-size: 12px;*/
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	text-decoration: none;
}

.mainmenu li a:hover{
	border-bottom: 1px solid #929292;
}

.mainmenu li.act a{
	border-bottom: 1px solid #A2DAF4;
}

/*** METAMENU ***/
.metamenu{
	padding: 0px 18px 30px;
}

.metamenu li{
	height: 1%;
}

.metamenu li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #09669A;
	padding: 10px 0px 10px 23px;
	background-position: 0px 10px;
	background-repeat: no-repeat;
	text-decoration: none;
}

/*** RAHMEN ***/
.frame-1{
	border-bottom: 1px solid #09669A;
	margin-bottom: 15px;
}
.frame-2{
	border: 1px solid #B5D2DF;
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
	background: #C7E8F8;
}

.angebot-orange {
	background-color: #fff2cd;
	border: 1px solid #ee7f01;
	color: #005c7c;
	margin-bottom: 15px;
}
.angebot-orange h1 {
	background-color: #ee7f01;
	color: #fff;
	padding: 7px 10px !important;
	font-size: 18px !important;
	margin-bottom: 15px !important;
	line-height: 17px !important;
}
.angebot-orange p, .angebot-blau p, .angebot-gruen p {
	padding: 0px 10px;
	margin-bottom: 10px;
}

.angebot-orange i, .angebot-orange em, .angebot-blau i, .angebot-blau em, .angebot-gruen i, .angebot-gruen em {
	font-style: normal;
	background-color: #ee7f01;
	color: #fff;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #fff;
	margin-bottom: 5px;	
}

.angebot-blau {
	background-color: #a7dcf4;
	border: 1px solid #009ee0;
	color: #005c7c;
	margin-bottom: 15px;
}
.angebot-blau h1 {
	background-color: #009ee0;
	color: #fff;
	padding: 7px 10px !important;
	font-size: 18px !important;
	margin-bottom: 15px !important;
	line-height: 17px !important;
}

.angebot-gruen {
	background-color: #e7f0cf;
	border: 1px solid #85b916;
	color: #005c7c;
	margin-bottom: 15px;
}
.angebot-gruen h1 {
	background-color: #85b916;
	color: #fff;
	padding: 7px 10px !important;
	font-size: 18px !important;
	margin-bottom: 15px !important;
	line-height: 17px !important;
}

.content .teaser{
	border-bottom: 1px solid #09669a;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.content .teaser h1{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #09669a;
	margin-bottom: 3px;
}

.content .teaser p{
	margin-bottom: 0px;
	line-height: 15px;
}

.content div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image{
	margin-bottom: 0px;
}

.content div.csc-textpic div.csc-textpic-imagewrap{
	margin-bottom: 15px;
}

/*** Tabellen ***/

.contenttable {
	width: 100%;
	margin-bottom: 20px;
}

.contenttable td, .contenttable th {
	vertical-align: top;
	padding: 2px 13px 4px 4px;
	border-bottom: 1px solid #A2DAF4;
}

.contenttable th {
	/* text-align: left; */
	background-color: #00adee;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

/***** KONTAKTFORMULAR (std. Mailform) *****/
#mailform{
	padding: 0px 25px;
}
#mailform label {
	font-weight: bold;
	font-size: 11px;
	display:block;
}

#mailform .csc-mailform-label {
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px;
	display:block;
	border-bottom: 1px solid #E6E4D8;
}

#mailform input,
#mailform textarea,
#mailform select    {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #B5D2DF;
	padding: 5px;
	display:block;
	width: 435px;
}

#mailform input:hover,
#mailform textarea:hover {
border-color:#09669A;
}

#mailform .csc-mailform-field {
	clear:both;
	float:none;
	padding: 10px 0px;
}

#mailform .csc-mailform-submit {
	width: auto;
	padding: 6px 15px;
	background: #09669A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	border: 0px;
	cursor: pointer;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}	

#mailform .csc-mailform-submit:hover {
	background: #297aa7;
}

#uid-36 #mailform{
	padding: 0px 100px;
}

#uid-36 #mailform input,
#uid-36 #mailform textarea{
	width: 210px;
}

#uid-36 #mailform .csc-mailform-submit{width: 145px;} 

/*** MISC ***/
.csc-textpic-imagerow{
	margin-bottom: 5px;
}

div.csc-textpic-border div.csc-textpic-imagewrap img{
	border: 1px solid #09669A!important;
	padding: 0px!important;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image{
	background: transparent;
}

.csc-textpic-caption{
	font-size: 10px;
	color: #667A9B;
}

/*** WETTER ***/
div.wetterbox{padding:15px;}
table.wettercomsmall227857{background:transparent!important;}
a.wettercomsmall227857{display:block;padding-left: 15px;}

.csc-textpic-image {
	margin-bottom: 10px !important;
}

h2.news-header {
	margin: 8px 10px 7px 15px;
}

h2.news-header a, .news-entry a {
	text-decoration: underline;
	font-weight: bold;
}

.teaser-a {
	margin-bottom: 15px;
	display:block;
	background: #ffffff;
}
