
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
color:#2200D5;
}
.searchresult span.title a {
color:#2200D5;
}
.searchresult span.title a:visited {
color:#91198B;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 
.searchresult span.linkpath a {
color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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.schuechtermann-klinik.de/content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* BO quicklinks.f_css_defaults */
div#Quicklinks {
  background: url(http://www.schuechtermann-klinik.de/common/css/common/img/QuicklinksBG_sand.gif); 
  width:205px;
  padding-bottom:7px;
}
div#Quicklinks .qlTitle {
  padding:2px 2px 2px 9px;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
  color: #fff;
  background-color: #c1c7b8;
  display: block;
}
div#Quicklinks form {
  padding:7px 9px 0px 9px;
}
div#Quicklinks form select {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:86.67%;
  color: #666;
  width:100%;
}
/* EO quicklinks.f_css_defaults *//* BO nlnews.f_css_defaults */
table.nlnews {
  margin-bottom:25px;
}
table.nlnews tr td {
  vertical-align: top;
}
table.nlnews tr td.image { padding-right:10px; }
table.nlnews tr td.text h4 {
  margin:0em 0 0.2em;
  border-left:4px solid #666;
  padding-left:4px;
}
table.nlnews tr td.text p { margin:0.3em 0 0.3em; }
table.nlnews tr td.text span.news-date { font-size:smaller;font-weight:normal;text-transform:uppercase}

/* EO nlnews.f_css_defaults *//*---- BO calendar css -----*/

table#calTabs {
	margin-top:18px;
	margin-bottom:0;
	width:100%;
	border-collapse:collapse;
}
table#calTabs td.active,
table#calTabs td.inactive {
	white-space:nowrap;
	margin:0px;
	text-align:center;
	border:1px solid #ccc;
	border-bottom:0px;
	background-color:#eee;
	padding:2px 15px;
}
table#calTabs td.active {
	border-bottom:0px;
	background-color:#fff;
}
table#calTabs td.empty{
	border-bottom:1px solid #ccc;
	width:100%;
}
/*--Calendar without Tabs--*/
table#calContent {
	border-collapse:collapse;
	border:0px;
}
table#calContentTabs {
	border-collapse:collapse;
	border:1px solid #ccc;
	border-top:0px;
}
table#calContent tr td,
table#calContentTabs tr td {
	vertical-align:top;
	padding: 0;
	padding-top:6px;
}
form#calTabSearch {
	margin:0px;
	border:1px solid #ccc;
	border-top:0px;
	padding:12px 6px;
}
/* -- FF -- */
html>/**/body form#calTabSearch {
margin-left:-1px;
}
table#calContentTabs table#calGrid {
	text-align:right;
	padding:5px;
}
table#calContentEvent, 
table#calContentBatch {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
table#calContentEvent td,
table#calContentBatch td {
	padding:0px;
}
table#calContentEvent table#calContentBatch td,
table#calContentTabs table#calContentBatch td {
	padding-left:6px;
}
table#calContentBatch tr.odd {
	background-color:#fff;
}
table#calContentBatch tr.even {
	/* background-color:#eee; */
}
table#calContentBatch tr.even td {
	padding:2px;
}
table#calContentBatch tr.odd td {
	padding-bottom:6px;
}
table#calContentEvent tr td span.date,
table#calContentBatch tr td span.date {
	margin-top:6px;
}
table#calContentEvent tr td span.date,
table#calContentEvent tr td span.title, 
table#calContentBatch tr td span.date,
table#calContentBatch tr td span.title {
	margin-bottom:6px;
	display:block;
	font-weight:bold;
}
table#calContentEvent tr td span.description,
table#calContentBatch tr td span.description {
	display:block;

}
table#calContent td#calContentPrev,
table#calContent td#calContentNext {
	text-align:right !important;
	width:100%;
	padding:15px 10px 5px 10px;
}
table#calContent td#calContentNext {
	padding-bottom:15px;
/*	background-color:#fee; */
}
div#calTeaser {
	width:200px;
	border-top:4px solid #ccc;
	text-align:center;
	margin-top:0px;
	padding-top:6px;
}
table#calCategorySel {
	width:200px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
}
table#calCategorySel tr td {
	padding:0px 10px
}

table#calGrid {
	border-collapse:collapse;
	margin:0px 10px 10px 10px;
	padding:0px;	
	width:180px;
	font-size:10px;
	line-height:10px;
	font-family: Arial,'sans-serif';
}
table#calGrid a:link,
table#calGrid a:visited {
	text-decoration:none;
}

table#calGrid table.month {
	border-collapse:collapse;
	margin-bottom:1.0em;
	width:100%;
	text-align:center;
	font-weight:bold;
}
table#calGrid table.month a {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
}

table#calGrid table.days {
	width:100%;
/*	border-collapse:collapse; */
}
table#calGrid table.days td {
	padding:0px 4px 1px 3px;
}
table#calGrid table.days td.weekTitle {
	font-style:italic;
	font-weight:bold;
	background-color:#eee;
}
table#calGrid table.days td.week {
	font-weight:bold;
	background-color:#efdfdf;
}
table#calGrid table.days td.dayname,
table#calGrid table.days td.daynameToday {
	text-align:right;
	font-weight:bold;
}
table#calGrid table.days td.daynameToday {
	/* border:1px solid #ee1947; */
	color:#ee1947; 
}
table#calGrid table.days td.date,
table#calGrid table.days td.dateToday {
	text-align:right;
}
table#calGrid table.days td.dateToday {
	/* border:1px solid #ee1947; */
	/* background-color:#ddd; */
	font-weight:bold;
	color:#ee1947; 
}
table#calGrid table.days td.date a:link,
table#calGrid table.days td.date a:visited,
table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited {
	font-weight:bold;
	background-color:#ddd;
	padding:0px;
	border:0px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited {
	color:#ee1947; 
}	
/* ------------- SSK ------------------- */

table#calGrid table.days td.dayname,
table#calGrid table.days td.daynameToday {
/*	width:20px; */
width:auto;
	padding-bottom:3px;
}
table#calContent {
	border-collapse:collapse;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table#calContent tr td,
table#calContentTabs tr td {
	font-size:11px;
	line-height:16px;
}

table#calContent tr td {
	padding:5px
}
table#calContentBatch tr.odd td:hover, 
table#calContentBatch tr.even td:hover  {
background-color:#eee;
}
table#calContentEvent span.date,
table#calContentBatch span.date {
	color:#666; 
	margin-top:3px;
	padding-top:3px;
	border-top:1px solid #999;
/*	width:380px !important; */
}

#calEmptyBatch {
	padding: 10px;
	font-size:12px;
}
a.calNav {
	font-size:10px;
}
tr#tr_cal_text {
	display:none;
}

/*---- EO calendar css -----*//* BO Imagemap CSS */
#dhtmltooltip {
 font-size:11px;
 line-height:1.25em;
 color:#666; 
}
div.imgagemap {
 text-align:center;
}
/* EO Imagemap CSS *//* BO formContainer.f_css_defaults */

input#formulatorFindBtn {
display:none;
}
p#formulatorHint {
font-size:10px;
display:none;
}

div.formular form.saved {
display:none;
}

div.formular {
/* display:table; */
/* table-layout:auto; */
width:auto;
border-collapse:collapse;
background-color:#fcfcfc;
border:1px solid silver;
padding:3px;
font-size:12px;
}
div.formrow {
/* display:table-row;*/
}
div.formrow div.system-msg  {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  padding-left: 22px !important;
  background-repeat:no-repeat;
  background-position:2px 2px;
  background-image:url(/misc_/zms/spacer.gif);
}


div.formular h2 {
/* color:#900; */
/*background-color:#ccc;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1em;
}
div.formular h3 {
/*font-size:14px;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1.2em;
}

div.formtext, div.formvalue {
/* display:table-cell; */
padding:3px;
}
div.formtext {
margin-top:15px;
font-weight:bold;
/* border-top: 1px dotted #bbb; */
padding-top:2px;
line-height:1.4em;
}

div.formtext span.hints {
font-style:normal;
font-weight:normal;
}

div.formvalue input {
  background-color: #fff;
}

table.displayRecords { 
border:2px solid grey;
border-collapse:collapse;
}
table.displayRecords td {
border:1px solid silver;
padding:3px;
vertical-align:top;
}

.form-small {
font-size:11px;
vertical-align:top;
}

.zmiTableRowHead {
background-color:#ccc;
font-size:x-small;
padding:3px;
}

.zmiTableRowEven {
background-color:#eee;
font-size:x-small;
}
.zmiTableRowOdd {
background-color:#ddd;
font-size:x-small;
height:15px;
}
textarea.zmiTableRowOdd {
background-color:#ddd;
font-size:11px;
width:600px;
height:150px;
}
select.zmiTableRowEven, select.zmiTableRowOdd {
background-color:#eee;
font-size:x-small;
width:150px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [ZMI] Calendar
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

#zmiCalDiv {filter:Alpha(opacity=80);-moz-opacity:0.80;background-color:#ffffff;padding:2px;border:1px solid #646464;}
#zmiCalLastMon,#zmiCalMon,#zmiCalNextMon,#zmiCalClose {float:left;font-size:11px;font-family:helvetica,arial;overflow:hidden;}
a.zmiCalNorm:link, a.zmiCalNorm:visited, a.zmiCalNorm:hover, a.zmiCalNorm:active {font-size:11px;font-family:helvetica,arial;color:#000000;text-decoration:none;}
a.zmiCalBold:link, a.zmiCalBold:visited, a.zmiCalBold:hover, a.zmiCalBold:active {font-size:11px;font-family:helvetica,arial;color:#000000;text-decoration:none;font-weight:bold;}
a.zmiCalCurr:link, a.zmiCalCurr:visited, a.zmiCalCurr:hover, a.zmiCalCurr:active {font-size:11px;font-family:helvetica,arial;color:#FFFFFF;background-color:#FF6600;text-decoration:none;font-weight:bold;}
a.zmiCalHead:link, a.zmiCalHead:visited, a.zmiCalHead:hover, a.zmiCalHead:active {font-size:11px;font-family:helvetica,arial;font-weight:bold;color:#000000;text-decoration:none;}
div.zmiCalWeekday {float:left;width:14px;height:14px;font-family:helvetica,arial;font-size:11px;padding:0;clip:rect(0 14 14 0);border-right:1px solid #CCCCCC;overflow:hidden;text-align:right;padding-right:2px;}
div.zmiCalDayname {float:left;width:14px;height:14px;font-family:helvetica,arial;font-size:11px;padding:0;clip:rect(0 14 14 0);border-right:1px solid #CCCCCC;overflow:hidden;text-align:right;padding-right:2px;color:#646464;font-weight:bold;}


/* EO formContainer.f_css_defaults *//* BO press_release.f_css_defaults */

div.press {
	border:0;margin:0;
	padding: 10px 0;
	clear:right;
	}
div.press a:link {
	text-decoration:none;
	}

div.press .header {
	height: 22px;
	line-height: 22px;
/*	vertical-align: middle; */
	padding: 2px;
	font-size: 10px;
	background-color: #F0F0F0;
	}
	
div.press .place {
	float:left;
	}

div.press .text {
	}
	
div.press .download {
	float:right;
	height:20px; 
	line-height:20px;
	overflow: hidden;
/*	vertical-align: middle; */
	}
div.press .download img {
  position:relative;
  top:-3px;
}
/* EO press_release.f_css_defaults */
/* --// BO refGlossary.f_css_defaults //-- */

a.glossary:link, a.glossary:visited {
 	/* background-color:#9ED2F3; */
	cursor: help;
	text-decoration:none;
	border-bottom: 1px dotted #4fac25;	
}
a.glossary:hover {
 	/* background-color:#149CD4; */
	cursor: help;
	text-decoration: none;
	border-bottom: 2px solid #4fac25;	 
}

.tooltip {
	width: 200px; 
	color:#000;
	font:lighter 11px/1.3 Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-align:center;
}
.tooltip span.top {
	padding: 30px 8px 0;
/*	background: url(content/get_conf_blob?path=ZMS.custom.objects/refGlossaryFolder/__obj_attrs__/bubbleImage/custom) no-repeat top; */
	background: url(content/metaobj_manager/refGlossaryFolder.bubbleImage) no-repeat top;
}
.tooltip b.bottom {
	padding:3px 8px 15px;
	color: #548912;
/*	background: url(content/get_conf_blob?path=ZMS.custom.objects/refGlossaryFolder/__obj_attrs__/bubbleImage/custom) no-repeat bottom; */
	background: url(content/metaobj_manager/refGlossaryFolder.bubbleImage) no-repeat bottom;
}

button.glossary {
  font-size:10px;
  font-weight:bold;
  font-family:Verdana,Geneva,sans-serif;
  padding:0 2px 1px;
  margin-bottom:5px;
  background-color: #c1c7b8;
  color: #fff;
  border: 1px solid #3b6388;
  cursor: pointer;
}
/* --// EO refGlossary.f_css_defaults //-- *//* BO spec_teaser.f_css_defaults */
div.SpecTeaser {
  background-color:white !important;
  border:1px solid #d5d5d5;
  padding:10px 2px 0px 10px;
  margin-top:10px;
}

div.SpecTeaser div.stitle {
  padding:0;
  margin: 0;
  font-size:11px;
  font-weight: bold;
  text-decoration: none;
  color: #3b6388;
  display: block;
}
div.SpecTeaser div.simg {
  border: none;
  float:right;
}

div.SpecTeaser div.stext {
  padding-top: 5px;
  margin: 0;
}
/* EO spec_teaser.f_css_defaults */
textarea#code.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}/* BO f_css_defaults */

#imagegallery {
  font-family:Verdana;
}

#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:1px #ccc solid; 
}

#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}

 
/* EO f_css_defaults */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}



/**************************************/
/* Colors and Management Interface    */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #ccc}
.neutralColorMedium {background-color: #D5D5D5}
.neutralColorStrong {background-color: #666}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #C03;} 
.secondColorStrong {background-color: #787976;} /* darksand */
.secondColorMedium {background-color: #c1c7b8;} /* sand */
.secondColorLight {background-color: #f3f4f1;} /* lightsand */
.primColorStrong {background-color: #002570;} /* not used */
.primColorMedium {background-color: #3b6388;} /* darkblue */
.primColorLight {background-color: #7591C8;}  /* 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 table th { background-color:#E8C2B8; }
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 !important;
}
.floatleft {
	float:left;
	margin-right:1em !important;
}
img.imgNoborder {
	border:0px;
}


/**************************************/
/*             ZMSGraphic             */
/**************************************/
div.ZMSGraphic {
	background-color:transparent;
	margin:0;
	padding-top:2pt !important;
        margin-bottom:10px;
}

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: 4px 0 0 0; }

#Banner {
	border-top: 1px solid #3b6388;
	padding-top: 5px;
/*	height:128px; */
	padding-bottom: 14px;
  width: 100%; 
  background-color: transparent;
  background-image: url(http://www.schuechtermann-klinik.de/common/css/common/img/BannerBottomIMG_sand_darkblue.gif); 
  background-repeat:no-repeat;
  background-position:bottom center;
}

#LogoCE {
  position:absolute;
  right:0px;
  top:68px;
}
/*-------------------------*/
/*         Search          */
/*-------------------------*/
.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
}

#Search {
  background-image: url(http://www.schuechtermann-klinik.de/common/css/common/img/SearchBG_lightblue.gif); 
	border: 0;
	padding: 0 9px 0;
	margin: 0px 0px 20px 0px;
}
#Search form {
	border: 0;margin: 0;
	padding: 10px 0em;
}
#Search form a:link,
#Search form a:visited {
  color: #3b6388;
  font-family: Verdana, Arial, sans-serif;
  font-size: smaller;
  font-weight:bold;
}
#Search form a:hover {
  color: #666;
}
#Search input#raw {
	margin:0;
	padding:2px 3px;
	height:14px;
	font-family:Verdana,Geneva,Arial,Helvetica,Sans-serif;
	font-size:12px;
	vertical-align:middle;
	width:114px;
  border: 1px solid #d5d5d5;
  color: #666;
}
#Search input#btnSearch {
	vertical-align:middle;
	margin-left:3px;
}

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

#Search a img {
	position:relative;
	top:3px;
}
/*-----------------------------*/
/*        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;
}

/*-------------------------*/
/*         Teaser          */
/*-------------------------*/
div#teaser {
	width:auto;
	}

div.ZMSTeaserContainer {
	padding:0px;

  }
div.ZMSTeaserElement {

}


div.ZMSTeaserElement div.title a:link, 
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title {
  font-size:11px;
  font-weight:bold;
	text-decoration:none;
	color: #fff;
}
div.ZMSTeaserElement div.title {
  padding:2px 2px 2px 9px;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
	color: #fff;
	display: block;
}

div.ZMSTeaserElement div.text {
	background-image: url(http://www.schuechtermann-klinik.de/common/css/common/icon_list_sand.gif);
  background-repeat: no-repeat;
	background-position: 10px 12px;
	padding: 10px 3px 10px 23px;
	line-height:1.3em;
	color: #666;
	}

/* tf: for Teaser editing with XStandard */
div.ZMSTeaserElement div.text p {
  margin:0;
}

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

#Metanavigation,
#Translate {
  position:absolute;
  font-size:smaller;  font-weight:bold;
  color:#3b6388;
  }
  
#Metanavigation {
  top:80px; 
  left:230px;
  }

#Metanavigation a:link, #Metanavigation a:visited,
#Translate a:link, #Translate a:visited {
  color:#3b6388;
  text-decoration:none;
}

#Metanavigation a:hover,
#Translate a:hover {
  text-decoration:underline;
}

#Translate {
  top:3px; 
  right:0px;
  }
#Translate a.active,
  color:#666;
  text-decoration:none;
}
#Translate span {
  color:#d5d5d5;
  text-decoration:none;
}

#Anchornavigation td {
  vertical-align:top;
  font-size:smaller;
  }

#Copyright { float:right; color:#ccc }

#Micronavigation { 
  margin: 0;
  padding: 3px 0px;
  font-size:10px;
  color:#666;
  }
#Micronavigation a:link,
#Micronavigation a:visited { 
  color:#666;
  }
  
div.system-msg { 
  margin:10px 0px;
  padding:5px;
  color:#c03;
  background-color: #ccc;
  font-weight:bold;
  border:3px #c03 dotted;
}
div#Index {
  margin-top:2em;
  border-top:1px dotted #c1c7b8;;
}
div#Index h4 {
  margin-bottom:1em;
  text-align:left;
}

button {
  font-size:10px;
  font-weight:bold;
  font-family:Verdana,Geneva,sans-serif;
  padding:0 2px 1px;
  margin-bottom:5px;
  background-color: #c1c7b8;
  color: #fff;
  border: 1px solid #3b6388;
  cursor: pointer;
}

/**************************************/
/* 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 tr th, 
table.ZMSTable tr td {
	padding:3px;
	font-size:11px;
	vertical-align:top;
	border-top:1px solid #3b6388;
	border-bottom:1px solid #3b6388;
  text-align:center;
	color:#666;
  font-weight: normal;
	}
table.ZMSTable tr th {
  font-weight: bold;
	color:#fff; 
	background-color:#c1c7b8; 
	}

table.ZMSTable tr td {
	background-color: #f3f4f1;
	}
table.ZMSTable colgroup col {
/*  display:none !important; */
  }
table.ZMSTable tr th:first-child, 
table.ZMSTable tr td:first-child {
  text-align:left; 
/*	border-left: 1px none #c1c7b8;*/
/*  width:33% !important; */
}
table.ZMSTable tr th sup, 
table.ZMSTable tr td sup { font-size:smaller;  }


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

table.ZMSTable tr.odd td { } 
table.ZMSTable tr.even td {
  background-color: #f3f4f1;
  }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Links
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
div#pageelement_Links {
	background-color: #3b6388;
	}

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

div.ZMSLinkElement {
  padding:0;
  border: 1px solid #3b6388;
}

div.ZMSLinkElement div.title {
	padding: 4px;
	background-color: #3b6388;
	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: #ccc;
	color: #fff;
	}
	
div.ZMSLinkElement div.text a:link,
div.ZMSLinkElement div.text a:visited {
  	color: #fff;
  }
  
div.ZMSLinkElement ul {
	margin-left: 0px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

div.ZMSFile { 
	background-color: transparent;
	margin: 0px;
	margin-bottom:5px;
	}

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

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

div.ZMSFile div.title
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text
	{
	font-size:xx-small;
	}

div.ZMSFile div.description
	{
	font-size:x-small;
  }

/* searchresults */
td.navMicro {
  padding:10px;
  overflow:hidden;
  }
td.navMicro a {
  display:block;
  width:380px;
}

/**************************************/
/* Colors and Management Interface  style.css Master  */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #ccc}
.neutralColorMedium {background-color: #D5D5D5}
.neutralColorStrong {background-color: #666}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #C03;} 
.secondColorStrong {background-color: #787976;} /* darksand */
.secondColorMedium {background-color: #c1c7b8;} /* sand */
.secondColorLight {background-color: #f3f4f1;} /* lightsand */
.primColorStrong {background-color: #002570;} /* not used */
.primColorMedium {background-color: #3b6388;} /* darkblue */
.primColorLight {background-color: #7591C8;}  /* 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 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; }
.form-small { text-align:left; }

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

