* {
	padding: 0;
	margin: 0;
	
}

body {
	color: black;
	background-color: #564e3b;
	background-image: url(../images/body_white_brown.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 12px;
	font-family: Genevra, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 20px;
}

h3 {
	font-size: 1.4em;
	margin: 30px 0 10px 0;
}

h4 {
	font-size: 1.4em;
	margin: 40px 0 8px 0;
}

p {
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 15px;
}

dl {
	margin-left: 80px;
}

dt {
	font-weight: bold;
	margin: 15px 0 5px 0;
}

img {
	border: 0;
}

address {
	color: #353535;
	background-color: inherit;
	font-style: normal; 
	font-size: 1.2em;
	margin-top: 20px;
}

a {
	color: #353535;
	background-color: inherit;
	font-size: 1.6em;
	text-decoration: none;
}

	a:hover {
		color: #690f0f;
		background-color: transparent;
	}
	#aktuell {
		color: white;
		background-color: transparent;
		font-size: 1.6em;
	}
	#amazon {
		margin-top: 30px;
		margin-left: 30px;
	}
	
address a {
	color: #353535;
	background-color: inherit;
	font-style: normal;
	font-size: 1.0em;
	margin-top: 40px;
}
	
/***************************************************************************************************************/
	
#wrapper {
	color: inherit;
	background-color: transparent;
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#kopfbereich {
	color: inherit;
	background-color: white;
	border-bottom: 5px solid #690f0f;
}
	#logo {
		background-image: url(../images/Zunftblatt-web-Logo.jpg);
		background-position: center;
		background-repeat: no-repeat;
		width: 800px;
		height: 200px;
	}
	#logo h1 {
		display: none;
	}
	
#navibereich {
	color: inherit;
	background-color: transparent;
	position: absolute;
	top: 205px;
	left: 0;
	width: 190px;
	min-height: 200px;
	padding-top: 30px;
	
}
	#navibereich ul li {
		list-style-type: none;
		border-bottom: 1px solid #690f0f;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	
#textbereich {
	color: inherit;
	background-color: transparent;
	margin: 15px 15px 0 210px;
}

#textbereich2 {
	padding: 0px 0px 0px 190px;
}

#gallerie {
	padding-top: 25px;
}


#fussnote {
    font-family: Genevra, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top: double #990000;
	margin-left:5px;
	margin-top: 70px;
}
#kontakt #fussnote {
	margin-top: 117px;
}
#impressum #fussnote {
	margin-top: 43px;
}


/*=====================
Das Kontaktformular */

form {
  background-color: #eeeeee;
  color: black;
  width: 370px;
  padding: 20px;
  border: 1px solid #8c8c8c
}
label {
  display: block;
  cursor: pointer;
}
input#absender, textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
  }
textarea { height: 7em; }
input#absender:focus,
textarea:focus {
  background-color: #d9d9d9;
  color: black
  }
  
/*=====================
Das Archiv */

.boxmap {
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 330px;
}

.bild_center {
	margin-bottom: 30px;
}
	.bild_center p {
		margin-top: 20px;
	}
	
/*=====================
Allgemeine Klassen */

.banner {
	margin-top: 40px;
}
.zeitgeist_banner {
	position:absolute;
	margin-left:360px;
	margin-top: -365px;
}
.abstand_oben {
	margin-top: 20px;
}
.download_button {
	position:absolute;
	margin-left: 260px;
}
.text_center {
	margin-left: 200px;
	margin-top: 10px;
}