body {
	font-family: Arial, Verdana;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	color: black;
	background: #ffffff;
	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;
}

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

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

ul {
	padding-bottom: 0px;
}

li {
	list-style-image: url(images/arrow_list.gif);
	padding-bottom: 3px;
}

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;
}
table.tblbox {
	background-color: #fdfdfd;
}
tr.splitter {
	background-color: #9c9c9c;
}
td.borderbox {
	border-top: 0px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 5px;
}
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;
}

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: 505px;
	font-size: 9pt;
	margin-bottom: 10px;
}
div.catText span.Legende {
	float: left;
	width: 120px;
	height: 100px;
}
div.catText span.Value {
	float: left;
	width: 308px;
	height: 100px;
	text-align: left;
}
div.catText span.Webcam {
	float: left;
	width: 75px;
	padding-top: 10px;
}
#field { /* Alle Labels auswählen */
	float:none;
	font-size: 9pt;
	color: grey;
	margin-top: 0px;
}
