/* Author: Torsten Zander info@tzander.de */


body{
	margin: 0px 0 0 0px;
	padding: 0;
	font-family: Georgia, serif;
	background-color: #F5F5F5;
}
img{
	border: 0;
	margin: 0;
}

.pic {
	margin: 10px 0 0 0px;
}
#wrapper {
	width: 950px;
	margin:0 auto;
	background-color: #fff;

}
#logo {
	width: 100%;
	height: 130px;
	background-color: #8BB110;
	border-bottom: 1px solid white;
}
/*****( head )***/

#head {
	background-color: #8BB110;
	padding:0px 0px 0 0px;
}

ul#menu{
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-size:13px;
    margin:0;
	padding:0;
}
ul#menu li{
	display:block;
	float:left;m
	margin:0 0 0 4px;
	height:27px;
}
ul#menu li.left{
	margin:0;
}
ul#menu li a{
	display:block;
	float:left;
	color:#fff;
	background:#8BB110;
	line-height:27px;
	text-decoration:none;
	padding:0 25px 0 27px;
	height:27px;
    border-right: 1px solid white
}
ul#menu li a.right{padding-right:19px;}
ul#menu li a:hover{background: olive; color: white}

ul#menu li a.current{
	background:white; 
	color: #8BB110;
}

	
/*****( content )***/
#content{
	width: 90%;
	margin: 60px 0 50px 23px;
	color: #666;

}

#content p{
	margin: 5px 0 0 0px;
	font-size: 13px;
    line-height: 1.4em;
    letter-spacing: 0;
}
#content a{
	color: #8BB110;
	
}
#content a:hover{
	text-decoration: none;
}
#content ul {
	list-style: none;;
	margin:0;
	padding:0;
	display:block;
}
#content li{
line-height: 2em;
font-size: 13px;
}
#content h1{
	margin: 20px 0 20px 0px;
	padding: 3px 0 3px 0px;
	width: 700px;
	font-size: 1em;
	color: #8BB110;
	font-weight: normal;
}
#content h2{
	margin: 20px 0 0px 0px;
	padding: 1px 0 1px 0px;
	font-size: 16px;
	color: #8BB110;
	font-weight: normal;
}
#content h3{
	margin: 10px 0 5px 0px;
	padding: 1px 0 1px 0px;
	font-size: 15px;
	color: #8BB110;
	font-weight: normal;
}
#content .a{
	display: block;
}

#footer {
	clear: both;
	font-size: 11px;
	border-top: 1px solid #E1E6EC;
	width: 930px;
	padding: 5px 0 0 23px;
	color: #8BB110;
}
#footer a{
	text-decoration: none;
     color: #8BB110;
}
#footer a:hover{
	text-decoration: underline;
	color: olive;
}



 
