body{
	background-color: #e7e7e7;
	color:#000000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}
	
/* *{
	margin:0px;
	padding:0px;
	}
*/

a {
	color:green;
	}
	
a:link {
	color:green;
	}
	
a:visited {
	color:blue;
	text-decoration:underline;
	}
	
a:focus, a:hover, a:active {
	color:red;
	text-decoration:underline;
	}
	
img {
	padding:2px 5px;
	}
	
/*
.bildmitte {
	float:center;
	}
*/

		
/*	
#kopfwrapper {
	width:950px;
	margin:0px auto;
	}
*/

/*	
#kopfbild {
	width:150px;
	margin:0px;
	padding:0px;
	float:left;
	}
*/

/*		
#kopfbild img {
	margin:0px;
	padding:0px;
	}
*/
				
#kopf {
	width:950px;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#2e2e2e;
	color:#ffffff;
	}
	
#wrapper {
	width:950px;
	margin:0px auto;
	}
	
#navigation {
	font-size: 12px;
	width:150px;
	float:left;
	text-align:left;
	background-color:green;
	padding-bottom:500px;
	}

#hauptteil {
	width:770px;
	float:right;
	text-align:left;
	font-size: 14px;
	color:black;
	background-color:#FFFFFF
	margin-left:0px auto;
	}
	
#hauptteil p:first-letter {
font-size:1.5em
}
	
h1 {
	font-size: 24px;
	font-weight:bold;
	}
	
#navigation a {
	display:block;
	background:lightgray;
	text-decoration:none;
	}
	
#navigation ul {
	list-style-type:none;
	padding:0px;
	}

#navigation li {
	text-align: left;
	border-bottom:1px solid white;
	}

#navigation a:hover {
	background:darkgrey;
	color:black;
	text-decoration:none;
	}
	
.left {
	clear:both;
	float:left;
	}
	
.right {
	clear:both;
	float:right;
	}
	
	

	
	