/*Formate*/

body 
{ 
color:black; background-color:white;
background-image:url(rot.jpg); width=6; height=6;
background-repeat:repeat;
font-family:arial,helvetica,sans-serif;
text-align:center;  		/*Zentrierung im Internet Explorer*/
margin:0; padding:0.5em 0;
}

div#seite
{
text-align:left;		/*Seiteninhalt wieder links ausrichten*/
margin: 0 auto;			/*standartkonrorme horizentrale Zentrierung*/
width:800;
background-color:white;
padding:0.8em;
border:0;
}

ul#Navigation
{
margin:0; padding:0;
text-align:center;
border:0;
}

ul#Navigation li
{
list-style:none;
display:inline;
border-bottom:3px solid #b3b3b3;
margin:0; padding:0;
}

ul#Navigation a
{
padding:0.5em;
text-decoration:none; font-weight:bold;
color:#a1a1a1;
}

ul#Navigation a:hover
{
color:#982119;
}

.schrift1 {font-size:12pt; font-weight:bold;}     /*Schriftendefinition*/
.schrift2 {font-size:13px;}
.schrift3 {font-size:14pt; color:#b1b1b1; font-weight:bold;} /*Willkommen*/
.schrift4 {font-size:10pt; color:#b1b1b1; font-weight:bold;} /*Navigation*/
.schrift5 {font-size:10pt; font-weight:bold; background-color:#d5d5d5;} 
.schrift6 {font-size:10pt; font-weight:bold;}
.schrift7 {font-size:10pt; color:red; font-weight:bold;}
       
