/* CSS Document */
html {
}

body {
	height: 100%;
	margin: 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #666;
}

a:link, a:active, a:visited {
   color: #29547e;
   text-decoration: underline;
   
}

a:hover {
   color: #990000;
   text-decoration:none; 
}

#container{
	/* contains the site and the ornament  on the left */
	width: 872px;
	margin: auto;
}

#site{
	/* contains the site and defines the width */
	width: 808px;
	margin-left: 32px;
}

#site_inner{
	/* grey bordered site */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding:2px;
}

#title{
	width: 872px;
	height: 144px;
	background: url(../images/bg_title.jpg);
}

#title_left{
	float: left;
	width: 632px;
	height: 139px;
	margin-top: 4px;
	margin-left: 36px;
}

#title_right{
	float:left;
	margin-left: 2px;
	height: 139px;
	width: 164px;
}

#above_nav{
	height:24px;
	margin-top:2px;
}

#above_left{
	clear: left;
	float:left;
	width: 116px;
	height: 20px;
	background: url(../images/bg_above_a.gif) repeat-x #5d1f1f;
	border: 1px solid #ccc;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

#above_center{
	float:left;
	width: 512px;
	background: #29547e;
	border: 1px solid #ccc;
	height: 20px;
	margin-left: 2px;
}

#above_right{
	float:left;
	width: 164px;
	height: 20px;
	background: url(../images/bg_above_a.gif) repeat-x #5d1f1f;
	border: 1px solid #ccc;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-left: 2px;
}

#content{
}

#content_left{
	clear: left;
	float:left;
	width: 116px;
	border: 1px solid #ccc;	
	margin-bottom: 2px;
	overflow:hidden;
	background: #ebf2f7;
}

#content_main{
	float:left;
	width: 512px;
	background: #fff;
	border: 1px solid #ccc;
	margin-left: 2px;
	margin-bottom: 2px;
	overflow:hidden;

}



#content_right{
	float:left;
	width: 164px;
	border: 1px solid #ccc;
	margin-left: 2px;
	margin-bottom: 2px;
	background: #f1f1f1;
	overflow:hidden;
}

#partner{
	margin-top: 2px;
}

#partner img{
	margin-left: 2px;
	border: 1px solid #c6c6c9;
}

.headline{
	background: url(../images/bg_headline.gif) repeat-x;
	padding-left: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
}

.headline a{
	display:block;
	color: #fff;
	text-decoration:none;
}

#footer{
	clear: both;
	height: 20px;
	width: 800px;
	background: #29547e;
	border: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

/* *************************
*
*  NAVIGATION ON THE LEFT
*
**************************** */

#content_left ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	color: #999;
}

#content_left ul li a{
	display:block;
	line-height: 20px;
	background: url(../images/bg_nav.gif) #7f98b2 left repeat-y;
	margin-bottom: 1px;
	color: #fff;
	text-decoration:none;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 10px;
}


#content_left ul li a:hover, #content_left ul li.here a:hover{
	background: url(../images/bg_nav_a.gif) #7f98b2 left repeat-y;
}


#content_left ul li.here a{
	background: url(../images/bg_nav_here.gif) #7f98b2 left repeat-y;
}

.schedule ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	font-size: 9px;
}

.schedule ul li a{
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-decoration: none;
	color: #036;
}

.schedule ul li a:hover{
	background: #f9f9f9;
	color: #000;
}
/* *************************
*
*  Loginbox
*
**************************** */
.loginbox {
	margin: 0px;
	margin-top : 3px;
	padding: 3px;
	font-size: 9px;
	
}
.loginbox h3{
	font-size: 9px;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
}
.loginbox input{
	font-size: 9px;
  width: 105px;
  height: 17px;
  margin: 0px;
  padding: 0px;
  border: dotted 1px #6285af;
  margin-bottom: 2px;
  background-color: #fff;
}
/* *************************
*
*  Wetterdaten
*
**************************** */
#wetterbox{
 margin: 0px;
 padding: 0px;
}
#wetterbox .wetterdaten {
 font-size: 7.5pt;
 font-weight: bold;
 border: dotted 1px #6285af;
 padding: 2px;
 margin: 1px;
}
/* *************************
*
*  NEWSBOX
*
**************************** */
.newsbox {
 margin: 0px;
 padding: 3px;
 
}
.newsbox h3{
 font-size: 10px;
 margin: 0px;
 padding: 0px;
}
.newsbox p{
 font-size: 10px;
 margin: 0px;
 padding: 0px;
}
.newsbox a {
  text-decoration: none;
  color: #990000;


}
.newsbox .news-latest-item {
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px;
}
/* *************************
*
*  CONTENT INNER
*
**************************** */
#content_inner{
	margin: 10px;
	font-size: 9pt;
	font-weight: normal;
}

 h1{
	font-size: 11.5pt;
	color: #29547E;
	font-weight: bold;
	background-color: #e5e5e5;
	padding: 2px;
	border: dotted 1px #6285af;
}
 h2{
	font-size: 10pt;
	color: #29547E;
	font-weight: bold;
}
 h3{
	font-size: 10.5pt;
	color: #29547E;
	font-weight: bold;
}
 h4{
	font-size: 10pt;
	color: #29547E;
	font-weight: bold;
}
#content_inner img{
	border: solid 1px #6285af;
	padding: 1px;
}
/* *************************
*
*  MAIL FORM
*
**************************** */
.csc-mailform {
	background-color:#fff;
	/*border: 1px solid #6285af;*/
	border: none;
}

.csc-mailform-forum {
	background-color:#fff5e5;
	border: 1px solid #ff9900;
}

.csc-mailform-field {
	display: block;
	margin: 10px;
	padding: 10px;
}

.csc-mailform label, .csc-mailform-forum label{
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin: 2px 5px;
	padding:0;
}


.csc-mailform input, .csc-mailform textarea, .csc-mailform-forum input, .csc-mailform-forum textarea{
	font-family: Verdana,Arial,Helvetica;
	color: #000000;
	background-color:white;
	border: solid 1px #6285af;
	width: 200px;
	padding: 2px 6px;
	font-size: 8pt;
}

.csc-mailform input.csc-mailform-submit{
	float: right;
	width: 80px;
	cursor:hand;
}

.csc-mailform form input.csc-mailform-submit:hover{
	background-color:#ff9900;
	border: 1px solid white;
	color: white;
	
}
/* *************************
*
*  Termine
*
**************************** */
.termin-list-container {

}
.termin-list-container .termin-list-item { 
   border: dotted 1px #6285af;
   margin: 0px 0px 5px 0px;
   
   padding: 5px;
}
.termin-list-container .termin-list-item p{ 
   margin: 0px;
   padding: 0px;   
   display: inline;
}
.termin-list-container .title{ 
   margin: 0px;
   padding: 0px;
   font-size: 9pt;
   font-weight: normal;
   color: #000;

}
.termin-list-container .termin-list-item a{ 
   margin: 0px;
   padding: 0px;
   font-size: 9pt;
   font-weight: normal;
}
.termin-single-item {
}

.termin-single-item .termin-single-timedata {
  color: #666;
  font-size: 9px;
  margin: 10px 0px 10px 0px;
  
}


.termin-single-backlink {
}
/* *************************
*
*  News
*
**************************** */
/*.news-list-container {

}
.news-list-container .news-list-item {
	padding: 0px
	margin: 0px;
	border: dotted 1px #6285af;
	margin-bottom: 5px;
	height: 150px;
}
.news-list-container .news-list-item .news-list-date {
  float: right;
  font-size: 10px;
  color: #666;
  font-weight: normal;

}
.news-list-container  h3 {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  border: dotted 1px #6285af;
  padding: 0px
  margin: 0px;
  background-color: #e5e5e5;

  
}
.news-list-container .news-list-item h3 a {
  font-size: 11px;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
.news-list-container .news-list-item img{
  float:right;

}
.news-list-container .news-list-item p{
    margin: 0px;
    padding: 5px;
}
.clearer {
  clear: both;
  }
  */
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
/*
.news-latest-container {
	border:1px solid #333;
	background-color:#fff;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;

	background-color:#769024;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {

	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}
*/

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:0px solid #000;
	background-color:#fff;

}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px dotted #e5e5e5;
	background-color:#fff;

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#fff;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #ccc;
	background-color: #e5e5e5;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {

	padding-left:2px;
	font-size:9pt;
}
.news-list-container H3 A {
	text-decoration:none;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 10px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #fff;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px dotted #e5e5e5;
	padding:3px;
	background-color:#fff;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #ccc;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px dotted #e5e5e5;
	background-color:#fff;

}
.news-single-item H2 {
	font-size: 12pt;
	font-weight:bold;
	margin: 0px;
	background-color: #e5e5e5;
	padding: 2px;
}
.news-single-item H3 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 10pt;
	font-weight:bold;
	color: #666;

	
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #fff;
/* 	clear: both; */
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#fff;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#fff;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}  


.tx-srfeuserregister-pi1 dd input.tx-srfeuserregister-pi1-uploader {
  width: 50%;
  height: 20px;
  display:none;
  
  border: solid 1px red;
  }

  
  .tx-srfeuserregister-pi1 textarea {
  width: 270px;
  }
  
  