/* Seitenformat für Druck */
@page {
	size : portrait;
	margin : 0cm;
}

/* In Druckversion auszuschaltende Elemente */
.keindruck {
	display : none;
}
	
/* Jetzt folgen alle Elemente auf einer HTML-Seite, die auch ausgedruckt werden sollen */	
/* Dokumentkoerper */
body  {
	font-size : 10pt;
	font-family : Trebuchet MS;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
	text-align : left;	
	background-color : white;
	margin : 0pt;
	padding : 10pt;	
}

/* Titel */
h1  {
	font-size : 13pt;
	font-family : Trebuchet MS;
	font-weight : bold;
	font-style : italic;
	color : gray;
	text-decoration : none;
	text-align : left;
	padding-top : 20pt;
	padding-bottom : 10pt;
}

h1:first-letter  {
	font-size : 14pt;
	font-family : Trebuchet MS;
	font-weight : bold;
	font-style : italic;
	color : orange;
	text-decoration : none;
	text-align : left;
	}

/* Absätze */
p  {
	font-family : Trebuchet MS;
	font-weight : normal;
	font-size : 10pt;
	font-style : normal;
	color : gray;
	text-decoration : none;	
	text-align : left;
	padding-left: 0.3cm;
	background-color : transparent;	
}

p.abschnitt {	
	font-family : Trebuchet MS;
	font-weight : normal;
	font-size : 10pt;
	font-style : normal;
	color : gray;
	text-decoration : none;	
	text-align : left;	
	padding-left: 0.3cm;	
	background-color : navajowhite;
}

p.blockheader {
	font:bold 12pt Trebuchet MS;
	color:mediumblue;
	padding : 1pt 3pt;	
	border-left : 3pt solid orange;
}

p.blockheader:first-letter {
	font:bold 12pt Trebuchet MS;
	color:mediumblue;	
}

p.zitat {
	background-color : white;	
	font: 10pt Trebuchet MS;
	line-height : 150%;
	color : cadetblue; 
	letter-spacing: 1pt; 
	word-spacing : 3pt;
	text-align : left;
	page-break-after : always;	
	padding-top : 20pt;
	padding-bottom : 20pt;
	padding-right : 6.0cm;	
	display : block;
}

p.zitat:first-letter {
	font : bold 18pt Trebuchet MS;
	color : mediumblue;	
}



/* Bilder */
img.inhalt {
	width: 200pt; 
	height:100pt;
	margin-top : 1.0cm;
	margin-bottom : 1.0cm;
	margin-left : 4.5cm;
	page-break-after : always;	
	}
	
img.titel {
	width : 350px;
	height : 79px;
	border : 0;
}


/*Links */
a {
	color : blue;
	text-decoration : underline;
}

/* Aufzählungen */
 ul.liste_disc {
 	list-style-type : square;	
	list-style-position : outside;
	color : gray;	
}

li.liste_disc {
	padding-bottom : 5pt;
	color : gray;
}

ul.liste_link {
 	list-style-image : url("../bild_bas/pfeil_link.gif");
	list-style-position : outside;
	color : gray;	
}