html,body
{
	background-image: url(../images/holz.jpg);
	background-origin: padding-box;      
	background-position: center  top;      
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
#main {
	margin: auto; /* Div soll zentriert werden */
	max-width: 940px;
	background-image: url(../images/holz.jpg)
}
.home {
	width: 80%;
	height: auto;
}
.home2 {
	width: 100%;
	height: auto;
}
#text
{
	padding-top: 10%;
	padding-left: 5%;
	padding-right: 5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 250%;
	text-align: center;
	padding-bottom:3em;
}
#nav
{
	padding-top: 10%;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 300%;
	text-align: center;
	width: 100%;
}
.navinolinks 
{
	color: #FFF;
	text-decoration: underline;
}
.navilinks 
{
	color: #FFF;
	text-decoration:none;
}