/* CSS Document */

body { 
		font-family:Arial, Helvetica, sans-serif; color:#333333; 
		font-size:9pt; background-color:#FFFFFF; 
		background-repeat: repeat; 
		
		}
/* ************************************************************************************************************************************ */	
/* Div Tag für Subnavigation */		
div#navi a:link 	{
	text-decoration: none;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	
}

div#navi a:visited {
	text-decoration: none;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	
}

div#navi a:hover {
	font-weight: normal;
	text-decoration:none;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div#navi a:active {
	font-weight: normal;	
	text-decoration: none;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
}
div#navi .td_rot {
	font-weight: normal;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(images/navi_verlauf.jpg);
}
/* ************************************************************************************************************************************ */	
/* ************************************************************************************************************************************ */	
/* Div Tag für Pfad und Print */		
div#kopf a:link 	{
	text-decoration: underline;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	
}

div#kopf a:visited {
	text-decoration: underline;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	
}

div#kopf a:hover {
	font-weight: normal;
	text-decoration: underline;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div#kopf a:active {
	font-weight: normal;	
	text-decoration: underline;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
}

/* ************************************************************************************************************************************ */
/* Tag's für Dokument */

a:link {
		color:#CC0000; 
		text-decoration:underline; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:9pt; 
		font-weight:normal; 
		} 
		
a:visited {color:#CC0000; 
		text-decoration:underline; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:9pt; 
		font-weight:normal; 
		} 
		
a:active {
		color:#CC0000; 
		text-decoration:underline; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:9pt; 
		font-weight:normal; 
		} 
		
a:hover {
		color:#CC0000; 
		text-decoration:underline; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:9pt; 
		font-weight:normal; } 

table { 
		font-family:Arial, Helvetica, sans-serif; 
		color:#333333; 
		font-size:9pt; 
		 } 
		
td { 
		font-family:Arial, Helvetica, sans-serif; 
		color:#333333; 
		font-size:9pt;
 } 

.td_bg_content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat;
}

.td_bg_rechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/linie_vert_lang.gif);
	background-repeat: repeat;
}

.td_bg_navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/linie_vert_lang.gif);
	background-repeat: repeat;
}

.td_bg_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/news_linie_vert_lang.gif);
	background-repeat: repeat;
}

.td_bg_mitte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/linie_hor_lang.gif);
	background-repeat: repeat;
}
/* ************************************************************************************************************************************ */	
/* übrige CSS-Styles */

h1 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin-left: 0px;
	margin-top: 0px;
       background-image: url(images/titelbalken.jpg);
		} 
		
h2 {
		color:#333333; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12pt; 
		} 
		
h3 {
		color:#333333; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:10pt; 
		} 
		
p {
		color:#333333; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:9pt; 
		} 

ul {
		color:#333333; 
		font-family:Arial, Helvetica, sans-serif; font-size:9pt;
		} 
		
ol {
		color:#333333; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:9pt; 
		} 
li {	color:#333333; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:9pt; } 

textarea { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size:8pt; 
		color: #CC0000; 
		background-color: #FFFFFF; 
		} 
		
input { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		color: #CC0000; 
		background-color: #FFFFFF; 
		} 
		
select { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		color: #CC0000; 
		background-color: #FFFFFF; 
		} 
		
.klein { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 7pt; 
		color: #333333; 
		} 

/* 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 10px Verdana, Arial, sans-serif; color: #7E8061;

/* 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 10px Verdana, Arial, sans-serif; 
  						      color: #000000; } 



