/* +++++++++++++++ */
/* GENERAL        */
/* ++++++++++++++ */

body	{ 
	background-color:#ffffff;
	font-size: 10pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	}

	
/*fuer druck: links unterstreichen, blau fuer farbdruck*/
a {
	font-size: 10pt;
	text-decoration: underline;
	color: #000000;
	}
	
	
h1 {
	color: #005014;
	font-size: 12pt;
 }
 
h2,h3 {
	color: #005014;
	font-size: 10pt;
 }
	
/* +++++++++++++++ */
/* TOP             */
/* ++++++++++++++ */


#topPos,#menu1Pos,#menu2Pos {
	display: none;
	}
	
	
/* ++++++++++++++ */
/* CONTENT POS   */
/* ++++++++++++++ */

#contentPos {
	position: static;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	}

	
.spacer {
	display: none;
	}
	

/* ++++++++++++++ */
/* CONTENT LEFT   */
/* ++++++++++++++ */

#contentLeftSpace {
	position: static;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}


#contentLeftPos {
	position: static;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	}


	

#contentLeftB {
	position: static;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}	


.plogo {
	float: right;
        clear: right;
	border: 1px solid #d0d0b8;
	}
	


.p2ylogo {
        float: right;
        clear: right;
        border: 0;
        }


/* ++++++++++++++ */
/* CONTENT RIGHT  */
/* ++++++++++++++ */

#contentRightPos {
	display: none;
	}
	

/* ++++++++++++++ */
/* BOTTOM         */
/* ++++++++++++++ */
	
#bottomPos {
		display: none;
	}
	

	
/* ++++++++++++++ */
/* FOOTER PRINT    */
/* ++++++++++++++ */

.footerPrint {
	position:static;
	margin-top: 50px;
	margin-left: 0px;
	}

.footerTextPrint {
	font-weight: bold;
	font-size: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #005014;
	border-bottom: 1px solid #005014;
	}