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: #6D6F71;
  background-image: url(images/background.gif);
  margin: 0px;
padding: 0px;
}

h1,h2,h3 {
/* im Typo ueberschreiben */

}

h3{
  font-size: 0.8em;
}
p {
line-height: 120%; 
margin: 0px;
}

a { 
text-decoration: none;
}

a:link    { color: #000; text-decoration: underline;}
a:visited { color: #000; text-decoration: underline;}
/* In Typo3 mit gleicher Farbe wie H1 ueberschreiben*/
a:focus, a:hover, a:active { color: #B62C25;text-decoration: underline;}


/*
/* Anpassungen CSC-Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.csc-textpic-caption{
	font-size:11px;
	color:#4E4E4E;
}


/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.stopFloat {
  display: block;
  float: none;
  clear: both;
  line-height: 1px;
  font-size: 0px;
  line-height: 0px;
}


/* Struktur
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#wrapper {
  width: 951px;
   text-align: left; 
   }
	
	
#oben {
  width: 951px; 
  height: 39px;
  background-image: url(images/oben.gif);
  background-repeat: no-repeat; 
  float: left;
}

#logo {
  width: 254px;
  height: 129px;
  float: right;
  

}

#header{
  width: 697px;
  height: 104px;
  float: left;
  background-repeat: no-repeat;
}



#bilder img {
padding-left: 3px;
  /*background-image: url(images/bild_oben1.jpg);*/
}


#searchTitle{
float: left;
width: 177px;
}


#content ul, #news_archive_rahmen ul {
list-style-position: outside;
margin: 0px;
padding-left:16px;
padding-bottom: 5px;
padding-top: 3px;
}


#content li, .news-amenu-item-year dd{
margin: 0px;
list-style-type: square;
line-height: 14px;
color: #B62C25;
text-align: left;
}


#content{
  /*border: green 1px solid;*/
  width: 795px;
  float:left;
}


#content-normal{
  /*border: green 1px solid;*/
  width: 520px;
padding-left: 0px;
text-align: left;
margin-left: 10px;
padding-bottom: 15px;
}

#content-right{
  /*border: green 1px solid;*/
  width: 210px;
padding-left: 0px;
text-align: left;
margin-right: 20px;
padding-bottom: 15px;
}


#col2{
float:left;
/*background: green*/
}
#col3{
float: right;
/*background: red;*/
}


.csc-frame-links30{
float:left;
width: 220px;
/*background: pink;*/
padding-right: 23px;
}

.csc-frame-mitarbeiter{
float:left;
width: 150px;
/*background: pink;*/
padding-right: 20px;
}

.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: 520px;
}


/* Aussehen der Inhalte im Conent */
#content h1 {
color:#B62C25;
  font-size: 13px;
  margin: 0px;
  padding-bottom: 3px;
  border-top: 1px solid #B62C25;
  padding-top: 3px;
  margin-top: 15px;
}

#content h2{
color:#B62C25;
  font-size: 13px;
  margin: 0px;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-top: 15px;
}


#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: 697px;
line-height: 25px;
background-image: url(images/navi_back.gif);
float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.navi1 {
	padding: 0px;
	margin: 0px;

} 
	
.naviL1 {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	} 

.naviL1 a:link, .naviL1 a:visited {
color: #000;
	list-style: none;
	text-decoration:none;
	line-height: 23px;
	text-transform: uppercase;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	border-right: 1px solid #000;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

.naviL1 a:hover {
   color:#FFF;
	background-color: #6D6F71;
		border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

.naviL1_act {
background-color: #6D6F71;
	color:#FFF;
	list-style: none;
	text-decoration:none;
	line-height: 23px;
	text-transform: uppercase;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	border-right: 1px solid #000;
		border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

.naviL1_act a:link, .naviL1_act a:visited {
background-color: #6D6F71;
	color:#FFF;
	list-style: none;
	text-decoration:none;
	line-height: 23px;
	text-transform: uppercase;
	float: left;
}

#navi_container {
width: 156px;
	margin: 0px;
	float: left;
	background-color: #4E4E4E;
	padding-top: 15px;
}

#navi_links {
width: 145px;
padding: 0px;
	margin: 0px;
	float: left;
}

.navi2 {
color:#FFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 145px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D3D3D3;
} 


.naviL2 {
   list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	border-top: 1px solid #D3D3D3;
	width: 145px;
}

.naviL2 a:link, .naviL2 a:visited {
	color:#FFF;
	text-decoration:none;
	line-height: 18px;
	text-transform: none;
	width: 145px;
	display: block;
}

.naviL2 a:hover {
background-color: #838383;
   color:#FFF;
	text-decoration:none;
}

.naviL2_act{
padding: 0px;
	margin: 0px;
	color:#FFF;
	list-style: none;
	text-decoration:none;
	line-height: 18px;
	text-transform: none;
	font-size: 12px;
	text-align: right;
	border-top: 1px solid #D3D3D3;
}

.naviL2_act a:link, .naviL2_act a:visited{
padding: 0px;
	margin: 0px;
	color:#FFF;
	list-style: none;
	text-decoration:none;
	line-height: 18px;
	text-transform: none;
	font-size: 12px;
	text-align: right;
	width: 145px;
	display: block;
	background-color: #838383;
}


#navi2_container {
width: 156px;
	margin: 0px;
	float: left;
	padding-top: 15px;
	background-color: #B62C25;
}

#navi_unten{
width: 145px;
padding: 0px;
	margin: 0px;
	border-top: 1px solid #FFF;
	float: left;
}

.navi3 {
color:#FFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 145px;
	margin-bottom: 15px;
} 


.naviL3 {
   list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	border-bottom: 1px solid #FFF;
	width: 145px;
}

.naviL3 a:link, .naviL3 a:visited {
	color:#FFF;
	text-decoration:none;
	line-height: 18px;
	text-transform: none;
	width: 145px;
	display: block;
}

.naviL3 a:hover {
background-color: #CC6C67;
   color:#FFF;
	text-decoration:none;
}

.naviL3_act{
padding: 0px;
	margin: 0px;
	color:#FFF;
	list-style: none;
	text-decoration:none;
	line-height: 18px;
	text-transform: none;
	font-size: 12px;
	text-align: right;
	border-bottom: 1px solid #FFF;
}

.naviL3_act a:link, .naviL3_act a:visited{
padding: 0px;
	margin: 0px;
	color:#FFF;
	list-style: none;
	text-decoration:none;
	line-height: 18px;
	text-transform: none;
	font-size: 12px;
	text-align: right;
	width: 145px;
	display: block;
	background-color: #CC6C67;
	
}

/* Content
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.nachoben { text-align: right; }




/* Spalte 3
/* * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Footer
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer {
	text-align:center;
	color: #000;
}


/* Formular 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#mail_container {
margin-top: 8px;
padding: 0px;
}

#mail_namen {
margin-bottom: 5px;
}

#spacer_form {
float: left;
width: 80px;
}
.submit{
width: 120px;
color: #B62C25;
font-size: 12px;
}

.csc-mailform-submit{
font-size: 12px;
color: #B62C25;
font-weight:normal;
}


.csc-mailform-check{
text-align:left;
width: 20px;
background: #DEDEDE;
  border: 1px solid #B62C25;
}

.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 #B62C25;
  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 #B62C25;
  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 #B62C25;
}

input:focus,
textarea:focus {
  background: #EFEFEF;
  border: 1px solid #B62C25;
}

.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;
}

.news-single-imgcaption{
font-size: 10px;
width: 200px;
}

.bild{
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.navi4 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 145px;
	background-color: #000;
} 


.naviL4 {
color:#FFF;
   list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
	width: 145px;
	border-top: 1px solid #FFF;
	line-height: 18px;

}

.naviL4 a:link, .naviL4 a:visited {
	color:#FFF;
	font-size: 12px;
	text-decoration:none;
	text-transform: none;
	width: 145px;
	display: block;
	line-height: 18px;
			background-color: #000;
}

.naviL4 a:hover {
   color:#FFF;
	text-decoration:none;
background-color: #B62C25;
}

.naviL4_act{
padding: 0px;
	margin: 0px;
	color:#FFF;
	list-style: none;
	text-decoration:none;
	text-transform: none;
	font-size: 12px;
	text-align: right;
	background-color: #B62C25;
	border-top: 1px solid #FFF;
	line-height: 18px;
}

.naviL4_act a:link, .naviL4_act a:visited{
padding: 0px;
	margin: 0px;
	color:#FFF;
	list-style: none;
	text-decoration:none;
	text-transform: none;
	font-size: 12px;
	text-align: right;
	background-color: #B62C25;
	line-height: 18px;
}



.navi5 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 145px;
	margin-bottom: 3px;
} 


.naviL5 {
color:#FFF;
   list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	text-align: right;
	width: 145px;
	line-height: 16px;
}

.naviL5 a:link, .naviL5 a:visited {
	color:#FFF;
	font-size: 12px;
	text-decoration:none;
	text-transform: none;
	width: 145px;
	display: block;
	line-height: 16px;
}

.naviL5 a:hover {
   color:#CFCFCF;
	text-decoration:none;
}

.naviL5_act{
padding: 0px;
	margin: 0px;
	color:#CFCFCF;
	list-style: none;
	text-decoration:none;
	text-transform: none;
	font-size: 12px;
	text-align: right;
	line-height: 16px;
}

.naviL5_act a:link, .naviL5_act a:visited{
padding: 0px;
	margin: 0px;
	color:#CFCFCF;
	list-style: none;
	text-decoration:none;
	text-transform: none;
	font-size: 12px;
	text-align: right;
	width: 145px;
	display: block;
	line-height: 16px;
}

#map_container{
}
#map_container div{
border: solid #00516c 1px;
background: #D0D0D0;
width: 220px !important;
padding: 3px;
}
#map_container img{
border: none;
}


