
/* allgemein-------------------------------------------------------------- */


body   		{background-color: #fff;
			margin: 0;
			padding: 0;
			font-family:verdana, sans-serif;
			}
			
a:link,a:visited {
			color: #303030;
			border:none;	
			}
			
a:hover,a:active {			
			color: #B6D85C;
			border:none;
			}
			
img			{border:none;
			}
			

			
/* schriftdefinitionen-------------------------------------------------------------- */			
				
p			{color : #303030; 
			font-size : 10px;
			text-align: left;
			letter-spacing: 0px;
			text-decoration : none;
			line-height: 18px;
			}	

			
/* ueberschriften */
			
.ue16		{color : #B1D25A; 
			font-size : 16px;
			font-weight:  bold;
			text-align: left;
			letter-spacing: 3px;
			text-decoration : none;
			line-height: 28px;
			}
			
	
.ue_menue	{color : #fff; 
			font-size : 10px;
			font-weight:  bold;
			text-align: left;
			letter-spacing: 2px;
			text-decoration : none;
			line-height: 22px;
			}				
			

			
/* navigation-------------------------------------------------------------- */
				

			
#punkte01   {position:absolute;	
			top:50px;
			left:90px;
			margin: 0;
			padding: 0;
			z-index : 10;		
			}	

#punkte02   {position:absolute;	
			top:72px;
			left:90px;
			margin: 0;
			padding: 0;
			z-index : 10;		
			}
			
#punkte03   {position:absolute;	
			top:94px;
			left:90px;
			margin: 0;
			padding: 0;
			z-index : 10;		
			}

#punkte04   {position:absolute;	
			top:116px;
			left:90px;
			margin: 0;
			padding: 0;
			z-index : 10;		
			}											
			
#klammer	{position: absolute;
			top:52px;
			left:75px;
			height:86px;
			z-index : 9;
			}			

#linkzumir	{position: absolute;
			top:85px;
			left:41px;
			z-index : 8;	
			}	
			
			
.start		{position: absolute;
			top: 2px;
			left: 110px;
			border : none;		
			}			
			
.mitte		{position: absolute;
			top: 0px;
			left: 22px;
			border : none;		
			}						
			
				
/* home und kontaktbutts-------------------------------------------------------------- */

#home 		{position: absolute;
			left: 0px;
			top: 0px;
			z-index: 0;	
			visibility: hidden;	
			}	
	
#kontakt 	{position: absolute;
			left: 0px;
			top: 0px;
			z-index: 0;
			visibility: hidden;		
			}	
			
			
			
/* wiese-------------------------------------------------------------- */
			
#wiese 		{height : 100%;
			width : 100%; 
			padding: 0;
			margin: 0;
			background-color: #ffffff;
			overflow: hidden;
			z-index : 0;
			}
			
			