/* === COMMON === */
*
{
	margin: 0;																			  			/* Abstand zum Eltern oder Vorgänger Element */
	padding: 0;																			  			/* Abstand vom eigenen Rand zu eigenen Inhalt */
}
html 
{
	width: 100%;
	height: 100%;
    min-height: 100%;
    margin-bottom: 1px;
}
body 
{
	margin-left: auto;																				/* Zentrieren */	
	margin-right: auto;																				/* Zentrieren */

	width: 17.0cm;

	text-align: left;																				/* Reset auf Normal-Ausrichtung */
	font-size: 75%;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}




/* === TOP === */
#f-top 
{
	position: fixed;
	top: 0cm;
	width: 17.0cm;
	height: 3.5cm;
	z-index: 1;
}
#f-topimage
{
	display: none;
}
#f-top-print
{
	width: 17.0cm;
	height: 3.5cm;
	z-index: 2;
}
#f-top-1
{
	display: none;
}




/* === NAVI === */
#f-navi
{
	display: none;
}




/* === CONTENT === */
#f-content
{
	position: absolute;
	top: 0cm;
	width: 17.0cm;
	margin-top: 3.5cm;
	z-index: 10;
}
#f-content #f-inner
{
	position: absolute;
	top: 0cm;
	left: 0cm;
	width: 17.0cm;
}
#f-banner
{
	position: relative;
	top: -0.55cm;
	left: 6.31cm;
	width: 10.69cm;
	height: 0.55cm;
	z-index: 11;
	margin-bottom: 2em;
}
#f-banner-1
{
	position: absolute;
	top: 0cm;
	width: 10.69cm;
	margin-top: 0.02cm;
	z-index: 13;
	text-align: right;
}
#f-banner-2
{
	position: absolute;
	top: 0cm;
	z-index: 12;
}
#f-subnavi span
{
	display:none;
}
#f-subnavi a
{
	display:none;
}
