﻿.center
{
    text-align: center;
    margin: 0 auto;
    width: 960px;
}
.spezlinks
{
    width: 950px;
    text-align: right;
    margin-bottom: 5px;
    font-size: 11px;
    color: #ffffff;
    padding-right: 10px;
}



.kopf
{
    width: 957px;
    height:119px;
    background-color: #ffffff;
    background-image: url(/images/kopf.gif);
    background-repeat: no-repeat;
}

.navigation
{
    float: left;
    position:relative; 
    margin-top: 88px;
   padding-left:189px;
    height: 25px;
  
  
}

.inhalt
{ 
    background-color: #ffffff;
    width: 957px;
    background-image: url(/images/bg_center.gif);
    min-height: 400px;
    height: auto !important;
    height: 100%;
    clear:both;
    display:block;
 
  
}
.news
{
    width:150px;
    margin-left:20px;
    margin-top:30px;
    float:left;
    text-align:left;
  

}
.content
{
    width:710px;
    margin-left:30px;
    margin-top:30px;
    float:left;
    height:auto;
    text-align:left;
    display:block;
 }
 .schluss
{
    clear:both;
   
   
   
}

.vorfusszeile
{
clear:both;
 
}


.fusszeile
{

 clear:both;
    background-image: url(/images/fuss.gif);
    text-align: center;
    font-size: 11px;
    width: 957px;
    height:70px;
        color: #ffffff;
}
.printadresse

    {  display:none;  }

.printkopf

    {  display:none;  }
    

@media print 
{ 
.center
{
 display:block;
  width:640px;
  float:none;
   
} 
.spezlinks
{  display:none;  }
.kopf 
{  display:none;  }
.navigation
{  display:none;  }
.inhalt
{
    background-color: #ffffff;
    width: 640px;
    float: left;
 
}
.news
{
    width:150px;
    float:left;
    text-align:left;
  

}
.content
{
    width:450px;
    margin-left:10px;
     float:left;
    height:auto;
    text-align:left;
    display:block;
 }

.fusszeile
{  display:none;  }
   

body
{
    font-family: Arial, Helvetic, Sans-Serif;
    font-size: 12pt;
    background:white;
    color:Black;
    margin-top: 0px;
}
.printadresse

    {   
   display:block;  
   font-family: Arial, Helvetic, Sans-Serif;
   font-size: 10pt;  }
   
   .printkopf

    {   
   display:block; 
}
}


