/* DATEI: general.css */

html {
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  overflow: auto;
  }

body {
  background: #ffffff;
/*  background-image: url(../images/hintergrund.png); */
/*  background-attachment: fixed; */
/*  background-repeat: repeat-y; */
/*  background-position: center center; */
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: Arial, Helvetica, Sans-Serif;
  color:#000000;
  padding:0px;
  margin:0px;
  text-align: center;
  overflow: auto;
  }

#menu
  { position: relative; left: 2px;
    width: 190px;
    border: none;
    color: #687374; }

a:focus
  { outline: none; }

a
  { color: #EFA848;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: underline; }

a:hover
  { color: #96C6E8; }

a.top
  { color: #808080;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-decoration: none; }

a:hover.top
  { color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none; }

a.menuitem
  { background-image: url(../images/bg_menu.gif);
    background-repeat: repeat-y;
    display: block;
    color: #687374;
    font-family: Arial, Helvetica, Sans-Serif;
    font-variant: small-caps;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-decoration: none;
    width: 190px;
    height: 18px;
    border-left: none;
    border-right: solid 1px #808080;
    border-top: none;
    border-bottom: none;
    background-color: #ECEFEF; }

a:hover.menuitem
  { background-image: url(../images/bg_menu_a.gif);
    background-repeat: repeat-y;
    display: block;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-variant: small-caps;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-decoration: none;
    width: 190px;
    height: 18px;
    border-left: none;
    border-right: solid 1px #808080;
    border-top: none;
    border-bottom: none;
    background-color: #687374; }

a.active
  { background-image: url(../images/bg_menu_a.gif);
    background-repeat: repeat-y;
    display: block;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-variant: small-caps;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-decoration: none;
    width: 190px;
    height: 18px;
    border-left: none;
    border-right: solid 1px #808080;
    border-top: none;
    border-bottom: none;
    background-color: #687374; }

a:hover.active
  { background-image: url(../images/bg_menu_a.gif);
    background-repeat: repeat-y;
    display: block;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-variant: small-caps;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-decoration: none;
    width: 190px;
    height: 18px;
    border-left: none;
    border-right: solid 1px #808080;
    border-top: none;
    border-bottom: none;
    background-color: #687374; }

h1 {
  margin-left: -15px;
  color: #808080;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  font-family: Arial, Helvetica, Sans-Serif;
  }

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

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: center;
    font-size:8.0pt;
    color: #808080;
    position: absolute;
    width: 150px;
    border: 2px solid #96C6E8;
    padding: 4px;
    background-color: #EFA848;
    visibility: hidden;
    z-index: 100;
    }

.formular2
     { font-family: Arial, Helvetica, Sans-Serif;
       font-size: 13px;
       color: #687374;
       border-right: 0px;
       border-left: 0px;
       border-top: 0px;
       border-bottom: 0px; }

input,option,select,textarea
     { margin-bottom: -1px;
       margin-top: 3px;
       padding-left: 3px;
       height: 20px;
       background-color: #F0F0F0;
       color: #FF0000;
       font-family: Arial, Helvetica, Sans-Serif;
       font-size: 8.5pt;
       font-weight: normal;
       border-color: #FF0000;
       border-right: 1px solid #FF0000;
       border-left: 1px solid #FF0000;
       border-top: 1px solid #FF0000;
       border-bottom: 1px solid #FF0000; }