/*****************************************************************************************************************************************************************
HTML Elemente formatieren
******************************************************************************************************************************************************************/
body

{
	margin:auto;






















auto;
	padding:auto;






















auto;
	background-color:#CCC;
	color:#000;
	font-family:Arial, Sans-serif;
	text-align: left;
	font-size: 14px;
}
h1
{
	font-size:36px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

/*Links formatieren GLOBAL*/
a:link, a:active, a:visited /*Zustand soll gleich aussehen*/
{
color:#000;
text-decoration:none;
font-size:18px;
font-weight:bold;
}

a:hover
{
color:#FFF;

}


/***************************************************************************************************************************************************************
ID Bereiche formatieren
****************************************************************************************************************************************************************/
#corpus
{
width:800px; /* nur zum Testen, richtig ist 990px*/
/*margin:0px; mit dieser Angabe linksbündig*/
margin:auto auto; /* stellt zentriert dar*/
padding:auto auto;
height:200px;/*temp wird wieder gelöscht*/

}
#header
{
	width:800px;
	height:20px;
	background-color:#FF0;
	margin: auto auto;
	padding: auto auto;
	text-align: center;
	font-size: 14px;
}
#content
{
width:800px;
height:30px;
background-color:#FC9;
margin: auto auto;
padding: auto auto;
text-align: center;
font-size: 14px;

}
#footer
{
width: 800px;
height:30px;
background-color:#FC9;
text-align:center;
font-size:14px;
}
#Navileiste
{
	width:685px;
	height:30px;
	background-color:#FF6;
	text-align:center;
	font-size:12px;
	font-weight: bold;
}


#Erklärungstext
{
width: 350px;
height:420px;
background-color:#0F6;
}
#Erklärungstext3 
{
width: 983px;
height:600px;
background-color:#C00;

/*************************************************************************************************************************************************************
Klassen formatieren
***************************************************************************************************************************************************************/
#beispiel
{
float:
}
.Überschrift 
	text-align: center;
	font-size: 24px;
	
{
.einleitung 

	text-align: center;
}
.Beschreibung
float:left;
width:600px;
height:30px;
background-color:#F00;
{
}
#Links
{
float:left;
width:800px; margin: 100px;
height:40px; padding: 100px;
text-align: center;
background-color:#FF6;
}
.prüfungen 
	font-weight: bold;
	background-color:#FF0;
	width:inherit;
	height:auto;
{

.Ueberschrift 
	color: #F00;
}
.text 
	font-weight: bold;
{
.Aufruf 
	color: #F00;
}
.Aufruf 
	font-weight: bold;
{
.Erklärungstext2
width:800px;auto;
height:600px;auto;
background-color:#666;.Evilyne {
	text-align: right;
}
.Kurzbeschreibung {
	text-align: center;
}
.kurzbeschreibung {
	text-align: center;
}
.text {
	color: #F00;
}
.text {
	font-weight: bold;
}
.text {
	color: #000;
}
.text {
	color: #000;
}
.text {
	color: #F00;
}
.text {
	color: #000;
}
.text {
	text-align: center;
}
.text {
	text-align: left;
}
.text {
	color: #f00;
}
.text {
	color: #F00;
}
.text {
	font-weight: bold;
}
.middle {
	text-align: center;
}
.middle {
	color: #F00;
}
.middle {
	color: #000;
}
#Tabellenformat
 {
  width:600px;
  background-color:#CCC;
  
 }
 td
 {
   vertical-align:middle;
   height:30px;
  }
  textarea
  {
  background-color:#903;

<script type="text/javascript">
  function checkform ()
  
  {
 var sVorname=document.Kontaktformular.vorname.value;
 var sFamilienname=document.Kontaktformular.familienname.value;
 var sStraße=document.Kontaktformular.straße.value;
 var sPLZ=document.Kontaktformular.plz.value;
 var sOrt=document.Kontaktformular.ort.value;
 var stel=document.Kontaktformular.tel.value;
 var smail=document.Kontaktformular.mail.value;
 if (sVorname=="")
 }
 alert ("Vorname ist ein Pflichtfeld")
if (sPLZ=="") 
  {
alert ("Bitte PLZ eingeben")
  }
 else 
 {
  Dieser Bereich nur wenn Feld ausgefüllt ist, und dann die Abfrage ob die Eingabe ein Zahlenwert ist
  if (isNaN (sPLZ))
 }
 alert ("PLZ darf nur eine Zahl sein")
 {
 }

.tabelle {
	text-align: center;
	table-layout:auto;
}
.Beschreibung {
	text-align: left;
}
.Beschreibung {
	text-align: left;
}
.Beschreibung {
	text-align: left;
	color:#000;
}
.Beschreibung {
	font-size: 12px;
}
.Beschreibung {
	text-align: left;
}
