
/* ===================================================== basic elements */
.balkenTop
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
}

.content
{
	padding: 25px 30px 5px 30px;
	background-image: url(/assets/img/back_content.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.contentPic p, .contentPic a
{
	font-size: 14px;
	line-height: 19px;
}

.contentTop
{
	height: 5px;
	background-image: url(/assets/img/back_content_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.contentBottom
{
	height: 8px;
	background-image: url(/assets/img/back_content_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
}

.columnLeft
{
	width: 590px;
	float: left;
}

.columnRight
{
	width: 300px;
	float: right;
}

/* -- */
.boxColumnRight
{
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 20px;
}

.boxColumnRight h3 { margin-bottom: 9px; }

/* -- */
.boxNewsletter p { margin-top: 10px; }

.boxNewsletter .boxFormular
{
	background-color: #ececec;
	border: 1px #ffffff solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px 5px 10px;
	margin-bottom: 5px;
}

/* -- */
.boxCalendar .boxDaysNames
{
	padding: 0 10px 0 10px;
	margin-bottom: 5px;
}

.boxCalendar .tableDaysNames { width: 100%; }

.boxCalendar .tableDaysNames td
{
	text-align: right;
	padding: 3px 12px 0px 0;
	color: #000;
}

.boxCalendar .boxDaysNums
{
	background-color: #fcfcfc;
	border: 1px #ffffff solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px 5px 10px;
	margin-bottom: 0px;
}

.boxCalendar .tableDaysNums { width: 100%; }

.boxCalendar .tableDaysNums td
{
	text-align: right;
	padding: 2px 12px 2px 0;
	color: #707070;
}

/* -- */
.boxPressDates h6
{
	color: #707070;
	margin-top: 10px;
}

/* -- */
h3.siteHead
{
    margin-bottom: 35px;
}

h3 a
{
    font-size: 14px;
	cursor: pointer;
}

h3 a:hover
{
   color: #707070;
}

/* -- */
.boxPerson
{
	width: 175px;
	margin-right: 30px;
	float: left;
}

.boxPerson h3
{
	margin-top: 0;
	margin-bottom: 8px;
}

.company .boxPerson { margin-bottom: 30px; }

.company .boxPerson .name
{
	font-weight: bold;
	color: #B22053;
	margin-bottom: 0;
}

.company .boxPerson .position { margin-top: 3px; }

/* -- */
.press .toggleBox,
.product .toggleBox,
.companyJobs .toggleBox
{
	background-image: url(/assets/img/back_togglebox.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 25px;
	margin-top: 15px;
}

.press .toggleBoxTop,
.calendar .toggleBoxTop,
.product .toggleBoxTop,
.companyJobs .toggleBoxTop
{
	background-image: url(/assets/img/back_togglebox_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
}

.press .toggleBoxBottom,
.calendar .toggleBoxBottom,
.product .toggleBoxBottom,
.companyJobs .toggleBoxBottom
{
	background-image: url(/assets/img/back_togglebox_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 590px;
}

.press .toggleBox h3,
.press .toggleBox p,
.calendar .toggleBox h3,
.product .toggleBox h3,
.product .toggleBox p,
.companyJobs .toggleBox h3,
.companyJobs .toggleBox p
{
	margin-left: 18px;
	margin-right: 18px;
}

.press .toggleBox h3,
.product .toggleBox h3,
.companyJobs .toggleBox h3
{
	margin-bottom: 10px;
	margin-top: 10px;
}

.press .toggleBox p,
.product .toggleBox p,
.companyJobs .toggleBox p { margin-bottom: 15px; }

.press .toggleBoxBottom a,
.calendar .toggleBoxBottom a,
.product .toggleBoxBottom a,
.companyJobs .toggleBoxBottom a
{
	margin: 10px 18px 0 18px;
	display: inline-block;
	padding-right: 10px;
}

.press .toggleBoxBottom a.arrowUp,
.calendar .toggleBoxBottom a.arrowUp,
.product .toggleBoxBottom a.arrowUp,
.companyJobs .toggleBoxBottom a.arrowUp
{
	background-image: url(/assets/img/toggle_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	color: #B22053;
	cursor: pointer;
}

.press .toggleBoxBottom a.arrowUp:hover,
.calendar .toggleBoxBottom a.arrowUp:hover,
.product .toggleBoxBottom a.arrowUp:hover,
.companyJobs .toggleBoxBottom a.arrowUp:hover
{
	background-image: url(/assets/img/toggle_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right -8px;
	color: #707070;
	cursor: pointer;
}

.press .toggleBoxBottom a.arrowDown,
.calendar .toggleBoxBottom a.arrowDown,
.product .toggleBoxBottom a.arrowDown,
.companyJobs .toggleBoxBottom a.arrowDown
{
	background-image: url(/assets/img/toggle_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	color: #B22053;
	cursor: pointer;
}

.press .toggleBoxBottom a.arrowDown:hover,
.calendar .toggleBoxBottom a.arrowDown:hover,
.product .toggleBoxBottom a.arrowDown:hover,
.companyJobs .toggleBoxBottom a.arrowDown:hover
{
	background-image: url(/assets/img/toggle_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right -8px;
	color: #707070;
	cursor: pointer;
}

.calendar .toggleBox
{
	background-image: url(/assets/img/back_togglebox.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 10px;
}

.calendar .toggleBoxBottom
{
	background-image: url(/assets/img/back_togglebox2_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 590px;
}

.calendar .toggleBox h6 { margin: 10px 18px 1px 18px; }

.calendar .toggleBox h3
{
	margin-bottom: 8px;
	margin-top: 5px;
}

.calendar .toggleBox p
{
	background-color: #ffffff;
	padding: 5px 7px;
	margin-bottom: 5px;
	margin-left: 11px;
	margin-right: 11px;
}

/* -- */
.product .productTeaser
{
	background-image: url(/assets/img/back_teaser_produkt.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 285px;
	margin: 20px 0 30px 0;
	float: left;
}

.product .productTeaserTop
{
	background-image: url(/assets/img/back_teaser_produkt_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
	width: 285px;
}

.product .productTeaserBottom
{
	background-image: url(/assets/img/back_teaser_produkt_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 285px;
}

.product .productTeaser p,
.product .productTeaser a
{
	margin-left: 15px;
	margin-right: 15px;
}

.product .productTeaser a
{
	margin-bottom: 10px;
	display: inline-block;
}

.product .productTeaser img
{
	margin-left: 3px;
	margin-bottom: 20px;
}

/* - footer start - */
.boxFooter
{
	width: 980px;
	margin: 20px auto;
}

.boxFooter a { text-decoration: underline; }

/* - footer end - */
/* ===================================================== home start */
.home .contentPic .picTop
{
	position: absolute;
	left: 0px;
	top: -35px;
}

.home .contentPic h3 { margin-top: 250px; }

.home .boxInfoColumnHome
{
	width: 285px;
	float: left;
	margin-right: 30px;
}

.boxContentTeaser
{
	float: left;
	width: 487px;
	margin-right: 6px;
}

.boxContentTeaser .contentTeaser
{
	padding: 5px 10px 5px 10px;
	background-image: url(/assets/img/back_teaser_produkt_home.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.boxContentTeaser .contentTeaser img.teaserPic
{
	margin: 0 10px 0px 0;
	position: absolute;
	left: 9px;
	top: 2;
}

.boxContentTeaser .contentTeaser img.teaserLogo { margin: 4px 0 0 158px; }

.boxContentTeaser .contentTeaser p
{
	margin-bottom: 7px;
	margin-left: 158px;
}

.boxContentTeaser .contentTeaser h3 { margin-left: 158px; }

.boxContentTeaser .contentTeaserTop
{
	height: 5px;
	background-image: url(/assets/img/back_teaser_produkt_home_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.boxContentTeaser .contentTeaserBottom
{
	height: 8px;
	background-image: url(/assets/img/back_teaser_produkt_home_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
}

/* ===================================================== home end */
.contact table.contactInfos td { padding: 0 0 10px 0; }
.contact table.contactInfos td.spacer { padding: 0 32px; }
.contact .contact_box2 { margin: 0px 100px 30px 100px; }
.impressum .impressumBox1 { margin: 20px 100px 50px 100px; }

/* honeypot-feld */

tr.form_url { display: none; }
