body {
	font-family: Arial, Verdana;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	color: black;
	background: #ececec;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 9pt;
	color: grey;
}

h2 {
	font-size: 9pt;
	color: #59b124;
}

h3 {
	font-size: 9pt;
	color: #333333;
}

h4 {
	font-size: 8pt;
	color: #333333;
	margin-bottom: 0;
	padding-bottom: 0;
}

p.mail {
	font-size: 7pt;
	color: #333333;
	margin: 0;
	padding: 0;
}

p.error {
	font-size: 9pt;
	color: red;
	margin: 0;
	padding: 0;
}

p, ul, li {
	font-size: 9pt;
	color: grey;
}

strong {
	font-size: 10pt;
	color: black;
}

p.leftTopNavigation {
	padding: 0px;
	margin: 0px 0px 3px 10px;
}

p.address {
	font-size: 9pt;
	color: white;
}

table.content {
	border-top: 7px solid White;
	border-left: 7px solid White;
	border-right: 7px solid White;
	border-bottom: 7px solid White;
}
table.kentgruppe {
	font-size: 9pt;
	color: grey;
}
table.kontakt {
	font-size: 9pt;
	color: grey;
}
a.leftNavigation:link {
	font-weight: bold;
	color: #0c479d;
	text-decoration: none;
}

a.leftNavigation:visited {
	font-weight: bold;
	color: #0c479d;
	text-decoration: none;
}

a.leftNavigation:active {
	font-weight: bold;
	color: #0c479d;
	text-decoration: none;
}

a.leftNavigation:hover {
	font-weight: bold;
	color: #0c479d;
	text-decoration: none;
}

a.moreNavigation:link {
	color: #0c479d;
	text-decoration: none;
}

a.moreNavigation:visited {
	color: #0c479d;
	text-decoration: none;
}

a.moreNavigation:active {
	color: #0c479d;
	text-decoration: none;
}

a.moreNavigation:hover {
	color: #0c479d;
	text-decoration: none;
}

a.downloadNavigation:link {
	color: #0c479d;
	text-decoration: none;
}

a.downloadNavigation:visited {
	color: #0c479d;
	text-decoration: none;
}

a.downloadNavigation:active {
	color: #0c479d;
	text-decoration: none;
}

a.downloadNavigation:hover {
	color: #0c479d;
	text-decoration: none;
}

a.mailNavigation:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.mailNavigation:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.mailNavigation:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.mailNavigation:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

/* Kontaktformular */
div.frmKontakt label, input, select { /* Alle Labels auswählen */
	display: block;
	float: left;
	width: 100px; /* Breite.*/
	font-size: 9pt;
	color: grey;
	margin-top: 10px;
}
div.frmKontakt input, select, textarea { /* Formularelemente auswählen */
	width: 250px; /* Breite.*/
}
div.frmKontakt form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}
div.frmKontakt input#submit { /* den Submit-Button */
	float: none;
	width: auto;
}

/* Katalog */
div.catSearch {

}
div.catSearch label, input, select, textarea { /* Alle Labels auswählen */
	display: block;
	float: left;
	width: 150px; /* Breite.*/
	font-size: 9pt;
	color: grey;
	margin-top: 10px;
	margin-bottom: 0px;
}
div.catSearch input, select, textarea { /* Formularelemente auswählen */
	width: 200px; /* Breite.*/
}
div.catSearch form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}
div.catSearch input#submit { /* den Submit-Button */
	float: none;
	width: auto;
}
div.catSearch label.catHead {
	width: 300px; /* Breite.*/
}


div.catBox {
	float: left;
	width: 285px;
	height: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.catImage {
	float: left;
	width: 140px;
	margin-right: 5px;
}
div.catText {
	float: left;
	width: 140px;
	font-size: 9pt;
	color: grey;
}
div.catText span.Legende {
	float: left;
	width: 100px;
}
div.catText span.Value {
	float: left;
	width: 40px;
	text-align: right;
}