body{
			background-image:url(../images/hintergrund.gif); 
 			background-repeat:repeat;
 			background-color:white;
			font-family:arial,sans-serif;
			font-size:12px;
        margin: 0px;
        height: 100%;
			}

a{
			text-decoration:none;
			font-weight:lighter;
			}
		
a:hover{
			color:#333333;
			font-weight:lighter;
			}

a:link { 	color:#91bbb6; 
			text-decoration:none; 
			font-weight:lighter; 
			}		
			
p{
			line-height:80%}
			
			
#start{
			width: 620px;
			height: 380px;
			position: absolute;
			background-color: #eeeded;
			top: 150px;
  			margin-left: 240px;
  			padding-top: 15px;
  			padding:15px;
			}
				
#center{
			width: 900px;
			height: 580px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-left: -450px; /*negative haelfte der breite*/
			margin-top: -290px; /*negative haelfte der hoehe*/
			background-color:white;
			}

#header{
			position:absolute;
			width: 880px;
			margin: 10px;
			height: 131px;
			background-color: #eeeded;
			}

#menu{		cursor:pointer;
			line-height:220%;
			color:#415d5b;
			position:absolute;
			width:200px;
			top: 150px;
			margin-left:10px;
			height: 330px;
			background-color: #eeeded;
			padding:10px;
			}
			
#impressum{	cursor:pointer;
			color:#415d5b;
			line-height:230%;
			position:absolute;
			width:200px;
			top: 510px;
			margin-left:10px;
			height: 30px;
			background-color: #eeeded;
			padding:10px;
			}
			
				
			
.content {	color:#415d5b;
			position:absolute;
			top: 150px;
  			margin-left: 240px;
  			width: 620px;
  			height: 380px;
  			background-color: #eeeded;
  			padding-top: 15px;
  			padding:15px;
  			overflow:auto;
			}
						

	
#linie{		
			position:absolute;
			top:560px;
			width:880px;
			margin:10px;
			}
			
	
