body {
	font-size:1em;
	font-family:"Arial","Times New Roman","times","serif";
	background-color:#000000;
	color:#ffffff;}

	
/* Laufschrift */	
p {
	margin-top: 0pt; 
	margin-bottom: 0pt;
	font-size:.85em;
	}

/* Bildunterschriften */
.caption {
	font-size:11pt;
	margin-top: 3pt;
	color:#B4B0B0;
 }

/* Ueberschriften */

h1 {
	color:#B4B0B0;
	font-size:2em;
	margin-top: 10pt;
	margin-bottom: 0pt;
	letter-spacing:14px; }
	
h2 {
	color:#ffffff;
	font-size:1.7em;
	font-weight:normal;
	margin-bottom:2pt;
	margin-top:5pt;
  letter-spacing:11.8px; }
	

/* Startseite */
	
.start p {
margin-left:30px;
	font-size:.9em;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:20px;
	margin-top:20px;
	color:#B4B0B0;
	line-height:30px;
}

/* Text im Bild */

.input ul {
		font-size:.75em;	
		margin-bottom:10px;
		margin-top:5px;
}

.input li {
    margin-left:-10px;
		color:#000000;
}

.input p {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:2px;
	margin-top:10px;
	line-height:17px;
		font-size:.75em;
				color:#000000;
}

.input a {
  color:#000000;
	text-decoration:underline;
}

.img img {
 border:1px #000000 solid;
 margin-top:10px;
 margin-bottom:10px;
  }
 


/* alle Text- Links in der "Systemfarbe" wie das Menue */
a {
		color:#B4B0B0;
		text-decoration:none;
}
		
a:hover {
		color:#ffffff;
		text-decoration:none; }
					
/* Menue*/

.m15 p {
	margin-left:30px;
	font-size:1.05em;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:4px;
	margin-top:4px;
	}

.m15 li  {
   margin-left:25px;
	}	
	
.m15 ul  a {
  margin-top:0px;
	margin-bottom:0px;
	font-size:.9em;
	font-weight:bold;
	letter-spacing:1px;	
}
	

/**************************
* form.css
* Felder des Formulars formatieren
* 
* 24-10-2005 12:41
**************************/



/* Angaben für das gesamte Formular */
.fForm {
	background-color:#DCDCDC;
 }

/* Tabelle, in der das Formular aufgebaut wird */	
.fTable {
	padding:1px;
	border:none;
	background-color:#ffffff;
	font-family:arial,helvetica,sans-serif;
	font-size:12px; }
	
.fTable td {
	vertical-align:middle; }	
	

/* Rückmeldungen bei falscher Eingabe */
.fUserfeedback {
	padding-left:15px;
	color:#000000;
	background-color:#DCDCDC; }

/* Tabellenspalte für Bezeichnung der Felder, Eingabe ok oder nicht ok */
.fInputNotOk {
	padding:8px;
	background-color:#DCDCDC;
	color:#000000; }
	
.fInputOk {
	padding:8px;
	background-color:#ffffff;
	color:#000000;
 }	
	

/* Tabellenspalte für Eingabefelder */	
.fContent {
	padding:8px;
	background-color:#DCDCDC;
	color:#000000; }

/* Eingabefelder */	
.fContent input {
	background-color:#ffffff;
	color:#000000;
	font-size:12px; }

/* Eingabefeld "TEXTAREA" */	
.fTextareaCaption {
	background-color:#ffffff;
	border:1px solid #ff99ff;
	padding:4px;
	color:#F6F4F4;
	width:50%;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;	 }

/* Inhalt von TEXTAREA */		
.fTextareaContent {
	font-family:"Courier New", Courier;
	font-size:12px;
	background-color:#ffffff;	}		

/* Beschriftung und Rahmen Absendeknopf */

.fSubmit {
	padding:5px;
	background-color:#DCDCDC;
	font-weight:bold;
	color:#ffffff; }

.fSubmit input {
	border:1px solid #000000;
		background-color:#DCDCDC;
	color:#000000;
	font-weight:bold;
	width:140px;
	font-size:12px;
 }

/* Einsendenknopf "hover" */	
.fSubmit input:hover {
	text-decoration:none; 
	background-color:#000000;
		color:#ffffff;
	}
	
	/* neue */


.fReq {
	padding-top:10px;
	text-align:center;
	background-color:#DCDCDC;
	color:#000000;
}

.fTDLeft, .fTDRight {
	padding:2px;
}

.fTDLeft {
	width:30%;
	padding:10px;
	background-color:#DCDCDC;
	color:#000000;
}
.fTDRight {
	background-color:#ffffff;
	width:70%;
		color:#000000;
}

.daten a {
  color:#000000;
	text-decoration:none;
	font-weight:bold;
	background-color:#DCDCDC;
	font-size:12px;
}

.daten a:hover {
	color: #ffffff;
	background-color:#000000;	
}