/* CSS print für wpublish*/

/* Legt eine weissen Hintergrund und eine druckfreundliche Schrift fest */

body { 
	background: white;
	font-family: Times, 'Times New Roman', serif;
	font-size: 12pt;
	margin-left: 20px;
	margin-right: 30px;
}

/* Linkformatierung */

body a:link, body a:visited {
	text-decoration: none;
}
/* Linkformatierung 
body a:link:after, body a:visited:after {
	content: " (" url(../images/pfeil.gif) attr(href) ") ";
	font-weight: normal;
	font-size: 80%
}
*/

#navi_top, #adress,#nav, #nav2,#lselect,#pageHeader, #top, #actuell, #footer, .noprint{
	display: none;	
}

#container{
}
#contentText, #contentText2{
	border: 0px solid #fff;
}


#contentText h3, #contentText2 h3{
border: 0px solid #fff;
}

/* Begin supportingText Referenzlinks
--------------------------------- */
#references{
	padding-top: 14px;
}

#references p.p1{
	padding-bottom: 14px;
}
#references img.pic1{
	margin-right: 14px;
}

#references img{
	border: 1px solid #039;
}


/* end supportingText Referenzlinks
--------------------------------- */