/*  
Print-Layout fuer http://www.kohi.de
Dateiname:schaefer-print
Author: KirA - Kirsten Bohlig
Author URI: http://www.kira-design.de/
Media:print
Datum: 25.05.2007
*/

@media print 
{

body {
font-family: 'Lucida Grande',Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
color: #000;
background: white;
line-height: 1.4;
position: relative;
width:90%;
}

h1,h2,h3 { 
page-break-after:avoid; 
display:block;
visibility:visible;
color:#000;
}

a {
	color:#000;
}
a,
a img,
img a {
	text-decoration:none;
	border:0;
}
.logofixed {
float:right;
}
/* ### wg replacement ### */
span.print-text {
display: inline !important ;
}

img.replacement {
display: block;
}

h1, h2 {
	display: block;
	visibility:visible;
}
/* ### */
#printOnly,
.noshow {
display:block;
}

.show,
.AV {
display:none;
}

.noshow {
margin-top:50px;
padding-top:10px;
border-top:1px solid #eee;
}

#titel,
.noprint,
.scrollbot,
.scrolltop,
img.i-bot,
#vnav,
#fnav,
#block #t_nav,
#footer,
#info  {
display: none;
}

.bold {font-weight:bold;}

#titel,
.hinweis,
.klein,
.small { 
font-size:9px;
}

dt {
margin-top:10px;
font-weight:bold;
}
#gal ul {list-style-type:none;
}
#gal li {font-weight:bold; margin-top:10px;
}

#gal li.datum,
#gal li.was {float:none; font-weight:normal; margin-top:0; }

#termine p.termin {
border-top:1px solid #ddd;
padding-top:3px;
margin-top:10px;
font-weight:bold; 
}
#termine p.wo,
#termine .mehrinfo {
margin-left: 2cm;
}
#termine img.pfeil {display:none;}
#termine p.toggler {display:none;}

} /*bleibt*/