html,body{
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1D1D1D;
	background:url('bg.png') #f2f2f2 no-repeat;}
* {
	margin:0;
	padding:0;}

	#header h1 {
		font-size:16px;
		font-weight:bold;
		text-align:center;
		color:#ffffff;
		border:1px solid #000000;
		border-top:0;
		width:150px;
		height:125px;
		background-color: #165016;
		float:left;		
		padding:18px 0 0 0;
		margin-left: 150px;}
		#header h1 a {
			color:#ffffff;
			text-decoration:none;
		}
		#header h1 a:hover {
			color:#ffffff;
			text-decoration:underline;
		}
#content {
	padding-top:100px;}
	#menu {
		text-align:right;
		float:left;}
		#menu ul {
			list-style:none;
			margin-left: 75px;}
			#menu ul a {
				color: #000000;
				display:block;
				line-height:30px;
				text-decoration:none;
				font-size:20px;
				border-right:20px solid #66CD00;
				color: #165016;
				padding-right: 10px;
				margin-bottom:3px;}
			#menu ul a.act,#menu ul a:hover {
				color: #66CD00;
				border-right:20px solid #165016;
				padding-right: 10px;}
			#menu ul li.sub a {
				color: #165016;
				font-size:15px;
				border-right:10px solid #66CD00;}
			#menu ul li.sub a.act,#menu ul li.sub a:hover {
				color: #66CD00;
				border-right:10px solid #165016;
				padding-right: 10px;}

	#text {
		padding-left: 350px;
		padding-bottom: 40px;}
	#text h2 {
		padding-bottom: 8px;}
	#text h3 {
		padding: 5px 0;}
	#text p {
		padding-right: 40px;
		padding-bottom: 3px;
		font-size: 1.1em;
		width: 60%;}
	.foto {
		float: none;}
	img {
		float: left;
		padding: 5px;}
#footer {
	height:100px;
	background-color: #66CD00;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	/*opacity: 0.8; /* CSS-3 */
	/*filter:alpha(opacity=80); /* IE */}
#balken {
	text-align:right;
	margin-top:30px;
	padding-right:50px;
	color:#ffffff;
	background-color: #165016;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;}
	#balken a {
		color: #ffffff;
		text-decoration: none;}
	#balken a:hover {
		color: #ffffff;
		text-decoration: underline;}

