p
{
   margin:0px;
   padding:0px;
   font-family:Georgia;
   font-size:15px;
   color:#000000;
}

a:link              {color: #188c18; border: 0px transparent; text-decoration: none; font-weight: bold; font-size:15px}
a:active            {color: #188c18; border: 0px transparent; text-decoration: none; font-weight: bold; font-size:15px }
a:visited           {color: #188c18; border: 0px transparent; text-decoration: none; font-weight: bold; font-size:15px}
a:hover             {color: #188c18; border: 0px transparent; text-decoration: none; font-weight: bold; font-size:15px }

html, body
{
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	height:100%;
	background-color:#d9dbdd;
}
#container
{
	text-align:left;
	width:1024px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	min-width:1024px;
}
#header
{
	background-image:url(img/Header.png);
	height:200px;
	width:100%;
	min-width:1024px;
	max-width:1024px;
	border-bottom-style:solid;
	border-top-style:none;
	border-left-style:solid;
	border-right-style:solid;
}
	#menu
	{
		width: 100%;
		max-width: 1004px;
		height: 30px;
		text-align:center;
		background-color: #069b1d;
		border-bottom-style: none;
		border-top-style: none;
		border-left-style: solid;
		border-right-style: solid;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		padding-left:20px;
	}
	#menu a
	{
		color:#000000;
		text-decoration:none;
		display:block;
		font-weight:bold;
	}
	/*#menu a:hover
	{
		color:#FFFFFF;
	}
		#menu #nav, #menu #nav ul
		{
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
		}
		#menu #nav ul
		{
			padding: 0;
			margin: 0px;
			list-style: none;
			color:#ffffff;
		}

		#menu #nav li
		{
			margin:1%;
			margin-left:3%;
			margin-right:2%;
			float: left;
			position: relative;
			min-width: 40px;
			width:7%;
			max-width:80px;
			background-color:#069B1D;
		}
		#menu #nav li:hover
		{
			color:#FFFFFF;
		}

		#menu #nav li ul 
		{
			background-color:#069B1D;
			top: 1em;
			margin-left: -50px;
			padding-top:1%;
			width:auto;
			padding-bottom:5px;
			min-width:160px;
			padding-left:10px;
			left:-999em;
			position:absolute;
		}
		#menu #nav li ul li
		{
			min-width:150px;
			padding-top:5px;
			background-color:#069B1D;
			max-width:500px;
			clear:left;
		}

		#menu #nav li > ul 
		{
			top: 0px;
			left: 40px;
			width: auto;
			background-color:#069B1D;
		}
		#menu #nav li:hover ul, #menu #nav li.sfhover ul {
			left:auto;
		}*/
		#nav, #nav ul {
		line-height:1;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:5px;
		text-align:left;
		}
		#nav a {
		display:block;
		width:120px;
		}
		#nav li {
		float:left;
		width:120px;
		}
		#nav li ul {
		background:#069B1D none repeat scroll 0 0;
		left:-999em;
		position:absolute;
		width:150px;
		text-align:left;
		}
		#nav li ul li
		{
			width:150px;
		}
		#nav li:hover ul, #nav li.sfhover ul {
		left:auto;
		color:#FFFFFF;
		}
		#nav li ul li a
		{
			width:200px;
		}
		#menu a:hover
		{
			color:#FFFFFF;
		}

#content
{
	background-image:url(img/bg_content.png);
	min-width:1004px;
	height:565px;
	overflow:auto;
	background-color:#FFFFFF;
	border-bottom-style:none;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	padding:10px;
}
#footer
{
	background-image:url(img/footer.png);
	height:10%;
	max-height:150px;
	width:100%;
	max-width:1024px;
	border-bottom-style:solid;
	border-top-style:none;
	border-left-style:solid;
	border-right-style:solid;
}
#regelement
{
float:left;
height:auto;
width:auto;
margin-top:55px;
}
		
	#copyright
	{
		text-align:center;
		display:block;
		margin-left:1%;
		margin-right:1%;
		width:98%;
		float:left;
		padding:0.5% 0% 0.5% 0%;
	}
		#wie
		{
			color:#000000;
			background-color:#FFFFFF;
			height:100%;
			padding:1px;
			padding-top:0px;
			padding-left:4px;
		}
		#design
		{
			color:#FFFFFF;
			background-color:#000000;
			height:100%;
			padding:1px;
			padding-right:4px;
		}