*  {margin:0; padding:0}

img {
	border: 0;
}

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:  #000040; 
	background-color: #000040; 
	/*margin : 0 auto;   Zentrieren des Layouts, aber Problem mit IE7 und float right */
}

/*Standard behavior for links */

a {
	text-decoration:none;
	color: #000040; 	
}
a:focus { 
	color: #990000; 
}
a:hover {
	color: #990000; 
}
a:visited { }
a:active {
	color: #990000; 
 }


.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{
	height: 100%;

	background-color: transparent;	
	margin: 40px;
	margin-left:60px;
	padding-left: 0px;
	

	/*background: url(../img/bg_rcol.gif) repeat-y right; */  /*Faerbt die rechte Spalte vertikal füllend ein */
}

#wrapper{

	height: 100%;
	/*background-color: white;*/
	margin:0px;
	/*background: url(../img/bg_rcol.gif) repeat-y right;  */  /*Faerbt die rechte Spalte vertikal fuellend ein */
}

#header{
	left: 0px;
	background-color: white;	
	height: 50px;	
	/*background: url(../img/bg_rcol.gif) repeat-y right; */ 
	border-bottom: 1px solid #000040; 
	
	margin-bottom: 20px;
	
}
#header img{
	float:right;
	border: 0px solid white;

}

#headerimage{
padding: 0;
padding-top: 2px;
padding-right: 4px;
	background-color: transparent;
	overflow:hidden;
	height: 50px;
	/*border-bottom: 0px solid #151515;*/
}



#logo{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
/*
	background-color: white;
	float:left;
	margin: 0px;
	padding: 0px;
	padding-top: 14px;
	padding-right: 20px;
*/
}
#metamenu{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;

}
#logo .csc-textpic-imagewrap{
	padding: 0px;
	margin: 0px;
	border: none;
}

#logo .csc-textpic-image{
	padding: 0px;
	margin: 0px;
	border: none;
	/*background-color:white;*/
}



#container{
	/*height: 100%;*/
	background-color: white;
	width: 100%;
	float: left;	
	padding-left: 0;
	margin-left: 0;
	margin-right: 0; 
	margin-top: 0;	
	margin-bottom: 0;	
	
	border: 0px solid #151515;
	border-bottom: 20px solid #000040;
}

#content{
	/*height: 100%;*/
	
	background-color: transparent;
	margin-left: 60px;
	margin-right: 220px;
	margin-bottom: 20px;
	padding-left:0px;	
	padding-top: 0;
	padding-right: 0px;
}


#footer{
	background-color: transparent;	
	height: 0px; /*Is a bar for positioning footer elements*/
	overflow: visible;   /* not hidden, otherwise footer elements are not visible */
}

#leftcol{
height: 100%;
	float:left;

	width: 100px;
	background-color: transparent;

	margin-top:0px;
	margin-left: -160px;
	padding-top: 0px;
	padding-right: 0px;	
	padding-bottom: 0px;
}

#rightcol{

height: 100%;
	/*height:10px; To prevent clearer problem */
	
	float:right;
	margin-right: -190px;
	margin-top: 16px;
	font-size: 13px;
	width: 190px;


	background-color: transparent;
	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: 500px;
	
	margin-left:  10px; 
	margin-right: 50px; 
	margin-top: 0px;
	margin-bottom: 0px;	

	padding-top: 8px;
	padding-left: 0px;	
	padding-bottom: 0px;	
	padding-right: 10px;
	
	/*
	border-top: 2px solid  #990000;
	border-right: 2px solid  #990000;	
	*/
}


#main H1{

	color: #990000; 

	font-size: 20px; 
	font-weight: normal;
	letter-spacing: 0.05em;
	padding-bottom: 2px;
	margin-top: 16px;
	padding-top: 0;
	margin-bottom: 12px;
}

#main h1 .csc-firstHeader a {
		margin-top: 16px;
		background-color:red;
}



#main H2{
	color: #990000; 
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-top: 14px;
	margin-bottom: 6px;
}

#main H3{
	color: #990000; 
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.02em;
	margin-top: 12px;
	margin-bottom: 6px;
}

#main H4{
	color: #990000; 
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.01em;
	margin-top: 12px;
	margin-bottom: 6px;
}

#main p{
	font-size: 14px;
	line-height: 17px;
/*color:#FFF7DD;*/
}



/*
#main p a{
	color: White;  
}
*/


#main a {
	/*text-decoration:none;*/
	color: #990000; 
	/*border-bottom: 1px solid white;*/ 	
}

#main a:focus { 
	color: #000040; 
}
#main a:hover {
	color: #000040; 
}
#main a:visited { }

#main a:active {
	color: #000040; 
 }


#main  .bodytext{
	margin: 0;
	margin-top: 2px;
	margin-bottom: 6px;
	padding: 0px;

}

#main ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	padding-bottom: 8px;
}

#main ul li{
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-left: 14px;
}	

#main ol {
	font-weight: normal;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	padding-bottom: 8px;
}

#main ol li{
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-left: 14px;
}	




#main dl {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


#main dl dt{
	color: #990000; 
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-top: 8px;
	margin-bottom: 4px;
	
}

#main dl dt a{
	color: #990000; 
	border-bottom: 1px solid #990000;
}

#main dl dd{

	font-size: 13px;
	font-weight: normal;
	
	margin-top: 6px;
	margin-bottom: 10px;

padding-left: 18px;	


}	


#main dl dd a:hover{
		color:  #000040; /*No hover color  here*/
}

#main .csc-firstHeader{
	padding-top: 0px;
}


#sidesearch{
	padding-bottom: 0px;
}

#language{
	position: absolute;
	top: 70px;
	left: 68px;

	font-size: 12px;
	letter-spacing: 0.1em;
}

#language ul{	

}
#language li{	
	padding-right: 10px;
	display: inline;
}

.cl_langmenu {
	display: inline;	
	list-style: none;
	padding-top: 1px;
	padding-bottom: 2px;
}

.cl_langmenu_selected {
	font-weight: normal;
	/*
	color: #ffffff; 
	background-color: #929299;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	*/
	
	color: #990000; 

}

.cl_langmenu_inactive{
	font-weight: normal;
	position: absolute;
	top: -1000px;
	left: -1000px;
	
	/*color: #FFF7DD; */
}

.cl_langmenu  a {
	/*color: #173840; */
}

.cl_langmenu a active{
	color: #990000; 
}

.cl_langmenu  a:hover{
	color: #990000; 
}



#mainmenu {
	width: 190px;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;	
	
	font-size: 12px;
	font-weight: normal;

	background-color: transparent; 
	margin: 0;
	border: 0;	
	border-left: 1px solid #000040;
}

#mainmenu a {
	/*color: white; */ /*#173840; */
}

#mainmenu a active{
	/*color: #990000;   *//*#64858C; */
	
}

#mainmenu a:hover{
	/*color: #990000;   *//*#64858C; */
}

.mainmenu ul{
	list-style: none;
}


.menu1-lev1 {
	line-height: 20px;	
	background-color: transparent;
	letter-spacing: 0.04em;
}
.menu1-lev1-cur {
	color: #990000; 
}

.menu1-lev2 {
	line-height: 20px;	
	padding-left: 8px;
	background-color: transparent;
	letter-spacing: 0.02em;	
}
.menu1-lev2-cur {
	color: #990000; 
}


.menu1-lev3 {
	line-height: 16px;	
	position: relative;
	top: -2px;
	background-color: transparent;
	padding-left: 10px;
}


.menu1-lev3-cur {
	color: #990000; 
}


#contactinfo{
	width: 200px;
	height:0px; /*To prevent vertical expansion of footer area*/
	float:right;
	position:relative;
	top: -120px;
	left: -10px;	
	background-color: transparent; 	
}

.contact {
	padding: 0px;
	margin-bottom:10px;
	font-size: 11px;
	letter-spacing: 0;
	background-color: transparent;  
}


/*
.contact a {
	color: #41858C; 
}

*/

/*Finetuning csc*/
#main div .csc-sitemap  ul{
	color: #990000;
	list-style:disc;
}


#main ul.csc-menu-1{
	margin: 0;
	padding: 0;
}

#main ul.csc-menu-1 li{
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #000040; 
	
}

#main .csc-menu-4 dd a{
	color: #000040;
}


#main .csc-textpic-intext-left-nowrap{
	margin-bottom: 20px;
}


#main .csc-textpic-above .csc-textpic-imagewrap{
	margin: 0px;
	margin-bottom:10px;
}

#main .csc-textpic-intext-left .csc-textpic-imagewrap{
	margin: 0px;
	margin-bottom: 0px;
	padding-right: 8px;
}

/*
#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;
}


#main .csc-textpic-below  .csc-textpic-caption{
	background-color:yellow;
	
	position:relative;
	top: -20px;
	right: 205px;
	
	font-size: 14px;
}
*/

 #main .csc-textpic-caption{
   color:white;
	font-size: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid white;
}


/* Tables */

/*

#main .contenttable {
	margin-top: 0px;
	margin-bottom: 10px;
}

#main .contenttable tbody{
	font-size: 12px;
		background-color: #222222;
}

#main .contenttable caption{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}

#main .contenttable thead {
	font-size: 12px;
	text-align: left;
}

#main .contenttable thead  tr{
	font-weight: normal;
	background-color: black;
		padding: 3px;
}


#main .contenttable td{
	vertical-align:top;
	padding: 3px;	

}

#main .contenttable .td-0{
	padding-right: 15px;
	background-color: transparent;
}

*/

/*---------------------------------  tt_news Page-Browser ---------------------------------*/

div .news-single-category {
	padding: 0;
	
	float: none;
	font-size: 12px;
}

div .news-single-backlink{
 position:absolute;
 top: -14px;
 left: -64px;
 
 font-weight: normal;
 font-size: 12px;
}

/*
div .news-single-backlink a {
	font-weight: normal;
}

.news-single-backlink a {
	font-weight: normal;
}
*/



.newsPageBrowser{
	/*background-color: red;*/
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 14px;
	color: #000040; 
	border: none; 
	margin-bottom: 0px;
	margin-top: 10px;
}

.newsPageBrowser a{
	color: #000040; 
}



.newsPageBrowser a:hover{
	color: #990000; 
}



.newsPageBrowser .active{
	font-size: 18px;
	font-weight: normal;
	color: #990000; 
}

.news-search-emptyMsg {
	font-size: 10px;
	margin-left: 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;
}

.news-list-date {
	float: none;
	color: black;
	width: 180px;
	text-align: left;
	height: 12px;
	margin: 0;
	margin-top: 2px;
	font-size: 9px;
	font-weight: normal;
	background-color:transparent;
	}


.news-list-morelink {
position: absolute;
top: -1000px;
left: -1000px;
	font-size:9px;
	margin-left:0;
}



#main .news-list-category {
	font-size:9px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.news-list-item {
	min-height: 160px;
	padding:0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0;
	margin-bottom: 10px;
	border: none;
	background-color:transparent;
	border: none;
	border-bottom: 1px solid #dddddd;
}

#main  hr.clearer{
	clear: left;
	color:white;
	border: none;
	height: 1px;
	background-color:transparent;
}

#main .news-list-item a img{
	float:left;
	border: none;
	margin-right: 22px;
	margin-bottom: 8px;
}

#main .news-list-item  h2 {
	color: #990000; 
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	
}

/*
#main .news-list-item  h2 a{
	color: #990000; 
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom: 10px solid #990000; 
}
*/


#main .news-list-container  H3{
	white-space: normal; 
	padding-bottom: 30px;
	background-color: transparent;
}

#main .news-list-container H2{
	color: #990000; 
	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 {
	color: #990000; 
	border-bottom: 1px solid #990000;
}

/*
#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{
	color: #000040; 
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
	background-color: transparent;
}


#main .news-list-container H3 a {
	color: #000040; 	 
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000040;
}

/*
#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;   }
*/

#main .news-list-container p {
	font-size: 12px;
	line-height: 16px;
	padding-left: 0;
	margin-top: 4px;
}

#main .news-list-container p a {
	color: #000040; 	 
}

/*
#main .news-list-container p a:hover{
	color: #990000; 	 
}
*/


#main .news-list-container  DL {
	background-color: transparent;
	border: none;	
}


.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:bold;
	font-size: 14px;
}

.news-catmenu-header a{
	color: black;
}

.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: #990000;  
}


#main .news-catresulttitle h2{
	border-bottom: 1px solid #dddddd;
	color: #990000;
	font-weight:bold;
	font-size: 14px;
}

.news-single-item {
	border: none;
	background-color:transparent;
	padding: 0;
	margin:0;
}


#main .news-single-item ul {
	margin: 0;
	margin-left: 26px;
	padding: 0;
	padding-bottom: 8px;
}

#main .news-single-item ul li{
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;		
}

#main .news-single-item  h2{
	color: #000040; 	
	font-size: 14px;
}

.news-single-timedata{
	font-size: 9px;
	float:none;
}

#main  div .news-single-image-wrapper{
	background-color:transparent;
	float:left;
	width: 230px;
	padding:0;
	margin-left: 0;
	margin-right: 25px;
	border: none;
}

#main  div .news-single-image-wrapper img{
	border:none;

}

#main .news-single-imgcaption {
position: absolute;
top: - 1000px;
left: -10000px;
	width: 180px;
	font-size:9px;
	background-color:white;
	padding:0;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: none;
}
















