ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd,div
{ margin:0; padding:0 }

body { 
background-color:#000080; 
color:#000080; 
font-family:arial,"sans-serif";
font-size:1em;
margin-top:20px;
}

p {
font-size:.95em; 
}

/*Kopfbilder*/

.banner-l {
border-bottom: 1px solid #1114A1;
text-align:center;
padding:5px 0 5px 0;
background-color:#000080;
}

.banner-r {
border: 1px solid #1114A1;
font-size:1.45em;
font-weight:bold;
color:#000080;
padding-top:85px;
text-align:center;
background-repeat:no-repeat;
}

.banner-r small{
font-size:.7em;
font-weight:normal;
}


/*Menü*/

.menue {
background-color:#1114A1;
width:150px;
padding-top:34px;
}

.menue a {
text-decoration:none;
color:#FFB431;
display:block;
padding:8px 2px 8px 15px;
font-size:.9em;
text-align:left;
font-weight:bold;
}

.menue a:hover {
background-color:#1114A1;
color:#FDFAF3;
}

.menue-headline a {
border-top:1px solid #FFB66F;
border-bottom:1px solid #FFB66F;
display:block;
font-weight:bold;
color:#FFB431;
font-size:.95em;
}

.news {
font-size:.8em;
padding:10px 3px 5px 3px;
color:#FFB66F;
}


/*Text*/

.text { 
border-left: 1px solid #1114A1;
border-bottom: 1px solid #1114A1;
background-color:#FDFAF3;
padding-bottom:30px;
}

.text p {
font-size:.85em; 
margin: 0 10px 10px 20px; 
color:#000080;
}

.text a {
color:#000080;
border-bottom:1px solid #FFB66F;
text-decoration:none;
}

.text a:hover {
background-color:#1114A1;
color:#FDFAF3;
border-bottom:none;
}

.text h1 {
color:#000080;
font-size:1.15em; 
margin:37px 10px 20px 0px;
font-weight:normal;

padding:0 0 0 20px;
}

.text h2 {
color:#000080;
font-size:.95em; 
margin:20px 10px 15px 0px;


padding:0 0 0 20px;
}

.text h3 {
font-size:.95em;
color:#6A6A6A;
margin:0 0 10px 0; 
}

.text blockquote {
padding:10px;
border: solid 1px #6A6A6A;
margin: 5px 10px 15px 0px;
font-size:.75em;
background:#E3E1E1;
}


.text ul {
margin: 0 10px 10px 50px;
list-style-type:circle;
color:#000080;
}

.text ol {
padding: 10px 10px 10px 40px;
}

.text li {
padding:3px;
font-size:.85em;
}


/*Bilder*/


img {
border:0;
}

.img-r a {
border:none;
text-decoration:none;
}

.img-r {
float:right;
font-size:.75em;
border: solid 1px #000080;
padding:5px 5px 5px 5px;
text-align:center;
color:#000080;
margin:2px 10px 0 20px;
}

.img-l {
float:left;
font-size:.75em;
border: solid 1px #000080;
padding:5px 5px 5px 5px;
text-align:center;
color:#000080;
margin:2px 20px 0 20px;
}

.galerie {
background-color:#fdfaf3;
padding:5px;
text-align:center;
margin:5px 10px 0 10px;
border:1px solid #000080;
}

.galerie-l {
margin:2px 15px 0 10px;
background-color:#fdfaf3;
padding:5px;
}

.galerie-r {
margin:2px 15px 0 10px;
background-color:#fdfaf3;
padding:5px;
border:1px dotted #000080;
}

.galerie-r a {
text-decoration:none;
display:block;
}


/*Geschichte*/

.geschichte {
line-height:25px;
}

.tabelle {
margin:0 10px 20px 20px;
font-size:.9em;
color: #000080;
}

.tabelle td {

padding:3px;
}

/*Fuß*/

.bottom {
bgcolor:#fdfaf3;
width:750px;
border-bottom: solid 1px #1114A1;
}

.bottom p {
font-size:.75em;
color:#fff;
padding:5px 5px 5px 5px;
}

.bottom a {
color:#fff;
}

.bottom a:hover {
background-color:#1114A1;
color:#fff;
}

.caption {
font-size:.75em;
font-weight:normal;
}


/**************************
* form.css
* Felder des Formulars formatieren
* 
* 24-10-2005 12:41
**************************/



/* Tabelle, in der das Formular aufgebaut wird */	

/*Überschrift*/

.fHead {
	background-color:#fdfaf3;
	border:none;
}


.fTable {
	background-color:#1721e3;
	margin: 0 0 10px 20px;
	width:400px;
	font-size:1.1em;
	 }
	

	
.fTable td {
	vertical-align:top; 
	}	
	

/* Rückmeldungen bei falscher Eingabe */
.fUserfeedback {
	padding:3px 8px 3px 8px;
	color:#000080;
	background-color:#fdfaf3;
	 }

/* Tabellenspalte für Bezeichnung der Felder, Eingabe ok oder nicht ok */
.fInputNotOk {
	background-color:#FFB66F;
	color:#000080;
	font-weight:bold;
	padding:3px 8px 3px 8px;
 }
	
.fInputOk {
	padding:3px 8px 3px 8px;
	background-color:#fdfaf3;
	color:#000080;
 }	
	

/* Tabellenspalte für Eingabefelder */	
.fContent {
		padding:3px 8px 3px 8px;
	background-color:#fdfaf3;
	color:#000080;
	
	 }

/* Eingabefelder */	
.fContent input {
	background-color:#FDFAF3;
	color:#000080;
	width:300px;
	 }

/* Eingabefeld "TEXTAREA" */	
.fTextareaCaption {
  background-color:#FDFAF3;
	border:1px solid #000080;
	color:#000080;

 }

 
/* Inhalt von TEXTAREA */		
.fTextareaContent {
	background-color:#FDFAF3;	}		

/* Beschriftung und Rahmen Absendeknopf */

.fSubmit {
	padding:5px;
	background-color:#fdfaf3;
	color:#000080;
 }

.fSubmit input {
	border:1px solid #000080;
	background-color:#FDFAF3;
	color:#000080;
	width:100px;
	font-weight:bold;
	 }

/* Einsendenknopf "hover" */	
.fSubmit input:hover {
	text-decoration:none; 
	background-color:#1114A1;
		color:#FDFAF3;
	}
	

/* neue */


.fReq {
	padding:3px 8px 3px 8px;
	text-align:center;
	background-color:#000080;
	color:#fff;
	font-size:1.3em;
}

.fTDLeft, .fTDRight {
		padding:3px 8px 3px 8px;
		font-size:.75em;
}

.fTDLeft {
	width:25%;
	padding:3px 8px 3px 8px;
	background-color:#fdfaf3;
	  color:#000080;
}
.fTDRight {
	background-color:#FDFAF3;
}

.daten a {
  color:#000080;
	text-decoration:none;
	font-weight:bold;
	padding:0 5px 0 5px;
	background-color:#FDFAF3;
	display:block;
	font-size:.75em;
}

.daten a:hover {
	color: #FDFAF3;
	background-color:#1114A1;

}