/*$Id: print.css,v 1.2 2003/10/20 10:36:33 ecki Exp $ */
/* allgemeine Regeln */  

/* beliebige Elemente verbergen */
.hidden{
  display: none !important;
}
  
/* Elemente */
body{
  background-color: #fff;
  margin:1cm 2cm;
  font-family:  serif !important; 
}

body, p, td, ul, dl{
    font-family:  serif !important; 
    font-size: 92%!important;
}
h1{
    font-family:  serif !important;
    font-size: 97%!important;
}
h3{
    font-family:  serif !important;
    font-size: 95%!important;
}



dt{
  font-weight:bold;
}

dd{
  margin-left: 0;
  padding-left: 0;
}

/* Navigation */  

#metanav{display:none;}
#hauptnav { display:none; }

#logo {

}

/* Content */
/* home */
  #homeblurp, .lead-in, #lead-in{
  color:#333;
  line-height: 140%;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold;
  font-size: 1em;
 }

  #lead-in.gross{
  font-size: 1.3em;
 }
 
/* 3spaltig */
table#layout3col td{
  padding:10px;
  vertical-align: top;
 display: block;/* notwendig, um horizontale Anordnung aufzulösen */
}

table#layout3col td#left
{
 display:none!important;
}

/* nochmal nachgelegt für Browser, dies gar nicht kapieren wollen: */ 
table#layout3col td#right 
{
 display:none!important;
/*clear: both; */
/* display: block!important; */
/* position:relative; */
}

table#layout3col td#right * 
{
  font-size: 0.95em;
  margin-left:0;
  padding-left: 0;
}

.grafikhead small{
    display:block;
}
.grafikhead-gross{
    font-family:  serif !important;
    font-size: 97%!important;
}


address{
  font-style: normal;
  font-size:1em;
  line-height: 125%;
  margin: 1em 0;
}

.toplink{
display:none;
}

.td-toplink{
display:none;
}
/* nach oben link raus jf*/
.borderbottom{
display:none;
}

.breakall{
  margin: 0;
  padding: 0;  
  font-size:1px;
  height:1px;
  overflow:hidden; 
  line-height: 1px;
  clear:both;
}
