/* CSS Stylesheet für pca_dw
Stand:	Druckversion
Datei:	formate-print.css
Media:	print
Datum:	19.1.2011
Autor:	Barbara Ill-Schenkel */

*{
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	background-color: #FFF;
}

#wrapper {
	background-color: #FFF;
}

#header {
	margin-bottom: 12px;
}

#navi {
	display: none;		
}	

#content{
	margin-bottom: 12px;
}

#headline {
	margin-bottom:8px;
}
#topColumn {
	margin-bottom: 12px;
}
#leftColumn {
	margin-bottom: 12px;
}
#rightColumn {
	margin-bottom: 12px;
}
#bottomColumn {
	margin-bottom: 12px;
}

h1{
	font-size:18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #FFF;
}
h2 {
	font-size:14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #FFF;
}
h3 {
	font-size:12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #FFF;
}
h4 {
	font-size:9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #FFF;
}

#kruemel {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

