

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj teaserBoxContent
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.teaserBoxContentWrapper {
	margin:0;
	margin-top:50px;
	padding:0;
	}

div.teaserBoxItemWrapper {
	float:left;
	margin:0;
	padding:0;
	padding-top:15px;
	padding-left:50px;
	width:220px;
	height:328px;
	background: transparent url('http://www.arzneimittel-atlas.de/common/css/common/teaserBoxItem_bg.png') top left no-repeat;
	border:solid 0px red;
	}

div.teaserBoxItemWrapper p.teaserBoxItemTitle {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:130%;
	color:#fff;
	border:solid 0px red;
	}

div.teaserBoxItemWrapper p.teaserBoxItemTitle a:link, div.teaserBoxItemWrapper p.teaserBoxItemTitle a:visited {
	color:#fff;
	text-decoration:none;
	}

div.teaserBoxItemWrapper p.teaserBoxItemTitle a:hover, div.teaserBoxItemWrapper p.teaserBoxItemTitle a:active {
	color:#fff;
	text-decoration:none;
	}

div.teaserBoxItemWrapper p.teaserBoxItemDescription{
	margin:0;
	margin-top:10px;
	margin-right:20px;
	padding:0;
	line-height:1.2em;
	color:#fff;
	border:solid 0px red;
	}

div.teaserBoxItemWrapper p.teaserBoxItemImg{
	margin:0;
	margin-top:30px;
	padding:0;
	border:solid 0px red;
	}
div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.arzneimittel-atlas.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* portraitCard
----------------------------------------------- */	  

.portraitCard {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	/* width: 550px !important; */
	/* width: 530px; */
	width: 420px !important; 
	width: 420px;
	/* background: url(http://www.arzneimittel-atlas.de/common/css/common/bg_portraitCard.jpg) repeat-x;*/
	}

.portraitCard p{
	display: block;
	height: 150px;
	padding: 0 3px 0 0;
	width: auto;
	border: 1px solid #DCDCDD;
	background: url(http://www.arzneimittel-atlas.de/common/css/common/cardElement.gif) top right no-repeat;
	color: #816f6e;
	font-size: 90%;
	line-height: 1.5em;
	}

.portraitCard p strong {
	display: block;
	color: #cd3326;
	margin: 16px 6px 4px 25px;
	}

.portraitCard p img {  
	float: left;   
	margin: 0px 12px 0 0;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj member
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.memberWrapper {
	width:400px;
	margin:0;
	margin-bottom:15px;
	padding:5px;
	border:solid 1px #cfcfcf;
	font-size:100%;
	background: url(http://www.arzneimittel-atlas.de/common/css/common/cardElement.gif) top right no-repeat;
	}

div.memberWrapper p.title{
	margin:0 0 1px 0;
	padding:0;
	font-size:115%;
	font-weight:bold;
	color:grey;
	}

div.memberWrapper p.name{
	margin:0 0 3px 0;
	padding:0;
	font-size:110%;
	color:grey;
	}

div.memberWrapper p.organization{
	margin:0 0 3px 0;
	padding:0;
	}

div.memberWrapper p.city{
	margin:0 0 3px 0;
	padding:0;
	}

div.memberWrapper p.street{
	margin:0 0 3px 0;
	padding:0;
	}

div.memberWrapper p.telephone{
	margin:0 0 3px 0;
	padding:0;
	}

div.memberWrapper p.telefax{
	margin:0 0 3px 0;
	padding:0;
	}

div.memberWrapper p.email{
	margin:0 0 3px 0;
	padding:0;
	}

div.memberWrapper p.internet{
	margin:0 0 3px 0;
	padding:0;
	}

span.memberElementHint {
	font-weight:bold;
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj dtmlCode
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
textarea#code.form-element {
	font-family:courier !important;
	font-size:11px !important;
	height:350px !important;
	width:630px !important; 
	}/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img {
	border: none;
	}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#lightbox-container-image {
	padding: 10px;
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
	}

#lightbox-nav a {
	outline: none;
	border-bottom:0px;
	}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	

#lightbox-image-details-caption {
	font-weight: bold;
	}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
	border-bottom:0px;
	}


/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #F3F3F2;
	padding: 10px;
	width: 620px;
	}

#gallery ul {
	list-style: none;
	margin-left:20px !important;
	}

/* IE 7.0 only */
*:first-child+html #gallery ul {
	margin-left:60px !important;
	}


#gallery ul li {
	display: inline;
	}

#Content #gallery ul li {
	background:none;
	}

#gallery ul img {
	border: 5px solid #E7E7E6;
	border-width: 5px 5px 20px;
	}

#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	}

#gallery ul a:hover {
	color: #fff;
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj infobox
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.infobox {
	margin:0;
	margin-top: 10px;
	margin-bottom:10px;
	border-top:0px solid #EA2224;
	background-color:#fff;
	padding:0px;
	width:98%;
	margin-bottom:20px;
	}

p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
	color:#00386A;
	}

div.infoboxContentEven, div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
	}

div.infoboxContentEven p, div.infoboxContentOdd p  {
	margin: 3px;
	}

div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
	}

div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
	}

div.infobox  div.ZMSFile div.title, div.infobox  div.ZMSFile div.text, div.infobox  div.ZMSFile div.title a {
	font-size:11px;
	}

div.infobox div.ZMSFile div.title a:link, div.infobox div.ZMSFile div.title a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
color:#C60C31;
	}

div.infobox div.ZMSFile div.text {
	margin-left:23px;
	}

div.infobox ul {
	margin:0px 0px 0px 0px;
	padding:0px;
	}

div.infobox ul li {
	margin:0px 0px 0px 2px;
	}

li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	list-style-position:inside;
	}

li.LinkElementInternal, li.LinkElementInternalPortal {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
	}

li.LinkElementInternalClient {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
	}

li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	list-style-position:inside;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited {
	color:#C60C31;
	}

div.ZMSFile div.title a:hover, div.ZMSFile div.title a:active{
	color:#00386B;
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj teaserRight
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.teaserRightContentWrapper {
	margin:0;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	width:304px;
	background-color:#ECEDEE;
	border-top:15px solid #166560;
	color:#3F3F40;
	}

.teaserRightContentWrapper .teaserRightContentPre {
	float:left;
	margin:0;
	padding:0;
	padding-top:1px;
	padding-right:3px;
	width:29px;
	text-align:right;
	}

.teaserRightContentWrapper .teaserRightContent {
	float:left;
	margin:0;
	padding:0;
	width:230px;
	}
	
.teaserRightContentWrapper .teaserRightContentClear {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj teaserLeft
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.teaserLeftContentWrapper {
	margin:0;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	width:226px;
	background-color:#ECEDEE;
	border-top:15px solid #AD3A3B;
	color:#3F3F40;
	}

.teaserLeftContentWrapper .teaserLeftContentPre {
	float:left;
	margin:0;
	padding:0;
	padding-top:1px;
	padding-right:3px;
	width:29px;
	text-align:right;
	}

.teaserLeftContentWrapper .teaserLeftContent {
	float:left;
	margin:0;
	padding:0;
	width:180px;
	}
	
.teaserLeftContentWrapper .teaserLeftContentClear {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}


/**************************************/
/* (c) 2009 jklein                    */
/* Author: j. klein                   */
/* last change: 2009/01/30            */
/**************************************/


/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #EFEFEF}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #00cc99;}

.secondColorStrong {background-color: #AD3A3B;}
.secondColorMedium {background-color: #C87867;}
.secondColorLight {background-color: #DDA998;}

.primColorStrong {background-color: #166560;}
.primColorMedium {background-color: #417B6C;}
.primColorLight {background-color: #A0BDB6;}


body#web {
	margin: 0;
	margin-top:30px;
	margin-bottom:30px;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 77%; */
	position:relative;
	text-align:center;
	background-color: #fff;
	}

#pageregionTopWrapper {
	margin: auto;
	position: relative;
	padding: 0;
	border: 0;
	width:980px;
	height:102px;
	text-align:left;
	background-color: #fff;
	border:solid 1px #B2B4B3;
	border-bottom:none;
	}

#Logo {
	margin:0;
	padding:0;
	padding-left:20px;
	padding-top:50px;
	width: 960px;
	height: 52px;
	}

#pageregionContentWrapper {
	margin: auto;
	padding: 0;
	/* padding-top:78px; */
	border: 0;
	width:980px;
	background-color: #fff;
	text-align:left;
	font-size:77%;
	border:solid 1px #B2B4B3;
	border-top:none;
	border-bottom:none;
	}

.pageregionContentWrapperHome {
	background:transparent url('http://www.arzneimittel-atlas.de/common/css/common/contentHome_bg.jpg') top left no-repeat;
	border-bottom:1px solid #B2B4B3 !important;
	}

#Content {
	float:left;
	margin:0;
	margin-top:27px;
	padding:0;
	width:400px;
	overflow:visible;
	border:solid 0px #cfcfcf;
	}
	
* html #Content {
	height:400px; /* IE */
	}

#ContentBroad {
	margin:0;
	margin-left:85px;
	margin-right:85px;
	padding:0;
	width:810px;
	overflow:visible;
	}

#Sitemap {
	float:left;
	margin:0;
	margin-left:15px;
	margin-right:10px;
	padding:0;
	width:415px;
	overflow:visible;
	border:solid 0px red;
	}

#pageregionLeft {
	float: left;
	margin:0px;
	margin-top:17px;
	padding:0px;
	float: left;
	width: 494px;
	border:solid 0px red;
	}

#pageregionRight {
	float: right;
	width:314px;
	margin: 0;
	padding: 0;
	padding-top:0px;
	border:solid 0px red;
	}

#pageregionBottomWrapper {
	margin: auto;
	padding: 0;
	border: 0;
	width:980px;
	text-align:left;
	/* background-color:#AD3A3B; */
	border:solid 1px #B2B4B3;
	border-top:none;
	}

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
	}

.floatRight {
	float:right;
	}

.floatLeft {
	float:left;
	}

img.imgNoborder {
	border:0px;
	}


/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/

/* ----------------- navigation menue -------------- */

/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 150px; }
#nav ul ul { left: 151px; }
#nav ul ul li { display:none; }

/* Everything else is theming */

#nav { float:left; background:transparent; height: 15px; width:850px; padding-left:66px; padding-top:10px; padding-bottom:78px; border:solid 0px red;}
#nav *:hover { background-color: none; }
#nav a { border-left: 1px solid #616365; color: #616365; font-size:13px; font-weight:bold; padding: 0px 20px 1px 20px; line-height: 1; letter-spacing:1px;}
.pageregionContentWrapperHome #nav a {border-left: 1px solid #fff; color: #fff;}
#nav li.ZMS1 a, #nav li.ZMS0 a { border-left: none;}
  #nav li.hover a {color:#00386A; }
#nav li.active a {color:#00386A; }
#nav li a:hover {color:#00386A; }
#nav li.active ul a {color:#00386A; }
#nav li.active ul a:hover {color:#00386A;}
  #nav ul { top: 26px; }
    #nav ul li a {margin-bottom:0px !important; margin-bottom:-2px;}
    /* ie 7.0 only */
    *:first-child+html #nav ul li a   {
    	margin-bottom:-2px !important;
	}
    #nav ul li a:link, #nav ul li a:visited { background-color: #fff; }
      #nav ul a.hover {color:#C60C30; }
      #nav ul li.hover a { background-color: #800000; }
   #nav ul a { border-bottom: 1px solid #800000; border-right: none; opacity: 0.9; filter: alpha(opacity=90);}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* -- INFOGRAFIK ------------------------*/

div#pageelement_Infographic {
	background: transparent url('http://www.arzneimittel-atlas.de/common/css/common/infoGraphic_bg.jpg') top left no-repeat;
	margin:0;
	margin-left:83px;
	margin-bottom:50px;
	padding:0;
	width:345px;
	height:460px; /**/
	}


/* -- MACRONAVIGATION -----------------*/

ul#submenu { 
	width: 251px; 
	overflow: hidden;
	margin:0em;
	padding:0px;
	padding-top:385px !important;
	padding-left:150px;
	list-style-type: none; 
	border:solid 0px red;
	height:100px;
	background: url('http://www.arzneimittel-atlas.de/common/css/common/macronav_bg.jpg/') 145px 380px no-repeat;
	overflow:hidden;
	font-size:11px;	
	}

ul#submenu a { 
	display:block;
	text-decoration: none;
	width: 100%; 
	padding: 0.1em 0em 0.3em 0em;
	border-bottom: 0px #616365 solid;
	}

ul#submenu li {
	/* neutralize YAML */
	display:block; 
	width: 100%; 
	margin:0px;
	padding:0px;
	}

#submenu li span {
	/* neutralize YAML */
	display:block; 
	width:100%; 
	padding:0em; 
	background-color:transparent; 
	color: #595959; 
	font-weight: normal; 
	}

ul#submenu a:hover span { 
	color:#fff;
	text-decoration:underline;
	}

ul#submenu li a span { 
	display:block;
	width:100%; 
	background-color:transparent; 
	font-weight:normal;
	color:#fff;
	border:0px;
	margin:0px;
	padding:0px;
	padding-left:0.2em;
	cursor:pointer;
	padding-left:28px;
	line-height:17px;
	}

ul#submenu a.active span { 
	color:#fff;
	text-decoration:underline;
	}

ul#submenu ul { 
	margin:0px;
	padding:0px;
	}


/* -- Level 2 --*/
ul#submenu li ul li {
	margin:0px;
	padding:0px;
	}

ul#submenu li ul li a {
	width:100%; 
	margin:0px;
	background-color:transparent; 
	color: #fff;
	}

ul#submenu li ul li a span {
	width:100%; 
	margin:0px;
	padding:4px;
	padding-left:30px;
	background-color:transparent;
	}

ul#submenu li ul li a:hover span { 
	}

ul#submenu li ul li a.active span { 
	font-weight:bold;
	padding-left:30px;
	}


/* -- Level 3 --*/
ul#submenu li ul li ul li {
	margin:0px;
	padding:0px;
	}

ul#submenu li ul li ul li a {
	width:100%; 
	margin:0px;
	background-color:transparent; 
	color: #595959;
	}

ul#submenu li ul li ul li a span {
	width:100%; 
	margin:0px;
	padding:4px;
	padding-left:40px;
	background-color:transparent;
	}

ul#submenu li ul li ul li a:hover span { 
	}

ul#submenu li ul li ul li a.active span { 
	font-weight:bold;
	padding-left:40px;
	}


/* -- Level 4 --*/
ul#submenu li ul li ul li ul li {
	margin:0px;
	padding:0px;
	}

ul#submenu li ul li ul li ul li a {
	width:100%; 
	margin:0px;
	background-color:transparent; 
	color: #595959;
	}

ul#submenu li ul li ul li ul li a span {
	width:100%; 
	margin:0px;
	padding:4px;
	padding-left:50px;
	background-color:transparent;
	}

ul#submenu li ul li ul li ul li a:hover span { 
	}

ul#submenu li ul li ul li ul li a.active span { 
	font-weight:bold;
	padding-left:50px;
	}


ul#submenu li ul li ul li ul li ul li a span {
	padding:0em 0em 0em 5.0em;
	}

#submenu li a { 
	padding:0; 
	}

#submenu li a:hover {
	color: #595959;
	}


/* -- SEARCH ------------------------*/

form.searchForm {
	float:right;
	margin:0;
	padding:0;
	padding-top:20px;
	padding-right:20px;
	}

form.searchForm input#raw {
	font-family:Courier;
	font-size:12px;
	padding:0;
	margin: 0;
	margin-bottom:9px;
	margin-right:5px;
	height:16px;
	width:135px;
	vertical-align:middle;
	border:solid 1px #166560;
	}

span.searchHint {
	color:#000;
	}


/* -- PAGEAVIGATION ------------------------*/

#pageNav{
	margin-top:0px;
	margin-bottom:9px;
	padding:0;
	padding-left:25px;
	padding-top:42px;
	height:14px;
	background: transparent url(http://www.arzneimittel-atlas.de/common/css/common/icon_PageNav.gif) 0px 43px no-repeat;
	font-size:77%;
	color:#616365;
	}

#pageNav a:link, #pageNav a:visited{
	color:#616365;
	}

#pageNav a:hover, #pageNav a:active{
	color:#C60C30;
	}


/* -- COPYRIGHT ------------------------*/

#pageelement_Copyright {
	margin:0px;
	padding:0;
	padding-top:8px;
	padding-right:80px;
	height:25px;
	font-size:70%;
	color:#616365;
	text-align:right;
	border: 0px solid red;
	}

#pageelement_Copyright a:link, #pageelement_Copyright a:visited{
	color:#616365;
	}

#pageelement_Copyright a:hover, #pageelement_Copyright a:active{
	color:#616365;
	text-decoration:underline;
	}

div.copyrightLeft {
	float:left;
	margin:0;
	padding:0;
	padding-left:85px;
	border:solid 0px red;
	}

div.copyrightRight {
	float:right;
	margin:0;
	padding:0;
	border:solid 0px red;
	}

.pageregionContentWrapperHome #pageelement_Copyright {
	padding-right:0px;
	font-size:100%;
	color:#fff;
	font-weight:bold;
	}

.pageregionContentWrapperHome #pageelement_Copyright a:link, .pageregionContentWrapperHome #pageelement_Copyright a:visited {
	color:#fff;
	}

.pageregionContentWrapperHome #pageelement_Copyright a:hover, .pageregionContentWrapperHome #pageelement_Copyright a:active {
	color:#fff;
	text-decoration:underline;
	}

.pageregionContentWrapperHome div.copyrightLeft {
	padding:0;
	}


.pageregionContentWrapperHome  div.copyrightRight {
	padding-right:8px;
	}

div.copyrightClear {
	clear:both;
	}


/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
	}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00386A;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #616365;
	font-size: 100%;
	}

h1.title {
	font-size: 115%;
	line-height: 16px;
	margin-top:0px;
	margin-bottom:3px; 
	}

h1.infoGraphic{
	font-size: 115%;
	line-height: 16px;
	margin:0px;
	padding:15px 3px 0px 45px;
	color:#fff;
	}

h1,.heading1 {
	font-size: 115%;
	line-height: 20px;
	margin-top:0px;
	margin-bottom:3px; 
	}

h2,.heading2 {
	font-size: 105%;
	line-height: 15px;
	margin-top:15px;
	margin-bottom:0px; 
	}
	
h2.dontDisplay {
	display: none;
	}

h3,.heading3 {
	margin-bottom: 0px;
	font-size: 100%;
	line-height: 16px;
	}

h4,.heading4 {
	margin-bottom: 0px;
	font-size: 100%;
	line-height: 16px;
	color:#616365;
	}

h5,.heading5 {
	margin-bottom: 0px;
	font-size: 100%;
	font-style:italic;
	color:#616365;
	}

p {
	line-height: 1.5em;
	margin:1px 0px 6px 0px;
	}

ol {
	line-height: 1.5em;
	}

ul {
	line-height: 1.5em;
	list-style-type: square;
	}

p.caption {
	font-style: italic;
	padding-top:0px;
	margin-top:0px;
	font-size:90%;
	}

p.caption, p.footnote {
	font-style: italic;
	padding-top:5px;
	margin-top:15px;
	font-size:90%;
	/* border-top:solid 1px #DEDEDF; */
	}

p.emphasis {
	padding:4px;
	border:solid 0px #ECEDEE;
	line-height: 1.5em;
	font-weight:bold;
	color:#C60C30;
	}

p.description {
	line-height: 1.5em;
	font-style:italic;
	}

p.creator  {
	}

p.small {
	font-size: 10px;
	}

p.smalltext {
	font-size: 10px !important; font-size: xx-small;
	}

blockquote {
	color:#616365;
	line-height: 1.5em;
	}

strong, b {
	}

a:link, a:visited {
	color: #00386A;
	text-decoration : none;
	}

a:hover, a:active {
	text-decoration : none;
	color: #D39394;
	}

code {
	}

abbr, acronym  {
	cursor:help;
	}

kbd{
	border-bottom: rgb(128, 128, 128) 2px solid;
	border-left: rgb(200, 200, 200) 1px solid;
	border-right: rgb(128, 128, 128) 2px solid;
	border-top: rgb(200, 200, 200) 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	background: rgb(247, 247, 247);
	color: rgb(100, 100, 100);
	font-size:80%;
	vertical-align: middle;
	}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

div.ZMSTable {
	}

div.ZMSTable table tr th {

	}

div.ZMSTable tr.even td {
	}

div.ZMSTable tr.odd td {
	}

table tr td  {
	}

table.ZMSTable {
	width:98%;
	}
	
table.ZMSTable td { 
	background-color:#F6F6F7; 
	}

table.ZMSTable tr th {
	vertical-align:top;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	background-color:#F4F4FB;
	color:#8A8D92;
text-align:left;
	}

table.ZMSTable tr th p{
	color:#000;
	padding:0;
	margin:0;
	}

table.ZMSTable tr.even td {
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr.odd td {
	vertical-align:top;
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr td p{
	vertical-align:top;
	vertical-align:top;
	margin:5px 2px 0px 3px;
	}



/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/

div.ZMSGraphic {
	background-color:transparent; 
	margin: 0;
	margin-bottom:1.2em;
	}

div.ZMSGraphic.left {
	text-align:left;
	}
	
div.ZMSGraphic.right {
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic.center {
	text-align:center;
	}

div.ZMSGraphic.floatleft { 
	float:left;
	margin-right:8px !important;
	/* strange IE 6 */
	margin-right:-16px;
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	}

div.ZMSGraphic.center { 
	text-align:center;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	margin-right:8px;
	padding-top:3px;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic div.text
	{
	padding: 0px;
	}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

/*--------- ZMS TEASER --------------*/

div#teaser
	{
	width:305px;
	font-size: 12px !important; font-size: 12px;
	padding-top:5px;
	}

div.ZMSTeaserContainer {
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement {
	width:303;
	padding:0px;
	}

div.ZMSTeaserElement img.title {
	border: none;
	}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 4px 4px 2px 4px;
	display: block;
	color : #fff;
	}

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited{
	color: #fff;
	text-transform:uppercase;
	}

div.ZMSTeaserElement div.title a:hover, div.ZMSTeaserElement div.title a:active{
	color: #fff;
	text-decoration:none;
	}

div.ZMSTeaserElement div.text
	{
	padding: 6px 6px 6px 6px;
	line-height:1.3em;
	color: #808285;
	}

/*--------- Teaser Left --------------*/
div#teaserLeft{
	margin:0;
	margin-left:-1px;
	position:relative;
	padding:0;
	padding-top:5px;
	border:solid 0px red;
	}

/*--------- SpecObj Bildwechsler --------------*/
td.teaserTitle, p.teaserTitle{
	margin:0;
	padding:0;
	padding-left:2px;
	font-size:105%;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 0px red;
	}

td p.teaserText{
	margin:0;
	padding-left:4px;
	padding-right:4px;
	}

/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{
	width:180px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://themeroller.com/?tr=&ffDefault=Segoe%20UI,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=333333&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=25&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=25&borderColorContent=666666&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=555555&bgTextureDefault=02_glass.png&bgImgOpacityDefault=20&borderColorDefault=666666&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=0078a3&bgTextureHover=02_glass.png&bgImgOpacityHover=40&borderColorHover=59b4d4&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=f58400&bgTextureActive=05_inset_soft.png&bgImgOpacityActive=30&borderColorActive=ffaf0f&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=02_glass.png&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=01_flat.png&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
*/

/* Component containers
----------------------------------*/
.ui-widget { font-family: Segoe UI, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Segoe UI, Arial, sans-serif; font-size: 1em; }
.ui-widget-header { border: 1px solid #333333; background: #333333 url(http://minsk.elseware.de:6080/sites/arzneimittel-atlas.de/myzms/common/css/common/scripts/http://minsk.elseware.de:6080/sites/arzneimittel-atlas.de/myzms/common/css/common/scripts/images/accordion/accordion/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }
.ui-widget-content { border: 1px solid #cfcfcf; background: #fff; color: #000; margin-bottom:3px;}
.ui-widget-content a:link, .ui-widget-content a:visited { color: #00386A; }
.ui-widget-content a:hover, .ui-widget-content a:active{ color: #D39394; }

.ui-widget-content ul {
	margin:0;
	margin-left:0px;
	padding:0;
	}

.ui-widget-content ul li {
	display:block;
	margin:0;
	padding:0;
	padding-left:25px;
	text-align:left;
	font-size:80%;
	background: transparent url('http://www.arzneimittel-atlas.de/common/css/common/medimap/img/mediMapListItem_bg.png') 0px 4px no-repeat;
	}



/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #666666; background: #555555 url(http://www.arzneimittel-atlas.de/common/css/common/scripts/images/accordion/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eeeeee; outline: none; }
.ui-state-default a { color: #eeeeee; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #59b4d4; background: #0078a3 url(http://www.arzneimittel-atlas.de/common/css/common/scripts/images/accordion/ui-bg_glass_40_0078a3_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-hover a { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #ffaf0f; background: #f58400 url(http://www.arzneimittel-atlas.de/common/css/common/scripts/images/accordion/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-active a { color: #ffffff; outline: none; text-decoration: none; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(http://www.arzneimittel-atlas.de/common/css/common/scripts/images/accordion/ui-icons_cccccc_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://www.arzneimittel-atlas.de/common/css/common/scripts/images/accordion/ui-icons_cccccc_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://www.arzneimittel-atlas.de/common/css/common/scripts/images/accordion/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://www.arzneimittel-atlas.de/common/css/common/scripts/images/accordion/ui-icons_cccccc_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://www.arzneimittel-atlas.de/common/css/common/scripts/images/accordion/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://www.arzneimittel-atlas.de/common/css/common/scripts/images/accordion/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(http://www.arzneimittel-atlas.de/common/css/common/scripts/images/accordion/ui-icons_4b8e0b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://www.arzneimittel-atlas.de/common/css/common/scripts/images/accordion/ui-icons_a83300_256x240.png); }

/* positioning */
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }


/* Accordion
----------------------------------*/
.ui-accordion-group {margin-bottom: 1px;}
.ui-accordion-header { cursor: pointer; position: relative;  }
.ui-accordion-selected .ui-accordion-header { border-bottom: 0; }
.ui-accordion .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion-content-wrap { border-top: 0; margin-top: -1px; position: relative; top: 1px; }
.ui-accordion-content { padding: 1em 2.2em; }







/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

#pageregionLeft #Newsindex {
    padding: 0px 20px 0px 10px;
    margin:0;
}
#pageregionLeft #Newsindex h2 {
    padding:0;
    margin:0;
}
#pageregionLeft #Newsindex p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}


/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
} 

body.zmi form input.form-element{
	width:20px;
	font-size: 12px !important; font-size: xx-small;
	}




