/* 	DLRG Deutsche Lebens-Rettungs-Gesellschaft e.V.
	Standard-Layout für WWW-Server: www.dlrg.de
	DLRG AK Internet, webmaster@dlrg.de
	print.css - Version 1.01 - 14.10.2003
	
	Valide gemaess: [bedingt] kompatibel
	W3C/CSS2: IE5/6+,NN6/7+,OP6/7+,Konq5/6+,Moz1+,[MacIE5]
	Style-Sheet nicht ändern  */

	
@media print {

body, div, h1, h2, h3, h4, h5, h6, p, pre, table, tr, td, th, ul, ol, li, dl, dt, dd, span, em, strong, small, big, abbr, acronym, b, i, img, form, input, textarea, select, fieldset, label, legend {
	color:#000000;
	background-color:#FFFFFF; }

	
/* ---------- printer layout ---------- */
#top, #page, #bot, #menu, #body, #content, #header, #footer, #footerspace, #headercrumbs {
	float:none;
	clear:both;
	position:static;
	background-color:#FFFFFF;
	background-image:none;
	page-break-before:avoid;
	page-break-after:avoid;
	page-break-inside:avoid; }
#top {
	height:90px; }
#body {
	margin-left:30px; }
#header{
	margin-bottom:6px;
	border-bottom:2px solid #000000; }
#footer {
	margin-top:6px; 
	border-top:2px solid #000000; }
#menulogo {
	width:100px;
	height:70px;
	left:520px;
	background-repeat:no-repeat;
	background-position:center right;
	background-image:url(../images/print_kopf.gif); }
#menu, .menuitemtop, .menuitembot, #menuitemhome, #headerpicbar {
	display:none; }
#toptext, #bottext, #dlrgname, #menulogo {
	color:#000000;
	display:block; }
#toptext, #dlrgname {
	font-size:18px; }
#bottext {
	font-size:10px; }
.footertext, .white {
	color:#000000; }

/* ---------- html elements ---------- */
h2, th, legend, em, strong, .blue {
	font-style:italic; }
a { 
	color:#000000;
	text-decoration:underline; }
b, big, strong, em {
	font-weight:bold; }

/* ---------- class elements ---------- */
.column {
	float:left;
	clear:right; }	
.teaser {
    border:0px solid #000000;
    border-width:0px 2px 2px 0px; }
.imagetext {
	background-color:#FFFFFF; }
.box, .image, fieldset, table {
	border:1px solid #000000; }
.linenews, .linedate, .linetop, .linelink, th {
	border:0px solid #000000;
	border-bottom:1px; 
	color:#000000;
	background-color:#FFFFFF; }
	
}
