/*#################################################
           CSS-File fuer 
           Version 1.0 - 
#################################################*/

/*#################################################
           Formatierungen fuer Sticky-Footer
#################################################*/


*{
margin: 0;
padding: 0;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}  /* footer-Hoehe */

#footer {position: relative;
	margin-top: -150px; /* Negative footer-Hoehe */
	height: 150px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*#################################################
           Globale Formatierungen
#################################################*/

#wrap {
overflow: hidden;
background-image: url(img/Kachel.jpg);
background-repeat: repeat-x;
background-color: #47652c;
}
#bild {
background-image: url(img/Schild.jpg);
width: 1024px;
height: 768px;
overflow: hidden;
position: relative;
left: 50%;
margin-left: -512px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;

}

#bild p {
position: absolute;
top: 370px;
font-size: 36px;
font-family: Corbel, Arial, sans-serif;
color: #43261d;
font-weight: bold;
padding-left: 380px;
width: 300px;
text-align: center;
}
