html,body
{
	background-image: url(../images/back.png);
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}
#main {
	margin: auto; /* Div soll zentriert werden */
	width: 1024px;
	min-height:100%;
	height:auto !important; /* Für normale Browser */
	height:100%; /* Für IE */
	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;
}
#header
{
	height:256px;
	background-image: url(../images/header.png);
	border-width: 0px;
	border-top: 0px solid #dd305e;
	border-bottom: 1px solid #dd305e;
	border-image: url(../images/border.png) 1 0 stretch;
	-moz-border-image: url(../images/border.png) 1 0 stretch;
	-webkit-border-image: url(../images/border.png) 1 0 stretch;
	color: #FFF;

}
#header2
{
	height:256px;
	background-image: url(../images/header2.png);
	border-width: 0px;
	border-top: 0px solid #dd305e;
	border-bottom: 1px solid #dd305e;
	border-image: url(../images/border.png) 1 0 stretch;
	-moz-border-image: url(../images/border.png) 1 0 stretch;
	-webkit-border-image: url(../images/border.png) 1 0 stretch;
	color: #FFF;

}
#header3
{
	height:256px;
	background-image: url(../images/header3.png);
	border-width: 0px;
	border-top: 0px solid #dd305e;
	border-bottom: 1px solid #dd305e;
	border-image: url(../images/border.png) 1 0 stretch;
	-moz-border-image: url(../images/border.png) 1 0 stretch;
	-webkit-border-image: url(../images/border.png) 1 0 stretch;
	color: #FFF;

}
#nav
{
	padding-top: 50px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 20px;
	text-align: center;
}
.navinolinks 
{
	color: #FFF;
	text-decoration: underline;
}
.navilinks 
{
	color: #FFF;
	text-decoration:none;
}
#text
{
	padding-top: 30px;
	padding-left: 250px;
	padding-right: 250px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: left;
	padding-bottom:3em;
}
#footer
{
	height:30px;
	background-image: url(../images/footer.png);     
	position:fixed;
	bottom:0px;
	width: 1024px;
}
#footertext
{
	padding-top: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: center;
}
