/* allgemeine Eigenschaften
****************************************/
body {
      background:       url(../images/bg.jpg) repeat #620027;
}

/* Hauptbox der Webseite
****************************************/
#website {

      position:   absolute;
      top:        50%;
      left:       50%;

      width:      880px;
      height:     710px;

      margin:     -355px 0px 0px -440px;

      background: #FFFFFF;
      padding:    0px 0px 0px 0px;
      border:     1px solid #ffffff;
      
}

/* Kopfbereich der Webseite
****************************************/
#head {

      position:          relative;
      width:             880px;
      height:            89px;
      margin:            0px;
      padding:           0px 0px 0px 0px;
      border-bottom:     1px solid #ffffff;

      background:        url(../images/logo01.jpg) #620027 no-repeat;

}

/* Bereich des Contents/Bilder
****************************************/
#content {

      position:         relative;
      width:            830px;
      height:           392px;
      margin:           0px;
      padding:          15px 25px 15px 25px;
      border-bottom:    1px solid #ffffff;

      background:       url(../images/bg.jpg) repeat #620027;

      /* Scrift des Contents/Bilder
      *******************************/
      font-size:        12px;
      text-align:       left;
      color:            #ffffff;
      font-family:      Arial, Verdana, sans-serif;


}

/* Eigenschaften von Elementen im Content- Bereich
***************************************************/
.petit_img {
      border:             1px solid #ffffff;
      width:              40px;
      height:             40px;
}
.left {
      width:              190px;
      margin-right:       110px;
      float:              left;
      height:             320px;
      padding-bottom:     0px;
      margin-bottom:      0px;
}
.lefttop {
      height:             293px;
}
.leftbot {
      text-align:         justify;
      font-weight:        bold;
      text-transform:     uppercase;
}

/* Hauptnavigation
****************************************/
#navigation {

      position:         relative;
      width:            830px;
      height:           142px;
      margin:           0px;
      padding:          12px 25px 12px 25px;
      border-top:       7px solid #620027;
      border-bottom:    1px solid #ffffff;

      background:       url(../images/bg.jpg) repeat #620027;

}

/* Eigenschaften von Elementen im Navigations- Bereich
***************************************************/
.navimg {

      background-color: #620027;
      margin-right:     46px;
      width:            100px;
      float:            left;
      font-family:      Arial, Verdana, sans-serif;
      color:            #FFFFFF;
      font-size:        12px;
      text-align:       center;
}
.navimg1 {

      background-color: #620027;
      margin-right:     44px;
      width:            100px;
      float:            left;
      font-family:      Arial, Verdana, sans-serif;
      color:            #FFFFFF;
      font-size:        12px;
      text-align:       center;
}
.navimg2 {

      background-color: #620027;
      width:            100px;
      float:            left;
      font-family:      Arial, Verdana, sans-serif;
      color:            #FFFFFF;
      font-size:        12px;
      text-align:       center;
}

/* Footer
****************************************/
#footer {

      position:         relative;
      width:            830px;
      height:           14px;
      margin:           0px;
      padding:          4px 25px 5px 25px;
      font-size:        12px;
      color:            #ffffff;
      font-family:      Arial, Verdana, sans-serif;
      text-align:       justify;

      background:       url(../images/bg.jpg) repeat #620027;
}

/* Linkeingenschaften
****************************************/
a.foot {
      font-size:         12px;
      text-align:        left;
      color:             #ffffff;
      text-decoration:   none;

}
a:hover.foot {
        color:           #ffffff;/*#ff66cc;*/
        text-decoration: underline;
}
a:active.foot {
        color:           #FF66FF;/*#ff66cc;*/
        text-decoration: underline;
}

/* Eigenschaften der Überschrift h1
****************************************/
h1 {

      font-size:   23px;
      text-align:  left;
      font-weight: bold;
      color:       #ffffff;
      font-family: Arial, Verdana, sans-serif;

}