﻿

.center
{
    margin: 0 auto;
    width: 810px;
    height: 510px;
    background-color: #ffffff;
    background-repeat: repeat-y;
    position: absolute;
      left: 50%;
      top: 50%;
          margin-left: -405px; /* half of width */
      margin-top: -285px;  /* half of height */
   
}

.spaltelinks
{
    width: 345px;
    height: 501px;
    background-image: url(/images/bg_left.gif);
    background-repeat: repeat-y;
    float: left;
}

.navi
{
    margin-top:-20px;
      padding-left:50px;
      height:265px;
}
.linksunten
{
    margin-top:17px;
    padding-left:5px;
}

.spaltemitte
{
    width: 373px;
    height: 501px;
    background-color: #e6e7e8;
    float: left;
  
      overflow:hidden;
}
.spaltemitte img
{
  margin: 0px;
    padding-top: 0px;
}

.spalterechts
{
    width: 91px;
    height: 501px;
    background-image: url(/images/bg_1930.gif);
    background-repeat: no-repeat;
    float:left;
}
.fusszeile
{
    width: 810px;
    height: 71px;
    background-image: url(/images/bg_fusszeile.gif);
    background-repeat: no-repeat;
    clear:left;
}
.seitentitel
{
   position: relative;
    left: 230px;
    top:-533px;
    height:33px;
    width:490px;
    float:left;
  
}

.seitenuntertitel
{
   position: relative;
    left: 230px;
    top: -533px;
     height:33px;
         width:485px;
            float:left;
    
}


.seitenslogan
{

      position: relative;
    left: 53px;
      top: -165px;
      _top:-185px;
      width:580px;
    height:33px;
    font-size: 16px;
    font-weight:bold;
    color:#000000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
       float:left;
}
