/* DATEI: general.css */

html {
  padding: 0px;
  margin: 0px;
  overflow: auto;
  }

body {
  background-image: url(../images/background.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
  color: #2F2F2F;
  padding: 0px;
  margin: 0px;
  text-align: center;
  overflow: auto;
  }

p, td
  {
  font-size: 14px;
  }



a:focus {
  outline: none;
  }

a {
  color: #2F2F2F;
  text-decoration: none;
  border-bottom: dashed 2px #9CB5CE;
  }

a:hover {
  background-color: #9CB5CE;
  border-bottom: solid 2px #9CB5CE;
  }

a.extern {
  background: url(../images/extern.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right:14px;
  }

a.email {
  background: url(../images/email.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right:14px;
  }

a.pdf {
  background: url(../images/pdf.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right:14px;
  }

a.info {
  background: url(../images/info.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right:14px;
  }

a.smallmenu {
  color: #D1D1D1;
  font-weight: bold;
  font-size: 10.4px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  margin-left: 50px;
  text-decoration: none;
  border: none;
  }
a:hover.smallmenu {
    background-color: transparent;
    border-bottom: none;
    color: #9CB5CE;
  }

a.inactive
  { cursor: pointer;
    margin-left: 8px;
    background-image: url(../images/button-inactive-sm.gif);
    background-repeat: no-repeat;
    display: block;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
    width: 150px;
    height: 30px;
    border: none; }

a:hover.inactive
  { cursor: pointer;
    background-color: transparent;
    margin-left: 8px;
    background-image: url(../images/button-active-sm.gif);
    background-repeat: no-repeat;
    display: block;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
    width: 150px;
    height: 30px;
    border: none; }

a.active
  { cursor: pointer;
    margin-left: 8px;
    background-image: url(../images/button-active-sm.gif);
    background-repeat: no-repeat;
    display: block;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
    width: 150px;
    height: 30px;
    border: none; }

a:hover.active
  { cursor: pointer;
    background-color: transparent;
    margin-left: 8px;
    background-image: url(../images/button-active-sm.gif);
    background-repeat: no-repeat;
    display: block;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
    width: 150px;
    height: 30px;
    border: none; }

.linktext
  { position: relative; top: 7px; left: 30px;
    color: #2F2F2F; }

h1 {
  color: #000000;
  letter-spacing: 0.2em;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
  }

h2 {
  display: inline;
  color: #2F2F2F;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
  }

.small {
  font-family: Verdana,Tahoma,Arial,Helvetica,Univers,sans-serif;
  font-size: 8.5pt;
  }

img.left{
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  }

img.right {
  float: right;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  }

    #dhtmltooltip{
    font-family:Tahoma,Verdana,Arial,Helvetica,Univers,sans-serif;
    text-align: left;
    font-size:8.0pt;
    color: #857661;
    position: absolute;
    width: 150px;
    border: 3px double #857661;
    padding: 2px;
    background-color: #CCBD90;
    visibility: hidden;
    z-index: 100;
    }
