@charset "utf-8";
/* CSS Document */

body {
  background-color: #b5a789;
  font-family:      Verdana, Helvetica, Arial, sans_serif;
  font-size:        small;
  margin:           0px;
/* 3 Schriften; festlegen der Schriftgröße;*/
}

h1 {
  	font-size:        150%;
	text-align:       center;
/* Schrift 50% mehr als font-size small(body); Schriftfarbe; Überschrift zentriert; */
}

h2 { 
	font-size: 		120%; 
	text-align:     center;
/* Schrift 20% mehr als font-size small(body); Überschrift zentriert; */
}

#inhalt {
  background-color: #675c47;
  width:            900px;
  height: 			650px;
  padding:          20px 20px 20px 20px;
  margin-bottom:	25px;
  margin-left:      auto;
  margin-right:     auto;
  margin-top:		25px;
  font-size:        105%;  
}

#Wappen_Wechterswinkel  {
  position:         relative;
  top:              75px;
  text-align:       center;
 /* left:           Position anpassen wenn das richtige Bild fertig ist*/				
}

#Wappen_Bastheim  {
  position:         relative;
  top:              200px;
  font-size: 		120%; 
  text-align:       center;
 /* left:           Position anpassen wenn das richtige Bild fertig ist*/				
}

/* Test  Test  Test  Test  Test  Test Test  Test  Test  Test  Test  Test  */	

