html, body {height:100%}

body {
	padding:0;
	margin:0;
	text-align:left;
	background-color: #FFFFFF;
	font-size:11px;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color: rgb(0,0,0);
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
}

/* keine Logo und Zusatzinfo ausgeben */
#oben {
    display: none;
}

/* keine Unternavigation ausgeben */
#linkeSeite {
    display: none;
}

/* keine Teaser ausgeben */
#rechts {
    /*display: none;*/
    display:block;
    width:100%;
}

#rechtsSuche { display: none; } /* Suchfeld nicht anzeigen */



#banner {
    display: none;
}


table, tbody { width: 100%; }


/* altes Printlayout im Backup gespeichert */

