@charset "UTF-8";

/* Allgemein */

body {
	background-color: #fff;
	margin: 0px;
}
body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
}
a:link, a:visited {
	color: #aecc52;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #aecc52;
	text-decoration: underline;
	font-weight: bold;
}
a img {
	border-style: none;
}
h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #aecc52;
	font-size: 24pt;
	line-height: 24pt;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	color: #aecc52;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	color: #aecc52;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: normal;
	text-transform: uppercase;
}

/* Template */

#Top {
	display: block;
	height: 60px;
}
#Header {
	width: 880px;
	height: 120px;
	background-image: url(../images/bildleiste.jpg)
}
#Menue {
	position: relative;
	width: 880px;
	height: 30px;
	margin-top: 10px;
	text-align: left;
}
#Content {
	position: relative;
	width: 880px;
	min-height: 550px;
	margin-top: 10px;
	text-align: left;
}
#Footer {
	clear: both;
	width: 880px;
	height: 500px;
	margin-top: 50px;
	padding-top: 10px;
	border-top: 3px solid #aecc52;
	text-align: center;
	font-size: 7pt;
	line-height: 10pt;
	color: #9b9b9b;
}
#Footer a:link, #Footer a:visited, a.Top:link, a.Top:visited {
	color: #9b9b9b;
	text-decoration: none;
	font-weight: normal;
}
#Footer a:hover, #Footer a:active, a.Top:hover, a.Top:active {
	color: #9b9b9b;
	text-decoration: underline;
	font-weight: normal;
}
.Top {
	float: right;
	margin-top: 50px;
	margin-bottom: 10px;
}
.item-page {
	display: table;
	margin-top: 30px;
	padding-left: 387px;
}
.item-page h1 {
	width: 455px;
	margin-top: 60px;
	margin-bottom: 30px;
	padding-left: 37px;
	padding-top: 8px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
}
.item-page h2 {
	width: 492px;
}
.item-page h3 {
	width: 492px;
}
.item-page p {
	width: 492px;
}
.item-page ul {
	width: 492px;
	margin-left: 0px;
	padding: 0px;
	list-style: inside;
}
.item-page ol {
	width: 492px;
	margin-left: 0px;
	padding-left: 25px;
}
.item-page li {
	line-height: 12pt;
}
img.bildGross {
	float: left;
	margin-left: -387px;
}
img.bildKlein {
	float: left;
	margin-left: -277px;
}
hr { /* Block Ende */
	clear: left;
	visibility: hidden;
	height: 1px;
	margin: 0px;
}
.item-pagePartner h1 {
	width: 455px;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: 387px;
	padding-left: 37px;
	padding-top: 8px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
}
.item-pagePartner img {
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Menü */

ul.menu {
	list-style-type: none;
	margin: 0px;
}
ul.menu li {
	width: 110px;
	height: 30px;
	text-align: center;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
}
ul.menu li:hover, ul.menu li.active {
	background-image: url(../images/button_h.jpg);
	background-repeat: no-repeat;
}
ul.menu a:link, ul.menu a:visited, ul.menu a:hover, ul.menu a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
ul.menu a {
	display: block;
	width: 110px;
	height: 23px;
	padding-top: 7px;
}
li.item-435 { /* Hoem */
	position: absolute;
	top: 0px;
	left: 0px;
}
li.item-473 { /* Über uns */
	position: absolute;
	top: 0px;
	left: 110px;
}
li.item-474 { /* Service */
	position: absolute;
	top: 0px;
	left: 220px;
}
li.item-475 { /* Produkte */
	position: absolute;
	top: 0px;
	left: 330px;
}
li.item-476 { /* Formulare */
	position: absolute;
	top: 0px;
	left: 440px;
}
li.item-477 { /* Hilfe */
	position: absolute;
	top: 0px;
	left: 550px;
}
li.item-478 { /* Partner */
	position: absolute;
	top: 0px;
	left: 660px;
}
li.item-479 { /* Kontakt */
	position: absolute;
	top: 0px;
	left: 770px;
}
li.item-480 { /* Impressum */
	display: none;
}

/* Accordion */

.fancypantsaccordionholder > ul > li {
	list-style: none;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fancypantsaccordionholder > ul > li > a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
	transition: none;
}
.fancypantsaccordionholder > ul > li > a:hover {
	color: #aecc52;
}
.fancypantsaccordionholder > ul > li.acc-open > a {
	color: #aecc52;
}
.acc-content {
	margin-bottom: 5px;
}
.acc-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
	padding: 0px;
}
.fancypantsaccordionholder ul ul li {
	height: auto;
	border: none;
}

.dbi_doppelt {
	width: 200px;
    height: auto;
    margin-top: -110px;
    margin-right: 100px;
}

.dbi_connected {
    margin-left: 100px;
    margin-top: 40px;
}

.dbi_vclogo {
    width: 200px;
    height: auto;
}

