body {
		margin: 0;
		margin-left:1%;
		margin-right:1%;
		margin-bottom:1%;
		margin-top:1%;
		padding: 5;
		background-color:rgb(223,236,230);
		font-family:Arial;
	}
	#site {
		width: 1000px;
		margin: auto;
		height: auto;
		background-color:rgb(141,192,170);
		
		
		
		
	}
	#header {
		display:block;
		width: 100%;
		margin-bottom: 25px;
		border-bottom-color:rgb(223,236,230);
 		border-bottom-style:solid;
		border-bottom-width:25px;
	}
	#navigation {
		display:block;
	 	float:left;			
		width: 18%;
		margin-right: 25px;
		margin-bottom: 25;
	}
	#content {
		display:auto;
		float:left;
		width: 70%;
		margin-bottom: 25;
	}
	#footer {
		display:block;
		width: 100%;
		height: 50px;
	}
	#bildnavigation{
		color:transparent;
	}
	div#Aufzaehlung li{
		list-style-type:disc; 
		color:red; 
		font-weight:bold;		
	}
	div#Liste ul {
		margin:0;
		padding: 0;
		margin-left: 5px;
		list-style: none;
	}
	div#Farbe li {
		background-color:rgb(223,236,230);
		padding: 5px;
		padding: 20px;
		margin-bottom: 5;
		text-align: left;
	}
	li {
		background-color:transparent;
		padding: 5px;
		padding: 0px;
		margin-bottom: 5px;
		text-align: left;
	}
	a {
		text-decoration: none;
		text-transform:none;
		color:rgb(223,236,230);
	}
	div#färbung li:hover {
		background-color: white;
	}
	li:hover {
		background-color: transparent;
	}
	h1 {
		font-size: 18px;
	}
	 div#Inhalt h2 
  	{
    	font-size: 1em;
  		margin: 0.2em;
    	color: black;
  	}
	#head {
		display:block;
		width: 100%;
		margin-bottom: 600px;
		border-bottom-color:rgb(141,192,170);
 		
		border-bottom-width:25px;
			}
	#headert {
		display:block;
		width: 100%;
		margin-bottom: 380px;
		border-bottom-color:rgb(141,192,170);
 		
		border-bottom-width:25px;
			}
    #headex {
		display:block;
		width: 100%;
		margin-bottom: 50px;
		border-bottom-color:rgb(141,192,170);
 		
		border-bottom-width:25px;
	}	

