

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.kontextgesundheit.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* portrait --------------------- */

.portraitWrapper {
     margin: 0;
     padding: 0;
     border: 0;
     width: 100%;
     border-bottom: 1px solid #CCD00A;
     border-top: 1px solid #CCD00A;
     }

.portraitImage {
     float:left;
     margin: 0;
     margin-top:16px;
     margin-bottom:-2px !important;
     margin-bottom:-4px;
     margin-left:0px;
     padding: 0;
     width:87px;
     height:87px;
     }

.portraitImage img {
     }

.portraitText {
     float:right;
     margin: 0;
     margin-top:12px !important;
     margin-top:11px;
     margin-bottom:-2px !important;
     margin-bottom:-4px;
     margin-left:18px;
     padding: 0;
     width:414px;
     }

.portraitWrapper div.clearBoth{
     clear:both;
     }

/* vCard/*-- BO InfoBox --*/

div.infobox  {
	margin-top: 20px !important;
	margin-top: 20px;
	border-top:1px solid #CDD00A;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
	}

p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
	}

div.infobox p.infoBoxFileTitlealt {
	min-height:20px;
	height:auto;
	padding:0px;
	padding-left:20px;
	}
	
	
/* for Internet Explorer */
/*\*/
* html .div.infobox p.infoBoxFileTitlealt {
	height:20px;
	}
/**/
	
div.infobox p.infoBoxFileTitle {
	padding:0px;
	margin-left:22px;
	padding:0px;
	}
	
div.infobox p.infoBoxFileDescription {
	padding:0px;
	padding-left:22px;
	margin:0px;
	}

div.infoboxContentEven,
div.infoboxContentOdd {
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:1px!important;
	padding-left:4px;
	}

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.text {
	margin-left:20px;
	}

div.infobox ul {
	margin:0px 0px 0px 28px;
	padding:0;
	}

div.infobox ul li {
	}
	
#Content div.infobox ul li {
	background:none;
	}

li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	}
/*-- EO InfoBox --*/

/* -- BO Associate-- */

div.associates{
	margin-top:19px !important;
	margin-top:17px;
	padding:0;
	}

div.associateWrapper {
	margin:0;
	margin-bottom:10px;
	padding:0;
	width:500px;
	}
	
div.associateImage {
	float:left;
	width:195px;
	margin:0;
	margin-right:5px;
	margin-top:3px;
	margin-top:1px;
	padding:0;
	}
	
p.associateTitle {
	margin:0;
	margin-bottom:-10px;
	padding:0;
	font-size: 14px;
	color:#666666;
	}
	
div.associateText {
	float:left;
	width:300px;
	margin:0;
	padding:0;
	}
	

	
p.associateText {
	margin:0;
	padding:0;
	}
	
p.associateReferences {
	margin:0;
	padding:0;
	}
	
div.associateClearBoth {
	clear:both;
	}
/* -- EO Associate-- */
/* -- BO infoboxTeaser -- */ 

div.infoboxTeaserContainer {
 border:1px solid #999;
 float:left!important; /* floating FF */
 float:none; /* floating IE */
 display:inline; /* floating IE */
 
}
div.infoboxTeaserHeader {
 padding:3px;
}
div.infoboxTeaserTitle {
 color:#fff;
 font-weight:bold;
 text-align:center;
}
div.infoboxTeaserText{
 padding:3px 5px;
 font-weight:bold;
 line-height:140%;
 font-size:90%;
}
div.infoboxTeaserText img {
 margin-bottom:-2px;
}

/* -- EO infoboxTeaser-- */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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) 2005 SNTL publishing           */
/* Author: Dr. F. Hoffmann            */
/* last change: 2006/02/23            */
/* Modified: J. Klein                 */
/* last change: 2007/01/23            */
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}

.neutralColorWhite {background-color: #fff}

.neutralColorLight {background-color: #e8e8e8}

.neutralColorMedium {background-color: #ccc}

.neutralColorStrong {background-color: #999}

.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #B8CB00;}

.secondColorStrong {background-color: #aaa;}

.secondColorMedium {background-color: #ddd;}

.secondColorLight {background-color: #eee;}

.primColorStrong {background-color: #336699;}

.primColorMedium {background-color: #B0C3DE;}

.primColorLight {background-color: #DCE0EA;}

/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/

/* IE 7.0 only */
*:first-child+html #web {
	margin-top:21px !important;
	}

body#web {
	margin: 0;
	margin-top:25px !important;
	margin-top:23px;
	/* > margin-top:20px;*/
	padding: 0;
	border: 0;
	background: #fff url(http://www.kontextgesundheit.de/common/css/common/bodyBg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important; font-size: 11px;
	position:relative;
	width:1024px;
	text-align:left;
	float:left;
	}

/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	padding: 0;
	border: 0px solid #abda00;
	width:100%;
	text-align:left;
	}

/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft { 
	background-color:#fff;
	}

/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {	
	background:transparent;
	}

/*-- wrapper for positioning the right column --*/
#layoutWrapper3_ContentAll  {
	width: 100%;
	float: left;
	margin-right: -200px;
	background:transparent;
	}

/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	background:transparent;
	margin-right: 205px;
	}

#Content {
	margin-left: 280px;
	padding:0px 20px 0px 0px;
	padding-top:20px;	
	border:0;
	overflow:visible;
	}

#pageregionTop {
	margin:0;
	padding:0;
	}

#pageregionLeft {
	padding-top:15px;
	margin:0px;
	float: left;
	width: 250px;
	}

/* BG-color compensates BG-bug of IE */
#pageregionRight {
	float: right;
	margin: 0;
	padding: 0px !important;
	padding: 0px;
	background-color:#F2F2F2;
	height:435px !important;
	height:100px;
	width:195px;
	margin-top:-25px !important;
	margin-top:-25px;
	}
	
/* IE 7.0 only */
*:first-child+html #pageregionRight {
	margin-top:-22px !important;
	}
	
#pageregionRight div.channelImg {
	margin-left:0px;
	margin-top:96px !important;
	margin-top:99px;
	}
	
/* IE 7.0 only */
*:first-child+html #pageregionRight div.channelImg {
	margin-top:91px !important;
	}

#Logo {
	border:0;
	margin:0;
	padding:0;
	background-color:#fff;
	width:280px;
	}

#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	font-size:11px;
	}

/*-- 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           */
/**************************************/

/*-- Channel Menu ---------------------------*/

div#Menu {
	float: left;
	margin:0px;
	padding:0px;
	background:transparent;
	white-space:nowrap;
	margin-top:26px !important;
	margin-top:24px;
	margin-bottom:5px;
	padding-bottom:5px;
	width:743px;
	}

div#Menu ul {
	margin:0px;
	padding:0px;
	font-size:small;
	}

/*----- font size hack -----*/
/*/*/a{}
body #Menu ul {
font-size : x-small;
}
html>head:first-child+body #Menu ul {
font-size : small;
}
/* */
/*----- /font size hack -----*/

div#Menu ul li {
	line-height: 130%;
	display: inline;
	padding:0px;
	margin:0px;
	}

div#Menu ul li a {
	float: left;
	font-weight:normal;
	color: #999999;
	text-decoration: none;
	padding: 0.30em 1em;
	padding-left:0px;
	padding-right:20px;
	margin-left:-1px;
	letter-spacing: 0.15em;
	text-transform:uppercase;
	font-size:11px;
	}

div#Menu ul li a.current {
	color:#CDD00A;
	}

div#Menu ul li a.home {
	background-color: #999999;
	}

div#Menu ul li a:hover {
	color: #CDD00A;
	}

/*-- MenuDropdown ---------------------------*/

.child, .subchild 
	{ 
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: -1.1em !important;
	margin-left: 0px;
	margin-left/**/:/**/-1.1em;
/*-------box model hack-------*/	
	margin-top: 0.50em !important;
	margin-top: 0.0em;
	margin-top/**/:/**/0.55em;
	}

.menuDropdown 
	{
/*-----   filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=80, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #eee; 
	width: 11.5em;
	}

.navDropdown
	{
	display: block;
	text-align: left;
	border-bottom: 1px solid #666;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 0.25em 0.25em 0.25em 1.0em;
	}

.navDropdown a:link,
.navDropdown a:visited,
.navDropdown a:hover {
	text-decoration: none;
	}

/* -- MICRONAVIGATION -----------------*/

#Micronavigation {
	float:left;
	margin-left:-1px;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	font-size: 11px;
	color: #CDD00A;
	}

#Micronavigation a:link,
#Micronavigation a:visited {
	color: #999999;
	text-decoration:none;
	}

#Micronavigation a:hover {
	text-decoration:none;
	color:#CDD00A;
	}

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

#Macronavigation {
	margin: 0;
	border: 0;
	padding: 0;
	width:250px;
	position:absolute;
}	
#Macronavigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#Macronavigation ul li.parent {
        margin-bottom: 0px;
	border: 0;
        list-style-type: none;
	background-image: none;
	font-size: 11px;
	font-weight:bold;
	border-bottom: 1px solid #CDD00A;
	}

#Macronavigation ul li.parent a{
	color: #CDD00A;
	text-indent:31px;
	font-size:18px;
	font-weight:normal;
	letter-spacing: 3px;
	padding-bottom:24px;
	padding-top:19px;
	}

#Macronavigation ul li.parent a:hover{
	background: #fff;
	color:#CDD00A;
	}

#Macronavigation ul li {
	margin-bottom: 0px;
	font-size: 11px;
	border-bottom: 1px solid #CDD00A;
		}

#Macronavigation ul li a {
	text-decoration: none;
	color: #999999;
	display: block;
	background: #fff;
	text-indent:31px;
	padding-top:10px;
	padding-bottom:4px;
	}

#Macronavigation ul li.active a{
	background: #eee;
	color: #333333;
	}

#Macronavigation ul li a:hover {
	background: #EEEEEE;
	color: #666666;
	}

#Macronavigation dl,
#Macronavigation dt, 
#Macronavigation dd 
	{
	margin: 0;
	padding: 0;
	border:0;
}

/* -- Metanvaigation ------------------------*/

#Metanavigation {
	position:absolute;
	top:301px;
	left:0px;
	margin: 0;
	border: 0;
	padding: 0;
	width:250px;
	}
	
#Metanavigation ul {
	padding: 0;
	margin: 0px 0px 0px 1px;
	list-style-type: none;
	}


#Metanavigation ul li{
	border-bottom: 1px solid #CBCBCC;
	}
	
#Metanavigation ul li a{
	margin: 0;
	border: 0;
	background-color: #fff;
	list-style-type: none;
	}

#Metanavigation ul li.MetanavFirst{
	border-top: 1px solid #CBCBCC;
	}

#Metanavigation a {
	color: #666;
	text-decoration:none;
	}

/* -- SITEMAP ------------------------*/

#Sitemap {
	margin:0px;
	margin-left: 280px;
	margin-bottom:20px;
	padding:20px 0px 0px 0px;
	border:0;
	}

#Sitemap ul  {
	margin: 8px 0 0 0;
	padding:0 ;
	list-style-type: none;
	}

#Sitemap  ul li {
	margin:0 0 0 2px;
	padding:0 0 5px 12px;
	line-height:1.5em;
	list-style:none;
	background:url(http://www.kontextgesundheit.de/common/css/common/listStyleImage.gif) no-repeat 0 .6em;
	}

a.sitemapCurrent:link, a.sitemapCurrent:visited{
	font-weight:bold;
	}


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

.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
	}

#Search {
	margin: 0px 0px 33px 0px;
	border: 0;
	padding: 0;
	}

#Search form {
	margin: 0;
	border: 0;
	padding: 10px 10px 0px 10px;
	}

#Search input#raw {
	font-family:verdana;
	font-size:11px;
	color:#999999;
	padding:0;
	margin:0;
	height:16px;
	width:122px;
	vertical-align:middle;
	border:solid 1px #999999;
	margin-right:2px;
	}

#Search input#btnSearch {
	vertical-align:middle;
	}

#Search table {
	margin:10px 10px 0px 10px;
	color:#666;
	text-align:left;
	}


/* -- Copyright ------------------------*/
#Copyright p {
	margin-top:30px;
	color:#666;
	} 

#Copyright p a {
	text-decoration:none;
	color:#666;
	} 

#Login {
	padding: 0;
	margin-top: 20px;
	border: 0;
	/* border-top: 5px solid #ccc; */
	width:165px;
	/* background-color:#EDEDED; */
	}

/**************************************/
/* 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: normal;
	color: #666666;
	line-height: 20px;
	letter-spacing: 3px;
	}

.form, p, div, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color :#999999;
	font-size: 11px;
	line-height: 16px;
	}

h1.title {
	font-size: 18px;
	line-height: 24px;
	margin-top:0px;
	padding-top:10px;
	color: #666666;
	}

/* IE 7.0 only */
*:first-child+html h1.title  {
	margin-bottom:11px !important;
	}

h1,.heading1 {
	font-size: 18px;
	}

h1,.heading2 {
	font-size: 14px;
	}

h3,.heading3 {
	font-size: 14px;
	}

h4,.heading4 {
	font-size: 11px;
	}

h5,.heading5 {
	font-size: 11px;
	}

p {
	line-height: 16px;
	margin-top:0px !important;
	margin-top:-4px;
	}

ol {
	line-height: 16px;
	}

ul {
	line-height: 16px;
	list-style-type: square }

#Content ul li {
	margin:0 0 0 2px;
	padding:0 0 5px 12px;
	line-height:1.5em;
	list-style:none;
	background:url(http://www.kontextgesundheit.de/common/css/common/listStyleImage.gif) no-repeat 0 .6em;
	}

p.caption {
	font-style: italic;
	padding-top:0px;
	margin-top:0px;
	color:#999999;
	}

p.emphasis {
	margin: 10px 0px;
	padding:10px 0px;
	border-top: 1px solid #CDD00A;
	border-right: 0px solid #CDD00A;
	border-bottom: 1px solid #CDD00A;
	border-left: 0px solid #CDD00A;
	}

p.description {
	line-height: 16px;
	color:#999999;
	}

p.creator  {
	}

div#authorHint {
	margin-top:-6px;
	margin-bottom:8px;
	}

div#dateIssuedHint {
	margin-top:-6px;
	margin-bottom:8px;
	}

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

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

blockquote {
	padding:10px 0px;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	line-height: 16px;
	}

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

a:hover, a:active {
	color: #CDD00A;
	}

code {
	}
	
strong, b {
	font-weight:normal;
	color: #666666;
	}

abbr, acronym  {
	cursor:help;
	}

span.h3 {
	font-weight:normal;
	color: #666666;
	}

span.kg {
	font-weight:normal;
	color: #CCD00A;
	}

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

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

div.ZMSTable {
	}

div.ZMSTable table tr th {
	}

div.ZMSTable tr.even td {
	}

div.ZMSTable tr.odd td {
	}

table tr td  {
	font-size: 10px !important; font-size: xx-small;
	}

table.ZMSTable {
	}

table.ZMSTable tr th {
	vertical-align:top;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	background-color:#D1D1B6;
	}

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: 4px;
	padding-top:7px !important;
	padding-top:1px;
	margin-left:0px;
	}
	
a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

div.ZMSGraphic div.graphic a img {
	border:0px;
	}
	
div.ZMSGraphic div.text
	{
	padding: 4px;
	padding-left:0px;
	}

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

div#teaser
	{
	width:180px;
	font-size: 11px !important; font-size: 11px;
	}

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

div.ZMSTeaserElement {
	width:178px;
	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;
	}

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

/*--------- ZMS TeaserLeft --------------*/

div#TeaserLeft
	{
	width:250px;
	position:absolute;
	top:441px;
	left:0px;
	}

div#TeaserLeft div.kgTeaserLeftImg {
	margin-left:32px;
	margin-bottom:12px;
	}

div#TeaserLeft div.kgTeaserLeftTitle {
	width:204px;
	margin-left:32px;
	color:#666666;
	}

div#TeaserLeft div.kgTeaserLeftText {
	width:204px;
	margin-left:28px;
	color:#999999;
	font-weight:normal;
	}

/*--------- CONTENT TEASER --------------*/
#content_teaser {
	border-top: 1px solid #CDD00A;
	border-bottom: 1px solid #CDD00A;
	padding-top:5px;
	}

#content_teaser h1{
	margin:0px;
	color:#999999;
	font-size:14px;
	}

#content_teaser h2{
	margin:0px;
	font-size:12px;
	color:#999999;
	}

#content_teaser img.floatRight {
	float: right;
	margin: 7px 0px 5px 7px;
	display: block; 
	border: 0;
	}

#content_teaser img.floatLeft {
	float: left;
	margin: 7px 12px 5px 0;
	display: block; 
	border: 0;
	} 

#content_teaser p a:link, #content_teaser p a:visited {
	color: #000;
	text-decoration : none;
	margin:0px;
	}

#content_teaser p a:hover, #content_teaser p  a:active {
	text-decoration : underline;
	color: #5E5E5E;
	}

/*--------- 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: 11px !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 ;
	}

.form {
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}

html>.form {
	font-size: x-small;
	} 
	
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	}


/**************************************/
/* 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;
	} 

