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

.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: 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 .contactPerson td {
	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;
}

div#Translate {
  position:absolute;
  top:16px; 
  right:24px;
}
div#logo {
  position:absolute;
  top:56px; 
  left:24px;
}
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:10px; }
div.ZMSGraphic div.graphic.alignright { margin-left:10px; }
div.ZMSGraphic.floatleft { margin-right:10px; }
div.ZMSGraphic.floatright { margin-left:10px; }
div.ZMSGraphic div.text { padding:0px; }

/*-------------------------*/
/*         Search          */
/*-------------------------*/
.searchResult span.title,
.searchResult span.title a {
  color: #005b8c
}

.searchResult span.linkpath a:link,
.searchResult span.linkpath a:visited {
  color:#58585a;
}

#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.fumedica.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: #007bbe;
  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;
	}

div.ZMSTeaserContainer {
	padding:1px;
}
div.ZMSTeaserElement {
  margin-bottom:15px;
  background: url(http://www.fumedica.de/common/css/common/img/TeaserBar.gif) no-repeat bottom left;
  padding-bottom:25px;
}


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

div.ZMSTeaserElement div.title a:link, 
div.ZMSTeaserElement div.title a:visited {
	color: #000;
}
div.ZMSTeaserElement img.title {
  border: 3px solid #FFFFFF;
}
div.ZMSTeaserElement div.text {
	padding: 3px 3px 3px 0px;
	line-height:1.3em;
	color: #58585a;
	font-size:12px;
	}

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


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

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

#Micronavigation { 
  margin: 0;
  padding: 3px 0px;
  font-size:10px;
  color:#58585a;
  }
#Micronavigation a:link,
#Micronavigation a:visited { 
  color:#58585a;
  }
  
div.system-msg { 
  margin:10px 0px;
  padding:5px;
  color:#c9252c;
  background-color:#eceded;
  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: #007bbe;
  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;
	color:#58585a;
  text-align:center;
  font-weight: normal;
	}
table.ZMSTable th {
 	background-color:#b2d7ec; 
}
table.ZMSTable td {

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

div.ZMSLinkElement div.title {
/*	padding: 4px;
	background-color: #007bbe;
	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: #eceded;
	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:100.01%;

  }

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:116.67%;
	}

div.ZMSFile div.text {
  font-size:100.01%;
  margin-left:25px;
	}

div.ZMSFile div.description {
  font-size:100.01%;
  margin-left:25px;	}



