﻿/* XHTML 1.0 Strict */
/*Logo-Gruen # 0 0 8 2 0 0;*/
/*Logo-Gruen-dimmed # C F E 6 C F /*
/*Logo-Rot # E C 2 A 2 4;*/

/*2008_04_16 RV*/
/*Gruen RGB 0,153,51 # 0 0 9 9 3 3 */
/*Helles Gruen RGB 139,194,124  # 8 B C 2 7 C */
/*Rot RGB 230,62,42    # E 6 3 E 2 A  */


/* Remove unwanted vertical space between divs    */
*  {margin:0; padding:0}

img {
	border: none;
}

.clearing {
	height: 0;
	clear: both;
}



.invisible {
	position: absolute;
	left: -1000px;	
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

body, html {
	height: 100%;
	/*max-width: 880px; 
	min-width: 650px;  */	
	width: 880px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	background-color: white;
}


/*Shortcuts are not visible in layout */
#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;
}


#header {

	height: 150px;
	
	/*
	background-image: url('../img/top-bg.jpg');

	
	background-repeat:no-repeat;
	*/

/*background-position: 267px 0px;*/

background-position: 0px 0px;

		margin-bottom: 20px;
margin-left: 45px;
}

#logo  {
	position: absolute;
	left: 40px;
	top: 16px;
}

#headerimg{
	position: absolute;
	left: 308px;
	top: 16px;
}


#backnavigation {
	background-color: white;
	color: #009933;
	font-size:12px;
	font-weight: normal;
	height: 1.4em;  /*Passt sich Benutzer-Schriftgrösse an*/
	padding-top: 0.2em; 
	
	white-space: nowrap;
	overflow: hidden;	
	text-align: right;
	
	position: absolute;  /*In Header-Bereich schieben */
	top: 0px; 
	left: 45px;
	margin-right: 10px;
	width: 95%;
	max-width: 850px;  /* Gleich wie max-width des Body, damit von IE7 aktzeptiert */
	border-top: 0px solid #009933;
	border-bottom: 0px solid #009933;
	border-right: 0px solid #009933;
	
}
#backnavigation ul li {
	color: #009933;
	display: inline;
	background: transparent url(../img/breadcrumb_dot.gif) no-repeat center left;
	padding-left: 10px; /*adjust bullet image padding*/
	padding-right: 10px; /*adjust bullet image padding*/
}
#backnavigation p {
	text-decoration: none;
}
#backnavigation a {
	border-left: 1px solid white;
	border-right: 3px solid white;
	text-decoration: none;
	color: #009933;
}
#backnavigation a:hover {
	border-left: 3px solid white;
	border-right: 1px solid white;
	text-decoration: none;
	color: #009933;
}

#outer_wrapper{
	background-color: transparent;	
	/*background: url(../img/bg_rcol.gif) repeat-y right; */  /*Faerbt die rechte Spalte vertikal füllend ein */
}

#wrapper{
	background-color: transparent;
	margin-right:0px;
	/*background: url(../img/bg_rcol.gif) repeat-y right;  */  /*Faerbt die rechte Spalte vertikal fuellend ein */
	
}

#container{
	background-color: transparent;
	/*background: url(../img/bg_rcol.gif) repeat-y right; */	
	width: 100%;
	float: left;	
	margin-right: -176px;  /*-160px; */
	margin-top: 0px;	
	margin-bottom: 20px;	
	

}

#content{
	background-color: transparent;
  /*Faerbt die linke und mittlere Spalte */
    color: #333333;;
	padding-left:0px;
	margin-right: 150px;
	padding-top: 0px;
	padding-right: 10px;
	
}

#content H1 {	

	color: #009933;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin-bottom: 18px;
	

}


#content H2 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.03em;	
	text-decoration: none;
	color: #009933;
	
	margin-bottom: 8px;
	margin-top: 10px;	
}

#content H3 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.03em;		
	text-decoration: none;
	color: #009933;
	margin-bottom: 8px;	
	margin-top: 10px;	
}

#content H6 {	

	font-size: 20px;
	font-weight: normal;
	
	border-left: 0px solid #E63E2A;
	border-top: 0px solid #E63E2A;  
	padding-left: 6px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	
	color: white; 
	background-color: #E63E2A; 
}

#content H6 a{	

	color: white; 
	background-color: #E63E2A; 
}

#content H6 a:hover{	

	color: white; 
	background-color: #E63E2A; 
}

#content H6 a:active{	

	color: white; 
	background-color: #E63E2A; 
}




#content p {

/*overflow: auto; Wegen IE7 Bug mit Text italic, fuehrt zu Umbruchproblem mit Bildern*/
/*#overflow: auto;*/

	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding-right: 5px;
	margin-bottom: 12px;	
}



#content ul li {
	margin-top: 3px;
	margin-left: 16px;
	font-size: 12px;
	line-height: 16px;	
	list-style-type: square;
	list-style: outside;
}


#content a{
	color: #009933;  
	text-decoration: none;
}

#content a:hover{
	color: #009933;    
	text-decoration: underline;	
}



#main {
	
	min-height: 520px;
	
	background-color: white;
	margin-left:  15px; 
	margin-right: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
	
	margin-left: 45px; 
	margin-right: 30px;
	
	padding-left: 200px;
	padding-bottom: 0px;
	padding-top: 0px;
}



#sidebar{
	border-right: 1px solid #009933;
	
	width: 170px;  
	position: absolute;
	top: 170px;
	left: 40px;
	padding-right: 5px;
	
	margin-top: 0px;
	
	
	display: block;

	font-size: 14px;
	background-color: white;
	font-size:14px;
	
	font-weight: normal;
	text-align: left;

	text-decoration: none;
	color: gray;
}

#newsbar{

	position: absolute;
	top: 170px;
	left: 716px;
	width: 176px;
	

}



#contact{
	padding-top: 600px;
}
.contact  h1{
	font-size: 11px;
	padding-left: 12px;
}

.contact p{
	font-size: 11px;
	padding-left: 12px;
}

.contact p a{
	color: #333333;
	font-size: 10px;
}


#mainmenu{
	background-color: white;  /* #86BBFF;	*/
	margin-top:0px;
	padding: 0px;
}


.navigbar  { 
	font-size: 14px;
}

.navigbar  p{ 

}

.navigbar ul {
	list-style: none;
}

.navigbar ul li p {
	padding-left: 3px;
}

.navigbar ul li a {
	font-size: 14px;
	color: #009933;
	border-top: 0px solid #009933;
	
	text-decoration: none;
	
	display: block;
	
	margin-top:0px;
	margin-bottom: 3px;	
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 3px;

}

.navigbar ul li a:hover {
	color: #E63E2A;
}


.navigbar ul ul li{
	/*#margin-top: -0px;	IE Hack*/
	font-size: 12px;
}
.navigbar ul ul li a {
	font-size: 12px;
	padding-left: 10px;

}

/*
.navigbar ul ul li a:hover {
	font-size: 12px;
	background-color: #8BC27C;
	border-left: 2px solid #8BC27C;
	border-right: 0px solid #8BC27C;
	padding-left:5px;
	border-top: 0px solid #8BC27C;
}

.navigbar ul ul ul li{
	font-size: 10px;

}


.navigbar ul ul ul ul li{
	border-top: 0px solid #EC2A24;
	font-size: 10px;	

}
*/

#main dl {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#main dl dt{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
}	

#main dl dd{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}	

#main dl dd a{
	/* c olor: #74D50A;*/
}

#main dl dd a:hover{
	/* c olor: #38EEE2;*/
}


.leftnav_1 {
	font-weight: normal;
}

.leftnav_2 {
	font-weight: normal;
}


.leftnav_3 {
	font-weight: normal;
}


.leftnav_4 {
	font-weight: normal;
}



.leftnav_1_CUR {
	font-weight: bold;
}

.leftnav_2_CUR {
	font-weight: bold;
}


.leftnav_3_CUR {
	font-weight: bold;
}


.leftnav_4_CUR {
	font-weight: normal;
}


#sidenews {
	/*border-left: 1px solid #009933;*/
	margin-top:0;
	padding-left: 0px;
	padding-right: 0px;	
	padding-top: 0px;
	padding-bottom: 0;
}

#sidenews.navigbar H1{
	color:  #009933;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}

#sidenews.navigbar p{
	font-size: 12px;
	font-weight: normal;
	padding: 0;
}


#login{
display: none;
	color: #009933;
	background-color: white;  /* #86BBFF;	*/
	margin-top:20px;
	padding-left: 5px;
	white-space: nowrap;
}

#adress{
	margin-top: 40px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	white-space: nowrap;
	font-size:12px;
}

#adress a{
	text-decoration:none;
}


#contact{
	margin-top:0px;
	margin-bottom:20px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	white-space: nowrap;
	font-size:12px;
}

#contact a{
	text-decoration:none;
}


#metamenu{

	margin-left: 40px;
	border-top: 0px solid #009933;
	border-bottom: 1px solid #009933;
	
	font-size:8px;
	height: 10px;  /*1.2em; */
	padding-top: 0.1em; 
	padding-bottom: 0.1em; 

	white-space: nowrap;

	display:block;
	text-align: left;

}

#metamenu a{

color: white;
	text-decoration: none;
	position: absolute;
	left: -1000px;	
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
/*
	color: white;
	margin-right: 1em;
	padding-left: 6px;
	padding-right: 6px;
	
	border-left: 0px solid #009933;
	border-right: 3px solid #009933;	
	
	text-decoration: none;
*/	
}
#metamenu ul li{
	color: white;
	display: inline;
}
/*
#metamenu a:hover{
	color: white;
	margin-right: 1em;
	padding-left: 6px;
	padding-right: 6px;
	
	border-left: 2px solid #009933;
	border-right: 1px solid #009933;	
	
	text-decoration: none;
}



*/

/*Finetuning CSC*/

#main .csc-textpic-caption{

	padding-left: 0;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 10px;

	background-color:transparent;
	border-right: 0px solid  #009933; 
	border-top: 1px solid  #009933; 
	border-bottom: 1px solid  #009933; 
}

/*

#logo .csc-textpic-image {

border-left: 0px solid   #009933; 
border-top: 0px solid  #009933; 
	padding-top: 3px;

 }



#main .csc-textpic-image {
border-left: 0px solid   #009933; 
border-top: 0px solid  #009933; 
	padding-top: 3px;

 }





#main DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
margin: 0;
padding: 0;
 margin-bottom: 8px;  
 background-color: transparent;
}
*/

/* Add margin from image-block to text (in case of "Text w/ images") */
/*
#main DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 23px !important; 
}

#main .csc-textpic-imagewrap dt a img
{
margin-right: 20px;
border-right: 10px solid white;
border-left: 10px solid white;
}
*/




/*---------------------------------  tt_news Page-Browser ---------------------------------*/

div .news-single-category {
	padding-top: 8px;
	padding-bottom: 8px;	
	float: none;
	font-size: 10px;
}


div .news-single-backlink{
 position:absolute;
 top: 132px;
 left: 235px;
 font-weight: normal;
}
div .news-single-backlink a{
 font-weight: normal;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}


.newsPageBrowser{
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 14px;
	border: none; 
	margin-bottom: 0px;
	margin-top: 10px;
}
.newsPageBrowser a{

}

.newsPageBrowser a:hover{

}

.newsPageBrowser .active{
	font-size: 18px;
	font-weight: normal;
	color: #FE0000; 
}


.news-search-emptyMsg {
	font-size: 10px;
	margin-left: 10px;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-list-date {

padding-left: 0;
	float: none;
	color: #333333;;
	width: 180px;
	text-align: left;
	height: 12px;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 5px;
	
	font-size: 9px;
	font-weight: normal;
	}
	
.news-list-morelink {
	font-size:9px;
	margin-left:0;
}

.news-list-morelink{
	font-size:9px;
	margin-left:0;
	margin-bottom: 10px;
}


.news-search-form {
	padding:0;
	margin-top: 10px;
	margin-bottom:5px;
	border: none;
	background-color:transparent;
}
.news-search-form form .news-search-form-submit input{
	background-color: #dedede;
}

.news-list-container {
	margin-top: 0;
	border: none;
	background-color:transparent;
}


#main .news-list-category {
	font-size:9px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;

}



#main .news-list-container  H3{
	white-space: normal; /*color: #444444;*/
	padding-bottom: 30px;
}

#main .news-list-container H2{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
	border-bottom: none;
	background-color: transparent;
}

#main .news-list-container H2 a {


}


#main .news-list-container a:focus { color:red;    }
#main .news-list-container a:hover { color:red;  }
#main .news-list-container  a:visited { color: #173840;}
#main .news-list-container  a:active { color:red;   }

#main .news-list-container a:visited:hover { color:red;  }
#main .news-list-container  a:visited:active { color:red;   }


#main .news-list-container H3{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
	background-color: transparent;
}

#main .news-list-container H3 A {
	margin: 0;
	padding: 0;
}

#main .news-list-container H3 a:focus { color:red;    }
#main .news-list-container H3 a:hover { color:red;  }
#main .news-list-container H3 a:visited { color: #173840;}
#main .news-list-container H3 a:active { color:red;   }


.news-list-container P {
	padding-left:0;
}

#main .news-list-container  DL {
	background-color: transparent;
	border: none;	
}



.news-list-item {
	min-height: 100px;
	padding:0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0;
	border: none;
	background-color:transparent;
	border: none;
	border-top: 1px solid #dddddd;	
}

#main .news-list-item a img{
	float:left;
	border: none;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-right: 10px;
	margin-bottom: 8px;
}

#main .news-list-item  h2 {
	color: #009933;
	font-size: 16px;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

#main .news-list-item  h2 a{
	color: #009933;
	font-size: 16px;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

#main .news-list-item p {
	font-size: 12px;
	
}
#main .news-list-item p a{
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px; 
}


.news-list-morelink{
position: absolute;
top: -1000px;
left: -1000px;
	padding: 0;
	font-size: 12px;
	margin:0;
}

.news-search-emptyMsg{
	margin:0px;
}

.news-search-form {
	border: none;
	background-color: transparent;
}

.news-catmenu  {
	padding:0;
	margin:0;
	margin-bottom: 10px;	
	border:none;
	border-bottom: none; 
	background-color: transparent;
	font-size: 12px;
	line-height: 18px;
}

.news-catmenu-header {
	font-weight:normal;
	color: #FE0000;
	font-size: 14px;
	line-height: 18px;	
}
.news-catmenu-header a{
	color: #333333;;
}
.news-catmenu DIV {
	font-size:12px;
	white-space: normal;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
	color: #FE0000; 
}

#main .news-catresulttitle h2{
font-size: 14px;
	color: #FE0000;
	padding: 0;
	padding-bottom: 5px;
	border: none;
	border-bottom: 1px solid #dddddd;
}

.news-single-item {
border: none;
	background-color:transparent;
	padding: 0;
	margin:0;
}


.news-single-timedata{
	font-size: 9px;
	float:none;
}
/*
#main  div .news-single-image-wrapper{
	background-color:transparent;
	float:right;
	width: 180px;
	padding:0;
	margin-left: 16px;
}

#main  div .news-single-image-wrapper img{
	border:none;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}



*/

#main .news-single-imgcaption {

	font-size:10px;
	background-color:white;
	padding:0;
	padding-left: 1px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: 1px solid #009933;
}


.news-single-additional-info {
border: none;
	padding: 0;
	margin:0;
	background-color:transparent;
}


.news-single-related {
border: none;
	padding: 0;
	margin:0;
	background-color:transparent;
}

#main .news-single-item h1{
	margin: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 10px;
}

#main .news-single-item h2{
	color: #333333;;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

#main .news-single-item h3{
	color: #333333;;
	margin: 0;
	margin-bottom: 20px;
}


.news-single-related dl{
	background-color:transparent;
	padding: 0;
	margin: 0;
}
.news-single-related dt{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin:0;
	margin-top: 10px;	
	margin-bottom: 5px;
	width:90%;
}



.news-single-item dd{
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

#sidenews {
	border-bottom: 1px solid #009933;
	border-right: 1px solid #009933;	
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;		
	padding: 5px;
	background-color: #ffff99;  /*#EAF714;*/
	width: 180px;
	
	position: relative;
	top: -56px;
	left: 0;

}

#sidenews  h1{
	color: #009933;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-size: 18px;
	padding-left: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0;
}

#sidenews .news-latest-container {
	padding-top: 0;
	margin-top: 0;
/*
	border-bottom: 1px solid #009933;
	border-right: 1px solid #009933;	
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;		
	padding: 5px;
	background-color: #ffff99;  
	width: 180px;
	
	position: relative;
	top: -56px;
	left: 0;
*/
}




#sidenews .news-latest-item  h3{
	font-size: 14px;
	line-height: 15px;
	padding: 0;
	margin-bottom: 3px;
	letter-spacing: 0;
	font-weight: normal;
	color: #009933;
}

#sidenews   h1 a{
	color: #009933;
	text-decoration: none;
}

#sidenews   h1 a:hover{
	color: #E63E2A; 
}

#sidenews   h1 a{
	color: #009933;
	text-decoration: none;
}

#sidenews   h3 a:hover{
	color: #E63E2A; 
}

#sidenews   p {
	font-size: 10px;
	font-weight: normal;
	color: #009933;
}
#sidenews   p a{
	font-size: 12px;
	color: #009933;	
	text-decoration: none;
}

#sidenews   p a:hover{
	color: #E63E2A; 
}



#sidenews .news-latest-item  h3 a{
	color: #009933;
	text-decoration: none;
}

#sidenews .news-latest-item  h3 a:hover{
	color: #E63E2A; 
}

#sidenews .news-latest-item  p {
	font-size: 10px;
	font-weight: normal;
	color: #009933;
}
#sidenews .news-latest-item  p a{
	font-size: 12px;
	color: #009933;	
	text-decoration: none;
}

#sidenews .news-latest-item  p a:hover{
	color: #E63E2A; 
}


.csc-mailform-field label
{
	font-size: 10px;
	display: block;
}

.csc-mailform-field input
{
	margin-bottom: 10px;
}

.csc-mailform-submit
{
	margin-top: 4px;
}



/*IE Hacks
.navigbar ul ul li{
	#margin-top: -0px;	
}

.navigbar ul ul ul li{
	#margin-top: -0px;	
}


.navigbar ul ul ul ul li{
	#margin-top: -0px;	
}
*/

