/* CSS Document für die HTML Tags*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	/*letter-spacing: -0.05em;*/
	background-color: #EEEEF2;
}

a:link {
	color: #F49227;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #F49227;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}
h1 {
	font-size:11pt;
	color:#333333;
}
h2 { 
	font-size:10pt;
	font-weight:normal;
	color:#333333;
}
h3 {
	font-size:10pt;
	font-weight:normal;
	color:#333333;
}
.zitate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	font-style:italic;
}

