/*Greenlibgreen B 7 D E 0 0 */
/*dazu: 5 A 6 C 0 0 */

*  {margin:0; padding:0}

img {
	border: none;
}

body, html {
	height: 80%;
	max-width: 1030px; 
	min-width: 800px;  /*Set Minimum width Firefox OK, IE6 not respected, IE7 OK */	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #0592AD; /*black;*/
	background-color: gray;  /*silver;  */
	/*margin : 0 auto;   Zentrieren des Layouts, aber Problem mit IE7 und float right */
}

/*Standard behavior for links */
a {
	text-decoration:none;
	color: black;  /*   #00440F;*/    /*black;*/  /*#38EEE2; */  /*#777777;*/
}
a:focus { color:#0592AD;  }
a:hover { color:#0592AD;  }
a:visited { }
a:active { color:#0592AD;  }
.clearing {
	height: 0;
	clear: both;
}

/*Shortcuts and backnavigation are not visible in layout */
#backnavigation {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
#shortcuts {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
#shortcutsbottom {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

#outer_wrapper{
	background-color: white;	
	margin: 40px;
	margin-top: 50px;
	padding-left: 0px;
	/*background: url(../img/bg_rcol.gif) repeat-y right; */  /*Faerbt die rechte Spalte vertikal füllend ein */
}

#header{
	height: 80px;
	background-color: #B7DE00;		
	/*background: url(../img/bg_rcol.gif) repeat-y right; */ 	
}

#header p a{
	color: white;
}

#header p a:hover{
	color: white;
}
#header p a:visited {
	color: white;
}


#logo{
	float:right;
	position: relative;
	top: -100px;
	left: -20px;
	border-top: 0px solid #B7DE00;		
	border-left: 0px solid white;		
	border-right: 0px solid white;	
}

#logo .csc-textpic-caption{
	padding-top: 3px;
	background-color:white;
	color: #5A6C00;
	font-size: 12px;
}

#logo .csc-textpic-imagewrap{
	padding: 0px;
	margin: 0px;
}

#logo .csc-textpic-image{
	padding: 0px;
	margin: 0px;
	border: none;
}

#logo .csc-textpic-image img{
	padding: 0px;
	margin: 0px;
	border: none;
	background-color:white;
	border: 0px solid silver;
}

#slogan{
	color: white;
	position: relative;
	top: 10px;
	left: 20px;
	white-space: nowrap;
}

#slogan h1{
	font-size: 32px;
}

#slogan p{
	font-size: 16px;
}

#metamenu{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;

}


#footer{
	background-color: white;	
	height: 0px; /*Is a bar for positioning footer elements*/
	overflow: visible;   /* not hidden, otherwise footer elements are not visible */
	border-top: 0px solid #B7DE00;
}

#wrapper{
	background-color: white;
	margin:0px;
	/*background: url(../img/bg_rcol.gif) repeat-y right;  */  /*Faerbt die rechte Spalte vertikal fuellend ein */
}

#container{
	background-color: white;
	/*background: url(../img/bg_rcol.gif) repeat-y right; */	
	width: 100%;
	float: left;	
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px; 
	margin-top: 0px;	
	margin-bottom: 20px;	
	
	border: 0px solid black;
	border-top: 0px solid #B7DE00;		
	border-right: 0px solid #B7DE00;	
}

#content{
	background-color: white;
	/*Faerbt die linke und mittlere Spalte */
    color: #41858C;   /*black;*/
	margin-left: 180px;
	margin-right: 200px;
	padding-left:0px;	
	padding-top: 20px;
	padding-right: 0px;
}

#leftcol{
	float:left;

	width: 150px;
	background-color: transparent;

	margin-top:20px;
	margin-left: -160px;
	padding-top: 0px;
	padding-right: 0px;	
	padding-bottom: 20px;
}

#rightcol{
	float:right;
	margin-right: -180px;
	margin-top: 0px;
	font-size: 13px;
	width: 180px;
	height:10px; /*To prevent clearer problem */

	background-color: transparent;  /*#38EEE2; */
	border: 0px solid white;	
	padding:0px;
	
	font-size: 13px;	
}

#main {	
	/* Kann nur fuellen oder muss mit Bild linke Spalte koordiniert werden, wird von anderen abgedeckt.*/
	position:relative;
	top: 1px;
	left: 1px;
	
	background-color: transparent;
	min-height: 400px;
	
	margin-left:  10px; 
	margin-right: 20px; 
	margin-top: 0px;
	margin-bottom: 10px;	

	padding-top: 0px;
	padding-left: 0px;	
	padding-bottom: 10px;	
	padding-right: 40px;
	
}


#main H1{
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #5A6C00;
}

#main H2{
	font-size: 14px;
	font-weight: bold;
	padding-top: 14px;
	margin-bottom: 2px;	
	margin-bottom: 10px;
	background-color:transparent;
	color: #5A6C00;
}

#main H3{
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	padding-top: 14px;	
	padding-bottom: 2px;
	margin-bottom: 8px;
	background-color:transparent;	
	color: #5A6C00;
}

#main p{
	font-size: 14px;
	color: black;
}

#main p a{
	color: #5A6C00;
}

#main p a:hover{
	color: #DE000C;
}

#main  .bodytext{
	margin:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 3px;
}

#main ul {
	font-size: 14px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	color: black;
}

#main ul li {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#main ul li  a{
	color: #5A6C00;
}

#main ul li  a:hover{
	color: #DE000C;
}


#main .csc-firstHeader {
	padding-top: 0px;
}

#main .csc-textpic-caption {
	padding-top: 3px;
	font-size: 10px;
	color: black;  /*#5A6C00;*/
}


#sidesearch{
	padding-bottom: 20px;
}

#mainmenu {
	
	width: 120px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;	
	background-color: white;
	color: #5A6C00;
	border: 0px solid #B7DE00;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#mainmenu a {
	background-color:white;
	color:#5A6C00;
}

#mainmenu a active{
	background-color:white;
	color:#DE000C;
}

#mainmenu a:hover{
	background-color:white;
	color:#DE000C;
}

.mainmenu ul{
	list-style: none;
}


.cl_mainmenu_1{
	padding-left: 0px;
}


#mainmenu .menu-current_1 a{
	color:black;
}

.cl_mainmenu_2{
	padding-left: 15px;	
}

#mainmenu .menu-current_2 a{
	color:black;
}


.cl_mainmenu_3{
	padding-left: 20px;	
}

#mainmenu .menu-current_3 a{
	color:black; /*#0592AD; */
}


#contactinfo{
	width: 140px;
	height:0px; /*To prevent vertical expansion of footer area*/
	float:right;
	position:relative;
	top: -100px;
	left: -30px;	
	background-color: transparent; 	
}

.contact {
	padding: 0px;
	margin-bottom:10px;
	font-size: 10px;
	background-color: transparent;   /*#38EEE2; */ /*#777777;*/
	color:#5A6C00;
}
.contact a {
	color:#5A6C00;
}

.contact a:hover {
	color: #DE000C;
}

/*Finetuning csc*/
#main .csc-textpic-imagewrap{
	margin: 0px;
	margin-top: 5px;
	margin-bottom:10px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
	font-size: 9px;
}


#main .csc-textpic-below p{
	background-color:transparent;
	width: 300px;
	margin-bottom: 10px;
}


#main .csc-textpic-text p{
	background-color:transparent;
	width: 300px;
	margin-bottom: 10px;
}


#main .csc-textpic-intext-left p{
	background-color:transparent;
	margin-bottom: 10px;
	width: auto;
}

/*---------------------------------  tt_news Search ---------------------------------*/
.news-search-emptyMsg {
	/*font-size: 10px;*/
	margin-left: 10px;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/


.newsPageBrowser{
	background-color: white;
	padding-top: 5px;
	text-align: left;
	font-size: 12px;
	color: #5A6C00;
	border-top: 1px solid #0592AD; 
}
.newsPageBrowser a{
	color: #5A6C00;
}

.newsPageBrowser a:hover{
	color: #DE000C;
}

.newsPageBrowser .active{
	color: #DE000C;
}


/*tt-news  list*/

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:0px;
	width: 0px;
	/*color: transparent;*/
	background-color:transparent;
	border: none;
}


.news-list-container {
	background-color:white;
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
}

.news-list-container  h3{
	padding:0px;
	font-size: 14px;
	color: #5A6C00;
	background-color:white;	
}

.news-list-container  h3 a{
	padding:0px;
	font-size: 14px;
	color: #5A6C00;
}

.news-list-container  h3 a:link{
	padding:0px;
	font-size: 14px;
	color: #5A6C00; /*#5A6C00;*/
}

.news-list-container h3 a:hover{
	padding:0px;
	font-size: 14px;
	color: #DE000C;
}

.news-list-container h3 a:visited{
	padding:0px;
	font-size: 14px;
	color: #5A6C00;
}

.news-list-container p{
	font-size: 14px;
}

.news-list-item {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background-color:white;
	border: 0px solid black;
}
.news-list-item {
	padding:0px;
}


.news-list-category {
display:none;
}


.news-list-morelink {
	font-size: 12px;
	margin-left: 0px;
}

.news-list-morelink  a{
	font-size: 12px;
	color: #5A6C00;
}

.news-list-morelink  a:hover{
	font-size: 12px;
	color: #DE000C;
}

.news-list-date{
	background-color: transparent;
	position: relative;
	top: 8px;
	width: 55px;
	color: black;
	background-color:transparent;
}

/*tt-news  latest list*/

.news-latest-gotoarchive  {
	display: none;	
}

.news-latest-container {
	background-color:white;
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
}


.news-latest-container  h2{
	display: none;	
}

.news-latest-item {
	padding:0px;
	margin: 0px;
	margin-bottom: 10px;
	background-color:white;
	border: 0px solid black;
}

.news-latest-container .news-latest-item  h3{
	padding:0px;
	font-size: 14px;
	color: #5A6C00;
	border-bottom: 1px solid #5A6C00;
}

.news-latest-container .news-latest-item h3 a{
	padding:0px;
	font-size: 14px;
	color: #5A6C00; 
}

.news-latest-container .news-latest-item h3 a:hover{
	padding:0px;
	font-size: 14px;
	color: #DE000C;
}


.news-latest-category {
display:none;
}


.news-latest-morelink {	
	font-size: 12px;
}


.news-latest-morelink  a{
	float: none;
	font-size: 12px;
	color: #5A6C00;
}

.news-latest-morelink  a:hover{
	font-size: 12px;
	color: #DE000C;
}

.news-latest-date{
	background-color: transparent;
	position: relative;
	top: 8px;
}

.news-latest-date a{
	color: #5A6C00;
}
.news-latest-date a:hover{
	color: #DE000C;
}

/*tt-news  single items*/
.news-single-item{
	margin-top:10px;
	background-color:white;
	border:none;
	padding:0px;
	color:black;
}

#main .news-single-item h2 {
	font-size: 18px;
	font-weight: bold;
	color: #5A6C00;
	margin-bottom: 0px;
}

#main .news-single-item h3{
	margin-top: 10px;
	margin-bottom: 15px;	
	font-weight: bold;
	border: none;
	padding: 0px;
	/*color: black;*/
}

div .news-single-item  p {
	margin-top: 15px;
	margin-bottom: 15px;	
	/*color: black;*/
}

p.news-single-author {
	font-size: 10px;
	padding: 0px;

}


p.news-single-author a {
	font-size: 10px;
	margin-bottom: 10px;	
}



.news-single-backlink  a {
	font-size: 10px;
	color: #5A6C00;
}


#main .news-single-img  {
	background-color: white;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	margin-right: 16px;	
	float: left;
}


#main .news-single-imgcaption  {
	margin: 0px;
	font-size: 10px;
	color: #5A6C00;
	border-bottom: 0px solid #5A6C00;
	margin-bottom: 5px;
}

.news-single-imgcaption  {
	padding: 0px;
	padding-top: 3px;
	color: black;  /*#5A6C00;*/
	max-width: 160px;
	clear:both;
}


.news-single-backlink  a:hover{
	font-size: 10px;
	color: #DE000C;
}

.news-single-timedata{
	position: relative;
	top: -14px;
}

.news-single-category{
	position: relative;
	top: 0px;
	right: -50px;
	font-size: 10px;
}
/*tt-news  catmenu*/

.news-catmenu  {
	padding:0px;
	margin:0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color:#5A6C00;
	background-color: white;
	border:0px solid #5A6C00;
}

.news-catmenu  a{
	color: #5A6C00;
}

.news-catmenu-header {
	font-size:12px;
	font-weight:bold;
}

.news-catmenu DIV {
	display: inline;
	font-size:12px;
	line-height: 18px;
	white-space: nowrap;
}

.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	display: none;
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}

.news-catmenu-ACT {	
	font-weight: normal;
	padding: 0px;  /*Problem IE with linebreak, use nbsp in typoscript*/
	padding-bottom: 2px;
	margin-top: 3px;
	margin-right: 10px;
	border-left: 0px solid #533D09;	
	border-bottom: 1px solid #533D09;
}
.news-catmenu-ACT a:hover {
	color: #DE000C;
    text-decoration: none;
}

.news-catmenu-NO {
	font-weight: normal;
	padding: 0px;  /*Problem IE with linebreak, use nbsp in typoscript*/
	padding-bottom: 2px;
	margin-top: 3px;
	margin-right: 10px;
	border-left: 0px solid #533D09;	
	border-bottom: 0px solid #533D09;
}

.news-catmenu-NO a:hover {
	color: #DE000C;
    text-decoration: none;
}

.news-search-form {
	margin-top: 20px;
	background-color: white;
	border: none;
	padding: 0px;
}

.news-search-emptyMsg{
	color:black;
	padding-left: 0px;
	position: relative;
	left: -8px;
}

