/* Typische HTML-Tags */
html, body, div, h1, h2, h3, h4, p, a, img, form, input, select, textarea {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
body {
	width: 100%;
	margin: 0mm;
	padding: 0mm;
}
.middleContent {
	width: 100%;
}

img {
	border: none;
}

h1 {
	margin: 0 0 0 0;
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

p {
	margin: 0 0 0 0;
}

a {
	color: #0263B2;
	text-decoration: none;
}

/* Container-Klassen */
div.container {
	margin: 0;
}

div.main {
	clear: left;
}

div.left {
	display: none;
}

div.middle {
	width: 100%;
	line-height: 130%;
}

div.right {
}
div.right form {display: none;}

/* Top-Leiste */
div.top {
	display: none;
}


/* Hauptnavigation */
/* Content */

div.middleContent {
	margin: 0mm;
	border-top: 20px solid #FFFFFF;
}

div.rightContent {
	margin: 0;
}

div.entry {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
	clear: left;
	clear: right;
	page-break-inside: avoid;
}
div.entry h1 {}
div.entry p, div.entry img {page-break-before: avoid;}

a.info {
	padding: 0 11px 0 0;
	font-weight: bold;
	color: #ED6818;
	text-transform: uppercase;
	font-size: 90%;
	background-image: url(../images/bg_a_infos.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

img.picLeft {
	margin: 0.4em 10px 0 0;
	float: left;
}

img.picRight {
	margin: 0.4em 0 0 10px;
	float: right;
}

/* Formulare auf Startseite */
/* # */
div.footer {
	display: none;
}

/* Sonstiges */
.hidden {
	display: none;
}

#printFooter table {width: 100%;background:#E3E3E8;font-family: Arial, Helvetica, sans-serif;font-size: 6pt;}
#printFooter td { 
}
#printFooter p {margin: 0pt; padding: 0pt;}

#printlogo {
	position: absolute;
	top: 0;
	left:: 0;
	height: 0;
}
