/* CSS GNS  by Tom Lachemund (www.lachemund.de) 14.09.2007 */

/*------------------------ Allgemeines ---------------------------------------*/

html,body{margin:0;padding:0}
body{
	font: 76% verdana,arial,sans-serif;
	text-align:left;
	color:#333;
	padding:10px;
}
a{
	margin:0px;
	padding:0px;
	font-weight: bold;
	text-decoration: none;
	color: #0066b3;
}


form{text-align:left;}
input.submit_btn{
	background-color:#0066b3;
	color:white;
	border: 1px double #ccc;
	padding:1px 6px;
	width:auto;
}



a:hover{
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	margin:0px 0px 10px 0px;
	color:#0066b3;
	font-size:1.3em;
}
h1 { color: #0066b3;  border: none; }
h2 { color: #333; border-bottom: 1px #ccc solid; }
h3 { color: #333; }
h4 { color: #333; font-size:1.1em;}
h5 { color: #333; border-left: 5px solid #0066b3; padding:2px 10px; background-color:#E1E1E1;font-size:1.1em;}

p{
	margin:0px;
}
p.bodytext{
	margin:0px;
}
p.p_spacer{
	clear:both;
	height:20px;
}
img{
	border:none;
}
form{
	margin:0px;
	padding:0px;
	margin-left:0px;
}
li {
	list-style-type: square;
}
/*---RTE---*/
p.kleintext{
	font-size:0.8em;
}
p.umrandung1{
	display: block;
	font-size: 1em;
	color: #000;
	padding: 0.5em;
	background: #efefef;
	border-left: 8px #c0c0c0 solid;
}
p.umrandung{
	display: block;
	font-size: 1em;
	color: #333;
	padding: 0.5em;
	background: #ededed;
	border: 1px #ccc solid;
}
p.balkenlinks{
	font-size:1.1em;
	font-weight:bold; 
	color: #666; 
	background:inherit;  
	border-bottom: 0px #ccc solid; 
	border-left: 8px solid #ccc; 
	padding-left:5px;
}

table.tabelle_rte {

	border-collapse: collapse;
	/*margin: auto;*/
}

table.tabelle_rte td,
table.tabelle_rte th {
	border: 1px solid #C0C0C0;
	text-align: center;
	font-family: arial;
	font-size: 1em;
	padding: 3px;
	text-align:left;
	vertical-align:top;	
}

td.zelleGrau {
	background-color: #cccccc;
	color: white;
	font-size: 12px;
}
tr.backColorGrey{
	background-color: #cccccc;
}
tr.backColorDarkGrey{
	background-color: #666666;
	color:white;
}
tr.backColorAnimator{
	background-color: #002d62;
	color:white;
}
tr.backColorEvaluator{
	background-color: #002d62;
	color:white;
}
tr.backColorGenerator{
	background-color: #972256;
	color:white;
}
tr.backColorIndeed{
	background-color: #009bcb;
	color:white;
}



/*------------------------- Mailform -------------------------------------*/
.csc-mailform{
	/*width:380px;*/
	padding:10px 0px;
	
}
.csc-mailform legend{
	padding:15px 5px;
	font-size:12px;
	font-weight:bold;
	color:#e60003;
}
.csc-mailform-field{
	padding:4px;	
	margin:2px;
	border-bottom:1px solid #ededed;
	border:1px solid #ededed;
}
.csc-mailform-field input,
.csc-mailform-field textarea{
        /*border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #efefef;*/
	
}
.csc-mailform-field label{
	/*display:block;
	text-align:right;
	*/
	float:left;
	
	width:150px;
	padding-top: 2px;
	vertical-align: top;
}
.csc-mailform-label{
	font-size:10px;
	line-height:20px;
}

#mailformformtype_mail{
	
	/*background-color: #fff;
	border: 1px solid #ccc;
	border-left: 3px solid #3380c6;
	border-right: 3px solid #3380c6;
	border:none;
	background:none;*/

}
.csc-mailform-submit{
	background-color:#0066b3;
	color:white;
	border: 1px double #ccc;
	padding:1px 6px;
	width:auto;

}

.csc-mailform-radio input{
	border:none;
	background-color: #fff;
}
.csc-mailform-radio label{
	float:none;
}
.csc-mailform-radio legend{
	display:none;
}
.csc-mailform-radio fieldset{
	padding:0px;
	margin:0px;
	border:none;
}
#mailformRadio_Button label{
	
}
fieldset.csc-mailform{
	border: none;
}
#mailformRadio_Button legend{
	display:none;
}



/*------------------------ Contentelement Tabelle ----------------*/
table.contenttable{
	border-collapse: collapse;
	font-size:1em;
}
table.contenttable tr.tr-odd{
	background-color:#efefef;
}
table.contenttable tr.tr-even{
	background-color:#fff;
}
table.contenttable td{
	border: 1px solid #ccc;
	padding: 0.3em;
}
table.contenttable-1 tr.tr-0{
	background-color:#666;
	color:#fff;
	font-weight:bold;
}
table.contenttable-2 tr.tr-0 {
	background-color:#e60003;
	color:#FFFFFF;
	font-weight:bold;
}
table.contenttable-3 tr.tr-0 {
	background-color:#ededed !important;
	color:#333;
	font-weight:bold;
}
table.contenttable-3 td.td-0{
	background-color:#ededed;
	color:#333;
	font-weight:bold;
}
table.contenttable-3 tr.tr-0 td.td-0{
	background-color:white !important;
	border:none;
}
table.contenttable-3 tr.tr-odd{
	background-color:#fff;
}
table.contenttable-3 tr.tr-even{
	background-color:#fff;
}



.csc-caption {
	font-size: 9px;
	color: #0066b3;
	}
.csc-textpic-caption {
	font-size: 0.8em;
	color: #0066b3;
	}
/************Diverses***********************/
.rottextfett{
color:red;
font-weight:bold;
}
.rottextfett2{
color:red;
font-weight:bold;
font-size:0.9em;
}
.rottext{
color:red;
}
.kleintext,.kleintxtnormal{
font-size: 0.8em;
}
.bilder-caption{
	font-size:0.8em;
	font-weight:bold;
}
.csc-caption{
	font-size:0.8em;
	font-weight:bold;
}
a.alle_termine{
	display:block;
	
	padding: 3px 10px 3px 8px;
	background: url( ../images/link/link_int.gif ) no-repeat left 5px;
	clear:both;
}
span.ml_link_add{
	font-size:0.8em;
	color: #696969;
}

#print_header{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
#print_footer{
	border:1px solid #ccc;
	border-width:1px 0px;
	padding:5px 0px;
}


/*-----------------------------------  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, .clearer{
clear:both;
height:1px;
border:0px solid #ffffff;
/*background-color:#ffffff;*/

}
.news-latest-container HR.clearer {
clear:left;
}

.clearer_list{
  clear:both;
height:1px;
/*width:515px;*/
padding-top: 5px;
padding-bottom: 1px;
}
.news_trenn_repeat{
	background-image: url(../images/content_trenner.gif);
	background-repeat: repeat-x;
	height: 10px;
  	font-size:1px;
  	margin-top:12px;
  	clear:both;
}
.news_trenn_repeat_weiss{
	background-image: url(../layout_images/trennlinie_525weiss_repeat.gif);
	background-repeat: repeat-x;
	height: 1px;
  	font-size:1px;
  	clear:both;
  	margin-bottom:5px;
}
.list_abstand{
height: 3px;
}



/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	
}
div.news-list-container div.news-list-item h3{
	margin:0px 0px 4px 0px;
	background:none;
	padding:0;
}

.news-list-item {
	padding:0px;
	padding-top:5px;
	margin:0px;
	}

.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER,.news-list-container H3 A:ACTIVE{
	/*color:#e60003;*/
	padding:0px;
	font-size:0.8em;
	margin: 0px 0px 0px 0px;
}
.news-list-container H3 A:HOVER {
	
}
.news-list-container P {
	padding:0px;
}
.news-list-date {
	color: #999;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: normal;
	/*background-color: #ffffff;*/
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}

.news-list-container IMG {
	float: left;
	border:1px solid #ccc;
	padding:1px;
	margin-bottom:2px;
	margin-right:2px;
	margin-left:0px;
}
.news-list-container H3 IMG {
	float: none;
	border:0px solid #666;
	margin-bottom:2px;
	margin-right:2px;
	margin-left:0px;

}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-container, .clearer_list IMG{
	/*float: none;
	border:0px solid #ffffff;*/
}

.news-list-morelink,.news-list-category {
	font-size:12px;
	margin-left:0px;
}
.news-list-morelink  a{
	background-image: url(../images/news_more.gif) ;
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right:13px;
}
.news-list-morelink IMG  {
	float: none;
	border:0px solid #ffffff;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:3px;
}
.news-list-browse {
	text-align: center;
}
.kleintext_rot{
font-size:10px;
color:#e60003;
}

.news_modul_title{
font-size: 14px;
font-weight:bold;
color:#e60003;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin-top:0px;
	border:0px solid #666;
	padding-top:5px;
	/*background-color:#ffffff;*/
}
.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 #999;
               
}
.tx-ttnews-browsebox-SCell a{
	color: white;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:0px;
	margin-bottom:5px;
	/*width: 500px;
	background-color:#ffffff;*/

}
.news-single-item a{
         /*white-space: pre;*/
}
.news-single-titel {
        font-size: 1.2em;
	font-weight:bold;
	/*color: #e60003;*/
	margin-bottom: 5px;

}
.news-single-titel H2 {
	font-size: 15px;

	font-weight:bold;
	color: #333333;
	margin-bottom: 5px;
}
.news-single-item H3 {
    	font-size: 12px;
	font-weight:bold;
	margin-bottom: 6px;
}



.news-single-img {
	float: left;
	margin-right:5px;
}



.news-single-imgcaption {
        width:200px;
	padding:3px 3px 3px 0px;
	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 {
       /*width: 500px;*/
            margin:0px;
           padding:0px;
	clear:both;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	color: #999;
	font-size: 0.8em;
}
.news-single-imgcaption {
	font-size: 0.8em;
	color: #000;
}
.news-single-author {
	/*padding-bottom: 3px;*/
}
.news-single-author a {
	font-size: 10px;
	font-weight: normal;
}
.news-single-additional-info {
	/*background-color: #ffffff;*/
	clear: both;
	margin-top: 15px;
	border: 1px solid #ccc;
	padding:1px;
	padding-bottom:0px;
	font-size:1em;
}
.news-single-additional-info a{
	font-size:1em;
}
.news-single-related,.news-single-files,.news-single-links  {
	border-bottom: 0px solid #f3f1f1;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	/*background-color:#ffffff;*/
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
	font-size: 0.9em;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 0.9em;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 0px;
	border:0px solid #666;
	
}
.news-catmenu-header  a{
	font-size:11px;
	font-weight:bold;
	color:#333;
}
.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;
}


