/*

	filename:	/css/screen-core.css
	version:	1.0 - 2009-09-13 - fz

	author:		frank (dot) zoeller (at) gpm (dot) de 
	validated by W3C CSS Validator // jigsaw.w3.org
	
*/


/* =core
-------------------------------------------------------------------------*/

html {
	font-size: 100%; /* for IE*/
}

html > body {
	font-size: 16px; /* for everyone else*/
}

/* that's it. default: 1em = 16px */
/* elements keeping their parents font size */
input, select, th, td, li li, li p, td p, q p {
	font-size: 1em;
}

/*
table td * {
	font-size: 1em ! important;
}
*/
table {
	border-spacing: 0px;
	border-collapse:collapse;
}

table tr.trOdd td {
	background-color: #F1F1F1;
}

table td {
	vertical-align: top;
}
.content table tr th, .content table tr td {
	border-right:2px solid #FFFFFF;
	padding:5px;
	vertical-align:top;
}


table td.tdDatum {
	width: 75px;
}

table td.tdText {
	width: 340px;
}

table th {
	vertical-align: top;
	background-color: #D6EDF1;
	padding: 2px;
	text-align: left;
}

table.eventTable {
	width: 475px;
}
table.eventTable th {
	text-align: left;
}
table.eventTable th.eventTitle {
	width: 280px;
}

.content table th p {
	margin-bottom: 0;
}

/* reset margin, padding */ 
* { 
	margin:0; 
	padding:0; 
} 
	
body {
	font-family: Tahoma, Geneva, sans-serif;
	background: #F9FAFA;

}

#stage {
	position: relative;
	width: 957px;/* was 980 */
	margin: 0 auto;
}

#headLayer {
	position: relative;
	height:	94px;
	z-index: 10000;
}

#headLayer #logo {
	position: absolute;
	top: 28px;
	left: 0;
}

#mainnav {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 55px;
	right: -9px;
}

#mainnav ul {
	font-size: 0.6875em;
	text-transform: uppercase;
}

#mainnav ul li {
	position:relative;
	list-style: none;
	float: left;
	display: inline;
    min-width: 40px; 
    width: auto !important;   /* IE6 */
    width: 80px;    /* IE6 */ 
	top: 5px;
	padding: 0 1px 0px 0px;
	overflow: visible;
	background: none;
}

#mainnav ul li.login a {
	color: #FFF;
	text-align: center;
	width: 67px;
	background: none;	
}

#mainnav ul li.login a:hover {
	color: #FFF;
	background: none;
}

				
#mainnav ul li a {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 2500 !important;
	text-decoration: none;
	color: #1A171B;
	background: none;
	display: block;
	height: 26px; 
	line-height: 26px;
}

#mainnav ul li a:hover,
#mainnav ul li a.activeHover,
#mainnav ul li a.active {
	color: #1A171B;
	text-decoration: none;	
	/*background: transparent url(../img/bg_li-mainnav.gif) repeat-x 2px 2px;*/
	background: transparent url(../img/main_nav_akt_left.gif) no-repeat top left;
}



#mainnav ul li a span {
	padding: 0px 10px 0px 10px;
	display: block;
 
}

#mainnav ul li a:hover span,
#mainnav ul li a.activeHover span,
#mainnav ul li a.active span {
    /*background: #7DB6BF url(../img/bg_a-mainnav.gif) repeat-x;*/
    background: transparent url(../img/main_nav_akt_right.gif) no-repeat top right;
}

  
#mainnav ul ul {
	z-index: 1000;
	display: block;
	margin-right: 16px; 
}

/* --- Metanavigation --- */

#metanavsearchLayer {
	position: absolute;
	top: 10px;
	left: 680px;
	width: 285px;
}

#metanavsearchLayer ul {
	padding-top: 3px;
	float: left;
}

#metanavsearchLayer ul li {
	font-size: 0.625em;
	list-style: none;
	display: inline;
}

#metanavsearchLayer form .textField {
	margin-right: 0 !important;
}

#metanavsearchLayer ul li a {
	text-decoration: none;
	color: #1A171B;
	margin-right: 10px;
	float: left;
}

#metanavsearchLayer ul li a:hover {
	text-decoration: underline;
}

#metanavsearchLayer .searchSubmit {
	float: left;	
}

#metanavsearchLayer .textField {
	font-size: 0.625em !important;
	color: #1A171B;
	border: none;
	background: transparent url(../img/bg_search_input.gif) no-repeat;
	height: 18px;
	width: 104px;
	padding-top: 2px;
	padding-left: 2px;
	margin-right: 6px;
	float: left;
	outline: 0; /* for safari */
}

/* --- mainLayer --- */

/*
#mainLayer {
	padding: 0px 10px;
}
*/

#headlineLayer {
	line-height: 40px;
	height: 40px;
	padding-left: 245px;
}

#mainLayer h1 {
	font-size: 1.125em;
	font-weight: bold;
	color: #1A171B;
}

/* --- subnavigation --- */

#subnavLayer {
	width: 205px;
	float: left;	
}

#subnav {
	font-size: 0.6875em;
	background: transparent url(../img/bg_subnav.gif) repeat-y;
	padding-top: 30px;
}

#subnav ul {
	padding-right: 27px;
	margin-left: 2px;
}

#subnav ul ul {
	padding-right: 0px;
}

#subnav li {
	list-style: none;
	padding: 0px 0px 15px 0px;
	/* display: inline;	 */
}

#subnav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #1A171B;
	padding: 2px 40px 2px 10px;
	display: block;
}

#subnav ul li a.active,
#subnav ul li a:hover {
	background: #7eb7c6;
}

#subnav ul ul {
	margin-left: 0px;
}


#subnav ul li ul li {
	list-style: none;
	padding: 0px 0px 0px 0px !important;
	display: inline;
}

#subnav ul li ul li a {
	font-weight: normal;
	padding: 2px 45px 2px 17px;
}

#subnav ul li ul li a:hover {
	color: #FFF;
}

#subnav ul li ul li a.active {
	color: #1A171B;
	background: #84CAD6;
}
#subnav ul li ul li ul li a.active {
	background:#00FF00;
}

#subnav ul ul ul {
	margin-left: 0px;
}

#subnav ul li ul li ul li a {
	font-weight: normal;
	padding: 2px 45px 2px 24px;
}

#subnav ul li ul li ul li a.active {
	background: #ADDBE3;
}

#subnav ul li ul li ul li ul li a.active {
	background: #D6EDF1;
}

#subnavfooter {
	background: transparent url(../img/bg_subnav-footer.jpg) no-repeat;
	width: 200px;
	height: 162px;
}

/* --- Content --- */

#body2 #contentLayer {
	position: relative;
	width: 100% !important;
	margin-top: 10px;
	margin-bottom: 0px;
}


#body2 .content {
	/* line-height: 16px; */
	width: 100% !important;
	float: none;	
}

#body2 .boxbot {
	margin-bottom: 20px;
}
/* - home bildbox + xtra-navi - */


#body2 .bildbox {
	position: relative;
	width: 957px;
	height: 416px;
	background: transparent url(../img/visual_home.jpg) 0 0 no-repeat;
	color: #484a4d;
	z-index: 1 !important;
}

#body2 .bildbox #moodLayer img {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 1;
}

#body2 .bildbox #moodLayer img.obersteebene {
	z-index:3;
}

#body2 .bildbox #moodLayer img.mittlereebene {
	z-index:2;
}

#body2 .bildbox .sitevisual {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#body2 .bildboxbottom {
	position: relative;
	top: 0;
	left: 0;
	height: 9px;
	width: 957px;
	background: #fff url(../img/visual_home_bottom.jpg) 0 0 no-repeat;
}


#bildboxsection {
	position: absolute;
	left: 28px;
	bottom: 5px;
	z-index: 10;	
}

#bildboxsection a {
	text-align: center;
	font-size: 0.75em !important;
	font-weight: bold;
	padding: 0px 0 0 0;
	display: block;
	float: left;	
	width: 21px;
	height: 20px;
	background: url(../img/bg_home_navsection.gif) 0 0 no-repeat;
	text-decoration: none;
}

#bildboxsection a:hover, #bildboxsection a.act {
	background: url(../img/bg_home_navsection_act.gif) 0 0 no-repeat;
}


.bildbox .bildboxnavi {
	position: absolute;
	width: 188px;
	height: 60px;
	overflow: hidden;
}

.bildbox #bildbox1 {
	z-index: 400;
	bottom: 0px; 
	left: 196px;
	background: url(../img/bg_bildboxnavi_left.png) 0 0 no-repeat;
}
.bildbox #bildbox2 {
	z-index: 300;
	bottom: 0px; 
	left: 378px;
	background: url(../img/bg_bildboxnavi.png) 0 0 no-repeat;
}
.bildbox #bildbox3 {
	z-index: 200;
	bottom: 0px; 
	left: 560px;
	background: url(../img/bg_bildboxnavi.png) 0 0 no-repeat;
}

.bildbox #bildbox4 {
	z-index: 100;
	bottom: 0px; 
	left: 742px;
	background: url(../img/bg_bildboxnavi_right.png) 0 0 no-repeat;
}

.bildbox .bildboxNaviHead {
	padding: 15px;
	line-height: 13px;

}
.bildbox .bildboxNaviHead h2 {
	text-transform: uppercase;
	font-size: 0.75em !important;
	margin: 0 0 3px 0;
}

.bildbox .bildboxNaviHead a {
	display: block;
	text-decoration: none;
}

.bildbox .bildboxNaviBody {
	padding: 0 15px;
	line-height: 13px;
}

.bildbox .bildboxNaviBody a {
	padding: 5px 23px 10px 0;
	background: url(../img/arrow_right_trans.png) right 4px no-repeat;
	line-height: 18px;
}

.release_video {
    margin-bottom: 10px; 
}

#body120 .content {
	float:none;
	width:660px !important;
}


.naLayer ul li {
	background: transparent url(../img/bullet-li.gif) no-repeat 0 6px !important;
}

.newsLayer {
	width: 635px;
	float: left;
}

.newsHeadline {
	width: 180px;
	float: left;
}

.newsHeadline h3 {
	font-size: 1em !important;
}

.newsHeadline h3 span {
	color: #7eb7c6;
}

.newsBody {
	width: 415px;
	float: left;
}

.angebotLayer {
	width: 300px;
	float: left;
}

.angebotBody {
	padding-left: 33px;	
}

#body2 .content h3 {
	/* font-size: 0.6875em; */
}

#body2 .content p {
	/* font-size: 0.6875em; */
	margin-bottom: 10px;
}

#body2 .content ul {
	font-size: 0.6875em;
	margin-bottom: 20px;
}
#body2  #tool1 .content ul {
	font-size: 1em;
	margin-bottom: 0;
	margin-left: 0;
}
#body2  #tool1 h2 {
	font-weight: normal;
}

.newsLayer {
	position: relative;
	width: 255px;/* was 298 */
	/*
	height: 130px;
	background: transparent url(../img/bg_karten.jpg) no-repeat 0 16px;
	*/
	margin-left: -3px;
	margin-right: 34px;
	float: left;
}

.lastKL {
	width: 320px;
	margin-right: 0px;
}

.lastKL .newsBody {
	width: 320px !important;
}

.newsLayer h2 {
	/*
	font-size: 0.875em !important;
	background: transparent url(../img/bg_textbox_headline.gif) no-repeat 0 4px;
	padding-left: 48px;
	*/
	text-transform: uppercase;
	
	margin-bottom: 10px !important;
}

.newsLayer ul {
	margin-left: 0px !important;
	margin-bottom: 10px !important;	
}

.newsLayer ul li {
	list-style: none;
	background: transparent url(../img/bullet-li.gif) no-repeat 0 5px !important;
	padding-left: 12px !important;
}

.newsLayer .newsBody {

	width: 245px;/* was 150 */
	/*
	padding-left: 16px;
	*/
}

.newsLayer img {
	position: absolute;
	top: 20px;
	right: 3px;
}

.newsLayer .date {
	font-size: 0.6875em;
}

.newsBody a.more {
	padding: 5px 23px 10px 0;
	background: url(../img/arrow_right.png) right 4px no-repeat;
	line-height: 18px;	
}

/* --- box tools */
#toolsBox {
	margin-bottom: 20px;
}
#toolsBox .content {
	/* line-height: 13px; */
}


#body2 #toolsBox .contentBG {
	padding: 8px 15px 15px 30px;
	height: auto;
}

#toolsBox h3 {
    
}
 
#toolsBox a.toolsheadline {
	display: block;
	width: 264px;
	font-size: 0.6875em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 30px;
	margin-bottom: 0;
	line-height: 23px;
	position: relative; 
}

#toolsBox a.toolsheadline img {
	display: block; 
	float: right;
	position: absolute; 
	right: 40px; 
	top: 5px; 
}

#toolsBox .toolhead1 {
	height: 26px;
	background: url(../img/bg_toolboxhead_abc.gif) 0 0 no-repeat;
}

#toolsBox .toolhead2 {
	height: 25px;
	background: url(../img/bg_toolboxhead_suche.gif) 0 0 no-repeat;
}

#toolsBox .toolhead3 {
	height: 24px;
	background: url(../img/bg_toolboxhead_sprechst.gif) 0 0 no-repeat;
}
#toolsBox .toolhead3b {
	height: 24px;
	background: url(../img/bg_toolboxhead_sprechst2.gif) 0 0 no-repeat;
}

/* change display via javascript */

#toolsBox #tool1, 
/*#toolsBox #tool2, */
#toolsBox #tool3 {
	display: none;
	overflow: hidden;
}

#toolsBox #box3 .boxbot {
	display: none;
}


#toolsBox #tool2 .searchSubmit,
#searchformPublication .searchSubmit {
	float: left;
}

#toolsBox #tool2 .textField,
#searchformPublication .textField
{
	font-size: 0.625em !important;
	color: #1A171B;
	border: none;
	background: transparent url(../img/bg_search_input.gif) no-repeat;
	height: 18px;
	width: 104px;
	padding: 2px 0 0 2px;
	margin-right: 6px;
	margin-bottom: 6px;
	outline: 0; /* for safari */
}

#searchformPublicationLabel {
	float: left;
	margin-right: 8px;
}


/* --- box zahlen und fakten */

#focusgroupsBox .contentBG {
	padding: 5px 10px 5px 13px !important;
}

.focusgroupsLayer {
	position: relative;
	top: 0;
	left: 0;
	width: 235px;
	/* line-height: 13px; */
}



.focusgroupsLayer h2 {
	text-transform: uppercase;
	margin-bottom: 10px !important;
	
}


.focusgroupsLayer ul {
	margin: 0 0 5px 0 !important;
}
.focusgroupsLayer ul li {
	list-style: none;
	background: transparent url(../img/bullet-bar.gif) no-repeat 0 8px !important;
	padding-left: 8px !important;
}
.focusgroupsNav {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
}

.focusgroupsNav a {
	display: block;
	float: left;
	height: 18px;
	width: 19px;
	margin: 0 5px;
	text-decoration: none;
}

.focusgroupsNav a {
	margin-top: 1px;
}
.focusgroupsNav p {
	float: left;
}

.focusgroupsNav a.back {
	background: url(../img/button_back_act.gif);
}
.focusgroupsNav a.forward {
	background: url(../img/button_forward_act.gif);
}
.focusgroupsNav a.backinactive {
	background: url(../img/button_back_inact.gif);
}
.focusgroupsNav a.forwardinactive {
	background: url(../img/button_forward_inact.gif);
}


/* change display via javascript */

.focusgroups {
	display: none;
}

#focusgroups1 {
	display: block;
}


#wrapper {
	margin-top: 10px;
	padding: 14px;
	background: transparent url(../img/bg_contentlayer.gif) no-repeat !important;

}


#contentLayer {
	position: relative; 
	margin-bottom: 20px;
	float: left;
	width: 723px;
}

.contentBG {
	background: #fff;
	padding: 15px 15px 15px 25px;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	height: 1%;
}

#body2 .contentBG {
	padding: 8px 15px 15px 20px;
}

#body2 .content h3 a {
	text-decoration: none;
}
#body2 .content h3 a:hover {
	text-decoration: underline;
}

.content {
	line-height: 20px;
	color: #1A171B;
	width: 473px;/* was 525 */
	float: left;
	overflow: visible;
	height: 1%;
}

.content h1 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.content h1 a {
	text-decoration: none;
}
.content h1 a:hover {
	text-decoration: underline;
}

.content h2 {
	font-size: 0.8125em;
	margin-bottom: 10px;
}

.content h3 {
	font-size: 0.8125em;
}

.content h2.bdBlue {
	font-size: 0.875em;
	color: #1A171B;
	background: transparent url(../img/bg_headline_blue.gif) no-repeat 0 4px;
	margin-bottom: 16px;
	padding-left: 33px;
}

.content h2.year{
	margin-bottom: 5px;
}

.content p {
	font-size: 0.8125em;
	margin-bottom: 20px;
}
.content p#searchformPublicationLabel {
	margin-bottom: 0;
}

.content ul {
	font-size: 0.8125em;
	margin-left: 10px;	
	margin-bottom: 20px;	
}

.content ul li {
	list-style: none;
	background: transparent url(../img/bullet-li.gif) no-repeat 0 7px;
	padding-left: 20px;
}

.content a,
#cBoxLayer a {
	color: #1A171B;
}

.content a:hover,
#cBoxLayer a:hover {
	text-decoration: none;
}

#cBoxLayer {
	width: 180px;
	padding-left: 25px;
	float: left;
}

/* arztsuche */
.content .arztPicliste ul {
	margin-left: 0px;
}

.content .arztPicliste ul li {
	list-style: none;
	background: none;
	padding-left: 0px;
	display: inline;
}

.content .arztPicliste ul li a {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

.content .arztPicliste ul li a:hover {
	text-decoration: none;
}

.content .arztPicliste ul li a span {
	font-size: 11px;
	line-height: 12px;
	position: absolute;
	top: 85px;
	left: 3px;
	background: #fff;
	border: 1px solid #7EB7C6;
	padding: 3px;
	margin-right: 3px;
	display: none;
	z-index: 2000;
}

.arztDetail h2 {
	margin-bottom: 0px;
}

img.arztInfoPic {
	display: block;
	margin-bottom: 20px !important;
}

table.arztInfo th {
	font-size: 0.8125em;
	text-align: left;
	padding-left: 3px;
}

table.arztInfo td {
	font-size: 0.8125em;
	padding-top: 5px !important;
	padding-left: 3px !important;
	padding-right: 8px !important;
	padding-bottom: 5px !important;
}


.newhomeleft {
	float: left;
	padding: 10px 0 0 14px;
	width: 650px;
}

.vertbgline {
	background: url(../img/bg_vertical_line.gif) 255px 30px no-repeat;
}
.newhomeright {
	padding-top: 10px; 
	width: 264px;
	margin-left: 680px;
} 

.newhomeright .contentBG .content p {
    font-size: 0.75em !important;     
}

#zentrumicon {
	float: left;
	margin: -15px 0 10px 0;
}

/* --- InfoLayer --- */

a.linkInfoLayer {
	padding-left: 0px;
}

.linkInfoLayer img {
	vertical-align: -5px;
	display: inline;
	border: none;
	text-decoration: none;
}

.infoLayer  {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 270px;
	z-index: 2001;
}

.infoLayer .infoLayerHead {
	text-align: right;
	height: 19px;
	background: transparent url(../img/bg_info-header.gif) no-repeat;
	padding-right: 8px;
}

.infoLayer .infoLayerHead a {
	font-size: 10px;
	line-height: 19px !important;	
	color: #7eb7c6 !important;
	background: transparent url(../img/info-close.gif) no-repeat 100% 4px;
	padding-right: 15px;
	display: block;
}

.infoLayer .infoLayerBody {
	color: #fff;
	padding-right: 20px;
	padding-bottom: 15px;
	background: #1A171B;
}

.infoLayer .infoLayerBody h2  {
	font-size: 14px !important;
	color: #7eb7c6;
	background: transparent url(../img/bg_textbox_headline_w.gif) no-repeat 0 5px;
	padding-left: 48px;
	margin-bottom: 8px !important;
}

.infoLayer .infoLayerBody p,
.infoLayer .infoLayerBody ul {
	font-size: 12px !important;
	margin-bottom: 0px !important;
}

.infoLayer .infoLayerBody ul {
	margin-left: 16px !important;
}

.infoLayer .infoLayerBody ul li {
	line-height: 14px;
	background: transparent url(../img/bullet-li.gif) no-repeat 0 5px !important;
	padding-left: 15px;	
	padding-bottom: 6px;	
}

.infoLayer .infoLayerFoot {
	line-height: 1px;
	height: 2px;
	background: transparent url(../img/bg_info-foot.gif) no-repeat;
}

/* ToolTip */

p.tooltipLayer {
	font-size: 11px;
	line-height: 12px;
	position: absolute;
	top: 85px;
	left: 3px;
	background: #fff;
	border: 1px solid #7EB7C6;
	padding: 3px;
	margin-right: 3px;
	display: none;
	z-index: 2000;
}


/* --- Megadrowpdwon Menu ---*/

.dropdown {
    display: block; 
    position: absolute; 
    top: 25px;
	left: -50px;
    width: 200px;
    height: auto;  
    overflow: hidden; 
    font-size: 1em;
    z-index: 20000;
    font-size: 12pt;
}

.dropdown.megadropdown {
    width: 500px;
}

.dropdown.alignRight {
    right: 0px;
}

.dropdown .boxtop {
	font-size: 8px;
	line-height: 8px;
	position: relative;
	height: 8px;
	background: transparent url(../img/dropdown_o.png) repeat-x;
	margin-left: 5px;
	margin-right: 11px;
	z-index: 2;
}

.dropdown .corLtop {
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 8px;
	background: transparent url(../img/dropdown_lo.png) no-repeat;
}

.dropdown .corRtop {
	position: absolute;
	top: 0;
	right: -11px;
	width: 11px;
	height: 8px;
	background: transparent url(../img/dropdown_ro.png) no-repeat;
}

.dropdown .boxbot {
	font-size: 12px;
	line-height: 12px;	
	position: relative;
	height: 12px;
	background: transparent url(../img/dropdown_u.png) repeat-x;
	margin-left: 5px;
	margin-right: 11px;
	z-index: 2;	
}

.dropdown .corLbot {
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 12px;
	background: transparent url(../img/dropdown_lu.png) no-repeat;
}

.dropdown .corRbot {
	position: absolute;
	top: 0;
	right: -11px;
	width: 11px;
	height: 12px;
	background: transparent url(../img/dropdown_ru.png) no-repeat;
}

.dropdown .left {
    position: absolute;
    display: block;  
    background: transparent url(../img/dropdown_l.png) repeat-y top left; 
    height: 100%;
    width: 5px; 
    left: 0px; 
    z-index: 2000;    
}

.dropdown .right {
    position: absolute;
    display: block;  
    background: transparent url(../img/dropdown_r.png) repeat-y top right; 
    height: 100%;
    width: 8px;
    right: 0px;    
}

.dropdown .center {
    height: auto; 
	position: relative;
	z-index: 3; 
}

.dropdown .boxContent{
    position: relative; 
    padding: 0px 0px 7px 14px;
    
    margin-right: 8px;
    margin-left: 1px; 
    background: #6DB4C6 url(../img/dropdown_dotbg.gif) repeat-y top right;  
}

/* .dropdown .boxContent{  background-color: #D9DBDC; # } */

.dropdown .boxContent ul.subList {
    display: block !important;
    position: relative; 
    clear: both;
    font-size: 0.6875em !important;  
    text-transform: none !important;  
    padding: 0px !important; 
    line-height: 11pt; 
}

.dropdown .boxContent ul.subList li {
    display: block !important;
    position: relative !important;  
    float: none !important;
    width: 100%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important; 
    height: 14pt !important;
    line-height: 14pt !important; 
}

.dropdown .boxContent ul.subList li a {
    padding-left: 12px !important; 
    padding: 0px !important; 
    display: block; 
    height: 14pt !important;
    line-height: 14pt !important;  
}

.dropdown .boxContent ul.subList li a:hover {
    background: none !important;
    text-decoration: underline !important; 
}

/* megadropdown - typ2 */
#mainnav .megadropdown .boxContent ul.subList li{
	width: 220px !important;
	float: left !important;
	height: auto !important;
}
#mainnav .megadropdown .boxContent ul.subList ul{
    display: block !important;
    clear: both;
    font-size: 1em !important;  
    text-transform: none !important;  
    padding: 0px !important; 
    line-height: 11pt;
	height: auto !important;
	padding-bottom: 10px !important;
}

#mainnav .megadropdown .boxContent ul.subList ul li {
    display: block !important;
    float: none !important;
    width: auto !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important; 
    height: 14pt !important;
    line-height: 14pt !important;
}
#mainnav .megadropdown .boxContent ul.subList ul li a{
	display: inline !important;
}

#mainnav ul li .megadropdown ul li {
	font-weight: bold;
	text-transform: none;
	/* float: left !important; */
}
#mainnav ul li .megadropdown ul li li{
	font-weight: normal;
}


 .dropdown .boxImage  {
    position: absolute; 
    display: block; 
    clear: both; 
    top: 0px; 
    right: 0px;
    left: 0px; 
    height: 100%; 
    width: 100%;   
    z-index: 200; 
    overflow: hidden; 
     
}

.dropdown .boxImage .bgImage {
    height: 100%;
    width: 100%;    
    display: block; 
}

/*

.dropdown .boxcenter {
    display: block; 
    position: relative; 
    height: auto; 
    width: auto; 
    background: white url(../img/dropdown_l.png) repeat-y top left;
    padding-right: 11px;
    overflow: hidden; 
}




.dropdown .boxContent {
    position: relative; 
    background: transparent url(../img/dropdown_r.png) repeat-y top right;
    z-index: 20; 
    margin-left: 1px; 
    margin-right: 0px; 
    padding: 0px 0px 10px 10px; ;  
    clear: both; 
    z-index: 2005;  
    width: 100%;
}

.dropdown .boxContent {
}

*/

/* --- Borderboxen --- */


#subnavLayer .boxtop {
	width: 170px;
}

.boxtop {
	font-size: 1px;
	line-height: 1px;
	position: relative;
	height: 5px;
	background: transparent url(../img/box_bor-top.gif) repeat-x;
	margin-left: 5px;
	margin-right: 5px;
	z-index: 2;
}

.corLtop {
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/box_cor_l-top.gif) no-repeat;
}

.corRtop {
	position: absolute;
	top: 0;
	right: -5px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/box_cor_r-top.gif) no-repeat;
}

.boxbot {
	font-size: 1px;
	line-height: 1px;	
	position: relative;
	height: 5px;
	background: transparent url(../img/box_bor-bot.gif) repeat-x;
	margin-left: 5px;
	margin-right: 5px;
	z-index: 2;	
}

.corLbot {
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/box_cor_l-bot.gif) no-repeat;
}

.corRbot {
	position: absolute;
	top: 0;
	right: -5px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/box_cor_r-bot.gif) no-repeat;
}

/* --- Textbox --- */

#boxbody {
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	margin-bottom: -7px;	
}

.textbox {
	background: transparent url(../img/bg_box-content.jpg) no-repeat 0 100%;
	width: 178px;
	margin-bottom: 5px;
}

.textbox .textboxhead {
	font-size: 1px;
	line-height: 1px;
	background: transparent url(../img/bg_box-head.jpg) no-repeat;
	width: 178px;
	height: 8px;
}

#boxbody h2 {
	font-size: 0.75em;
	color: #7eb7c6;
	/* background: transparent url(../img/bg_textbox_headline.gif) no-repeat 0 2px; */
	padding-left: 20px;
}

.textbox .textboxContent {
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.textbox .textboxContent p {
	font-size: 0.6875em;
	color: #1A171B;
	margin-bottom: 15px;
	line-height: 15px;
}

.textbox .textboxContent p.comment {
	font-size: 0.5625em;
}

.textbox .textboxContent p.comment {
	font-size: 0.5625em;
}

.textbox .textboxContent ul {
	margin-bottom: 7px;
}

.textbox .textboxContent ul li {
	font-size: 0.6875em;
	list-style: none;
	color: #1A171B;	
	background: transparent url(../img/bullet-li.gif) no-repeat 0 4px;
	padding-left: 15px;
	padding-bottom: 8px;
}

.boxfoot {
	background: transparent url(../img/bg_box-layer-footer.jpg) no-repeat;
	width: 180px;
	height: 66px;
}

/* --- footer --- */

#footerLayer {
	color: #1A171B;
	padding: 0px 14px;
	margin-bottom: 20px;
}

#footerHead {
	font-size: 1px;
	line-height: 1px;
	background: #fff url(../img/bg_footer-head.jpg) no-repeat;
	height: 11px;
}

#footerContent {
	position: relative;
	background: #fff url(../img/bg_footer-content.jpg) repeat-x 0 100%;
}

#footerContent.contentBG {
	padding-bottom: 60px !important;
}

#footerLayer .boxbot {
	background: transparent url(../img/box-footer_bor-bot.gif) repeat-x;
}

#footerLayer .corLbot {
	background: transparent url(../img/box-footer_cor_l-bot.gif) no-repeat;
}

#footerLayer .corRbot {
	background: transparent url(../img/box-footer_cor_r-bot.gif) no-repeat;
}


#footerContent #breadcrumb {
	font-size: 0.6875em;
	border-bottom: 1px solid #BBBBBD;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 885px;/* vorher nicht gesetzt */
}

#footerContent #breadcrumb a {
	color: #1A171B;	
	text-decoration: underline;
}

#footerContent #breadcrumb a:hover {
	color: #7eb7c6;
}

#footerNav {
	font-size: 0.6875em;
	margin-bottom: 40px;	
}


#footerNav ul li {
	position: relative;
	list-style: none;
	margin-right: 20px;/* was 12 */
	float: left;
	margin-bottom: 20px;
}

#footerNav ul li li{
	margin-bottom: 0px;
}

#footerNav ul li.last {
	margin-right: 0px;
	top: 0px;
	left: 296px;
}

#footerNav ul li a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #1A171B;
	display: block;
	padding-bottom: 5px;
}

#footerNav ul li a:hover {
	text-decoration: underline;
}

#footerNav ul li a.active {
	color: #7eb7c6;
}

#footerNav ul li li {
	float: none;
	margin-right: 0px;
	display: inline;	
}

#footerNav ul li li a {
	font-weight: normal;
	text-decoration: none;
	text-transform: none;	
}

#footerContent #metanav {
	font-size: 0.6875em;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 885px;/* was 950 */
	border-top: 1px solid #BBBBBD;	
	padding-top: 9px;	
	padding-bottom: 7px;
	margin: 0px 14px 0 20px;
}

#footerContent #metanav p {
	width: 180px;
	float: left;
}

#footerContent #metanav div#metaLinksBottom {
	float: right;
	text-align: right;
	width: 700px;
}

#footerContent #metanav ul {
	float: right;
	text-align: right;
}

#footerContent #metanav ul li {
	list-style: none;
	float: left;
}

#footerContent #metanav ul li img {
	display: inline;
	margin-left: 14px;
	vertical-align: middle;
}

#footerContent #metanav ul li a {
	color: #1A171B;
	/*
	padding: 0 14px;
	*/
	
	margin: 0 12px;
	text-decoration: none;
	border-bottom: 1px solid #7eb7c6;
}
#footerContent #metanav ul li a.imgHoverLink,
#footerContent #metanav ul a#bookmarkLink,
#footerContent #metanav ul li#tweetthisLi a {
	margin-left: 3px;
}
#footerContent #metanav #bookmarkLayer ul li a {
	border-bottom: none;
	text-align: left !important;
}
#footerContent #metanav ul li#tweetthisLi a {
	margin-right: 0 !important;
}


#footerContent #metanav ul li a:hover {
	text-decoration: none;
	border: none;
}

#footerContent #metanav ul li a.last {
	/*
	padding-right: 0;
	*/
	margin-right: 0;
}


/* ---- misc ---- */

.hide {
	display: none;
}

img {
	display: block;
}

.floatLeft {
	margin-right: 20px;
	float: left;
}

.error {
	color: #f00;
}

.floatRight {
	margin-left: 20px;
	float: right;
}

.hasBorder {
	border: 1px solid #C1C9B5;
}

.noMargBot {
	margin-bottom: 0px !important;
}
.content p.pdfLink a,
.textboxContent p.pdfLink a,
a.pdfLink {
	background: transparent url(../img/icon_pdf.gif) no-repeat 0 0px;
	padding-top: 3px;
	padding-left: 20px;
	display: block;
}
.content p a.pdfLink {
	padding-top: 1px;
}

.content p.wordLink a,
.textboxContent p.wordLink a,
a.wordLink {
	background: transparent url(../img/icon_word.gif) no-repeat 0 0px;
	padding-top: 3px;
	padding-left: 20px;
	display: block;
}
.content p a.wordLink {
	padding-top: 1px;
}

.content p.jpgLink a,
.textboxContent p.jpgLink a,
a.jpgLink {
	background: transparent url(../img/icon_jpg.gif) no-repeat 0 0px;
	padding-top: 3px;
	padding-left: 20px;
	display: block;
}
.content p a.jpgLink {
	padding-top: 1px;
}

a.topLink,
p.topLink a {
	background: transparent url(../img/arrow_totop.gif) no-repeat 0 7px;
	padding-top: 3px;
	padding-left: 15px;
}

p.btLink {
	font-weight: bold;
	margin-bottom: 0px;
}

.btLink a {
	position: relative;
	text-decoration: none;
	line-height: 29px;
	color: #fff;
	padding-left: 40px;
	padding-right: 15px;
	margin-left: -40px;
	background: transparent url(../img/bg_bt-link.gif) no-repeat;
	float: left;
}

.btLink a:hover {
	text-decoration: underline;
}

.btEndpic {
	float: left;
}


/* clearfix, http://www.positioniseverything.net/easyclearing.html */

p.btLink:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* safari, winIE, stripped macIE hide */
p.btLink { display: block; }


.clearAll {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/* ---- Bookmarks ---- */
#bookmarkLi {
	position: relative;
}

#bookmarkPopup {
    width: 128px;
    z-index: 2000;
    position: absolute;
    display: none;
}

#bookmarkPopupTop {
    background: url(../img/bookmarks_bg-top.gif) 0 0 no-repeat;
    height: 12px;
	cursor: pointer;
}

#bookmarkPopupBottom {
    background: url(../img/bookmarks_bg-bottom.gif) 0 0 no-repeat;
    height: 13px;
    border: none !important;
    margin: 0;
}

img#bookmarkPopupCloseBtn {
    margin-top: 4px !important;
    margin-right: 4px !important;
    float: right;
    z-index: 1001;
}

#bookmarkPopup a:link,
#bookmarkPopup a:visited {
    text-decoration: none;
    color: darkred;
    font-size: .95em;
}

#bookmarkPopup a:hover {
    text-decoration: underline;
}

#bookmarkLayer {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: white;
}

#bookmarkLayer ul {
	margin-left: 10px;
	float: none !important;
}

#bookmarkLayer ul li {
	padding-left: 0 !important;
	float: none !important;
	display: inline;
}

#footerContent #metanav ul li#bookmarkLi #bookmarkLayer a {
	margin: 0 !important;
	border: none !important;
}

#bookmarkLayer ul li a {
	font-weight: normal;
	height: 22px;
	line-height: 17px;
	color: #005492;
	display: block !important;
	float: none !important;
	padding: 0 !important;
	padding-left: 25px !important;
}

#bookmarkLayer ul li a:hover {
	text-decoration: underline !important;	
}

.bmgoogle {	  
	background: transparent url(../img/bookmarks_icon-google.gif) no-repeat;	  
}

.bmmrwong {	  
	background: transparent url(../img/bookmarks_icon-mrwong.gif) no-repeat;	  
}

.bmDelicious {	  
	background: transparent url(../img/bookmarks_icon-delicious.gif) no-repeat;	  
}
 
.bmwebnews {
	background: transparent url(../img/bookmarks_icon-webnews.gif) no-repeat;	  
}

.bmfacebook {
	background: transparent url(../img/bookmarks_icon-facebook.gif) no-repeat;	  
}

.bmlinkarena {
	background: transparent url(../img/bookmarks_icon-linkarena.gif) no-repeat;	  
}

.bmyigg {
	background: transparent url(../img/bookmarks_icon-yigg.gif) no-repeat;	  
}

.bmdigg {
	background: transparent url(../img/bookmarks_icon-digg.png) no-repeat;	  
}


/* --- forms --- */
textarea,select,input {
	font-size: 13px;
}
fieldset {
    border: none;
    margin-bottom: 15px;
}
legend {
	display: none;
}
textarea,
input.text {
    border: 1px solid #CCC;
    padding: 2px;
}
textarea {
    /* width: 375px; */
	width: 435px;
}
select,
input.text {
    width: 17.5em;
}
input.inputStrasse {
    width: 13.5em !important;
}
input.inputStrassenr {
    width: 3.2em !important;
}
input.inputPlz {
    width: 6em !important;
}
input.inputOrt {
    width: 10.7em !important;
}
input.submit {
    border: 1px solid #CCC;
    padding: 2px 5px;
    background-color: #E5E5E5;
    font-weight: bold;
    font-size: .9em;
}
input.checkbox {
    margin-right: .5em;
}
input.radio {
    vertical-align: -.3em;
    margin-right: .5em;
}
form .td {
    width: 8em;
    float: left;
}
form .tr {
    clear: both;
}
form .tr p {
    margin-bottom: 10px !important;
}
form .tr p.noMargBot {
	margin-bottom: 0px !important;
}

input#formPlz {
    margin-right: .5em;
    width: 4em;
}
input#formOrt {
    width: 12.5em;
}
fieldset.checkbox {
    width: 375px;
}


/* ---- Suche ---- */
.tx-indexedsearch-whatis {
	font-size:0.8125em;
}
.tx-indexedsearch-res {
	margin-top: 10px;
}
/*
.ac_results {
	background: #7EB7C6 !important;
	color: #fff !important;
	font-size: 0.625em !important;
	z-index: 13101 !important;
	overflow: hidden !important;
	border: 1px solid black; 
}
.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: none !important;
}
.ac_results .over {
	background: #72A6B2 !important;
	font-weight: normal !important;
}
*/
.tx-indexedsearch-searchbox {
	display: none;
}
.tx-indexedsearch-form {
	margin-bottom: 10px;
	font-size:0.8125em;
}
.tx-indexedsearch-browsebox .browsebox {
	/* display: none; */
}
.tx-indexedsearch-res hr {
	height: 1px;
	border: none;
	border-top: 1px solid #8E8E91;
	margin-bottom: 5px;
}
.tx-indexedsearch-descr-div {
	display: block;
	clear: both;
}
.tx-indexedsearch-percent-p {
	float: left;
	width: 50px;
}
.tx-indexedsearch-descr {
	float: left;
	width: 600px;
}
.content .tx-indexedsearch-browsebox {
	clear: both;
	display: block;
}
.content .tx-indexedsearch-browsebox  ul {
	margin: 0;
	clear: both;
	display: block;
	width: 640px;
	height: 20px;
	padding: 2px 5px;
	background-color: #E5E5E5;
}
.content .tx-indexedsearch-browsebox ul li{
	background: none;
	padding: 0;
	padding-right: 20px;
	float: left;
	display: block;
}

/* ---- Pressemitteilungen ---- */

.text img {
	display: inline;
}
.text {
	margin-bottom: 20px;
}
.content .text p {
	margin-bottom: 0;
}

.rssIcon {
	border: none;
	display: inline;
}
.content .tx-pressreleases-pi1 h2 {
	margin-bottom: 2px;
}

/* ---- Banner rechts ---- */
#skyscraperBan {
	position: absolute;
	top: 140px;
	right: 0px;
}
#body2 #skyscraperBan {
	top: 110px;
}

/* ---- misc ---- */

.hide {
	display: none;
}

img {
	display: block;
	border: none;
}

.content img,
#cBoxLayer img {
	display: inline
}

.floatLeft {
	margin-right: 20px;
	float: left;
}

.error {
	color: #f00;
}

.floatRight {
	margin-left: 20px;
	float: right;
}

.hasBorder {
	border: 1px solid #C1C9B5;
}

.noMargBot {
	margin-bottom: 0px !important;
}
.noMarginBottom {
	margin-bottom: 0 !important;
}
.smallMarginBottom {
	margin-bottom: 4px !important;
}

p.btLink {
	font-weight: bold;
	margin-bottom: 0px;
}

.btLink a {
	position: relative;
	text-decoration: none;
	line-height: 29px;
	color: #fff;
	padding-left: 40px;
	padding-right: 15px;
	margin-left: -40px;
	background: transparent url(../img/bg_bt-link.gif) no-repeat;
	float: left;
}

.btLink a:hover {
	text-decoration: underline;
}

.btEndpic {
	float: left;
}

.content a.more {
	background:transparent url(../img/arrow_right.png) no-repeat scroll right 4px;
	padding:5px 23px 10px 0;
}


.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.noMargBottom {
	margin-bottom: 0 !important;
}

/* Patienten ABC */

#patientenabcLayer {
	margin-bottom: 20px;
}
.content #patientenabcLayer ul {
	margin-left: 0 !important;
}
#patientenabcLayer p {

}

.patientenAbcItems {
	font-size: 0.8125em;
	display: none;
	margin-bottom: 20px;
}

/* Publikationen */
.publicationExtLink {
	background:transparent url('../img/ext-link.gif') 100% 50% no-repeat;
	margin-right:1px;
	padding-right:14px;
}

.file img {
	margin-right: 5px;
}

.filterYears {
	text-align: left;
	margin-bottom: 1em;
	padding: 1px;
	font-size: 13px;
	height: 23px;
	background: transparent url('../img/tabrow_bg.gif') repeat-x;
	position: relative;
}
.filterYears a {
	/* margin-right: 6px; */
	font-weight: normal;
	height: 25px;
	text-decoration: none;
}

.filterYears a .tabLink {
	text-decoration: none;
	position: relative;
	top: 3px;
}
.filterYears a:hover .tabLink {
	text-decoration: underline;
}
.filterYears a.active {
	/* color: #7EB7C6; */
	font-weight: bold;
}
.filterYears a.active .tab_cl {
	width: 11px;
	height: 25px;
	padding: 2px 5px 6px 0;
	background: transparent url('../img/tab_cl.gif') no-repeat 0 0;
}
.filterYears a.active .tab_cr {
	width: 15px;
	height: 25px;
	padding: 3px 8px 6px 0;
	background: transparent url('../img/tab_cr.gif') no-repeat 0 0;
}
.filterYears a.active .tabLink {
	text-decoration: none;
	padding: 5px 0 3px 0;
	background: transparent url('../img/tab_bg.gif') repeat-x -2px -1px;
}
.filterYears a.active:hover .tabLink {
	text-decoration: underline;
}

.publicationItemOdd {
	background-color: #F1F1F1;
}
.publicationExtLinkP {
	margin-top: 6px;
}
.publicationDownload {
	margin-top: 8px;
}

.content p.smallPrint {
	font-size: 68.5%;
}

/* paging */
.pressPaging {
	text-align: right;
}

.pressPaging a {
	font-size:0.8125em;
	margin-left: 4px;
}
.pressPaging a.active {
	text-decoration: none;
	color: #7EB7C6;
}

p.imgBorder,img.imgBorder {
	border: 1px solid #BBBBBD;
	margin-right: 6px;
	margin-bottom: 6px;
}

.imgFloatRight {
	border: 1px solid #BBBBBD;
	margin-top: 6px;
	margin-left: 15px;
	margin-bottom: 12px;
	display: block;
	float: right;
}
.imgFloatRightBox {
	border: none;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 12px;
	display: block;
	float: right;
}

.imgFloatLeft {
	border: 1px solid #BBBBBD;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 12px;
	display: block;
	float: left;
}
.imgFloatLeftBox {
	border: none;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 12px;
	display: block;
	float: left;
}

a.arztTableLink {
}

.printInfo {
	display: none;
}