body
{

	background-image: url(../bilder/holz.jpg);
	text-align: center;
}

img {  
	max-width:100%; 
	height: auto;  
	}   
	


#content
{
	background-image:url(../bilder/content.png);
	background-repeat:repeat-y;
	background-position:center;
	margin-top: -0.5%;
	
}

#navi{
	margin-left:25%;
	font-size: large;
	margin-top: 1%;	
}

/*Formatierungen des Textes*/
h1{
	font-size: 250%;
	color: #834d1f;
}

h2{
	font-size: 200%;
	color: #3e1800;
	
}

h3{
	font-size:150%;
	color: black;
}

p
{text-align:justify;
color: black;
font-size:120%;
}
h5
{
	font-size:120%;
	color: white;
	text-align:left;
}

h6
{
	font-size:100%;
	color: white;
	text-align:left;
}

#logo{
z-index:3;
margin-left: -7%;
margin-top:-5%;
position: absolute;
}

#footer2{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

#streifen{
	background-image: url(../bilder/streifen.png);
	background-repeat:repeat-x;
	height:18px;

}

/*
#footer2
{
	top: 7px; 
	height:25px;
	font-size:1 em;
	text-align:center;
	word-spacing: 25px;

}*/

#footer2 a:link {
	text-decoration:none;
	color: #FFF;
}
#footer2 a:visited {
	text-decoration:none;
	color: #FFF;
}
#footer2 a:hover {
	text-decoration:none;
	color: #FFF;
}


#footer2 a:active {
	text-decoration:none;
	color:#FFF;
}	