/**************************************/
/* Colors and Management Interface    */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #eeefef} /* TAG */
.neutralColorMedium {background-color: #a1a6a8} /* TAG */
.neutralColorStrong {background-color: #3d3d3d}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #C9252C;} /*  */
.secondColorStrong {background-color: #61563A;}
.secondColorMedium {background-color: #7A7A7A;}
.secondColorLight {background-color: #CDCDCD;}
.primColorStrong {background-color: #931B20;}
.primColorMedium {background-color: #003d85;} /* TAG */
.primColorLight {background-color: #E2898D;}

.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;
}

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
}
.floatright {
	float:right;
	margin-left:1em;
}
.floatleft {
	float:left;
	margin-right:1em;
}
img.imgNoborder {
	border:0px;
}
/**************************************/
/*             ZMSGraphic             */
/**************************************/
div.ZMSGraphic {
	background-color:transparent;
	margin:0px 0px;
}

div.ZMSGraphic a img.img { border:0; padding:3px; }

/* tf: sollte ins ZMS default_css */
div.ZMSGraphic div.graphic.alignleft { margin-right:10px; }
div.ZMSGraphic div.graphic.alignright { margin-left:10px; }

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

/*-------------------------*/
/*         Teaser          */
/*-------------------------*/
div#teaser {
	width:auto;
	padding:0px 10px;
	height:490px;
	overflow:hidden;
	}

div.ZMSTeaserContainer {
	padding:1px;
}
div.ZMSTeaserElement {
  padding-top:8px;
  font-size: 116.67%;
}


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

div.ZMSTeaserElement div.text {
	padding: 3px 2px 1px 0px;
	line-height:1.3em;
	color: #000;
	}

/* activate for disabling all teaser background color */
div.ZMSTeaserContainer, 
div.ZMSTeaserElement,
div.ZMSTeaserElement div.title,
div.ZMSTeaserElement div.text {
/*  background-color:transparent !important; */
}
 
 

#pageregionLeft {
}
#pageelement_FontSizer {
  position:absolute;
  top:3px; left:0px;
}
#pageelement_FontSizer img {
  margin-right:10px;
}


#Macronavigation {
}

#Homepagelink {
	color: #a1a6a8;
  position:absolute;
  top:91px;
  text-transform:uppercase;
  font-size:10px;
  font-weight:bold;
  }
#Homepagelink a:link,
#Homepagelink a:visited {
	color: #a1a6a8;
  }

#Homepagelink a.current,
#Homepagelink a:active,
#Homepagelink a:hover {
	color: #003d85;
  }

#pageelement_Logo {
  position:absolute;
  top:3px;
/*  left:287px; */
right:1px;
}


#Metanavigation {
  float:left;
  }
#Sitemaplink {
	position:absolute;
	left:0px;
	white-space:nowrap;
	top:60px;
  }
#Translate {
	left:1px;
	position:absolute;
	white-space:nowrap;
	top:-130px;
}

#Copyright { float:right; }

#Micronavigation { 
  margin: 0;
  padding: 3px 0px;
  font-size:10px;
  color:#3d3d3d;
  }
#Micronavigation a:link,
#Micronavigation a:visited { 
  color:#3d3d3d;
  }
  
div.system-msg { 
  margin:10px 0px;
  padding:5px;
  color:#c9252c;
  background-color:#eeefef;
  font-weight:bold;
  border:3px #c9252c dotted;
}

a.zoom img.zoom {
	width: 22px;
	height: 18px;
	background: url(../../common/zoom.png);
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
div.ZMSFile { background-color: transparent;
	margin: 25px 0 0 0;
  position:relative;
  padding-bottom:30px;
	}

div.ZMSFile.floatleft { float:left; width:50%; }
div.ZMSFile.floatright { float:right; width:50%; }

div.ZMSFile div.title {
  white-space:nowrap;
  position:absolute;
  bottom:0px;
  font-size:12px;
  }

div.ZMSFile div.title img { 
  float:left;

  }


div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited {
  font-weight:normal;
  text-decoration:none;
margin-right:140px;
  padding: 5px 0px;
  background: #fff url(../../common/download_button.gif) center center no-repeat;
  color:white;	
  width:220px;display:block;
  float:right;
  text-align:center;
font-size:11px;
	}

div.ZMSFile div.title a:first-child {
margin-bottom:-20px;
}
div.ZMSFile div.title a:after{ content:" downloaden"; }

div.ZMSFile div.text {
  font-size:133.33%;
  font-weight: bold;
	}

div.ZMSFile div.description {
  font-size:100.01%;
	}
    
table.press_download td { padding:0.5em 0.5em 0 0;}
    
