
/**************************************/
/* Colors and Management Interface    */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc} /* not used */
.neutralColorStrong {background-color: #58585a}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #C9252C;}
.secondColorStrong {background-color: #61563A;} /* not used */
.secondColorMedium {background-color: #7A7A7A;} /* not used */
.secondColorLight {background-color: #DCDDDE;} /* table td bg */
.primColorStrong {background-color: #005b8c;} /* not used */
.primColorMedium {background-color: #df0024;}
.primColorLight {background-color: #b2d7ec;} /* not used */

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable th { background-color:#E8C2B8; }
div.ZMSTable 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: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;
}
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
}
body.zmi .contactPerson td {
	font-family: Arial,Verdana,Geneva,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;
}
div#Index {
  margin-top:15px;
}
div#Translate {
  position:absolute;
  top:16px;
  right:24px;
}
div#logo {
  position:absolute;
  top:24px;
  right:24px;
}
#HeaderImage {
  position:absolute;
  bottom:0;
  right:0;
  width:658px;
  height:228px;
  overflow:hidden;
}
div#Claim {
  position:absolute;
  bottom:-30px;
  right:34px;
  font-size:133.33%;
  color: #df0024;
}
div#Metanavigation {
  position:absolute;
  bottom:25px;
  white-space:nowrap;
}
div#Metanavigation a {
  text-transform:uppercase;
  padding-right:20px;
  font-size:9px;
  font-weight:bold;
  text-decoration:none;
}
/**************************************/
/*             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:13px; }
div.ZMSGraphic div.graphic.alignright { margin-left:13px; }
div.ZMSGraphic.floatleft { margin-right:13px; }
div.ZMSGraphic.floatright { margin-left:13px; }
div.ZMSGraphic div.text { padding:0px; }

div.ZMSGraphic img.img {
/*  border:1px solid #58585a;   */
  }

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

#Search {
	border: 0;
	padding: 0;
	margin: 15px 0;
	background:transparent;
}
#Search form {
	border: 0;margin: 0;
	padding: 0pt 0pt 0pt 5px;
/*  background: url(http://www.telba.de/common/css/common/img/SearchBG.gif) no-repeat top left; */
  position:relative;
}
#Search input#raw {
	margin:0;border:0;
	padding:0;
	height:12px;
	line-height:15px;
	font-family: Arial,Helvetica,Sans-serif;
	font-size:12px;
	vertical-align:middle;
	width:93px;
  color: #df0024;
  background:transparent;
  position:relative;
  top:0px; left:0px;
}
#Search input#btnSearch {
	vertical-align:middle;
}

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

#Search a img {
	position:relative;
	top:3px;
}

#TeaserButtons {
  margin: 0 0 10px 0px;
  }

#TeaserButtons a img {
  margin-top: 5px;
  margin-bottom: 5px;
  }

/*-------------------------*/
/*         Teaser          */
/*-------------------------*/
div#teaser {
	width:auto;
	font-size:100.01%;
	}

div.ZMSTeaserContainer {
	padding:1px;
}
div.ZMSTeaserElement {
  padding-bottom:25px;
}


div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title {
  padding:0;
	font-size:116.67%;
  font-weight:bold;
	text-decoration:none;
	color: #df0024;
	display: block;
	margin:0.5em 0 0.8em 0;
}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited {
	color: #df0024;
}

div.ZMSTeaserElement div.text {
	padding: 0;
	line-height:1.3em;
	color: #000;
	font-size:100.01%;
	}

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

div.ZMSTeaserElement a.more {
  display:block;
}



#Macronavigation strong {
  color:#df0024;
  text-transform:uppercase;
  font-weight:bold;
  }

#Metanavigation { float:left; }
#Copyright { float:right; }

#Micronavigation {
  margin: 0;
  padding: 3px 0px;
  font-size:10px;
  color:#ccc;
  }
#Micronavigation a:link,
#Micronavigation a:visited {
  color:#ccc;
  }
#Micronavigation a:hover,
#Micronavigation a:active{
  color:#58585a;
  text-decoration:underline;
  }
div.system-msg {
  margin:10px 0px;
  padding:5px;
  color:#c9252c;
  background-color:#e8e8e8;
  font-weight:bold;
  border:1px #c9252c dashed;
}

input#formulatorSaveBtn,
button {
  text-align:center;
  cursor: pointer;
  padding:3px 15px;
  font-family: Arial,sans-serif;
  font-size:10px;
  font-weight:bold;
  width:auto;
  background-color:#ddd;
  border:1px solid #aaa;
  margin-bottom:10px;
}

/*-----------------------------*/
/*         Imageindex          */
/*-----------------------------*/
div#Imageindex {
}
.ImageindexContainer {
  text-align:center;
margin-left: 20px;
}

.ImageindexItem  {
  float:left;
  margin-right: 10px;
}
.ImageindexItem a {
  display:block;
  color: #df0024;
  text-decoration:none;
  font-weight:bold;
}

.ImageindexItem img {
  width:122px; height:122px;
  border: 1px solid #61563a;
}

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

table.ZMSTable {
	margin:0.75em 0em;
	border-collapse:collapse;
  table-layout:fixed;
	width:100%;
	}

table.ZMSTable caption {
  font-weight: bold;
	margin-top:1em;
	text-align:left;
	}

table.ZMSTable th,
table.ZMSTable td {
	padding:5px;
	font-size:11px;
	vertical-align:top;
	background:transparent;
	border: 2px solid #fff;
  text-align:center;
  font-weight: normal;
	}
table.ZMSTable th {
  background-color:#df0024;
  color:#e8e8e8;
  font-weight:bold;
}
table.ZMSTable td {
  color:#58585a;
}
table.ZMSTable tr.odd td { background-color:#F1F1F1; }
table.ZMSTable tr.even td { background-color:#FAFAFA;}

table.ZMSTable th p,
table.ZMSTable td p { }
/*
table.ZMSTable colgroup col {
  display:none !important;
  }
*/
/* table.ZMSTable tr th:first-child,
table.ZMSTable tr td:first-child {
  text-align:left;
}
*/
table.ZMSTable th sup,
table.ZMSTable td sup { font-size:smaller;  }

table.ZMSTable tr th p { margin:0px; }
table.ZMSTable tr td p { margin:0px; }


table.ZMSTable thead tr td {
	}
table.ZMSTable thead tr th {
	font-weight:normal;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Links
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
div#pageelement_Links {
	}

div.ZMSLinkContainer {
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

div.ZMSLinkElement {
  padding:0;
	background-color: transparent;
/*  border: 1px solid #df0024; */
}

div.ZMSLinkElement div.title {
/*	padding: 4px;
	background-color: #df0024;
	color: #fff;
	font-weight:bold; */
	}
div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited {
/*  padding:0px;
	text-decoration:none;
	color: #fff; */
}


div.ZMSLinkElement div.text {
/*	padding: 4px;
	background-color: #e8e8e8;
	color: #fff; */
	}

div.ZMSLinkElement div.text a:link,
div.ZMSLinkElement div.text a:visited {
/*  	color: #fff; */
  }

div.ZMSLinkElement ul {
	list-style-type:none;
	list-style-image:none;
/*	margin-left: 0px; */
}
div.ZMSLinkElement ul li {
	list-style-image:none;
	margin-left: 0px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
div.ZMSFile {
  background-color: transparent;
	margin: 10px 0 5px 0;
  position:relative;
	}

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

div.ZMSFile div.title {
  font-size:12px;

  }

div.ZMSFile div.title img {
  float:left;
  padding-right:2px;
  }


div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited {
  font-weight:normal;
  text-decoration:none;
  font-weight: bold;
  font-size:12px;
	}

div.ZMSFile div.text {
  font-size:12px;
  margin-left:21px;
	}

div.ZMSFile div.description {
  font-size:12px;
  margin-left:21px;
  }

div.note { margin:-3px }

