@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #478055 url(images/verlauf.jpg) top center repeat-x;
	font-family: "Century Gothic", Arial, "Times New Roman";
	font-size: 90%;
}

div#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	border: 1px solid #9f9f9f;
}

div#logo {
	background: transparent url(images/header.jpg) top left no-repeat;
	height: 159px;
}

div#navi {
	background: #fef084;
	padding: 5px 15px 0 5px;
	border-bottom: 1px solid #9f9f9f;
	text-align: right;
	font-size: 12px;
}

	div#navi li {
		display: inline;
		list-style-type: none; 
	}
	
	div#navi a {
		background: #478055 url(images/link.jpg) top left repeat-x;
		margin-left: 10px;
		color: #fff;
		font-size: 110%;
		text-decoration: none;
		border: 1px #9f9f9f solid;
		padding: 3px 10px 0 10px;
	}
		div#navi a:hover {
			color: #478055;
			background: #fff;
		}
		
div#navi .current {
	color: #478055;
	background: #fff;
	border-bottom: 1px white solid;
}
	
div#main {
	background: #fff url(images/wage.jpg) bottom right no-repeat;
	padding: 20px 40px 20px 40px;
}
	div#main p {
		padding-bottom: 20px;
	}
	
	div#main .green {
		color: #478055;
	}
	
	div#main h2 {
		font-size: 150%;
		color: #478055;
		padding-bottom: 20px;
	}
	
	div#main h3 {
		font-size: 130%;
		color: #478055;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	div#main h4 {
		font-size: 110%;
		color: #478055;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	div#main .middle {
		text-align: center;
		font-weight: bold;
	}
	
	div#main .list {
		font-weight: bold;
		color: #478055;
	}
	
	div#main ul {
		margin-left: 30px;
		margin-bottom: 20px;
		list-style-image: url(images/aufzehlung.jpg);
	}
	
	div#main .right {
		float: right; 
		margin: 0 20px 10px 20px;
		border: 1px solid #CCCCCC;
		padding: 2px;
	}
	
	div#main a {
		color: #478055;
	}
		div#main a:hover {
			color: #333333;
		}
		
	
div#footer {
	background: #fef084;
	border-top: 1px solid #9f9f9f;
	padding: 5px;
	clear: both;
}

div#footer a {
	text-decoration: none; 
	color: #478055;
}
	div#footer a:hover {
	text-decoration: underline;
}

	div#footer address {
		text-align: center;
		font-size: smaller;
		letter-spacing: 2px;
	}
	
h1 {
	font-size: 350%;
	color: #478055;
	padding: 30px;
}



div#kontakt {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	margin-top: 20px;
	background: url(images/formbg.png) top left repeat;
	padding: 10px;
	border: solid 1px #ccc;
}



form {
	padding-left: 30px;
}


label {
	display: block;
	cursor: pointer;
	padding-top: 5px; 
}

select#anrede {
	width: 100px;
}

input#name, input#email {
	width: 250px; 
	border: 1px solid #999; 
}


textarea#message {
	width: 480px;
	height: 80px; 
	border: 1px solid #999; 
}

input#name:focus, input#email:focus, textarea#message:focus {
	background: #fef084;
}

div#comment {
	margin: 10px 30px 10px 30px;
	padding: 10px;
	width: 460px;
	background: #fff;
	border: 1px solid #ccc;
}

