html, body, div, img {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  background: #fff url(/media/vlg/startseite/hg_seite.jpg) repeat-x 0 215px;
}

body, p, table, th, tr, td {
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  line-height: 16px;
  color: #333;
}

a, a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #004c74;
}

h1, h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #004c74;
  margin: -6px 0 0 0;
}

h2 {
  color: #333;
}

h3, h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #004c74;
  margin: -4px 0 -6px 0;
}

h4 {
  color: #333;
  font-weight: normal;
}

h5, h6 {
  font-size: 11px;
  font-weight: bold;
  color: #004c74;
  margin: 0 0 -12px 0;
}

h6 {
  color: #333;
}



sup {
  font-size: 7px;
  font-weight: bold;
  line-height: 7px;
}

code {
  font-family: "Courier New", Courier, mono;
  font-size: 11px;
}

ul {
  margin: 0 0 0 10px;
  padding: 0;
}

ol {
  margin: 0 0 0 25px;
  padding: 0;
}



.keinumfluss {
  clear: both;
}










/* Box für Fehler-/Erfolgsmeldungen */
.pts_meldungsbox {
  border: 1px solid #cecbbd;
  margin: 5px 5px 20px 5px;
  padding: 5px 5px 5px 5px;
  background-color: #f5f1e1;
}

.pts_fehler {
  font-weight:bold;
  color:#CC0000;
}

.pts_meldung {
  font-weight: bold;
  color: #666;
}

.pts_erfolg {
  font-weight: bold;
  color: #088800;
}



/* Hinweistext */
.pts_hinweis {
  font-size: 10px;
  line-height: 14px;
  color: #666;
}



/* Trennlinie */
.pts_trennlinie {
  Border-Bottom: 1px solid #cecbbd;
  line-height: 1px;
  margin: 15px 0 15px 0;
  clear: both;
}





/* Abschnittsformate */

#seitencontainer {
  width: 920px;
  margin: 0 auto;
}



#kopf {
  width: 920px;
  height: 215px;
  background: url(/media/vlg/startseite/hg_kopf.jpg) repeat-x bottom left;
}

#kopf .innenabstand {
  padding: 10px 30px 0 29px; /* kleineren Abstand links, um das Logo optisch auf Linie zu bringen */
}

#kopf .logo {
  padding-top: 60px;
}



#grafikleiste {
  width: 920px;
  height: 235px;
  background: url(/media/vlg/startseite/hg_grafikleiste_unscharf.jpg) no-repeat top left;
}

#hauptnavigation {
  position: absolute;
  z-index: 1000;
  width: 920px;
  height: 235px;
  background: url(/media/vlg/startseite/hg_grafikleiste.jpg) no-repeat top left;
}

#hauptnavigation .navigation {
  margin: 25px 100px 30px 100px;
  padding: 20px 0 0 60px;
  height: 140px;
}

#hauptnavigation .navigation .nav1 {
  width: 165px;
  float: left;
}
#hauptnavigation .navigation .nav2 {
  width: 220px;
  float: left;
}
#hauptnavigation .navigation .nav3 {
  width: 220px;
  float: left;
}

#hauptnavigation .navigation a,
#hauptnavigation .navigation a:link,
#hauptnavigation .navigation a:visited {
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #004c74;
  padding: 1px 15px;
}

#hauptnavigation .navigation a:hover {
  background-color: #fff;
}

#hauptnavigation .navigation a.hauptpunkt {
  margin-bottom: 5px;
}




#tueren {
  position: absolute;
  z-index: 1001;
  width: 920px;
  height: 235px;
  overflow: hidden;
}

#tuer_links {
  float: left;
  width: 460px;
  height: 235px;
  background: url(/media/vlg/startseite/tuer_links.png) no-repeat top left;
}

#tuer_rechts {
  float: right;
  width: 460px;
  height: 235px;
  background: url(/media/vlg/startseite/tuer_rechts.png) no-repeat top left;
}




#abbinder {
  width: 920px;
  height: 75px;
  background: url(/media/vlg/startseite/hg_abbinder.jpg) repeat-x top left;
  font-size: 10px;
  color: #666666;
}

#abbinder .innenabstand {
  padding: 20px 0 0 0;
}

#abbinder a {
  color: #666;
}

#abbinder a:hover {
  color: #000;
}

#abbinder .navigation {
  text-align: center;
}

#abbinder .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

#abbinder .navigation ul li {
  display: inline;
  margin: 0;
  padding: 0 1px;
}

#abbinder .navigation li.aktiv a {
  color: #000;
}

#abbinder .navigation img {
  padding-right: 5px;
  vertical-align: middle;
}

