/* Allgemeine Angaben */

html, body, p, li, ul,em, div, input,textarea, form, img, h1, h2, h3,h4 { 	
		margin:0px;
		padding:0px;
		height:100%;

					}
					
body	{
		background-color:#efe9e6;
		width:100%;
		height:100%;
		font-family:'trebuchet ms',verdana;
		font-size:15px;
		line-height:20px;
		color:#65544a;
		}

img {
padding:0px;
margin:0px;
}

h1 {
color:#628132;
font-size:22px;
line-height:25px;

margin:10px 0px 15px 0px;
text-transform: uppercase;
}

h2 {
color:#628132;
font-size:18px;
margin:30px 0px 10px 0px;
text-transform: uppercase;
}

p {
margin:0px 0px 20px 0px;
}

a,a:link {
color:#628132;
}

#wrapper {
	height:auto;       
    min-height:100%;
	margin:auto;
	background-color:#ffffff;
	width:100%;
	max-width:850px;
	text-align:center;
	margin:0px auto;
    padding:0px auto;

}

#content {
	display:block;
	position:relative;
	width:85%;
	height:100%;
	text-align:left;
	margin:auto;
}

#cta {
	color:#628132;
	height:auto;
	text-align:center;
	margin:30px 0px 50px 0px;
}

#contact {
	height:auto;
	text-align:center;
	margin:0px 0px 30px 0px;
}

#footer {
	color:#fff;
	font-size:12px;
	line-height:15px;
	valign:bottom;
	text-align:center;
	padding:30px 50px 30px 50px;
	background-color:#628132;

}

#footer a {
color:#fff;
}

#footer a:link {
color:#fff;
}

