/************************************************************************************************
* COMMON LAYOUT
/************************************************************************************************/
*{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	font-size: 14px;
	line-height: 16px;
}
html,
body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  position: relative;
}
body{
	background: #d3dcef;
	overflow-y: scroll;
	overflow-x: auto;
}
#fullwidthheader{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 210px;
	background: url(../img/fullwidthheader_bg.png) repeat-x;
}
#header-box{
	width: 1000px;
	height: 210px;
	margin-left: auto; _margin-left: expression(dummy=(Math.max((parentNode.clientWidth-this.offsetWidth)/2,0))+"px");
	margin-right: auto;
	background: url(../img/header_bg.jpg) no-repeat;
}
#content {
	position: relative;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	margin-left: auto; _margin-left: expression(dummy=(Math.max((parentNode.clientWidth-this.offsetWidth)/2,0))+"px");
	margin-right: auto;
	background-color: white;
	min-height: 100%; _height: 100%; _overflow: display;
	background: url(../img/page_bg.png) repeat-y;
}
#headermenu-box{
	z-index: 2;
	position: absolute;
	top: 7px;
	_top: 9px;
	margin-left: 480px;
	width: 510px;
	height: 18px;
	overflow: hidden;
	line-height: 18px;
	text-align: right;
	overflow: hidden;
}
#mainmenu-box {
	z-index: 3;
	position: absolute;
	top: 135px;
	width: 1000px;
	height: 49px;
	overflow: hidden;
	padding: 0px 38px;
}
#mainarea {
	z-index: 1;
	width: 1000px;
	overflow: hidden;
	padding-top: 210px;
	margin-bottom: 51px;
	
}
/* hidden elements for printpage */
#print-logo,
#sitename,
#current-domain,
#current-page{
  display: none;
}
#leftcontent,
#rightcontent {
	width: 200px;
	float: left;
	overflow: hidden;
}
#centercontent {
	width: 600px;
	float: left;
	overflow: hidden;
	_padding-top: 10px;
}
#news-box {
	width: 200px;
	height: 400px;
	overflow: hidden;
	background: #ffe491;
}
#quicklinks-box {
}
#centercontent-box {
	padding: 0px 30px;
}
#footer
{
  z-index: 1;
  width: 1000px;
  height: 51px;
	overflow: hidden;
  position: absolute;
  bottom: 0px; _bottom: expression(dummy=(-body.clientHeight % 2)+"px");
	background: url(../img/footer_bg.png) no-repeat;
}
#about{
	position: absolute;
	left: 0px;
	top: -30px;
}

/************************************************************************************************
* MAINMENU
/************************************************************************************************/

#mainmenu-box a{
	display: block;
	float: left;
	width: 150px;
	height: 49px;
	text-align: center;
	text-decoration: none;
	margin: 0px 2px;
}
#mainmenu-box a.mainmenuitem{
	background: url(../img/mainmenuitem_inactive.gif) top no-repeat;
	font: bold 16px/18px Arial, sans-serif;
	color: #1E1FB6;
	padding-top: 16px;
}
#mainmenu-box a.mainmenuitem-active{
	background: url(../img/mainmenuitem_active.gif) top no-repeat;
	font: bold 16px/18px Arial, sans-serif;
	color: white;
	padding-top: 10px;
}
#mainmenu-box a.mainmenuitem:hover{
	background: url(../img/mainmenuitem_inactive_hover.gif) top no-repeat;
	}
#mainmenu-box a.mainmenuitem-active:hover{
	background: url(../img/mainmenuitem_active_hover.gif) top no-repeat;
	}
/*
#menuitem7 a.mainmenuitem{
	padding-top: 10px;
}
#menuitem7 a.mainmenuitem-active{
	padding-top: 6px;
}
*/
/************************************************************************************************
* SUBMENU
/************************************************************************************************/
#submenu-box{
	background: white;
}
#submenu-box a{
	display: block;
	text-decoration: none;
	border-top: 1px dashed #CDD7EB;
	border-bottom: 1px dashed #CDD7EB;
	margin-top: -1px;
	color: #39568F;
	padding: 7px 10px 7px 30px;
}

#submenu-box a.submenuitem{
	font: normal 13px/16px Arial, sans-serif;
	background: url(../img/submenuitem_inactive_bullet.gif) no-repeat;
}

#submenu-box a.submenuitem-active{
	font: bold 13px/16px Arial, sans-serif;
	background: url(../img/submenuitem_active_bullet.gif) no-repeat;
}

#submenu-box a:hover{
	background-color: #f0f4fa;
}

/************************************************************************************************
* SUBSUBMENU
/************************************************************************************************/
#submenu-box a.subsubmenuitem{
	padding: 7px 10px 7px 40px;
	font: normal 13px/16px Arial, sans-serif;
	background: url(../img/submenuitem_inactive_bullet.gif) no-repeat 10px 0;
}

#submenu-box a.subsubmenuitem-active{
	padding: 7px 10px 7px 40px;
	font: bold 13px/16px Arial, sans-serif;
	background: url(../img/submenuitem_active_bullet.gif) no-repeat 10px 0;
}

/************************************************************************************************
* HEADERMENU
/************************************************************************************************/
#headermenu-box a{
	font: normal 12px/13px Arial, sans-serif;
	text-decoration: none;
	color: #39568F;
	padding-left: 23px;
}
#headermenu-box a.headermenuitem{
	background: url(../img/headermenuitem_inactive_bullet.gif) no-repeat 0px 1px;
}
#headermenu-box a.headermenuitem-active{
	font: bold 12px/13px Arial, sans-serif;
	background: url(../img/headermenuitem_active_bullet.gif) no-repeat 0px 1px;
}

/************************************************************************************************
* QUICKLINKS
/************************************************************************************************/
#quicklinksbox-header {
	padding: 0px 10px;
	width: 200px;
	height: 45px;
	overflow: hidden;
	background: url(../img/quicklinks_header_bg.png) repeat-x;
	margin-top: 10px;
}
#quicklinksbox-heading-1{
	position: relative;
	top: 8px;
	left: 1px;
	color: #c89600;
	font: bold 18px/18px Arial, sans-serif;
}
#quicklinksbox-heading-2{
	position: relative;
	top: -11px;
	color: white;
	font: bold 18px/18px Arial, sans-serif;
}
#quicklinks-box{
	background: #FFE491;
	padding-top: 1px;
}
#quicklinks-box a{
	display: block;
	text-decoration: none;
	border-top: 1px dashed #E2C578;
	border-bottom: 1px dashed #E2C578;
	margin-top: -1px;
	color: #786028;
	padding: 7px 10px 7px 30px;
}
#quicklinks-box a.quicklinksmenuitem{
	font: normal 13px/16px Arial, sans-serif;
	background: url(../img/quicklinksmenuitem_inactive_bullet.gif) no-repeat;
}
#quicklinks-box a.quicklinksmenuitem-active{
	font: bold 13px/16px Arial, sans-serif;
	background: url(../img/quicklinksmenuitem_active_bullet.gif) no-repeat;
}
#quicklinks-box a:hover{
	background-color: #ffecb9;
}

/************************************************************************************************
* PARTNERBANNER
/************************************************************************************************/
#partnerbanners-box{
	background: #FFE491;
	padding: 12px 0 10px;
	margin-top: 10px;
}
#partnerbanners-box div{
	width: 200px;
	height: 60px;
	overflow: hidden;
}

/************************************************************************************************
* SUCHE
/************************************************************************************************/
#searchbox-header {
	padding: 0px 10px;
	width: 200px;
	height: 45px;
	overflow: hidden;
	background: url(../img/quicklinks_header_bg.png) repeat-x;
	margin-top: 10px;
}
#searchbox-heading-1{
	position: relative;
	top: 8px;
	left: 1px;
	color: #c89600;
	font: bold 18px/18px Arial, sans-serif;
}
#searchbox-heading-2{
	position: relative;
	top: -11px;
	color: white;
	font: bold 18px/18px Arial, sans-serif;
}
#search-box{
	background: #FFE491;
	padding: 10px 0;
}
#searchbox-table,
#searchtablesearch,
#searchtableresults{
	background: transparent;
	border: none;
}
#searchbox-table{
	width: 200px;
}
#searchbox-table td,
#searchtablesearch td,
#searchtableresults td{
	background: transparent;
	border: none;
}
#searchbox-table td{
	text-align: center;
}
#searchbox-table td input.searchbox-input-text{
	width: 180px;
	height: 20px;
	_height: 24px;
	line-height: 20px;
	border: 1px solid #ecb700;
	background: white;
}
#searchbox-table td input.searchbox-input-submit{
	width: 86px;
	height: 24px;
	border: none;
	margin-top: 3px;
	background: url(../img/search_find.png) no-repeat;
}
/************************************************************************************************
* SUCHERGEBNISSE
/************************************************************************************************/
div.tx-indexedsearch{
	font-family: Arial, sans-serif;
}
div.tx-indexedsearch-rules p{
	font-size: 10px;
	line-height: 12px;
	margin: 0;
}
div.tx-indexedsearch-rules h2{
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
div.tx-indexedsearch-whatis span.tx-indexedsearch-sw{
	color: #505050;
	font-weight: bold;
}
div.tx-indexedsearch-res div.tx-indexedsearch-res{
	background: #d3deef;
	margin-bottom: 10px;
	_margin-bottom: 17px;
}
div.tx-indexedsearch-res div.tx-indexedsearch-res{
}
#searchtableresults td.tx-indexedsearch-icon,
#searchtableresults td.tx-indexedsearch-result-number,
#searchtableresults td.tx-indexedsearch-title,
#searchtableresults td.tx-indexedsearch-percent {
	padding: 3px 0;
	background: white;
}
#searchtableresults td.tx-indexedsearch-icon{
	padding-left: 5px;
	padding-top: 5px;
}
#searchtableresults td.tx-indexedsearch-title{
	font-weight: bold;
}
#searchtableresults td.tx-indexedsearch-percent{
	padding-right: 10px;
}
#searchtableresults td.tx-indexedsearch-descr{
	font-style: normal;
	padding-top: 10px;
}
#searchtableresults td.tx-indexedsearch-descr strong.tx-indexedsearch-redMarkup{
/*	color: #505090;*/
	color: #a07400;
}

/************************************************************************************************
* MAILFORM POWERMAIL
/************************************************************************************************/
div.tx-powermail-pi1 fieldset{
	margin-bottom: 20px;
	background: white;
	border: 1px solid #39568f;
}
div.tx-powermail-pi1 legend{
	color: #39568f;
	font-weight: bold;
}
div.tx_powermail_pi1_fieldwrap_html_3,
div.tx_powermail_pi1_fieldwrap_html_4,
div.tx_powermail_pi1_fieldwrap_html_5,
div.tx_powermail_pi1_fieldwrap_html_6,
div.tx_powermail_pi1_fieldwrap_html_7,
div.tx_powermail_pi1_fieldwrap_html_8,
div.tx_powermail_pi1_fieldwrap_html_9{
	padding: 1px 10px;
	_padding: 1px 20px;
}
div.tx_powermail_pi1_fieldwrap_html_4,
div.tx_powermail_pi1_fieldwrap_html_5,
div.tx_powermail_pi1_fieldwrap_html_8{
	margin-top: 20px;
}
div.tx_powermail_pi1_fieldwrap_html_7,
div.tx_powermail_pi1_fieldwrap_html_9{
	margin-bottom: 20px;
}
div.tx_powermail_pi1_fieldwrap_html_3{
	margin: 10px 0px 20px;
}
div.tx_powermail_pi1_fieldwrap_html label{
	display: block;
	float: left;
	overflow: hidden;
	width: 140px;
	line-height: 20px;
}
div.tx_powermail_pi1_fieldwrap_html_4 label{
	float: left;
	width: 140px;
	text-align: left;
}
div.tx_powermail_pi1_fieldwrap_html_4 input.powermail_captcha{
	float: left;
	display: block;
	margin: 5px 0 5px 0 !important;
}
div.tx_powermail_pi1_fieldwrap_html_4 img.powermail_captcha_captcha{
	border: 1px solid #39568f;
	display: block;
}
div.tx_powermail_pi1_fieldwrap_html_4 input.powermail_captcha,
div.tx_powermail_pi1_fieldwrap_html_4 img.powermail_captcha_captcha,
div.tx_powermail_pi1_fieldwrap_html_4 div.tx_powermail_pi1_fieldwrap_html_captcha_description,
div.tx_powermail_pi1_fieldwrap_html_3 input.powermail_submit{
	width: 200px;
	margin-left: 140px;
}
div.tx_powermail_pi1_fieldwrap_html_4 div.tx_powermail_pi1_fieldwrap_html_captcha_description{
	margin-top: 5px;
}

div.tx-powermail-pi1 input.powermail_text,
div.tx-powermail-pi1 textarea.powermail_textarea,
div.tx-powermail-pi1 select.powermail_select{
	width: 340px;
	_width: 350px;
}
div.tx-powermail-pi1 textarea.powermail_textarea{
	height: 100px;
}
div.powermail_mandatory_js{
	padding-left: 140px;
	padding-bottom: 10px;
	color: red;
}
/************************************************************************************************
* NEWSTICKER
/************************************************************************************************/
div.tx_jsticker_pi1-tickertext p,
div.tx_jsticker_pi1-tickertext p.bodytext{
	padding: 0;
	margin: 0;
}

/************************************************************************************************
* NEWSLETTER
/************************************************************************************************/
DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR TD.tx-danewslettersubscription-pi1-descr P{
	margin-bottom: 0;
}
DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row TD {
	background-color: white;
}
DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row TD.tx-danewslettersubscription-pi1-form-header {
	background-color: white;
}
DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR.tx-danewslettersubscription-pi1-listrow-header TD {
	background-color: white;
}
DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR.tx-danewslettersubscription-pi1-listrow-header TD P {
	font-weight: bold;
	color: #39568f;
	_margin-bottom: 10px;
}
div.tx-danewslettersubscription-pi1-listrow table{
	border: 10px solid white;
	background: white;
	border-collapse: collapse;
	margin-bottom: 20px;
}
tr.tx-danewslettersubscription-pi1-listrow-header td p{
	margin: 0;
}

div.tx-danewslettersubscription-pi1 form input{
	width: 49%;
}
div.tx-danewslettersubscription-pi1-listrow table tr.tx-danewslettersubscription-pi1-listrow-header td p input{
	position: relative;
	left: -110px;
}

/************************************************************************************************
* SMOOTH-GALLERY
/************************************************************************************************/
.myGallery{
	border:1px solid #39568f !important;
}
.jdGallery .slideElement {
	background-color: #FFFFFF !important;
}
