html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body, p, div, td, tr, ul, li, a, h1, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 14px;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #cfd4e9;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 1em 0;
}

p {
	margin: 0 0 14px 0;
}

ul {
	list-style-type: none;
}

ol {
	margin: 0 0 1.5em 20px;
	padding: 0px;
	list-style-position: outside;
}

ol li{
	margin: 0 0 1em 0;
	padding: 0px;
}

a {
	text-decoration: underline;
	color: #41506E;	
}

a:hover {
	color: #000;
}

/*klassen*/

.clearfix {
	display: inline-block;
	clear: both;
	height: 0.1em;
	visibility: hidden;
	overflow: hidden;
}

.pdf {
	background-image:url(/images/icon/pdf.gif);
	background-repeat:no-repeat;
	padding:2px 0 5px 22px;
}

/*sitemap*/

.sitemap_links {
	float: left;
	width: 273px;
}

.sitemap_rechts {
	float: left;
	width: 185px;
}

.sitemap_links ul, .sitemap_rechts ul{
	margin: 0px;
	padding: 0px;
}

.sitemap_links ul li a, .sitemap_rechts ul li a {
	background-image: url(/images/icon/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 2px 8px;
}

/*listen mit -*/
ul.strichliste {
	margin: 0 0 1em 16px;
	padding: 0px;
}

ul.strichliste li{
	list-style-image: url(/images/icon/strichliste.gif);
}



/*PrintPDF*/
#pdfprint {
	position: absolute;
	top: 3px;
	right: 47px;
}

#pdfprint a{
	text-decoration: none;
	font-weight: normal;
}




/*Print*/
#print {
	position: absolute;
	top: 3px;
	right: 47px;
}

#print a{
	text-decoration: none;
	font-weight: normal;
}

#printurl {
	display: none;
}

.headline {
	display: none;	
}

p.date {
	margin: 0 0 5px 0;
}








