body {
	font-family: 'Georgia';
	color: #242931;
	margin: 30px 00px 0px 30px;
	padding: 0px;
}

#wrap {
	width:960px;
	/*margin:0 auto;
	background:#99c;*/
}

#head {
	background-image: url(img/patrick-hilker.png);
	background-repeat: no-repeat;
	min-height: 44px;
	min-width: 449px;
}

#left {
	/*background:#c9c;*/
	font-size: 24px;
	
	padding: 70px 0px 0px 0px;
	
	float:left;
	width:480px; /* 480 */
}

#right {
	/*background:#cc9;*/
	background-image: url(img/linie-senkrecht.png);
	background-repeat: no-repeat;
	
	padding: 0px 0px 0px 30px;
	
	float:right;
	width:450px; /* 480px - 30px */
	min-height: 573px;
}

#baum {
	background-image: url(img/baum.png);
	width: 578px;
	height: 123px;
	
	margin: 300px 0px 0px -80px;
	position: absolute;
	clear: both;
}

#baum img {
	margin: -71px 0px 0px 56px;
	border: none;
}

h1 {
	display: none;
}

h2 span {
	display: none;
}

h2#post-fuer-mich {
	background-image: url(img/post-fuer-mich.png);
	background-repeat: no-repeat;
	min-height: 35px;
	min-width: 344px;
}
	

#left p {
	margin:0 auto;
	width: 200px;
}

p#adress {
	margin-bottom: 20px;
}

p#adress:first-line {
	color: #767c21;
	font-weight: bold;
}

label {
	display: block;
	color: #a2aa2e;
	font-weight: bold;
	font-size: 18px;
}

input, textarea {
	border: 2px #242931 solid;
	background-color: #edeeeb;
	font-family: Georgia;
}

input {
	width: 250px;
}

textarea {
	width: 416px;
	height: 150px;
}

#linie-waagerecht {
	background-image: url(img/linie-waagerecht.png);
	background-repeat: no-repeat;
	
	height: 1px;
	width: 689px;
	margin: 20px 0px 30px -10px;
}

input[type="submit"], input[type="reset"] {
	width: 208px;
	height: 30px;
}

input[type="reset"] {
	margin-left: 4px;
}

#form-required-fields {
	color: #CD0000;
	font-size: 11px;
}

#message {
	font-weight: bold;
}

/*
	Grün: #767c21;
	Hellgrün: #a2aa2e;
	Grau: #242931;
	Hellgrau: #edeeeb;
*/
