﻿@charset "UTF-8";
/**
Theme Name: Druck-Layout
Theme URI: http://horter.de/
Author: JH
*/

@media print
{
	/**
	 * @section layout
	 * @css-for (nicht benoetigte Bereiche)
	 */
	#Kopfbereich, #Navigation, #Werbung
	
	select, input, textarea, ckeckbox, dd {
		display: none;
	}

.seitenueberschrift { font-family: Arial; font-size: 18pt; color: #000000; font-weight: bold }

#Headline	  { position:absolute; top:00px; left:-150px; }
#Menuebereich { display: none;}
#Werbung	  { display: none;}
#Textbereich  { position:absolute; top:90px; left:5px; width:800px }
#Tabmenue	  { position:absolute; top:65px; left:5px; }
#Auswahl      { position:absolute; top:95px; left:5px; }

table {
    border-width:0px;
    border-style: solid;
    border-collapse:collapse;
}
td {
    border-width: 0px;
    border-style: solid;
}
tr {
    border-width: 1px;
}
}

@media screen
{
            #Drucker{
              display: none !important;
              visibility: hidden !important;
}
}