/* CSS Document           */


/* Body */
body {
  margin: 0px;
  padding: 0;
  background-color: #c8ccc0;
  font-family: verdana, arial;
  font-size: 11px;
  }

html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.druckshow {
  display: none;
}

/* container */
#container {
  position: relative;
  background-repeat: no-repeat;
  height: auto;
  margin-top: 0px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  }


/* Content */

#head {
  position: relative;
  top: 10px;
  overflow-x: hidden;
  height: auto;
  width: 800px;
  margin-left: 50%;
  left: -400px;
  }

#content {
  position: relative;
  top: 20px;
  overflow-x: hidden;
  height: auto;
  width: 600px;
  margin-left: 50%;
  left: -400px;
}

#content2 {
  position: absolute;
  top: 174px;
  overflow-x: hidden;
  height: auto;
  width: 180px;
  left: 615px;

}



/* textmenue */
#textmenue1  {
   list-style:none;
   position: absolute;
   left: -23px;
   overflow: hidden;
   background-repeat: no-repeat;
   width: 200px;;
   height: auto;
   text-align: left;
   top: 130px;
   font-size: 13px;
   font-weight: bold;
   color: #32444d;
   font-family: verdana, arial;

}

/* Links */
a {
  color: #30424b;
  text-decoration: none;
  font-family: verdana, arial;
  font-size: 11px;
  margin-right: 0px;
  }

a:link {
  color: #30424b;
  text-decoration: none;

}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #ebebed;
  text-decoration: none;
}

/* Links */
.aright {
  color: #ebebed;
  text-decoration: none;
  font-family: verdana, arial;
  font-size: 11px;
  margin-right: 0px;
  }

.aright:link {
  color: #ffffff;
  text-decoration: none;

}
.aright:hover {
  color: rgb(162,162,162);
  text-decoration: none;
}
.aright:active {
  color: #ffffff;
  text-decoration: none;
}

h1 {
  margin-left: 0px;
  font-size: 11px;
  font-weight: bold;
  color: #242b2f;
  font-family: VERDANA, arial;
  margin-bottom: 2px;
}

h2 {
  font-size: 13px;
  color: #242b2f;
  font-family: VERDANA, arial;
  margin-bottom: 2px;
  margin-top: 0px;
  }

h3 {
  margin-left: 0px;
  font-size: 11px;
  font-weight: bold;
  color: #ebebed;
  font-family: VERDANA, arial;
  margin-bottom: 2px;
  }

h5 {
  color: #A09F9F;
  text-decoration: none;
  font: bold 14px verdana, arial;
  margin-bottom: 1px;
  margin-top: 0px;
  }







