/*

	CSS Styles fŸr Druckausgabe gem. Corporate-Design 2007

*/



/*******************************************************************/
/* Generelle Styles                                                */
/*******************************************************************/

/* Allgemeine Styles */
@import url("/css/allgemein.css");

/* Papierformat */
@page {
	margin: 20mm;
}

/* Allgemeine Hintergrund-Formatierung */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;	/* IE */
	padding: 0;
}


/*******************************************************************/
/* Styles im Header-Bereich                                        */
/*******************************************************************/

/* Allgemeine Bereichs-Formatierung */
div#header {
	background-color: #FFFFFF;
	background-image: url("/images/wup_logo_weiss.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	margin: 0;
	border: 0;
	padding: 0;
}


/* Normales Logo (im Anchor-Tag) verstecken */
div#header a {
	display: none;
}


/*******************************************************************/
/* Styles im Main-Bereich (Main umfasst Navigation und Content     */	
/*******************************************************************/

/* Allgemeine Bereichsformatierung */
div#main{
    background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	margin: 0;
	border: 0;
	padding-top: 20px;
}


/*******************************************************************/
/* Styles im Navigations-Bereich                                   */
/*******************************************************************/

/* Navigationsbereich verstecken */
div#navigation {
	display: none;
}

/*******************************************************************/
/* Styles im Content-Bereich                                       */
/*******************************************************************/

/* Allgemeine Bereichsformatierung */
div#content {
    height:100%;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

/*******************************************************************/
/* Styles im Footer-Bereich                                        */
/*******************************************************************/

/* Footer verstecken */
div#footer {
	display: none;
}


