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

*{padding: 0; margin: 0;}

body {
    color: #000000; background: #ffffff;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

div#top {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 30px auto 0px;     /* standardkonforme horizontale Zentrierung */
    width: 950px;
    padding: 0;
  }

div#logo {
    width: 950px; height: 192px;
    margin: 0px; padding: 0px;
    background: #ffffff;
    background-image: url(../bilder/logo.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
  }

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

div#leftcontend {
    float: left;
    margin: 0;
    padding: 0px 25px;
    width: 655px;
  }

div#rightcontend {
    margin: 0;
    padding: 0px 10px;
    float: left;
    width: 190px;
  }

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

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

*+html div#foot {
      padding: 30px 10px; height: 88px;
  }

div#rand {
      clear: both;
      float: left;
      width: 950px; height: 30px;
  }


P  {
        color : #000000;
        font-size : 14px;
        font-family : Arial,Verdana;
}

h1  {
        color : #31609f;
        font-size : 16px;
  font-family : Arial,Verdana;
}

.foot  {  color : #783f28;
                 font-size : 12px;
           font-family : Arial,Verdana; }
*+html .foot {
      padding: 2px;
  }
.foot a:link { color:#783f28;
           font-size : 12px;
           font-weight : bold;
           font-family : Arial,Verdana; }
.foot a:visited { color:#783f28;
           font-size : 12px;
           font-weight : bold;
           font-family : Arial,Verdana; }
.foot a:active { color:#783f28;
           font-size : 12px;
           font-weight : bold;
           font-family : Arial,Verdana; }
.foot a:hover { color:#31609f;
           font-size : 12px;
           font-weight : bold;
           font-family : Arial,Verdana; }

h2  {
        color : #31609f;
        font-weight : bold;
        font-size : 14px;
        font-family : Arial,Verdana;
}

h3  {
        color : #783f28;
        font-weight : bold;
        font-size : 16px;
        font-family : Arial,Verdana;
}

.small  {
        color : #000000;
        font-size : 10px;
        font-family : Arial,Verdana;
}

a:link  {
        color : #31609f;
        font-size : 14px;
        font-family : Arial,Verdana;
}

a:visited  {
        color : #31609f;
        font-size : 14px;
        font-family : Arial,Verdana;
}

a:active  {
        color : #31609f;
        font-size : 14px;
        font-family : Arial,Verdana;
}

a:hover  {
        color : #783f28;
        font-size : 14px;
        font-family : Arial,Verdana;
        text-decoration : underline;
}

a:focus  {
        color : #783f28;
        font-size : 14px;
        font-family : Arial,Verdana;
        text-decoration : underline;
}

ul  {
        color : #783f28; padding: 0 0 0 30px;
        font-size : 14px;
        font-family : Arial,Verdana;
}

img  {
        border-width : 2;
        border-style : solid;
        border-color : #31609f;
        font-size : 14px;
        margin  :3px;
}

td  {
        padding : 0px;
}

.form  {
        font-family : Arial,Verdana;
        font-weight : bold;
        font-size : 14px;
        color : #783f28;
        background-color : #dbc8c5;
}

hr  {
        color : #31609f;
        height : 2px;
        border-style : solid;
}

/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:left;
      width: 750px; height: 39px;
      margin: 120px 0 0 0;
      font-size:93%;
      line-height:normal;
      }
    *html #tabsH {
    margin: 120px 0 0 0;
      }

    #tabsH ul {
      margin:0;
      padding:0px 10px 0 25px;
      list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("../bilder/but1.png") no-repeat left top;
      margin:0;
      padding:0 0 0 20px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("../bilder/but2.png") no-repeat right top;
      padding:6px 27px 13px 0px;
      color:#b9c7e4; font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#dbc8c5;
      }
    #tabsH a:hover {
      background-position:0% -36px;
      }
    #tabsH a:hover span {
      background-position:100% -36px;
      }

        #tabsH #current a {
                background-position:0% -36px;
        }
        #tabsH #current a span {
                background-position:100% -36px;
                      color:#dbc8c5;
        }
