body {
  /* verhindern dass positionierte Elemente bei Veraenderung der Fenstergroesse 
  nicht mit verschoben werden */
  color: #000;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFF;
  margin: 0px;
padding: 0px;
text-align: center;
}

h1,h2,h3 {
/* im Typo ueberschreiben */

}

h3{
  font-size: 0.8em;
}
p {
line-height: 120%; 
margin: 0px;
}

a { 
text-decoration: none;
}

a:link    { color: #00516c; text-decoration: underline;}
a:visited { color: #00516c; text-decoration: underline;}
/* In Typo3 mit gleicher Farbe wie H1 ueberschreiben*/
a:focus, a:hover, a:active { color: #000000;text-decoration: none;}


/*
/* Anpassungen CSC-Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.csc-textpic-caption{
	font-size:11px;
	color:#4E4E4E;
	margin: 0px;
	padding: 0px;
}


/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.stopFloat {
  display: block;
  float: none;
  clear: both;
  line-height: 1px;
  font-size: 0px;
  line-height: 0px;
}


/* Struktur
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#wrapper {
  width: 980px;
   text-align: left;
	margin: auto; 
	margin-top: 20px;
   }
	

	#links_container {
width: 161px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#logo {
  width: 161px;
  height: 101px;
}

#container {
  width: 819px;
  float: left;
  background-image: url(images/line_left.gif);
}


#header{
  width: 816px;
  height: 61px;
  float: right;
  background-image: url(images/header.gif);
}




#searchTitle{
float: left;
width: 177px;
}


#content ul{
list-style-position: outside;
margin: 0px;
padding-left:14px;
padding-bottom: 5px;
padding-top: 3px;
}

* html #content ul{
padding-left:16px;
}

#content li{
margin: 0px;
line-height: 14px;
color: #00516c;
}

#content{
  /*border: green 1px solid;*/
  width: 816px;
  float:right;
  margin: 0px;
  margin-top: 8px;
}


#content-normal{
  /*border: green 1px solid;*/
  width: 450px;
height: 432px;
text-align: left;
background-color: #b4cadf;
}

#content-right{
  /*border: green 1px solid;*/
  width: 362px;
  height: 432px;
text-align: left;
}


#col2{
float:left;
 margin: 0px;
  padding: 0px;
/*background: green*/
}
#col3{
float: right;
margin: 0px;
  padding: 0px;
/*background: red;*/
}


.csc-frame-inhalt{
float:left;
width: 430px;
/*background: pink;*/
padding-left: 10px;
padding-top: 10px;
}

.csc-frame-inhalt-rechts{
float:right;
width: 352px;
/*background: pink;*/
padding-top: 10px;
}

.csc-frame-linie-blau{
float:right;
width: 352px;
/*background: pink;*/
background-image: url(images/hr_blue.gif);
background-position: top;
background-repeat: no-repeat;
min-height: 10px;
}

* html .csc-frame-linie-blau { height: 10px;} /* nur für den IE6 */

.csc-frame-linie{
float:left;
width: 430px;
/*background: pink;*/
background-image: url(images/hr.gif);
background-position: top;
background-repeat: no-repeat;
margin-left: 10px;
min-height: 10px;
}

* html .csc-frame-linie {margin-left: 5px; height: 10px;} /* nur für den IE6 */


.csc-frame-links50{
float:left;
width: 345px;
/*background: pink;*/
}

.csc-frame-rechts50{
float:right;
width: 345px;
/*background: lightblue;*/
}

.csc-frame-bigFloat{
/*background:orange;*/
float:left;
width: 100%;
}


/* Aussehen der Inhalte im Conent */
#content h1 {
color:#FFFFFF;
  font-size: 13px;
  margin: 0px;
  padding-bottom: 3px;
}

#content h2{
color:#005e7d;
  font-size: 13px;
  margin: 0px;
  padding-bottom: 3px;
}


#content h3{
color:#4E4E4E;
  font-size: 12px;
  margin: 0px;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-top: 15px;
  border-top: 1px dashed #4E4E4E;
}

#content h4{
  font-size: 12px;
  margin: 0px;
  padding: 0px;
line-height: 20px;
font-weight: normal;
}


/* Navigation
/* * * * * * * * * * * * * * * * * * * * * * * * * * */




/*****************************************************/
#menuRootline{
float: left;
width: 791px;
}


/* Menue Level23
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.trenner{
	color:#FFFFFF;
	font-weight: bold;
}

#navi {
width: 816px;
height: 23px;
background-image: url(images/navi_back.gif);
float: right;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.navi1 {
	padding: 0px;
	margin: 0px;
		

} 
	
.naviL1 {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 19px;
	} 

.naviL1 a:link, .naviL1 a:visited {
color: #747474;
	list-style: none;
	text-decoration:none;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
}

.naviL1 a:hover {
   color:#FFF;
	background-color: #1e82af;
}

.naviL1_act {
	color:#FFF;
	background-color: #1e82af;
	list-style: none;
	text-decoration:none;
height: 19px;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
line-height: 19px;
margin-top: 2px;
	margin-bottom: 2px;
}

.naviL1_act a:link, .naviL1_act a:visited {
	color:#FFF;
	list-style: none;
	text-decoration:none;
	line-height: 19px;
	float: left;
}


#navi_unten{
width: 148px;
padding: 0px;
	margin: 0px;
	padding-top: 18px;
}


.navi2 {
color:#FFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 148px;
} 


.naviL2 {
   list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	text-align: right;
	width: 148px;
}

.naviL2 a:link, .naviL2 a:visited {
	color:#747474;
	text-decoration:none;
	text-transform: none;
	width: 148px;
}

.naviL2 a:hover {
   color:#1e82af;
	text-decoration:underline;
}

.naviL2_act{
padding: 0px;
	margin: 0px;
	color:#1e82af;
	list-style: none;
	text-decoration:underline;
	text-transform: none;
	font-size: 11px;
	text-align: right;
}

.naviL2_act a:link, .naviL2_act a:visited{
padding: 0px;
	margin: 0px;
	color:#1e82af;
	list-style: none;
	text-decoration:underline;
	text-transform: none;
	font-size: 11px;
	text-align: right;
	width: 148px;	
}



/* Content
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.nachoben { text-align: right; }




/* Spalte 3
/* * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Footer
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer {
	background-color: #1e82af;
	width: 816px;
	float: right;
	height: 20px;
	margin-top: 4px;
}

.footer_text {
	color: #FFF;
	float: right;
	font-size: 10px;
	padding-right: 5px;
	line-height: 20px;
}


/* Formular 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#mail_container {
margin-top: 8px;
padding: 0px;
}

#mail_namen {
margin-bottom: 5px;
}

#spacer_form {
float: left;
width: 80px;
}
.submit{
width: 120px;
color: #005e7d;
font-size: 12px;
}

.csc-mailform-submit{
font-size: 12px;
color: #005e7d;
font-weight:normal;
}


.csc-mailform-check{
text-align:left;
width: 20px;
background: #DEDEDE;
  border: 1px solid #005e7d;
}

.csc-mailform-radio { 
width: 25px;
border: 0px;
background: transparent;
}


#content #mailform{
float: left;
margin:0px;
padding: 0px;
margin-top: 10px;
}

#content fieldset{
border:none;
padding-bottom:20px;
margin: 0px;
padding: 0px;
}

label {
clear:both;
  float: left;
  width: 110px;
  text-align: left;
}

label {
  display: block; /* damit auch die alten IEs das padding anwenden */
  font-size: 12px;
  font-weight: normal;
  margin-right: 10px;
}


form p {
  font-size: 12px;
  margin: 0px;
}



/* Achtung: nicht alle Browser stellen Sachen wie die border
von Eingabefeldern dar, in Safari z.B. laesst sich nur wenig
am Aussehen von Formularelementen aendern */

#mail_container {
margin-top: 8px;
padding: 0px;
}

#mail_namen {
margin-bottom: 5px;
}

#spacer_form {
float: left;
width: 80px;
}

input,
textarea {
  width: 20em;
  background: #DEDEDE;
  border: 1px solid #005e7d;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  margin-bottom:0.3em;
}


select{
  background: #DEDEDE;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  border: 1px solid #005e7d;
  margin-bottom:0.3em;
}

#mailform input.csc-mailform-submit{
width: 150px;
  margin-left: 120px;
  margin-top: 5px;
}

* html #mailform input.csc-mailform-submit{
margin-left: 123px;
}

/* Die folgenden Anweisungen sorgen fuer schoene Effekte beim
Ausfuellen in standardkonformen Browsern, die IEs koennen
damit aber nix anfangen */

input:hover,
textarea:hover {
  background: #EFEFEF;
  border: 1px solid #005e7d;
}

input:focus,
textarea:focus {
  background: #EFEFEF;
  border: 1px solid #005e7d;
}

.on a{ color: #222;}

div .csc-textpic-imagewrap{
margin-left:0px;
}

#news_list_rahmen h2{
  margin: 0px;
  margin-top: 7px;
  border-top: 1px dashed #4E4E4E;
  font-size: 12px;
}

.bild{
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}


