﻿.center
{
    text-align: left;
    margin: 0 auto;
    width: 957px;
    background-color: #FFFFFF;
    background-image: url(/images/bg_inhalt.gif);
}
.spezlinks
{
    width: 932px;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
    color: #ffffff;
    background-color: #f2cc77;
    padding-right: 25px;
    background-image: url(/images/bg_icons.gif);
}



.kopf
{
  width: 900px;
  background-color: #f2cc77;
  
}

.navigation
{
    width: 957px;
    color: #FFFFFF;
    background-color: #f2cc77;
    height: 26px;
    background-image: url(/images/bg_inhalt.gif);
    background-repeat: repeat-y;
    text-align: left;
    margin-top: 10px;
}

.inhalt
{
    background-color: #FFFFFF;
    width: 890px;
    min-height: 350px;
    /*height: auto !important;
    height: 100%;*/
  
     clear:both;
    text-align: left;
    margin-left:30px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
}
.links
{
    float: left;
    width: 260px;
    padding-top: 25px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    text-align: left;
    
}
.rechts
{
    float: left;
    width: 570px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 20px;
    text-align: left;
  
   
}
.schluss
{
    clear:both;
   
   
   
}

.fusszeile
{
    clear: left;
    padding-top: 15px;
    text-align: center;
    font-size: 11px;
    width: 950px;
    color: #ffffff;
    height: 28px;
}

@media print 
{ 
.center
{
 display:block;
  width:950px;
  float:none;
   
} 
.spezlinks
{  display:none;  }
.kopf 
{  display:none;  }
.navigation
{  display:none;  }
.inhalt
{
    display:block;
    width: 550px;
    background-color: #ffffff;
    float: none;
 
}
.links
    {
        display: none;
        float: none;
    }
.rechts 
{  display:block;
    width: 550px;
    float:left;  } 

.fusszeile
{  display:none;  }
body
{
    font-family: Arial, Helvetic, Sans-Serif;
    font-size: 16pt;
    background:white;
    color:Black;
    margin-top: 0px;
}
}
