@charset "UTF-8";

/* BLE-Layout */

div,input,button,li,a,textarea,pre,select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	color: #333333;
	background-color: #ffffff;
	margin: 4px;
	padding: 0;
	max-width: 944px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div#logo {
	position: absolute;
	display: block;
	height: 96px;
	width: 232px;
	z-index: 2;
}

.aural {
	display: none;
	height: 0;
	width: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

div#serviceBg {
	position: absolute;
	left: 236px;
	display: block;
	overflow: hidden;
	background-image: url(../images/service_bg.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 492px;
	z-index: 1;
}

div#serviceBg span#entwicklung,div#serviceBg span#test {
	display: inline-block;
	width: 10em;
	padding: 0.5em;
	color: #ffffff;
	font-size: 70.01%;
	font-weight: bold;
	text-align: center;
}

div#serviceBg span#entwicklung {
	background: #ffa500;
}

div#serviceBg span#test {
	background: #ff0000;
}

div#serviceBox {
	background-color: #ffffff;
	position: absolute;
	left: 728px;
	display: block;
	margin-left: 4px;
	height: 96px;
	width: 216px;
	z-index: 3;
}

div#serviceNav {
	position: absolute;
	background-color: #abba00;
	text-align: center;
	width: 13.5em;
	z-index: 5;
}

div#serviceNav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #ffffff;
}

div#serviceNav ul li {
	display: inline;
	color: #19633e;
	font-weight: bold;
	font-style: normal;
	font-size: 60%;
}

div#serviceNav ul li a {
	color: #ffffff;
	line-height: 22px;
	text-decoration: none;
}

div#serviceNav ul li a:hover,div#serviceNav ul li a:focus,div#serviceNav ul li a:active {
	background-color: #19633e;
}

div#serviceNav strong {
	color: #19633e;
	line-height: 22px;
	text-decoration: none;
}

div#slogan {
	position: absolute;
	top: 26px;
	overflow: hidden;
	background-color: #19633e;
	width: 13.5em;
	height: 70px;
	z-index: 4;
}

div#wrapMain {
	position: absolute;
	top: 100px;
	margin: 0;
	padding: 0 0 4px 0;
	width: 59em;
	background-color: #eaebe6;
	border-bottom: 4px solid #ffffff;
}

div#breadcrumb {
	position: static;
	float: left;
	border-top: 4px solid #ffffff;
	background-color: #eaebe6;
	width: 100%;
	margin: 0;
	padding: 0;
}

div#breadcrumb ol {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 248px;
	height: 1.5em;
	vertical-align: middle;
}

div#breadcrumb ol li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 60%;
	text-decoration: none;
	font-weight: normal;
}

div#breadcrumb ol li a {
	color: #19633e;
	text-decoration: none;
	font-weight: bold;
}

div#breadcrumb ol li a:hover,div#serviceNav ol li a:focus,div#serviceNav ol li a:active {
	color: #ffffff;
	background-color: #19633e;
}

div#breadcrumb strong {
	text-decoration: none;
	font-weight: normal;
	color: #5c5c5c;
}

div#nav {
	position: static;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #eaebe6;
	border-right: 0.25em solid #eaebe6;
}

div#nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

div#nav ul li {
	display: block;
	font-weight: bold;
	font-style: normal;
	font-size: 70.01%;
	line-height: 1.45em;
	padding: 0 0 4px 0;
	margin: 0;
	width: 20.4em;
}

div#nav ul li.gapBefore {
	padding-top: 28px;
}

div#nav ul li.gapAfter {
	padding-bottom: 32px;
}

div#nav ul li a,div#nav ul li strong {
	position: relative;
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 0.30em 0.45em 0.42em 1.55em;
	margin: 0;
	height: 100%;
}

div#nav ul li a {
	background: #c1c2b4 url(../images/nav1.gif) left center no-repeat;
}

div#nav ul li strong,div#nav ul li a#selected,div#nav ul li a.selected {
	font-weight: bold;
	background: #cdd666 url(../images/nav1a.gif) left center no-repeat;
}

div#nav ul li a:hover,div#nav ul li a:focus,div#nav ul li a:active {
	background: #bcc833 url(../images/nav1r.gif) left center no-repeat;
}

/* subnav */

div#nav ul li ul {
	list-style-type: none;
	list-style-image: none;
	background: #e6eab2;
	margin: 4px 0 0 0;
	padding: 0;
}

div#nav ul li ul li {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.45em;
	padding: 0;
	margin: 0;
	width: 100%;
}

div#nav ul li ul li.gapBefore {
	padding-top: 25px;
}

div#nav ul li ul li.gapAfter {
	padding-bottom: 25px;
}

div#nav ul li ul li a,div#nav ul li ul li strong {
	background: #e6eab2;
	text-decoration: none;
	padding: 0.30em 0.45em 0.42em 2.55em;
	margin: 0;
}

div#nav ul li ul li a:hover,div#nav ul li ul li a:focus,div#nav ul li ul li a:active {
	background: #bcc833;
}

div#nav ul li ul li strong,div#nav ul li ul li a#selected,div#nav ul li ul li a.selected {
	font-weight: bold;
	background: #f5f7e0;
}

/* /subnav */

/* subsubnav */

div#nav ul li ul li ul {
	margin: 0;
}

div#nav ul li ul li ul li.gapBefore {
	background: #f5f7e0;
	padding-top: 20px;
}

div#nav ul li ul li ul li.gapAfter {
	background: #f5f7e0;
	padding-bottom: 20px;
}

div#nav ul li ul li ul li a,div#nav ul li ul li ul li strong {
	background: #f5f7e0;
	text-decoration: none;
	padding: 0.30em 0.45em 0.42em 3.55em;
	margin: 0;
}

div#nav ul li ul li ul li a {
	color: #4b4b4b;
}

div#nav ul li ul li ul li a:hover,div#nav ul li ul li ul li a:focus,div#nav ul li ul li ul li a:active {
	color: #333333;
}

div#nav ul li ul li ul li strong,div#nav ul li ul li ul li a#selected,div#nav ul li ul li ul li a.selected {
	color: #333333;
	font-weight: bold;
	background: #ffffff;
}

/* /subsubnav */

div#content {
	position: static;
	display: block;
	color: #333333;
	background-color: #ffffff;
	font-size: 70.01%;
	line-height: 1.5em;
	width: 61em;
	min-height: 35.5em;
	padding: 0 12px 0 12px;
	margin: 0 0 0 20.75em;
}

div#content:after {
	content: "&nbsp;";
	clear: left;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

div#contentPad {
	position: relative;
	float: left;
	width: 61em;
	padding: 12px 0 1.8em 0;
	margin: 0;
}

div#content h1 {
	color: #19633e;
	text-decoration: none;
	font-size: 144%;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3em;
	padding: 1.2em 0 0.5em 0;
	margin: 0;
}

div#content h2 {
	color: #5c5c5c;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3em;
	padding: 0;
	margin: 1em 0 1em 0;
}

div#content a.link {
	color: #19633e;
	background: #ffffff url(../images/link_res.gif) left center no-repeat;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 20px;
}

div#content a.link:hover,div#content a.link:focus,div#content a.link:active {
	color: #ffffff;
	background: #19633e url(../images/link_res_r.gif) left center no-repeat;
}

div#content a.box {
	color: #19633e;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: #f3f4ea url(../images/link2_res.gif) left center no-repeat;
}

div#content a.box:hover,div#content a.box:focus,div#content a.box:active {
	color: #ffffff;
	background: #19633e url(../images/link2_res_r.gif) left center no-repeat;
}

div#content a.simple {
	color: #19633e;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	padding: 0;
}

div#content a.simple:hover,div#content a.simple:focus,div#content a.simple:active {
	color: #ffffff;
	background: #19633e;
}

div#content p {
	padding: 0;
	margin: 1em 0 1em 0;
}

div#content strong {
	font-weight: bold;
}

div#content ul {
	list-style-type: none;
	list-style-image: url(../images/ul_content.gif);
}

div#content ul.address {
	position: relative;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

div#content ul.address li {
	background-color: #f9f9f4;
	border-top: 4px solid #e6eab2;
	border-bottom: 4px solid #e6eab2;
	margin: 0 0 8px 0;
	padding: 0 0.5em 0 0.5em;
}

div#content ul.flat {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

div#content ul.sitemap {
	position: relative;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 1em 0 1em 0;
}

div#content ul.sitemap li {
	padding: 0.4em;
}

div#content ul.sitemap li ul {
	list-style-type: none;
	list-style-image: url(../images/ul_nav.gif);
	color: #abba00;
	padding-top: 0.4em;
}

div#content ul.sitemap li ul li a {
	font-weight: normal;
	background: #ffffff;
	padding: 0;
	margin: 0;
}

div#content ul.sitemap li ul li a:hover,div#content ul.sitemap li ul li a:focus,div#content ul.sitemap li ul li a:active {
	font-weight: normal;
	background: #19633e;
	padding: 0;
	margin: 0;
}

div#content dl {
	position: relative;
	margin: 0;
	padding: 1.3em 0 0.8em 0;
}

div#content dt {
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #f3f4ea;
}

div#content dd {
	margin: 0;
	padding: 0.5em 0.5em 0.6em 0.5em;
	background-color: #f3f4ea;
	border-bottom: 4px solid #ffffff;
}

div#content form {
	margin: 0;
	padding: 0;
}

div#content form p {
	padding: 4px;
}

div#content hr {
	border: solid #eaebe6 1px;
}

div#content input,button,select,textarea {
	font-size: 100%;
	padding: 0.1em;
	margin: 0.25em 0 0.25em 0;
}

div#content fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

div#content fieldset legend {
	color: #333333;
	font-weight: bold;
}

div#content .printOnly {
	display: none;
	height: 0;
	width: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

div#localNav {
	clear: both;
}

div#localNav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0.3em 0 0 0;
}

div#copyInfo {
	clear: both;
	position: absolute;
	display: block;
	width: 100%;
	bottom: -2.3em;
	padding-bottom: 0.5em;
	color: #979982;
	font-size: 60%;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
}

a.anchor {
	color: #19633e;
	background: #ffffff url(../images/link_up.gif) left center no-repeat;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 20px;
}

a.anchor:hover,a.anchor:focus,a.anchor:active {
	color: #ffffff;
	background: #19633e url(../images/link_up_r.gif) left center no-repeat;
}

img.linked {
	border: none;
}