/* ************************************************************************************************************************************ */	
/* Import andere CSS Files */

@charset "ISO-8859-1";
@import url("styles_menu.css");
@import url("styles_download.css");


/* ************************************************************************************************************************************ */	
/* CSS Document */

body {
	margin: 29px 0 20px 0;
	padding: 0;
	background: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #666666;
	background-image: url(images/hg.gif);
	background-repeat: repeat;
	}
#box_container {
	width: 940px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;	
}


/* ************************************************************************************************************************************ */	
/* Tag's für Struktur des Dokuments */

#header_start {
	position:relative;
	left:0px;
	top:0px;
	overflow: hidden;
	z-index:20;
}

#header_content {
	position:relative;
	left:auto;
	top:auto;
	width:940px;
	height:246px;
	overflow: hidden;
	background-image: url(images/header_content.jpg);
	z-index:30;
}

#header_end {
	position:relative;
	left:auto;
	top:auto;
	width:940px;
	height:25px;
	overflow: hidden;
	background-image: url(images/header_end.jpg);
	z-index:40;
}

#content {
	position:relative;
	left:0px;
	top:0px;
	width:940px;
	overflow: auto;
	background-image: url(images/content.jpg);
	z-index:50;
	background-repeat: repeat;
	visibility: visible;
}


#footer {
	position:absolute;
	width:940px;
	height:60px;
	z-index:60;
	text-align: center;
	color:#CCCCCC;
	background-image: url(images/footer.jpg);
	overflow: hidden;
}

/* ************************************************************************************************************************************ */	
/* Tag's für Key-Elemente */

#slogan {
	position:relative;
	left:12px;
	top:0px;
	width:208px;
	height:111px;
	overflow: hidden;
	z-index:32;
}

#bild {
	position:absolute;
	left:220px;
	top:0px;
	width:709px;
	height:219px;
	overflow: hidden;
	z-index:33;
}

#navi_vertical {
	position:absolute;
	left:12px;
	top:111px;
	width:208px;
	height:108px;
	z-index:34;
	/* font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;  */
}

#navi_horizontal {
	position:absolute;
	left:250px;
	top:210px;
	width:650px;
	height:25px;
	z-index:35;
	/* font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; */
}

#print {
	position:absolute;
	left:880px;
	top:225px;
	width:50px;
	height:25px;
	z-index:35;
	/* font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; */
}

.content_news {
	float:left;
	width:192px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	overflow: auto;
	visibility: visible;
	margin-right: 00px;
	margin-left: 20px;
	text-align: right;
}

.content_text {
	float:right;
	width:660px;
	z-index:53;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	overflow: auto;
	visibility: visible;
	margin-right: 30px;
	margin-left: 0px;
}

/* ************************************************************************************************************************************ */	
/* Div Tag für footer */		

div#footer a:link 	{
		color:#CCCCCC;
		text-decoration:underline;
		font-family:Verdana, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
}

div#footer a:visited {
		color:#CCCCCC; 
		text-decoration:underline; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px; 
		font-weight:normal;
}

div#footer a:hover {
		color:#CCCCCC; 
		text-decoration:none; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px; 
		font-weight:normal;
}

div#footer a:active {
		color:#CCCCCC; 
		text-decoration:underline; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px; 
		font-weight:normal;
}

/* ************************************************************************************************************************************ */	
/* Div Tag für news */		

div#content_news a:link 	{
	color:#CCCCCC;
	text-decoration:underline;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

div#content_news a:visited {
		color:#CCCCCC; 
		text-decoration:underline; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px; 
		font-weight:normal;
}

div#content_news a:hover {
		color:#CCCCCC; 
		text-decoration:none; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px; 
		font-weight:normal;
}

div#content_news a:active {
		color:#CCCCCC; 
		text-decoration:underline; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px; 
		font-weight:normal;
}

		

/* ************************************************************************************************************************************ */	
/* Tag's für Dokument */


a:link {
		color:#666666; 
		text-decoration:underline; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px; 
		font-weight:bold;
		
} 
		
a:visited {
		color:#666666; 
		text-decoration:underline; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px; 
		font-weight:bold; 
} 
		
a:active {
		color:#666666; 
		text-decoration:underline; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px; 
		font-weight:bold; 
} 
		
a:hover {
		color:#666666; 
		text-decoration:none; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px; 
		font-weight:bold; 
} 

table {
		font-family:Verdana, Helvetica, sans-serif;
		color:#666666;
		font-size:11px;
				
} 
		
td { 
		font-family:Verdana, Helvetica, sans-serif; 
		color:#666666;
		font-size:11px;
		
} 



/* ************************************************************************************************************************************ */	
/* übrige CSS-Styles */

h1 {
	color:#666666;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:18px;
	background-image: url(images/h1_hg.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	vertical-align: text-top;
	height: 25px;
} 

h2 {	
	color:#CC0033; 
	font-family:Verdana, Helvetica, sans-serif; 
	font-size:12px;
}
		
.titel_news {	
	color:#CC0033; 
	font-family:Verdana, Helvetica, sans-serif; 
	font-size:12px;
} 

.text_news {	
	color:#666666; 
	font-family:Verdana, Helvetica, sans-serif; 
	font-size:11px;
}		
		
p {
	color:#666666;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
} 

ul {
		color:#666666; 
		font-family:Verdana, Helvetica, sans-serif;
		font-size:11px;
} 
		

ol {
		color:#666666; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px; 
} 
		
li {	color:#666666; 
		font-family:Verdana, Helvetica, sans-serif; 
		font-size:11px;
}
		 

textarea { 
		font-family: Verdana, Helvetica, sans-serif; 
		font-size:11px; 
		color: #666666; 
} 
		
input { 
		font-family: Verdana, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #666666; 
} 
		
select { 
		font-family: Verdana, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #666666; 
} 


/* ************************************************************************************************************************************ */	
/* Mail Formular, specifically */


  FORM FIELDSET.csc-mailform {
		border: 0px; 
		padding: 5px;
		background-color: #FFFFFF;
		}

  FORM FIELDSET.csc-mailform DIV.csc-mailform-field LABEL {
		font:  normal 11px Verdana, sans-serif; 
		color: #666666;

/* Mail Formular, Abstand zwischen Text und Feld */
		margin-right:1em; 
		width:9em; 
		float:left;
}

/* Mail Formular, Astand zwischen den Zeilen */
  FORM FIELDSET.csc-mailform DIV.csc-mailform-field { 
		padding: 2px; 
		}

  FORM FIELDSET.csc-mailform DIV.csc-mailform-label {
		padding: 3px; 
  		font:  bold 11px Verdana, sans-serif; 
  		color: #666666; 
		} 

/* Mail Formular, Absende Knopf */
.csc-mailform-submit {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		color: #FFFFFF;
		border: 0px;
		width: 200px;
		height: 20px;
		background-color: #CC0000;
		margin-top: 5px;
		border-right: 1px outset;
		border-bottom: 1px outset;
}

/* Mail Formular, Farbwechsel beim Eingabefeld */
input:focus{
		background-color:#F5F5F5;
		color:#000000;
		}


/* ************************************************************************************************************************************ */	
/* Tabellen, specifically */

.tr-even  {
	background-color: #F0F1F2;
	line-height: 11px;
	width: 100px;
}

.tr-odd  {
	background-color: #CCCCCC;
	line-height: 11px;
	width: 100px;
	padding: 2px;
}

.td-0	{
	height: 25px;
	width: 80px;
	text-align: left;
	background-color: #F5F5F5;
}

.td-1  {
	height: 25px;
	width: 80px;
	text-align: left;
	background-color: #F5F5F5;
}

.td-last  {
	height: 25px;
	width: 370px;
	text-align: left;
	background-color: #F5F5F5;
}

/* ************************************************************************************************************************************ */	
/* Suchausgabe, specifically */

/* Suchbox Text */
.tx-indexedsearch-searchbox {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-color: #CCCCCC;
	margin-top: 5px;
}

/* Suchbox Darstellung */
.tx-indexedsearch-searchbox-sword {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

/* Suchbutton Darstellung */
.tx-indexedsearch-searchbox-button {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border:0px;
	width:200px;
	height:20px;
	margin-top: 5px;
}

/* Suchergebnisse Darstellung */
.tx-indexedsearch-browsebox {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

/* Resultate Darstellung */
.tx-indexedsearch-res {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

/* Seitentitel Darstellung */
.tx-indexedsearch-title {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	font:  bold;
	color: #072C5E;
}

/* Trefferquote Anzeige */
.tx-indexedsearch-percent {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8px;
	color: #072C5E;
}

/* Seitentext Anzeige */
.tx-indexedsearch-descr {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

/* Seiteninfo */
.tx-indexedsearch-info {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #072C5E;
}

/* Seitenpfad */
.tx-indexedsearch-path {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}


/* ************************************************************************************************************************************ */	
/* 3 Cols, specifically */


.c3l1-left{
	   border-right: 1px solid #FFFFFF;
	   padding-right: 5px;
	   width:33%;
	   vertical-align: top;
	   white-space:normal;
	   background-color: #FFFFFF;
}

.c3l1-middle{
	   border-right: 1px solid #FFFFFF;
	   padding-left: 5px;
	   padding-right: 5px;
	   width:34%;
	   vertical-align: top;
	   white-space:normal;
	   background-color: #FFFFFF;
}

.c3l1-right{
	   padding-left: 5px;
	   width:33%;
	   vertical-align: top;
	   white-space:normal;
	   background-color: #FFFFFF;
}

/* ************************************************************************************************************************************ */	
/* 2 Cols, specifically */


.c2l1-left{
	   border-right: 1px solid #FFFFFF;
	   padding-right: 5px;
	   width:33%;
	   vertical-align: top;
	   white-space:normal;
	   background-color: #FFFFFF;
}

.c2l1-middle{
	   border-right: 1px solid #FFFFFF;
	   padding-left: 5px;
	   padding-right: 5px;
	   width:34%;
	   vertical-align: top;
	   white-space:normal;
	   background-color: #FFFFFF;
}

/* ************************************************************************************************************************************ */	
/* Mailform Error */

.error {
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}
