body
 {
background-color: #6dd112;
background-image: url(../img/verlauf_1.jpg);
background-repeat: repeat-x;

font-family: Lucida sans typewriter, American typewriter, serif;
font-size: 11pt;
color: #FFFFFF;
text-align: center;
/* line-height: 1.3em; */
 }

/**
 *	links und ueberschriften
 */ 

#start a:link, a:visited, a:active {
color: #FFFFFF; 
text-decoration:none;

 }

a:link, a:visited, a:active {
color: #FFFFFF; 
text-decoration:none;

 }

a:hover {
text-decoration: none;
color: #FC00FF; 
 }
 
h1 {
font-family: Verdana,Arial,sans-serif;
font-size: 12pt;
text-align: left;
font-weight: bold;
color: #351E38;
margin-top:5px;
 }
 
h2 {
color: #c578e2;
font-family: Verdana,Arial,sans-serif;
font-size: 10pt;
text-align: left;
font-weight: bold;
color: #351E38;
/* margin-bottom:-10px; */
 }


/**
 *	kopf 
 */

#kopf {
font-size: 19pt;
width:900px;
height:25px;
}


/**
 * menueleiste 
 */


#navi {
margin-top:40px;

text-align: center;
}

#navi ul {
display: inline;
margin:2px;
padding-left: 20px;
}

#navi li {
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navi a {
text-decoration:none;
color: #ffffff;
}

#navi a:hover {
text-decoration: none;
color: #FC00FF; 
 }



/**
 *	inhalt
 */ 
 
 #container {
margin-top: 60px;
margin-left: 200px;
width:900px;
text-align:left;
}

