body, p, h1, h2, h3, div, span, hr, ul, ol, li, hr, img { 
	padding:0px; 
	margin:0px; 
	
}
body { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#555555;
	background:#b5ce21;
	text-align:center;
}


#container{
	width:1000px;
	height:auto;
	background-color:#d9e49c;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #fff;
	}
#header
{
	width:1000px;
	height:80px;
	
	
}
#navi
{
	width:500px;
	height:50px;
	float:left;
}
#logo
{
	width:300px;
	height:50px;
	float:right;
	margin-top:20px;
}
#image
{
	width:800px;
	height:200px;
	margin-top:10px;
	margin-left:10%;
	margin-right:10%;
}
#content
{
	width:790px;
	margin-left:11%;
	margin-top:20px;
	text-align:justify;
}
#content-left
{
	width:100%;

	}


/**** Menü*/
.navi
{
	width:600px;
	height:50px;
	padding-top:39px;
	padding-left:18%;
}

ul.navi
{
    				list-style: 		none;
    				margin:				0;
    				padding:			0;
    				width:				100%;
					font-size:			14px;
				
}
ul.navi ul
{
    				list-style: 		none;
    				margin:				0;
    				padding: 			0;
					display:			none;
					position:			absolute;
					width:				14em;
}
ul.navi li
{
    				float:				left;
}
ul.navi li li
{
    				position: 			relative;
					float:				none;
}
ul.navi a
{
    				display:			block;
}
ul.navi ul a
{
    				height:				100%;
}
ul.navi a
{
   					background-color:	#d9e39c;
   					color:				#555555;
    				padding-left:		10px;
					padding-right:		7px;
					padding-top:		2px;
					padding-bottom:		2px;
   					text-decoration:	none;
}
ul.navi a:hover
{
       				background-color:	#d9e49c;
    				color:				#d50147;
}
ul.navi ul
{
   					border:				1px; 
					border-color:		#fff;
					border-style:		solid;
}
ul.navi ul a
{
   					background-color:	#b5ce21;
    				color:				#fff;
    				padding:			4px;
    				text-decoration:	none;
}
ul.navi ul a:hover
{
    				background-color:	#d50147;
    				color:				#fff;
}
ul.navi li:hover ul ul, ul.navi li:hover ul ul ul, ul.navi li:hover ul ul ul ul	{display:none;}
ul.navi li:hover ul, ul.navi ul li:hover ul, ul.navi ul ul li:hover ul			{display:block;}

/**** Menü-Ende*/
a {
	text-decoration:underline;
	color:#555555;
}
a:link {color:#555555;}
a:visited {}
a:hover{color:#d50147;}
a:active {color:#d50147;}

a img, a:link img, a:visited img, a:hover img, a:active img { 
	border:none; 
}

.img { 
	padding-left:10px; 
	margin:3px;
	float:right;
}

h2 {

	font-size:1.0em;
	text-align:left;
		
}

.li-text
{
	list-style: none;
	background: transparent url(images/circle.jpg) no-repeat;
	background-position: left 3px;
	display:block;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 25px;
	
}
