@charset "iso-8859-1";

/****************************
*** GRUNDLAGEN LAYOUT
****************************/

body {
  background-color: #fff3ca;  margin: 0;
  padding: 0;
}

#page {
  font-family: verdana, arial, sans-serif;
  font-size: small;

  min-width: 1000px; /* 1000 - 180 */}

#top {
  background-image: url(img/top.jpg);
  background-repeat: no-repeat;
  height: 28px; /* 175 - 145 */
  margin-bottom: 20px;
  padding-left: 140px;
  padding-top: 145px;

  }

#NsvLogo {
  border: 0;
  position: absolute;
  left: 16px;
  top: 16px;
}

div, table, form {
  margin: 0;
  padding: 0;
}

a, a:visited, a:active {
  color: #a55c00;
  text-decoration: underline;
}

h1 {
  font-size: 18pt;
  margin-top: 0;
}

h2 {
  font-size: 14pt;
  margin-top: 0;
}


/****************************
*** MENÜ-LEISTE
****************************/

#menu_first {
  background-image: url(img/mainmenu.png);  background-repeat: repeat-x;
  float: left;
  height: 28px;
  margin: 0;
  width: 30px;

  }

#menubar {
  color: #686765;
  list-style: none;
  margin: 0;
  padding: 0;

  }

.menuitem {
  background-image: url(img/mainmenu.png);  background-color: #ffd946;
  background-position: 0px -28px;
  background-repeat: repeat-x;
  float: left;
  height: 23px;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  text-align: center;
  width: 60px;  /* 600 / 7 - 12 - 12 */
}

.menuitem:hover {
  background-position: 0px -56px;
}

.menuitem a, .menuitem a:active, .menuitem a:visited {
  color: #686765;
  text-decoration: none;
}

.menu_selected {
  font-weight: bold;
}

#searchbar {
  background-image: url(img/mainmenu.png);
  background-position: 0px -28px;
  background-repeat: repeat-x;
  color: #686765;
  height: 25px;
  margin-left: 30px;
  padding-top: 3px;
  white-space: nowrap;

  padding-left: 640px;}

#searchbar form {
  display: inline;
}


/****************************
*** AUFKLAPP-MENÜ (NICHT FÜR IE 6)
****************************/


.submenu {
  background-color: #fdfdf2;
  border: 1px solid #aaaaaa;
  display: none;
  font-weight: normal;
  left: -12px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 5px;
  width: 200px;
  z-index: 100;
}

li:hover>.submenu {
  display: block;
}

.submenu li {
  background-image: url(img/submenu.png);
  height: 21px;
  padding-left: 30px;
  padding-top: 2px;
  text-align: left;
}

.submenu li:hover {
  background-image: url(img/submenu.png);
  background-position: 0px 23px;
}


/****************************
*** HAUPT-SPALTE
****************************/

#maincolumn {
  float: left;

      background-image: url(img/maincolumnSpecial.png);
    background-repeat: no-repeat;
    padding-top: 22px;
    width: 770px;

  margin-left: 8px;}

#content {
  line-height: 1.4em;

      background-image: url(img/maincolumnBody.png);
    background-repeat: repeat-y;
    min-height: 550px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

#contentmenu {
  border: 1px dashed #000000;
  float: left;
  list-style: none;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px;

  }

#contentmenu .cmheadline {
  font-weight: bold;
}

#contentmenu_dummy {
  padding-left: 190px;;}

.NsvUserMessage {
  background-image: url(img/important.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  border: dashed;
  border-color: #000000;
  border-width: 2px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 42px;
  width: 75%;
}

#footer {
  background-image: url(img/maincolumnSpecial.png);
  background-position: 0px -59px;
  background-repeat: no-repeat;
  color: #888888;
  height: 30px;
  padding-right: 20px;
  text-align: right;

  }

#footer a {
  color: #888888;
  text-decoration: none;
}


/****************************
*** SIDEBAR
****************************/

#sidebar {
  width: 205px;

  padding-left: 800px;
  }

.sidebox {
  margin-bottom: 10px;
}

.sidebox_header {
  background-image: url(img/sideboxSpecial.png);
  background-repeat: no-repeat;
  font-size: large;
  height: 26px; /* 37 - 9 */
  padding-left: 24px;
  padding-top: 11px;
}

.sidebox_content {
  background-image: url(img/sidebox.png);
  background-repeat: repeat-y;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 23px;
  padding-top: 8px;
}

.sidebox_footer {
  background-image: url(img/sideboxSpecial.png);
  background-position: 0px -48px;
  background-repeat: no-repeat;
  height: 31px;
}

.NsvTermine ul {
  list-style: none;
  margin-top: 3px;
  margin-left: 3px;
  padding-left: 0px;
}

.NsvTermine ul li {
  margin-bottom: 6px;
}


/****************************
*** FORUMLARE
****************************/

input.submit {
  background: #fff3ca;
  border: solid;
  border-color: #444444;
  border-width: 1px;
  color: #666666;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial;
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
}
