/* Layout */
body {
  background-color: #3195d0;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;
  margin: 50px 120px  50px 120px;
  text-align: center;
}
#rahmen {

  width: 700px;
  height:600px;
  padding: 0px;
  border: 6px solid #a4fa8f;
  text-align: left;
  background-color: #ffffff;
  z-index:2;
  position:relative;
  margin: auto;
}

#head {
   	color: #99c;
   	background-color: #225555;
   	position:absolute;
   	width:650px;
   	height:180px;
   	z-index:2;
   	left:185px;
   	top: 20px
}
#logo {
   	color: #99c;
   	background-color: #225555;
   	position:absolute;
   	width:190px;
   	height:180px;
   	z-index:3;
   	left:15px;
   	top: 20px
}

#main{
   	color: #99c;
   	background-color: #ffffff;
   	position:absolute;
   	width:700px;
   	height:500px;
   	z-index:5;
   	left:30px;
   	top: 30px
}

#druck {
   	color: #fff;
   	background-color: #ffffff;
   	position:absolute;
   	width:550px;
   	height:500px;
   	z-index:1;
   	left:25px;
   	top: 25px
}

h1 {
	font-size: 25px;
	font-weight: normal;
         font-family: Verdana;
	color: #000000;
}
h2 {
	font-size: 20px;
	font-weight: normal;
         font-family: verdana;
         letter-spacing:1px;
         color: #000000;
}
h3 {
	font-size: 15px;
	font-weight: normal;
         font-family: verdana;
	color: #000000;
}
h4 {
	font-size: 13px;
	font-weight: normal;
         FONT-FAMILY: Verdana;
	color: #000000;
}
h5 {
	font-size: 10px;
	font-weight: normal;
         FONT-FAMILY: Verdana;
	color: #000000;
}
h6 {
	font-size: 12px;
	font-weight: normal;
         FONT-FAMILY: Verdana;
	color: #3195d0;
}
}
A.navig {
        FONT-SIZE: 14px;
        COLOR: #689cc4;
        FONT-FAMILY: Verdana;
        TEXT-DECORATION: none
}
A.navig:hover {
        COLOR: #808080;
}
A.navig2nd {
        FONT-SIZE: 14px;
        COLOR: #808080;
        FONT-FAMILY: Verdana;
        TEXT-DECORATION: none
}
A.navig2nd:hover {
        COLOR: #000000;
}
A.navig3rd {
        FONT-SIZE: 12px;
        COLOR: #000000;
        FONT-FAMILY: Verdana;
        TEXT-DECORATION: none
}
A.navig3rd:hover {
        COLOR: #808080;
}#wechsel a {
    background: url(images/garten.jpg) no-repeat;
    display:block; width:400px; /* Linkbereich begrenzen */
  }
  #wechsel img {
    display:block; width:400px; height:298px; border:0;
  }
  #wechsel a:hover img {
    visibility: hidden;
  }
  #wechsel a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #wechsel a {
    margin-right:1px;
  }
  * html #wechsel a:hover {
    width:400px; margin-right:0; /* Workaround fuer IE 5.01 */
  }