html,body               {
                        margin: 0;
                        padding: 0;
                        font-size: 100.01%;
                        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                        }
                                                
body                    {
                        text-align: center;
                        background-color: #EDEDED;
                        }

h1						{
						font-size: 1.1em;
						margin: 1em 0 1em 0.5em;
						}
						
h2						{
						font-size: 1em;
						margin: 1em 0 1em 0.8em;
						}
						
h3						{
						font-size: 0.8em;
						margin-bottom:0;
						margin-left: 1.5em;
						}	
						
img						{
						border: 0;
						}						                       
                        
#container				{
						text-align: left;
						width: 800px;
						margin: 2% auto;
						background: #fff url(images/navi.gif) 0 0 repeat-y;
						}
						
#header					{
						margin-bottom: 10px;
						}
						
ul#menu					{
						clear: both;
						float:left;
						width:127px;
						font-size: 0.8em;
						list-style-type:none;
						margin: 0;
						padding-left: 0.5em;
						}
						
ul#menu li				{
						padding-top: 0.5em;
						padding-bottom:0.5em;
						border-bottom: 1px solid #fff;
						}
						
a.menue:link 			{
                		text-decoration: none;
                 		color: #fff;
         				}
         				
a.menue:visited 		{
                 		text-decoration: none;
                 		color: #fff;
         				}
         				
a.menue:hover 			{
                 		text-decoration: none;
                 		color: #000;
         				}
         				
a.menue:active 			{
                 		text-decoration: none;
                 		color: #000;
         				}
         				
ul#submenue				{
						list-style-type: none;
						padding-left: 0.5em;
						margin-left: 0.5em;
						font-size: 0.8em;
						}         										
						
a.submenu:link 		{
                		text-decoration: none;
                 		color: #fff;
         				}
         				
a.submenu:visited 		{
                 		text-decoration: none;
                 		color: #fff;
         				}
         				
a.submenu:hover 			{
                 		text-decoration: none;
                 		color: #000;
         				}
         				
a.submenu:active 			{
                 		text-decoration: none;
                 		color: #000;
         				}
						
#content				{
						margin: 0 0 0 137px;
						padding: 1em;
						}						
						
#content p,ul				{
						font-size: 0.8em;
						margin: 0.8em;
						padding-left:1.5em;
						}
						
#content a				{
						font-size: 0.9em;
						}						
						
.bilderrechts			{
						float: right;
						margin-left: 2em;
						margin-bottom: 2em;
						}
						
.bilderlinks			{
						float: left;
						margin-right: 2em;
						margin-bottom: 2em;
						}						
						
#fuss					{
						margin-top: 10em;
						list-style-type: none;
						font-size: 0.7em;
						text-align: center;	
						margin-bottom:0;
						padding-bottom: 0;
						margin-left: 5em;
						}
						
#fuss li				{
						display: inline;
						} 																									
						
a.footer:link 			{
                		text-decoration: underline;
                 		color: #000;
         				}
         				
a.footer:visited 		{
                 		text-decoration: underline;
                 		color: #000;
         				}
         				
a.footer:hover 			{
                 		text-decoration: underline;
                 		color: #000;
         				}
         				
a.footer:active 		{
                 		text-decoration: underline;
                 		color: #000;
         				}
         				
label                   {
                        width: 9em;
                        display: block;
                        float: left;
                        margin-right: 2em;
                        font-size: 0.9em;
                        }
                        
ul.features				{
						margin-bottom:3em;
						}
						
img.thumb	{
					float:right;
					margin-right: 5em;
					margin-left: 1em;
					}
								
.tech					{
							padding-bottom:3em;
							}																			
						                                 									                        