/***************/
/* Colorscheme */
/***************/
.primColorStrong0 { background-color:#000000; }
.primColorMedium0 { background-color:#666666; } 
.primColorLight0 { background-color:#E7E7E6; } 
.secndColorStrong1 { background-color:#8A8E16; }
.secndColorStrong0 { background-color:#9DA124; }
.secndColorMedium1 { background-color:#D5D579; } 
.secndColorMedium0  { background-color:#D5D579; }
.secndColorLight1 { background-color:#E9E9B0; }
.secndColorLight0 { background-color:#EEEEEE; }
.teaserColor { background-color:	#E0E5F2; } 
.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; } 
.neutralColorLight0 { background-color:#E2E3DE; } 
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; } 
/****************/
/* Navigation */
/***************/
/* filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=90, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100); */
.menu {
  width: 180px; 
  border: solid 1px #666666;
  background-color: #FFFFFF;
}
.child { 
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;}
/***************/
/* Links */
/***************/
A:link           {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #2E1B96;}
A:visited        {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #2E1B96;}
A:hover          {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #333333;}
A:active         {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #333333;}
.navChannel0 {
  font: Arial;
  font-size: 10px;
  text-decoration: none;
}
a.navChannel0:link, a.navChannel0:visited {
  text-decoration: none;
  color: #000000;
}
a.navChannel0:hover {
  text-decoration: underline;
  color: #000000;
}
.navMicro {
  font: Arial;
  font-size: 10px;
  text-decoration: none;
  color: #444444;
}
a.navMicro:hover, a.navMicro:active,
a.navMicro:link, a.navMicro:visited {
  text-decoration: none;
  color: #444444;
}
.navMacro0, .navMacro1 {
  font: Arial;
  font-size: 10px;
  text-decoration: none;
}
a.navMacro0:hover, a.navMacro0:active,
a.navMacro0:link, a.navMacro0:visited {
  vertical-align:middle;
  text-decoration: none;
  color: #444444;
}
a.navMacro1:hover, a.navMacro1:active,
a.navMacro1:link, a.navMacro1:visited {
  vertical-align:middle;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
/*********************/
/* Textbody-Elements */
/*********************/
h1, h2,  h3, h4, h5, h6, .heading1, .heading2, .heading3, .heading4, .heading5, .heading6 {
  font: 100% Arial;
  color: #999;
  clear: left;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding-top: 0em;
}
.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td,.docinfo {
  font: 100% Arial;
  color: black;
  font-size: 12px;
  line-height: 18px;
}
body {
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
}
h1, .title, .heading1 {
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  margin-top:5px;
  color : #2e1b96
}
h1.title {
  font-weight: normal;
}
h2,.heading2 {
  font-size: 140%;
  font-weight: bold;
}
h3,.heading3 {
  font-size: 120%;  
  font-weight: bold;
}
h4,.heading4 {
  font-size: 110%;
  font-weight: bold;
}
.description {
  color: #999;
  font-weight: bold;
}
.caption {
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
}
P.emphasis {
  background-color:#DDEFFC;
  margin-left: 20px;
  margin-right: 30px;
  line-height: 16px;
 padding: 10px;
}
P.docinfo {
  line-height: 12px;
}
em {
  font-weight: bold;
  font-style: normal 
}
sup, sub {
  font-size: 10px 
}
blockquote {
  font-size: 11px;
  font-style: normal;
  background-color:#E2E3DE;
  border: 1px solid #666666;
  padding:10px
}
/**********************/
/*Presse */
/**********************/
.presse_ueberschrift {
  font: 100% Arial;
  font-weight: bold;
  color: black;
  font-size: 14px;
  line-height: 20px;
}
.presse_ueberschriftklein {
  font: 100% Arial;
  font-weight: normal;
  color: #999999;
  font-size: 12px;
  line-height: 14px;
}
/**********************/
/* Teaser */
/**********************/
table.teaserElement {
  border-spacing: 0pt 0pt;
  border-collapse: collapse;
  border-style: none;
  width: 100%;
}
td.teaserTitle {
  padding: 0px;
  background-image:url(common/spacer.gif); 
}
td.teaserText { 
  padding : 0px;
  background-image:url(common/spacer.gif); 
}
p.teaserTitle {
  font: 100% Arial;
  color : #000000;
  font-size : 10px;
  line-height : 15px;
}
p.teaserText {
  font: 100% Arial;
  font-size : 10px;
  font-weight : normal;
  text-decoration : none;
  color : #000;
  line-height: 16px;
  vertical-align:left;
}
a.teaserTitle:link, a.teaserTitle:visited,
a.teaserTitle:hover, a.teaserTitle:active {
  font-weight: bold;
  font-size : 10px;
  text-decoration: none;
  color:#000;
}
a.teaserText:link, a.teaserText:visited,
a.teaserText:hover, a.teaserText:active {
  text-decoration: none;
}
/**********************/
/* Inputs */
/**********************/
form {
    border: none;
    margin: 0;
}
/**********************/
/* Functions */
/**********************/
.Copyright {
  font: 100% Arial;
  font-size: 10px;
  font-weight: normal;
  color: white;
}
a.Copyright:link, a.Copyright:visited {
  font: 100% Arial;  font-size: 11px;
  font-size: 10px;
  font-weight: normal;
  color: white;
  text-decoration : none;
}
/*******************/
/* H.3.6 Sitemap   */
/*******************/
TD.sitemapTitle0 {
  background-color: #DDDDDD;
  border-right-width: 1px;
  border-right-color: #444444;
  border-right-style: solid 1px white;
 }
TD.sitemapTitle1 {
  background-color: #DDDDDD;
  border-right-width: 1px;
  border-right-color: #000000;
  border-right-style: solid 1px white;
 }
A.sitemapTitle0:link, A.sitemapTitle0:visited ,
A.sitemapTitle0:hover, A.sitemapTitle0:active {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
A.sitemapTitle1:link, A.sitemapTitle1:visited,
A.sitemapTitle1:hover, A.sitemapTitle1:active {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
A.sitemapElement0:link, A.sitemapElement0:visited,
A.sitemapElement0:hover, A.sitemapElement0:active {
  color: #444444;
  text-decoration: none;
}
A.sitemapElement1:link, A.sitemapElement1:visited,
A.sitemapElement1:hover, A.sitemapElement1:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
/*************************/
/* Management Interface  */
/*************************/
.cmsTxtColorStrong0 { color: #436976; } /* primColorStrong0 */
.cmsTxtColorStrong1 { color: #666666; } /* neutralColorStrong0 */
.cmsBgColorStrong0 { background-color: #8CABB9; } /* primColorStrong0 */
.cmsBgColorStrong1 { background-color: #CCCCCC; } /* neutralColorLight0 */
.cmsBgColorMedium0 { background-color: #DDE6EC; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */
.ftTH { background-color:#E0E5F2; }
.ftTD { background-color:#EEEEEE; }
.navsub1 {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	margin-left: 20px;
}
.navmain {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 20px;
}
A.navmain_on:link           {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navmain_on:visited        {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navmain_on:hover          {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navmain_on:active         {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navmain_off:link           {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 20px;}
A.navmain_off:visited        {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 20px;}
A.navmain_off:hover          {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navmain_off:active         {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navsub_on:link           {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navsub_on:visited        {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navsub_on:hover          {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navsub_on:active         {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navsub_off:link           {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 20px;}
A.navsub_off:visited        {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 20px;}
A.navsub_off:hover          {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navsub_off:active         {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 20px;}
A.navsub2_on:link           {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 25px;}
A.navsub2_on:visited        {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 25px;}
A.navsub2_on:hover          {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 25px;}
A.navsub2_on:active         {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 25px;}
A.navsub2_off:link           {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 25px;}
A.navsub2_off:visited        {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 25px;}
A.navsub2_off:hover          {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 25px;}
A.navsub2_off:active         {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 25px;}

A.navsub3_on:link           {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 30px;}
A.navsub3_on:visited        {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 30px;}
A.navsub3_on:hover          {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 30px;}
A.navsub3_on:active         {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 30px;}
A.navsub3_off:link           {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 30px;}
A.navsub3_off:visited        {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 30px;}
A.navsub3_off:hover          {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 30px;}
A.navsub3_off:active         {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 30px;}

A.navsub4_on:link           {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 35px;}
A.navsub4_on:visited        {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 35px;}
A.navsub4_on:hover          {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 35px;}
A.navsub4_on:active         {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 35px;}
A.navsub4_off:link           {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 35px;}
A.navsub4_off:visited        {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 35px;}
A.navsub4_off:hover          {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 35px;}
A.navsub4_off:active         {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 35px;}

A.navsub5_on:link           {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 40px;}
A.navsub5_on:visited        {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 40px;}
A.navsub5_on:hover          {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 40px;}
A.navsub5_on:active         {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 40px;}
A.navsub5_off:link           {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 40px;}
A.navsub5_off:visited        {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #CCCCCC; margin-left: 40px;}
A.navsub5_off:hover          {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 40px;}
A.navsub5_off:active         {font-family: Arial; font-size: 10px; text-decoration: none; font-weight: normal; color: #FFFFFF; margin-left: 40px;}





A.servicenav:link           {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #666666; margin-left: 20px;}
A.servicenav:visited        {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #666666; margin-left: 20px;}
A.servicenav:hover          {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #2E1B96; margin-left: 20px;}
A.servicenav:active         {font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal; color: #2E1B96; margin-left: 20px;}
.teasertitle {
	font-family: Arial;
	font-size: 11px;
	color: #2E1B96;
	font-weight: bold;
}
.teasertext {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

div.ZMSGraphic 
	{ 
	background-color:#FFFFFF; 
	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;}
