@charset "UTF-8";

@media print
{
  body { font-family:Verdana, Sans-serif; font-weight:normal; font-size:10pt; }
  
  .page_margins { width: 100%; min-width: 100%; max-width: 100%; background: #fff; }  
  .page { width: 100%; padding: 0px; }
  
  .clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
  }

  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  
	h1,h2,h3,h4,h5,h6 { 
	font-family:Verdana, Sans-serif;
	font-size:10pt;
	font-weight:bold;
  	page-break-after:avoid; 
	}

	h1 { margin:0px; }

  /* #header, #nav, #main, #footer { clear:both; } */
  
  #main { 
  	padding:0px 0;
	}
   
  /*------------------------------------------------------------------------------------------------------*/
  
  #header {
    color: #000;
    background: #fff;
	margin:0px 0px 0px 30px;
    padding: 0px;
	width: 700px; 
	height: 100px;
	border:0px solid #000;
  }
  
  /*------------------------------------------------------------------------------------------------------*/

  #col1 { display:none; }
  #col2 { display:none; }
  #col3 { width:700px; margin:5px 0px 10px 30px; padding:0; border:0px solid #000; }
  #col3_content { background-color:#fff; padding: 10px 0px 10px 5px; }
  
  .subcolumns { width:100%; overflow:hidden; }
  .subc  { padding:0 0.5em; }

  #footer {
	position: absolute;
	left:30px;
	bottom:0px;	  
	height:60px;
	width:700px;
  	/* background: transparent url(/images/layout/footer/footer-bg.png) no-repeat top left;  */
    color:#000;
    padding: 0px;
  }

/* -- Fischlexikon (Süß- u. Salzwasserfische) - Schonzeiten TABLE--*/

	.schonzeiten 			{ border:1pt solid #000; width:99%; margin:15px 0px 15px 5px; font-size:7pt;}
	.schonzeiten th			{ border-bottom:1px solid #000; border-right:1px solid #000; background-color:#dfe6f3; text-align:center; width:15%}
	.schonzeiten th	.last	{ border-right:1px solid #000; }
	.schonzeiten td			{ border-bottom:1px solid #000; border-right:1px solid #000; text-align:center; width:15%}
	.schonzeiten .first		{ border-bottom:1px solid #000; border-right:1px solid #000; text-align:left; width:55%}
	.schonzeiten .last		{ border-bottom:1px solid #000; border-right:0px solid #000; text-align:center; width:15% }
	
	.schonzeiten_bemerkungen { font-size:7pt; }
	
	a:link, a:visited, a:hover, a:active { color:#000; text-decoration:none;  }	
	
	.fett 	{ font-weight:bold; }
	.kursiv 	{ font-style:italic; }
	.rot		{ color:#ff0000; }
	.blau		{ color:#274984; }
	.gruen	{ color:#090;    }
	.normal	{ color:#000;    }
	

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional URL output of hyperlinks in print layout */
  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  /*
  a[href]:after {
    content:" <URL:"attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */
  
}
