body{
color: #000;
background-color: Black;
margin: 5px 5px 5px;
text-align: center;  /*zentriert gesamtem Inhalt*/
  font-family: Arial;
  font-style: normal;
  font-size: 12px;
  }

#hauptrand { 
width: 770px; background-color : Black; 
height: 540px;
margin-right: auto; 
margin-left: auto; text-align: left;
} /*Seitenrand*/

#logo { 
width:770px; height: 80px; 
background-repeat: no-repeat;
background-image: url(../images/Head_fertig.gif);
font-size: 30px;
letter-spacing: 10px; 
text-align: center;
     padding-top: 20;
   font-weight: bold;
     font-family: Arial;
}

#logo1	{
width:130px; height: 20px;  
background-repeat: no-repeat;
background-position: -14px;
background-image: url(../images/link.gif);
}
		
		
/* ----------------------------------------- */
/* Main */		
/* ----------------------------------------- */						
#mainrand { 
width:656px; height:440 ;  
padding: 3px 0px 0px 3px;  
background-color : #6495ED; color: Black; 
    }
/* ----------------------------------------- */
/* Startseite */		
/* ----------------------------------------- */

#maintitel {
text-align: left;
 font: normal;
 font-family: Arial;
 font-size: 16px;
 background-color: Black;
 color: White;
 padding-left: 15px;
  padding-top: 15px;
 width: 650px;
  font-weight: bold;
 }

#maincontent { 
font-family: Arial;
width:650px; padding: 15px 15px 15px 15px; 
height: 400px; float: left; 
background-color : Black; 
color: White;
background-image: url(../images/logo1.jpg); 
background-repeat: no-repeat;
background-position: 450px 40px;
font-size: 12px;
 word-spacing: 0px;
 letter-spacing: 0px;
 text-indent: 0px;
 border-collapse: collapse;
 border-color: #FFFF00 #DC143C Fuchsia #ADD8E6;
 text-shadow: White;
  font: normal;
  }
  
#anz{
	width: 620px; 
	height: 370px; 
	overflow: auto; 
	border-width: 0px
	}    
  
#text{
	border: 0px #DC143C;
	border-color: Fuchsia;
	width: 400px;
margin: 5px 5px;
	}  
	
#table{
	border: 0px #DC143C;
	width: 400px;
margin: 5px 5px;
	} 
  
#form {
background-color: #708090;
 font-family: Arial;
 font-size: 10;
 text-shadow: White;
    color: White;
        border-bottom: 0px;
                border-spacing: 2px;
        caption-side: top;
        empty-cells: show;
        table-layout: fixed;
        }
	
#formular{
background-color: #708090;
 font-family: Arial;
 font-size: 10;
 text-shadow: White;
    color: White;
        border-bottom: 0px;
                border-spacing: 2px;
        caption-side: top;
        empty-cells: show;
        table-layout: fixed;
        }
		  
td{
 font-family: Arial;
 color: White;
 font-size: 14;
  text-shadow: White;
  color: White;
	}

	 
/* ----------------------------------------- */
/* Menue */
/* ----------------------------------------- */
#menu {
background: #2245C9;
color: #2245C9;
width: 100px;
height: 440px;
float: left;
  font-style: normal;
 }

#navi a{
font-weight: 700;
padding: 1px;
text-decoration: none;
border: 1px solid #2245C9;
width: 95px;
margin: 5px 5px;
text-align: center;
}

/* Navigation Rand Aktiv */
/* Navigation Schrift und Hintergrund */
#navi a:link {
color: #9370DB;
background: #2245C9;
}

/* Navigation wenn Besucht */
/* Navigation Schrift und Hintergrund */
#navi a:visited {
color: Black;
background: #6495ED;
}

/* Navigation Mouse over */
/* Navigation Schrift und Hintergrund */
#navi a:hover {
color: Black;
border: 1px solid #D3D3D3;
background: Blue;
}

/* Navigation Aktiv */
/* Navigation Schrift und Hintergrund */
#navi a:active {
color: Navy;
border-left: solid 1px #363;
border-top: solid 1px #363;
border-right:solid 1px #fff;
background: Blue;
 } 
/* ----------------------------------------- */