﻿.center
{
    text-align: left;
    margin: 0 auto;
    width: 957px;
    background-color: #FFFFFF;
    background-image: url(/images/content.jpg);
   
}
.left
{
    width: 207px;
    height: 968px;
    background-color: #1f4898;
    background-image: url(/images/left.jpg);
    float: left;
    background-repeat: no-repeat;
}



.top
{
    width: 750px;
    height: 218px;
    background-color: #ffffff;
    background-image: url(/images/top.jpg);
    
    background-repeat: no-repeat;
float: left;
}
.navi
{
    width: 750px;
    height: 23px;
  top: -55px;
    position: relative;
    float:left;
    display:block;
    z-index:30;
}


.content
{
      width: 690px;
    min-height: 750px; 
    /*height: auto !important;
    height: 100%;*/
    float: left;
        position: relative;
       padding-left:15px;
  
    top:-40px;
    z-index:20;
}

.fusszeile
{
     width: 957px;
     height:39px;
     clear:both;
     background-image: url(/images/fusszeile.jpg);
      background-repeat: no-repeat;
}


   
   
   

@media print 
{ 
.center
{
 display:block;
  width:950px;
  float:none;
   
} 

.left 
{  display:none;  }
.navigation
{  display:none;  }
.top
    {
        display: none;
   
    }
.content
{
    display:block;
    width: 550px;
    background-color: #ffffff;
    float: none;
 
}


{  display:none;  }
body
{
    font-family: Arial, Helvetic, Sans-Serif;
    font-size: 16pt;
    background:white;
    color:Black;
    margin-top: 0px;
}
}

