/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	/* This image will be displayed fullscreen */
	background:url('../der-starke-baum.png') no-repeat center center;
	
	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;
	
	/* The Magic */
	background-size:cover;
}

body{
	/* Workaround for some mobile browsers */
	min-height:100%;
	font:12px/1.2 Helvetica,Arial, sans-serif;
  	background-color: #fff;
}

a, a:visited {
	outline:none;
	color:#fff;
	text-decoration:none;
}

a:hover{
	color: #78be20;
	text-decoration:none;
}

section, footer, header{
	display: block;
}

a.anfrage{
	font-weight:bold;
	margin-left:10px;
	padding:15px;
	color:#fff;
	background-color:#78be20;
	height:100%;
}

a.anfrage:hover{
	color:#009de0;
	background-color:#fff;
}


/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #63666a;
	color:#FFFFFF;
	bottom: 0;
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 15px 0 0;
	text-align:center;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color: #fff;
	font-size: 12px;
	left: 70%;
	margin: 5px 0 0 10px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}

p{
  margin-bottom: 16px;
/*  letter-spacing: 0.05em;*/
}

#pageWrapper{
  min-height: 668px;
  width: 100%;
}