/* Stylesheet CSS von http://WWW.PCundFoto.de / http://WWW.IT-Service-Schneider.com */

/* globale Einstellungen */

*{padding: 0; margin: 0;}

/* Seitenlayout */

body {
    color: #000000; background: #eeeedd;
    background-image: url(../bilder/border.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    margin: 0; padding: 0;
    text-align: center;
  }

div#top {
    text-align: left;
    margin: 30px auto 0;
    width: 880px;
    padding: 0;
  }

div#logo {
    float: left; width: 880px; height: 160px;
    margin: 0; padding: 0px;
    background: #ffffff;
    background-image: url(../bilder/top-bg.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
  }

div#navi-tab {
    clear: both;
    float: left;
    width: 880px; height: 58px;
    background-image: url(../bilder/navi-tab.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    }

div#inhalt {
    margin: 0;
    padding: 10px;
    float: left;
    width: 657px;
  }

*html div#inhalt {
    padding: 10px 10px;
  }

div#navi-left {
    float: left;
    margin: 0;
    padding: 0px 0px;
    float: left;
    width: 197px;
    background: #000000;
  }

div#seite {
    margin: 0;
    padding: 0 0 0 3px;
    float: left;
    width: 877px;
    background-image: url(../bilder/seite-bg.png);
    background-position: 0px 0px;
    background-repeat: repeat-y;
  }

div#foot {
    clear: both;
    margin: 0;
    padding:  5px 10px;
    float: left;
    width: 860px; height: 17px;
    background: #000000;
    }

*html div#foot {
    padding: 10px 10px;
  }

div#bottom {
    clear: both;
    margin: 0;
    float: left;
    width: 100%; height: 30px;
    }

/* Standartformatierungen */

p  {
        color : #000000;
        font-size : 12px;
        font-family : Verdana,Arial;
}

h1  {
        color : #112244;
        font-size : 14px;
        font-family : Verdana,Arial;
        font-variant : small-caps;
}

h3  {
        color : 112244;
        font-weight : bold;
        font-size : 12px;
        font-family : Verdana,Arial;
}

a:link  {
        color : #112244;
        font-weight : bold;
        font-size : 12px;
        font-family : Verdana,Arial;
        text-decoration : none;
}

a:visited  {
        color : #112244;
        font-weight : bold;
        font-size : 12px;
        font-family : Verdana,Arial;
        text-decoration : none;
}

a:active  {
        color : #ffffff;
        font-weight : bold;
        font-size : 12px;
        font-family : Verdana,Arial;
        text-decoration : none;
}

a:hover  {
        color : #ff0000;
        font-weight : bold;
        font-size : 12px;
        font-family : Verdana,Arial;
        text-decoration : none;
}

a:focus  {
        color : #ff0000;
        font-weight : bold;
        font-size : 12px;
        font-family : Verdana,Arial;
        text-decoration : none;
}

ul  {
        color : #112244;  padding: 0 0 0 15px;
        font-size : 12px;
        font-family : Verdana,Arial;
}

img  {
        border-width: 2px;
        border-style: solid;
        border-color: #112244;
        margin: 5px;
}

.nobo {
        border-width: 0px;
        margin: 5px;
}

div#navi-left img {
        border-width: 0px;
        margin: 5px;
}

a:hover img {
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
  -khtml-opacity:0.5;
}

body a img {
  filter:none;
  -moz-opacity:1.0;
  opacity:1.0;
  -khtml-opacity:1.0;
}

.but  {
        font-family: Verdana,Arial;
        font-weight: bold;
        font-size: 12px;
        color: #ffffff;
        background-color: #112244;
}

.form  {
        font-family: Verdana,Arial;
        font-size: 12px;
        color: #ffffff;
        background-color: #112244;
        padding: 2px;
}

.form2  {
        font-family: Verdana,Arial;
        font-size: 12px;
        color: #ff0000;
        background-color: #ffffff;
        padding: 2px;
}

hr  {
        color: #112244;
        height: 2px;
}

/* Schrift weiss im Footer */

.white {
  color : #ffffff;
  font-size : 10px;
  font-family : Verdana,Arial;
}
.white a:link {
  color:#ffffff;
  font-size : 10px;
  font-weight : bold;
  font-family : Verdana,Arial;
}
.white a:visited {
  color:#ffffff;
  font-size : 10px;
  font-weight : bold;
  font-family : Verdana,Arial;
}
.white a:active {
  color:#ff0000;
  font-size : 10px;
  font-weight : bold;
  font-family : Verdana,Arial;
}
.white a:hover {
  color:#ff0000;
  font-size : 10px;
  font-weight : bold;
  font-family : Verdana,Arial;
  }
.white a:focus {
  color:#ff0000;
  font-size : 10px;
  font-weight : bold;
  font-family : Verdana,Arial;
}

/* Schrift nicht fett Text grau */

.small {
  color:#999999;
  font-size : 12px;
  font-family : Verdana,Arial;
  font-weight : normal;
}
.small a:link {
  color:#999999;
  font-size : 12px;
  font-family : Verdana,Arial;
  font-weight : normal;
}
.small a:visited {
  color:#999999;
  font-size : 12px;
  font-family : Verdana,Arial;
  font-weight : normal;
}
.small a:active {
  color:#999999;
  font-size : 12px;
  font-family : Verdana,Arial;
  font-weight : normal;
}
.small a:hover {
  color:#ff0000;
  font-size : 12px;
  font-family : Verdana,Arial;
  font-weight : normal;
}
.small a:focus {
  color:#ff0000;
  font-size : 12px;
  font-family : Verdana,Arial;
  font-weight : normal;
}

/* Menue oben */

#navi-tab ul {
  margin:0;
  padding: 20px 0 0 35px;
  list-style:none;
}
#navi-tab li {
  float:left;
  display:inline;
  position:relative;
  margin:0;
  padding:0;
}
#navi-tab a {
  float:left;
  padding:0 0 0 20px;
  color : #112244;
  font-size : 14px;
  font-family : Verdana,Arial;
  font-weight: bold;
  text-decoration:none;
}
#navi-tab a:hover { color : #ff0000; }
#navi-tab #current a { color : #000000; }
#navi-tab #current a:hover { color : #ff0000; }
#navi-tab #home a {
  padding:0 20px 0 40px;
  color : #ffffff;
}
#navi-tab #home a:hover { color : #ff0000; }
#navi-tab ul ul {
  visibility:hidden;
  position:absolute;
  width:129px;
  height:0;
  margin: 15px 0 0 -20px;
}
* + html #navi-tab ul ul {
  margin: 15px 0 0 -119px;
}
#navi-tab ul li:hover ul,
#navi-tab ul a:hover ul{
  visibility:visible;
         z-index:999;
}
#navi-tab #sub a {
        background-color: #000000;
        width:129px; height: 20px;
  padding: 5px 15px;
  color: #ffffff;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
  -khtml-opacity:0.8;
         z-index:999;
  }
#navi-tab #sub a:hover {
  color : #ff0000;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
  -khtml-opacity:1;
         z-index:999;
  }
#navi-tab #subc a {
        background-color: #000000;
        width:129px; height: 20px;
  padding: 5px 15px;
  color: #eeeedd;
         z-index:999;
  }
#navi-tab #subc a:hover {
  color : #ff0000;
  z-index:999;
  }

/* Menue links */

#navi-left {
  width: 200px;
  margin: 0px;
}
#navi-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navi-left li a {
  height: 24px;
  font-size : 14px;
  font-family : Verdana,Arial;
  font-weight: bold;
  text-decoration:none;
}
#navi-left li a:link, #navi-left li a:visited {
  color: #112244;
  display: block;
  background: url(../bilder/navi-left.png);
  background-repeat: no-repeat;
  padding: 8px 0 0 40px;
}
#navi-left li a:hover, #navi-left li a:focus {
  color: #ff0000;
  background: url(../bilder/navi-left.png) 0 -32px;
  background-repeat: no-repeat;
  padding: 8px 0 0 40px;
}
#navi-left li a:active {
  color: #000000;
  background: url(../bilder/navi-left.png) 0 -64px;
  background-repeat: no-repeat;
  padding: 8px 0 0 40px;
}
#navi-left #current a {
  color: #000000;
  background: url(../bilder/navi-left.png) 0 -64px;
  background-repeat: no-repeat;
  padding: 8px 0 0 40px;
}
#navi-left #current a:hover {
  color: #ff0000;
  background: url(../bilder/navi-left.png) 0 -32px;
  background-repeat: no-repeat;
  padding: 8px 0 0 40px;
}