/* 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.jpg);
    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;
    width: 197px;
    background: #000000;
  }

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

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

div#foot {
    clear: both;
    margin: 0;
    float: left;
    padding-top: 10px;
    width: 880px; height: 30px;
    text-align: center;
    background-image: url(../bilder/footer.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    }

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;
        border-radius: 5px;
        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  {
        border-width: 2px;
        border-style: solid;
        border-color: #112244;
        border-radius: 5px;
        margin: 5px;
        padding: 4px;
        font-family : Verdana,Arial;
        font-size : 12px;
        color : #000000;
        background-color : #eeeedd;
}

.form:hover, .form:focus { border-color: #000000; background-color : #ff0000;  }

.form2  {
        border-width: 2px;
        border-style: solid;
        border-color: #000000;
        border-radius: 5px;
        margin: 5px;
        padding: 4px;
        font-family : Verdana,Arial;
        font-size : 12px;
        color: #ff0000;
        background-color: #ffffff;
}

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

/* Schrift weiss klein */

.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 schwarz klein */

.black {
  color : #000000;
  font-size : 10px;
  font-family : Verdana,Arial;
}
.black a:link {
  color:#000000;
  font-size : 10px;
  font-weight : bold;
  font-family : Verdana,Arial;
}
.black a:visited {
  color:#000000;
  font-size : 10px;
  font-weight : bold;
  font-family : Verdana,Arial;
}
.black a:active {
  color:#ff0000;
  font-size : 10px;
  font-weight : bold;
  font-family : Verdana,Arial;
}
.black a:hover {
  color:#ff0000;
  font-size : 10px;
  font-weight : bold;
  font-family : Verdana,Arial;
  }
.black 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 90px;
  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 25px;
  color : #112244;
  font-size : 14px;
  font-family : Verdana,Arial;
  font-weight: bold;
  text-decoration:none;

}
#navi-tab a:hover { color : #ff0000; }
#navi-tab span {
  float:left;
  display:inline;
  margin: -20px 0px 0 -18px;
  padding:0 0 0 18px;
  position:relative;
  background:url("../bilder/navi-tab-hovl.png") no-repeat left top;
}
#navi-tab b {
  float:left;
  display:block;
  color: #ffffff;
  margin: 0 -18px 0 0;
  padding: 20px 18px 0 0;
  height: 55px;
  background:url("../bilder/navi-tab-hovr.png") no-repeat right top;
}
#navi-tab ul ul {
  visibility:hidden;
  position:absolute;
  width:140px;
  height:0;
  margin: 17px 0 0 -82px;
}
* + html #navi-tab ul ul {
  margin: 17px 0 0 -182px;
}
#navi-tab ul li:hover ul,
#navi-tab ul a:hover ul{
  visibility:visible;
         z-index:999;
}
#navi-tab #sub a {
  width:140px; height: 16px;
  padding: 12px 15px;
  color: #ffffff;
  background:url("../bilder/navi-sub.png") no-repeat right top;
  }
#navi-tab #sub a:hover {
  color : #ff0000;
  background:url("../bilder/navi-sub-hover.png") no-repeat right top;
  }
#navi-tab #subc a {
  width:140px; height: 16px;
  padding: 12px 15px;
  margin-top: 0px;
  color: #eeeedd;
  background:url("../bilder/navi-sub-hover.png") no-repeat right top;
  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;
}
