/* Farben
   helles braun CDB69F, dunkles braun 722F05	*/

body{
margin:0;
padding:0;
	line-height: 0.8em;
	background: #3C3025 url(../images/hintergrund.jpg) center top no-repeat;
	color: #CDB69F;
	font: 12px Tahoma, Georgia, "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
	font-weight: normal;
/*	text-align: center; /* Alle Elemente zentriert */
}

#wrap {
	width: 800px; /* Breite der Haupt-Box */
	margin: 0 auto; /* Haupt-Box auf Seite zentrieren */
	}


#header{
	background: transparent;
	height: 500px;
}

#inhalt{
float: left;
width: 100%;
text-align: center;
}

#footer{
clear: left;
width: 100%;
background: transparent;
text-align: center;
padding: 10px 0 10px 0;
}

ol,ul,li,dl,dt,dd,p,a,input,textarea,select{
	color: #CDB69F;
	font: 12px/16px Tahoma, Georgia, "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
	}

a {
	text-decoration: none;
}


h1 {
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 20px;
}

img, a img {
	border: none;
	margin:0px 30px 0px 30px;
}

#sticker {
	position: absolute;
	top: 140px;
	left: 60px;
}