/**
  Generelle Einstellungen
*/

html, body {
  font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
  height: 100%;
  color: #564f4f;
}

body {
  background: #f0f0f0;
  overflow: -moz-scrollbars-vertical;
}

* { margin: 0; padding: 0; }

.ir {
  font: 0px/0px sans-serif;
  text-indent: -1000px;
  text-decoration: none;
  overflow: hidden;
  height: 0px;
}

a { outline: none; }

ul { list-style: none; }

.clr-left {
  display: block;
  clear: left;
}

.clr-both {
  display: block;
  clear: both;
}

/**
 * Haupt Layout
 */

div#main-wrapper {
	background: #fff url(../img/main/bgr_main.gif) 0 0 repeat-y;
	margin: auto auto;
	min-height: 100%;
	position: relative;
	width: 996px;
}

div#content-wrapper {
	float: left;
	margin: 0 0 50px 0;
}

div#footer {
	bottom: 0;
	position: absolute;
}

/**
 * Header
 */

div#header h1 a {
	background: url(../img/header/bgr_header.gif) 0 0 no-repeat;
	display: block;
	height: 116px;
	width: 973px;
}
div#header h1 a.img-de {
  background: url(../img/header/dbh_logo_de.gif) 0 0 no-repeat;
}
div#header h1 a.img-en {
  background: url(../img/header/dbh_logo_en.gif) 0 0 no-repeat;
}

/**
 * CONTENT COLS
 */

div#content-leftcol,
div#content-rightcol {
	float: left;
}

div#content-leftcol {
	background: #CFCFCF;
	margin: 0 1px 0 0;
	width: 231px;
}

div#content-rightcol {
	width: 740px;
}

/**
 * Meta-Nav
 */

div#meta-header {
	background: #D0D0CF url(../img/header/bgr_sub_header2.gif) 100% 0 no-repeat;
	float: left;
	height: 31px;
	width: 100%;
  margin-bottom: 40px;
}

ul#lst-meta-nav {
	float: right;
	margin: 6px 15px 0 0;
}

ul#lst-meta-nav li {
	float: left;
	margin: 0 10px 0 0;
	color: #66686A;
}

ul#lst-meta-nav li a {
	color: #66686A;
	text-decoration: none;
}
ul#lst-meta-nav li a:hover,
ul#lst-meta-nav li a.active {
	color: #E2001A;
}
/**
 * Main-Navi
 */

ul#lst-main-nav {
	border-top: 1px solid #fff;
	margin: 31px 0 0 0;
}

ul#lst-main-nav li {
	background: #9C9D9F;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 27px;
}

ul#lst-main-nav li a {
	background: #E2001A;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 22px;
	padding: 5px 0 0 9px;
	text-decoration: none;
}


/**
 * sub-level 1
 */

li.itm-active {
	background: #E2001A url(../img/navi/bgr_itm_active.gif) 9px 13px no-repeat !important;
}

li.sub-lvl-1 {
	background: green !important;
	border-bottom: 0 !important;
	padding: 0 !important;
}

li.sub-lvl-1 ul li {
	background: #B8B7B7 !important;
}

li.sub-lvl-1 ul li a {
	background: #E0DFDF !important;
	color: #564F4F !important;
	padding-left: 15px !important;
}

li.sub-lvl-1 ul li a:hover, li.sub-lvl-1 ul li a.active {
	background-color: #fff !important;
}

/**
 * sub-level 2
 */
li.sub-lvl-2 {
	background: green !important;
	border-bottom: 0 !important;
	padding: 0 !important;
}

li.sub-lvl-2 ul li {
	background: #B8B7B7 !important;
}

li.sub-lvl-2 ul li a {
	background: #E0DFDF url(../img/content/bgr_lst_reddot.gif) 20px 12px no-repeat !important;
	color: #564F4F !important;
	font-weight: normal !important;
	padding-left: 30px !important;
}

li.sub-lvl-2 ul li a:hover, li.sub-lvl-2 ul li a.active {
	background: #fff url(../img/content/bgr_lst_reddot.gif) 20px 12px no-repeat !important;
}
/*
li.sub-lvl-2 a {
	padding-left: 25px;
	background: url(../img/content/bgr_lst_reddot.gif) 0 0 no-repeat;
}
li.sub-lvl-2 a.active, li.sub-lvl-2 a:hover {

	padding-left: 25px;
}
*/

/**
 * sub-level 3
 */
li.sub-lvl-3 {	
	border-bottom: 0 !important;
	padding: 0 !important;
}

li.sub-lvl-3 ul li {
	background: #B8B7B7 !important;
	border: 0 !important;
}

li.sub-lvl-3 ul li a {
	background: #E0DFDF url(../img/content/bgr_lst_reddot.gif) 40px 12px no-repeat !important;
	color: #564F4F !important;
	font-weight: normal !important;
	padding-left: 50px !important;
}

li.sub-lvl-3 ul li a:hover, li.sub-lvl-3 ul li a.active {
	background: #fff url(../img/content/bgr_lst_reddot.gif) 40px 12px no-repeat !important;
}



/**
 * Main-content, Sidebar
 */

div#main-content,
div#sidebar-content {
	float: left;
	display: inline;
}

div#main-content {
	/*background: fuchsia;*/
	margin: 8px 0 30px 41px;
	width: 492px;
}

div#sidebar-content {
	margin: 0 0 0 15px;
	width: 192px;
}
div#hdl-login-wrapper {
	height: 80px;
	margin: 62px 0 0 41px;
}
h2#hdl-main {
	color: #E2001A;
	font-size: 24px;
	font-weight: normal;
	line-height: 29px;
	float: left;
	margin-top: 10px;
	margin-bottom: 33px;
	width: 492px;
}

img#img-keyvisual {
	margin: 0 0 13px 0;
}

p.bodytext {
	color: #564F4F;
	margin-bottom: 20px;
}
p.bodytext a {
	color: #E2001A;
	text-decoration: none;
}

/**
 * MODUL: Bild-Text
 */

div.mdl-img-content {
	border: 1px solid #BAB9B9;
	float: left;
	margin: 0 0 18px 0;
	padding: 8px 0 8px 0;
	position: relative;
	width: 486px;
}

a.lnk-more {
	background: url(../img/content/bgr_lnk_more.gif) 0 0 no-repeat;
	bottom: -1px;
	border-left: 1px solid #BAB9B9;
	border-top: 1px solid #BAB9B9;
	display: block;
	height: 23px;
	position: absolute;
	right: -1px;
	width: 34px;
}

div.mdl-content-wrapper {
	background: url(../img/content/bgr_brd_dotted.gif) 136px 0 repeat-y;
	float: left;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
}

div.mdl-content-wrapper img,
div.mdl-content-wrapper div {
	float: left;
}
div#main-content a {
	text-decoration: underline;
	color: #E2001A;
}

div.mdl-content-wrapper div {
	margin: 0 0 0 20px;
	width: 300px;
}

h3.hdl-mdl {
	color: #E2001A;
	font-size: 11px;
}

div.mdl-content-wrapper div p.bodytext {
	color: #564f4f;
}


/**
 * MODULE: Headline - bildliste
 */

div.mdl-content-list-wrapper {
	float: left;
	padding: 0 0 20px 9px;
}
/*
ul.lst-mdl-img {
	margin: 15px 0 0 0;
}*/
ul.lst-mdl-img strong { color: #564F4F; }

ul.lst-mdl-img li {
	float: left;
	margin: 16px 0 0 0;
}

ul.lst-mdl-img li img,
ul.lst-mdl-img li div {
	float: left;
}

ul.lst-mdl-img li div {
	margin: 0 0 0 15px;
	width: 380px;
}

/**
 * MODUL: Liste-Pfeil
 */

ul.lst-mdl-arrow {
	margin: 5px 0 15px 0;
}

ul.lst-mdl-arrow li {
	background: url(../img/content/bgr_lst_arrow.gif) 0 4px no-repeat;
	margin: 0 0 2px 10px;
}

ul.lst-mdl-arrow li a {
	color: #E2001A;
	font-weight: bold;
	padding: 0 0 0 17px;
	text-decoration: underline;
}


/**
 * Sidebar -> Newsbox
 */

div.mdl-newsbox-wrapper {
	margin: 0 0 11px 0;
}

div.mdl-newsbox {
	background: #F0F0F0;
	border-bottom: 1px solid #D0D0CF;
	border-right: 1px solid #D0D0CF;
	color: #868788;
	height: 100px;
	padding: 12px 0 0 9px;
	position: relative;
	width: 182px;
	margin-bottom: 5px;
}

div.mdl-newsbox * {
	font-size: 10px !important;
}


div.mdl-newsbox a { color: #868788; text-decoration: none; }
div.mdl-newsbox a:hover {
	color: #E2001A;
}

a.lnk-sidebar-more {
	background: url(../img/content/bgr_lnk_sidebar_more.gif) right bottom no-repeat;
	display: block;
	height: 76px;
	padding-bottom: 25px;
}
a.lnk-sidebar-more:hover {
	background: url(../img/content/bgr_lnk_sidebar_more_on.gif) right bottom no-repeat;
}

/**
 * Sidebar -> Downloads
 */

div.mdl-quick-downloads * {
	font-size: 10px;
	color: #868788;
}

div.mdl-quick-downloads {
	background: #fff;
	border: 1px solid #ECECEB;
}

div.mdl-quick-downloads h3 {
	background: #ECECEB;
	height: 20px;
	padding: 2px 0 0 10px;
	position: relative;
}

div.mdl-quick-downloads ul {

}

div.mdl-quick-downloads ul li {
	background: url(../img/content/bgr_brd_downloads.gif) 50% 0 no-repeat;
	margin: -1px 0 0 0;
	padding: 10px;
}

div.mdl-quick-downloads ul li p.bodytext {
	margin: 0 0 8px 0;
}

div.mdl-quick-downloads ul li strong {

}

a.lnk-download,
a.lnk-download * {
	color: #E2001A;
	text-decoration: none;
}

a.lnk-download {
	background: url(../img/content/ico_dl.gif) 2px 0 no-repeat;
	padding: 0 0 0 27px;
}

/**
 * Footer
 */

div#footer * {
	color: #fff;
	text-decoration: none;
}

div#footer {
	width: 100%;
}

div#footer-content {
	background: #E2001A;
	height: 26px;
	float: right;
	padding: 10px 0 0 43px;
	width: 721px;
	font-size: 10px;
}


ul#lst-footer-nav {
	float: right;
	display: block;
	width: 225px;
}

ul#lst-footer-nav li {
	float: left;
	margin: 0 8px 0 0;
}

ul#footer-address li {
	float: left;
	margin-right: 6px;
}

ul#footer-address li.lst-itm-spacer {
	background: #E2001A url(../img/footer/bgr_dot.gif) 0 8px no-repeat;
	width: 2px;
}

/*
	Sidebar Loginbox
*/
div#mdl-loginbox {
	color: #A0A0A0;
	font-size: 10px;
	margin-bottom: 10px;
}

div#mdl-loginbox form {
	float: right;
	width: 192px;
}
div#mdl-loginbox label {
	display: block;
	width: 60px;
	float: left;
	height: 19px;
}
div#mdl-loginbox input {
	width: 50px;
  margin-bottom: 5px;
  border: 1px solid #A0A0A0;
  width: 130px;
}
div#mdl-loginbox input#mdl-loginbtn {
	background: #fff url(../img/content/bgr_btn_login.gif) 0 0 no-repeat;
	float: right;
	width: 70px;
	height: 15px;
	margin-top: -10px;
	border: 0;
	cursor: pointer;
}
div.clr {
	height: 0px;
	width: 0px;
	clear: both;
}


/*
	Sidebar Zertifiziert nach
*/
div.mdl-certification {
	margin-top: 10px;
	padding: 8px 0 6px 10px;
	background: #ffffff;
}

div.mdl-certification h4 {
	font: 10px/14px Verdana, sans-serif;

	font-weight: bold;
	margin-bottom: 5px;
	color: #868788;
}

div.mdl-certification img {
	border: 3px solid #fff;
	margin-left: 16px;
}

div#bottom-links {
	margin: 40px 0 70px 0;
}
div#bottom-links a {
	color: #E2001A;
	text-decoration: underline;
	font-size: 10px;
	line-height: 11px;
	padding-left: 15px;
	height: 13px;
	display: block;
}

div#bottom-links a#lnk-back {
	width: 40px;
	float: left;
	background: url(../img/content/bgr_lnk_back.gif) 0 2px no-repeat;
}

div#bottom-links a#lnk-top {
	width: 60px;
	float: right;
	background: url(../img/content/bgr_lnk_top.gif) 0 2px no-repeat;
}


/*
	Kontakt + Formular
*/
a.lnk-to-form {
	background: url(../img/content/bgr_btn_kontakt.gif) 0 0 no-repeat;
	bottom: -1px;
	border-left: 1px solid #BAB9B9;
	border-top: 1px solid #BAB9B9;
	display: block;
	height: 23px;
	position: absolute;
	right: -1px;
	width: 70px;
}

a.lnk-to-form-en {
	background: #fff url(../img/content/bgr_btn_kontakt_en.gif) 2px 2px no-repeat;
	bottom: -1px;
	border-left: 1px solid #BAB9B9;
	border-top: 1px solid #BAB9B9;
	display: block;
	height: 23px;
	position: absolute;
	right: -1px;
	width: 69px;
}

div.kontakt-wrapper {
	width: 486px;
	margin-bottom: 15px;
	float: left;
}
div.kontakt-wrapper div.mdl-img-content {
	margin-bottom: 1px;
}

div.kontaktform {
	border: 1px solid #BAB9B9;
	width: 476px;
	height: 540px;
	padding-left: 10px;
	padding-top: 10px;
	color: #564F4F;
	clear: both;
}
div#veranstaltung {
        height: 369px;
        padding-top: 20px;
}
div.kontakt-wrapper table {
	width: 344px;
	margin-bottom: 15px;
	margin-top: 10px;
}
div.kontakt-wrapper table tr td {
	line-height: 16px;
	width: 150px;
}
div.kontakt-wrapper table tr td.td-left {
	width: 180px;
}
div.kontaktform label {
	width: 150px;
	display: block;
	float: left;

}

div.kontaktform input,
div.kontaktform textarea,
div.kontaktform select {
	width: 256px;
	border: 1px solid #BAB9B9;
}
div.kontaktform select {
	width: 259px;
	color: #564F4F;
}
div.kontaktform .inp-short {
	width: 50px;
	margin-right: 3px;
}
div.kontaktform .inp-veryshort {
	width: 15px;
	border: 0;
}
div.kontaktform .inp-long {
	width: 201px;
	margin-right: 3px;
}
div.kontaktform input.inp-senden {
	border: 0;
	display: block;
	height: 21px;
	width: 68px;
	float: left;
	margin-right: 32px;
	background: url(../img/content/bgr_btn_senden.gif) 0 0 no-repeat;
	cursor: pointer;
}
div.kontaktform input.inp-close {
	border: 0;
	display: block;
	height: 21px;
	width: 87px;
	background: url(../img/content/bgr_btn_close.gif) 0 0 no-repeat;
	cursor: pointer;
	margin-bottom: 20px;
}

div.kontaktform input.inp-senden-en {
	border: 0;
	display: block;
	height: 21px;
	width: 54px;
	float: left;
	margin-right: 32px;
	background: url(../img/content/bgr_btn_send.gif) 0 0 no-repeat;
	cursor: pointer;
}

div.kontaktform input.inp-close-en {
	border: 0;
	display: block;
	height: 21px;
	width: 63px;
	background: url(../img/content/bgr_btn_cancel.gif) 0 0 no-repeat;
	cursor: pointer;
	margin-bottom: 20px;
}

div#registrierung { height: 690px; }
div.kontaktform ul.floated,
div.kontaktform ul.not-floated { clear: both; }

div.kontaktform ul.floated li {
	float: left;
	width: 190px;
	margin-right: 20px;
}
div.kontaktform ul.floated li input { width: 20px; float: left; }
div.kontaktform ul.floated li label { width: 160px; }
div.kontaktform ul.not-floated li {
	clear: both;
	float: left;
	width: 418px;
}
div.kontaktform ul.not-floated li label { width: 393px; }
div.kontaktform ul.not-floated li input { width: 20px; float: left; }
div.kontaktform strong { display: block; clear: both; padding: 20px 0 10px 0; }

.frm-error {
  color: red !important;
}

/*
  Modul Ansprechpartner / Ansprechpartnerliste
*/
div.partner table {
  margin: 15px 0 0 0;
}
div.partner table td {
  width: 150px;
  margin: 0;
  padding: 0;
  height: 14px;
}
div.partner table td,
div.partner p.bodytext {
  color: #564F4F;
}
div.mdl-lst-partner {
	margin-bottom: 15px;
}
div.mdl-lst-partner h3.hdl-mdl {
	margin-bottom: 10px;
}
div.mdl-lst-partner div.partner h3.hdl-mdl {
	margin-bottom: 3px;
	color: #564F4F;
}


/*
	Listen im Contentbereich
*/

div#main-content div.csc-header h1 {
	font: 11px/14px Verdana, Arial, sans-serif;
	color: #564F4F;
	font-weight: bold;
	margin-bottom: 20px;
}

div#main-content ul.csc-bulletlist {
	list-style: none;
}
div#main-content ul.csc-bulletlist li {
	margin: 0 0 20px 20px;
	display: block;
	height: 15px;
	padding-left: 15px;
	background: url(../img/content/bgr_lst_reddot.gif) 0 7px no-repeat;
}

/*
	Content Stellenauschreibung
*/
div.mdl-stellen {
	width: 492px;
}
div.mdl-stellen div.mdl-img-content {
	padding: 15px 0 15px 10px;
	width: 482px;
}
div.mdl-stellen h3.hdl-mdl {
	color: #564F4F;
	margin: 0 0 20px 0;
	font-size: 11px;
	font-weight: bold;
}
div.mdl-stellen p.bodytext {
	margin: 20px 0 8px 35px;
}
div.mdl-stellen ul {
	margin: 0 0 25px 20px;
	list-style: none;
}

div.mdl-stellen ul li {
	padding-left: 14px;
	background: url(../img/content/bgr_lst_arrow.gif) 0 3px no-repeat;
	margin-bottom: 15px;
	color: #E2001A;
}
div.mdl-stellen ul li a {
	text-decoration: underline;
	font-weight: bold;
	color: #E2001A;
}
div.level_1 { margin-bottom: 12px; }
div.csc-textpic img { border-bottom: 10px solid #fff; }

/*
	Messeteaser
*/
div.mdl-messe-teaser {
	margin-top: 10px;
	padding: 8px 0 6px 10px;
}

div.mdl-messe-teaser h3 {
	color:#868788;
	font-family:Verdana,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:14px;
	margin-bottom:5px;
}

div.tx-lzgallery-pi1 {
	clear: both;
	}
	
div.tx-lzgallery-pi1-searchbox {
	display: none;
	}
	
div.tx-lzgallery-pi1 tr.sorting {
	display: none;
}


table#tx-lzgallery-pi1-listing {
	width: 490px;
	}
#tx-lzgallery-pi1-listing td.information {
	display: none;
	}
#tx-lzgallery-pi1-listing td.preview {
	padding:8px;
	width:80px;
}
#tx-lzgallery-pi1-listing td.descr_short {
}

#tx-lzgallery-pi1-listing td {
  padding-bottom: 16px;
  }


div.lst-itm {
  border: 1px solid #B9B9B9;
  float: left;
  width: 488px;  
  position: relative;
}

div.lst-itm img {
  border: 0;
}

div.lst-itm div.img {
  float: left;
  padding: 14px;
  background: url(../img/gallery/dotted.gif) repeat-y 100% top;
}


div.lst-itm div.info {
  float: left;
  padding: 16px 0 16px 14px;
  position: relative;
  width: 366px;
}

div.lst-itm div.info p {
  display: block;
  margin: 4px 0;
}

div.lst-itm div.info a {
  color: #878787!important;
  text-decoration: none !important;
}

div.lst-itm div.link {
  position: absolute;
  bottom: 0;
  right: 0;
}


div.gallery {
  border: 1px solid #BDBDBD;
  float: left;
  width: 488px;
}

div#tx-lzgallery-pi1-title {
  background: #9C9D9F;
  color: #FFF;
  padding: 4px 15px 4px 15px;
  display: inline;
}

table#tx-lzgallery-pi1-fotos {
  margin: 20px 10px;
  width: 458px;
}

table#tx-lzgallery-pi1-fotonav {
  margin: 10px 10px 15px 10px;
  width: 468px;
  float: left;
  background: url(../img/gallery/dotted.gif) repeat-x left bottom;
  padding-bottom: 10px;
}
table#tx-lzgallery-pi1-fotonav a {
  color: #878787!important;
  text-decoration: none !important;
  font-weight: bold;
}

table#tx-lzgallery-pi1-fotonav td.top a {
  background: url(../img/gallery/icon_list.gif) no-repeat 0 3px;
  padding-left: 16px;
}
table#tx-lzgallery-pi1-fotonav td.up a {
  background: url(../img/gallery/icon_up.gif) no-repeat 0 3px;
  padding-left: 16px;
}
div#tx-lzgallery-pi1-descr-long {
  padding-bottom: 20px;
}







/************************************************************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ************************************************************************/  


/* Toggle default */



h3.rgaccord1-toggle {
background:#EEEEEE url(../img/accordion/toggle_tab_hg.jpg) repeat scroll 0 0;
border:0 solid #CCCCCC;
color:#E2001A;
font-size:11px;
font-weight:bold;
height:22px;
line-height:26px;
margin-right:0;
padding:0 0 2px 5px;
text-align:center;
width:185px;
}


/* Toggle act item */
h3.act {
  color:#e2001a;
  /*color:#edf2f7;
  
  background:#eeeeee url(../img/accordion/minus.png) 5px center no-repeat;*/
  background: #eeeeee url(../img/accordion/toggle_tab_hg.jpg) ;
  
}

/* the content */
div.rgaccord1-content {
  width:190px;
  min-height:90px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  border-bottom:0px solid #ccc;
   padding-left:8px;
}

div.rgaccord1-content a{
  color: #000 !important;
  background-image: url(../img/accordion/pdficon.png);
  background-repeat:no-repeat;
  height:26px;
  display:block;
  padding-left:26px;
  }


div.rgaccord1-content p.bodytext{
  width:180px;
  margin-bottom:0px;
  padding:3px;
  padding-left:8px;
  line-height:1.3;
  color:#868788;
  font-size:10px;
}

div.rgaccord1-content img{
	padding:8px;
	float:left;
	/*min-height:100px; */
}


/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
  div.rgaccord1-content h1 {
  display:none;
}

div.rgaccord1-nest{
  border:1px solid #ccc;

  background-image: url(../img/accordion/tab_content_hg.jpg);
  background-repeat:repeat-x;
  background-color: #DBDBDB;
  margin-bottom:0px;
  width:190px;
}

div.rgaccord1-nest a.internal-link{
font-style:normal;
font-color:#868788;
text-decoration:none;
text-align:right;
}

div.accordion-link a{marginleft:20px;}

div.accordion-bild {
  max-width:180px;
  color: #868788 !important;
 }
 
div.accordion-bild img{
  max-width:184px;
  float:left;
  margin:8px;
 } 
 
 div.accordion-bild-center{
  text-align:center;
  margin:8px;
 }  



 
div.mdl-newsbox {
	/*background: #eeeeee url(../img/accordion/_tab_content_hg.jpg) ;*/
	background-position:0px 0px;
	background-color:#f0f0f0;
	padding-left:8px;
	padding:0px auto 0 6px;
	/*border:1px solid #ccc;*/
	margin-bottom:12px;		
}



 
div.mdl-newsbox-emcs {
	background: #eeeeee url(../img/accordion/tab_content_hg.jpg) ;
	background-position:0px 0px;
	background-color:#f0f0f0;
	padding-left:8px;
	padding:0px auto 0 6px;
	border:1px solid #ccc;
	margin-bottom:12px;
}


div.mdl-newsbox-emcs  .lnk-sidebar-more { 
	color: #868788; text-decoration: none; 
	background-image: url(img/accordion/_tab_content_hg.jpg)
	color: f0f0f0;
}

div..mdl-newsbox-emcs a.lnk-sidebar-more:hover {
	background-image: url(img/accordion/_tab_content_hg.jpg)
	color: f0f0f0;
}



mdl-newsbox-wrapper-emcs{
	margin: 0 0 11px 0;
	background: #eeeeee url(../img/accordion/tab_content_hg.jpg) ;
	border:1px solid #ccc;
	margin-bottom:10px;
}





h3.rgaccord1-toggle {
  font-weight:bold;
  color:#e2001a;
  line-height: 26px;
  height: 22px;
  background: #eeeeee url(../img/accordion/toggle_tab_hg.jpg) ;
  padding:0px 0 2px 5px;
  margin-right:0px;
  cursor:pointer;
  width:185px;
  border:0px solid #CCCCCC;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  border-top:0px solid #ccc;
  text-align:center;
  font-size:11px;
  cursor: pointer;
}



/**************Main Content-Accordion


/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
div#main-content h3.rgaccord1-toggle {
  font-weight:bold;
  color:#e2001a;
  /*line-height: 26px;*/
  height: 44px;
  background: #fff url(../img/accordion/erklaerung_head.gif);
  background-repeat: no-repeat;
  padding:0px 0 2px 5px;
  margin-right:0px;
  cursor:pointer;
  width:450px;
  text-align:center;
  
}

/* Toggle act item */
div#main-content h3.act {
  color:#e2001a;
  /*color:#edf2f7;
  height:360px;
  /*background:#eeeeee url(../img/accordion/minus.png) 5px center no-repeat;*/
  /* background: #eeeeee url(../img/accordion/toggle_tab_hg.jpg) ;*/
   background: #fff url(../img/accordion/erklaerung_head.gif); 
  background-repeat: no-repeat; 
    height: 44px;
}

/* the content */
div#main-content div.rgaccord1-content {
  width:500px;
  min-height:360px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  border-bottom:0px solid #ccc;
}

div#main-content div.rgaccord1-content a{
  color: #868788 !important;
}



div#main-content div.rgaccord1-content p.bodytext{
  width:450px;
  margin-bottom:0px;
  padding:3px;
  line-height:1.3;
}

div#main-content div.rgaccord1-content img{
	/*padding-left:8px;*/
	padding-left:0px;
	float:left;
	
}




/* remove margin of a CE */
div#main-content div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div#main-content div.rgaccord1-content h1 {
  display:none;
}

div#main-content div.rgaccord1-nest{

  background-image: url(../img/accordion/_tab_content_hg.jpg);
  background-repeat:repeat-x;
  background-color: #fff !important;
  margin-bottom:0px;
  width:480px;
  height:auto;
}

div#main-content div.rgaccord1-nest a.internal-link{
font-style:normal;
font-color:#868788;
text-decoration:none;
text-align:right;
}

div#main-content div.accordion-link a{marginleft:20px;}




div#main-content div.rgaccord1-content  {
border-bottom:0 solid #CCCCCC;
border-left:0 solid #CCCCCC;
border-right:0 solid #CCCCCC;
min-height:90px;
width:450px;
}




div#main-content .rgaccord1-nest{
border:0px; 
height:380x;
}


div#main-content .rgaccord1-nest img{
/*height:400px;*/
border:0px; 

}




/***************************
 *  static widget
 ***************************/  


/* Toggle default */
h3.rgaccord_static-toggle {
  font-weight:bold;
  color:#e2001a;
  line-height: 26px;
  height: 22px;
  background: #eeeeee url(../img/accordion/toggle_tab_hg.jpg) ;
  padding:0px 0 2px 5px;
  margin-right:0px;
  width:185px;
  border:0px solid #CCCCCC;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  border-top:0px solid #ccc;
  text-align:center;
  font-size:11px;
}


/* the content */
div.rgaccord1_static-content {
  width:190px;
  min-height:100px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  border-bottom:0px solid #ccc;
}

div.rgaccord1_static-content a{
  color: #000 !important;

}



div.rgaccord1_static-content p.bodytext{
  width:180px;
  margin-bottom:0px;
  padding:3px;
  line-height:1.3;
  color:#868788;
  font-size:10px;
}

div.rgaccord1_static-content img{
	padding:8px;
	float:left;
	/*min-height:100px; */
}



div.rgaccord1_static-nest{
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-top:1px solid #ccc;
  background-image: url(../img/accordion/tab_content_hg.jpg);
  background-repeat:repeat-x;
  background-color: #bbbbbb;
  margin-bottom:0px;
  width:190px;
}

div.rgaccord1_static-nest a.internal-link{
font-style:normal;
font-color:#868788;
text-decoration:none;
text-align:right;
}


.emcs_text{
	width: 450px;
}

/* Stoerer auf der Startseite */

#content-leftcol img{
	border:0px;
	margin-top:10px;
	}
