

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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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
	{
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj Registerkarten
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#example{
	margin:15px 0px 5px 0px;
	border: solid 0px red;
	}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */

.ui-tabs-hide {
	display: none !important;
	}
}


/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
	display: none;
	}
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	/* font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	}

.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;

	}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
	}

.ui-tabs-nav li.reg1 {
	float: left;
	margin: 0 15px 0 0px !important;
	margin: 0 8px 0 0px;
	font-weight: bold;
	width:138px;
	border:solid 0px red;
	}

.ui-tabs-nav li.reg2 {
	float: left;
	margin: 0 0px 0 0px;
	font-weight: bold;
	width:138px;
	border:solid 0px red;
	}


.ui-tabs-nav a, .ui-tabs-nav a span {
	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding: 0 10px;
	background: url(http://www.medi-plaza.de/common/css/common/tabs.png) no-repeat;
width:134px !important;	
width:125px;
text-align:center;
}



.ui-tabs-nav a {
	margin: 3px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	background-position: 100% 0;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline: 0; /* @ Firefox, prevent dotted border after click */ 
	border:solid 1px #A5B5BE;
	}

.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
	color: #9cafb8;
	}

.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 2px;
	background-position: 100% -23px;
	}

.ui-tabs-nav a span {
	padding-top: 1px;
	padding-right: 0;
	height: 20px;
	background-position: 0 0;
	line-height: 20px;
	}

.ui-tabs-nav .ui-tabs-selected a span {
	padding-top: 1px;
	height: 20px;
	background-position: 0 -23px;
	line-height: 20px;
	}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
	}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
	}

.ui-tabs-disabled {
	opacity: .4;
	filter: alpha(opacity=40);
	}

.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
	color: #000;
	}

.ui-tabs-panel {
	border: 0px solid #c4ccdc;
	padding: 3px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	}

/*.ui-tabs-loading em {
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
	}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
	}

*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj downloadFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.downloadFileWrapper {
	margin:0;
	margin-bottom:25px;
	padding:0;
	border:solid 0px red;
	}

div.downloadFileWrapper div.downloadFileImg {
	float:left;
	width:120px;
	margin:0;
	padding:0;
	padding-top:2px;
	border:solid 0px red;
	}

div.downloadFileWrapper div.downloadFileDetails {
	float:left;
	width:440px;
	margin:0;
	margin-left:15px;
	padding:0;
	border:solid 0px red;
	}

div.downloadFileWrapper div.downloadFileDetails p.downloadFileTitle{
	margin:0;
	padding:0;
	font-weight:bold;
	border:solid 0px red;
	}

div.downloadFileWrapper div.downloadFileDetails p.downloadFileDescription{
	margin:0;
	padding:0;
	border:solid 0px red;
	}

div.downloadFileWrapper div.downloadFileDetails p.downloadFileFile{
	margin:0;
	padding:0;
	font-size:75%;
	border:solid 0px red;
	}

div.downloadFileWrapper div.downloadFileClear{
	clear:both;
	margin:0;
	padding:0;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj Lebenslauf
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.medVitaWrapper {
	margin:0;
	margin-top:10px;
	margin-bottom:30px;
	padding:0;
	border:solid 0px red;
	}

div.medVitaWrapper .medVitaInfoWrapper {
	margin:0;
	padding:0;
	}

div.medVitaWrapper .medVitaInfoWrapper .vitaImg {
	float:left;
	margin:0;
	margin-right:10px;
	padding:0;
	width:125px;
	}

div.medVitaWrapper .medVitaInfoWrapper .vitaInfo {
	float:left;
	margin:0;
	padding:0;
	width:438px;
	border:solid 0px red;
	}

div.medVitaWrapper .medVitaInfoWrapper .clearVitaInforWrapper {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	}

div.medVitaWrapper p {
	margin:3px 0px 5px 0px;
	padding:0;
	border:solid 0px red;
	}

div.medVitaWrapper p.medName {
	margin:-5px 0px 0px 0px;
	}

div.medVitaWrapper p.medBranch {
	margin:0px 0px 5px 0px;
	line-height:14px;
	}

div.medVitaWrapper p.medTel {
	margin:0px 0px 0px 0px;
	}

div.medVitaWrapper p.medEmail {
	margin:1px 0px 0px 0px;
	line-height:12px;
	}

div.medVitaWrapper p.medName, div.medVitaWrapper p.medBranch {
	font-weight:bold;
	}

div.medVitaWrapper p span.medVitaHint {
	display:block;
	margin:0px;
	margin-bottom:-8px;
	position:relative;
	font-weight:bold;
	}

div.medVitaWrapper table.visitingTimes {
	margin:8px 0px 8px 0px;
	width:100%;
	font-size:120%;
	}

div.medVitaWrapper table.visitingTimes tr td {
	padding:1px 0px 1px 0px;
	}

div.medVitaWrapper table.visitingTimes tr td span.medVitaHint{
	font-weight:bold;
	}



/*-- BO infobox.f_css_defaults --*/
div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
}
div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
	font-size:11px;
	color:#738d9a;
	white-space:normal;
	}

div.infobox div.ZMSFile div.title a:link,
div.infobox div.ZMSFile div.title a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#738d9a;
	}

div.infobox div.ZMSFile div.text {
	margin-left:23px;
}
div.infobox ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
div.infobox ul.Standard   {
	margin:0px 0px 0px 1.2em;
}

div.infobox ul li {
	margin:0px 0px 0px 16px;
}
div.infobox li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	list-style-position:inside;
}
div.infobox li.LinkElementInternal,
div.infobox li.LinkElementInternalPortal {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
div.infobox li.LinkElementInternalClient {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
div.infobox li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	list-style-position:inside;
}
/*-- EO infobox.f_css_defaults --*/

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj teaserRight
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.teaserRightContent {
	margin:0;
	padding:0;
	padding-top:0px;
	padding-bottom:5px;
	width:299px;
	border-top:8px solid #EB6909;
	color:#929A9D;
	}

div.teaserRightImage {
	margin:0;
	margin-top:15px;
	margin-bottom:2px;
	padding:0;
	border:solid 0px red;
	}

.teaserRightContent p.teaserRightTitle{
	margin:0;
	margin-top:8px;
	padding:0;
	font-size:125%;
	font-weight:bold;
	color:#EB6909;
	text-align:left;
	}

.teaserRightContent div.teaserRightText{
	margin:0;
	padding:0;
	}

.teaserRightContent div.teaserRightText p{
	margin:0;
	padding:0;
	font-size:100%;
	text-align:left;
	}

.teaserRightContent p.teaserRightText span.hintMore{
	color:#EB6909;
	}

.teaserRightContent p.teaserRightText a:link, .teaserRightContent p.teaserRightText a:visited{
	color:#EB6909;
	}

.teaserRightContent p.teaserRightText a:hover, .teaserRightContent p.teaserRightText a:active{
	color:#F2A065;
	text-decoration:none;
	}





/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj teaserLeft
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.teaserLeftContentWrapper {
	margin:0;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	width:226px;
	background-color:#ECEDEE;
	border-top:15px solid #AD3A3B;
	color:#3F3F40;
	}

.teaserLeftContentWrapper .teaserLeftContentPre {
	float:left;
	margin:0;
	padding:0;
	padding-top:1px;
	padding-right:3px;
	width:29px;
	text-align:right;
	}

.teaserLeftContentWrapper .teaserLeftContent {
	float:left;
	margin:0;
	padding:0;
	width:180px;
	}
	
.teaserLeftContentWrapper .teaserLeftContentClear {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}


div#ZMIManageTabsBar {background: #fff none;}

/**************************************/
/* (c) 2009 jklein                    */
/* Author: j. klein                   */
/* last change: 2010/04/19            */
/**************************************/


/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #EFEFEF}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #00cc99;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}

.primColorStrong {background-color: #EB6909;}
.primColorMedium {background-color: #EE8538;}
.primColorLight {background-color: #F2A065;}


body#web {
	margin: 0;
	margin-bottom:20px;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;	
	position:relative;
	text-align:center;
	background: transparent url(http://www.medi-plaza.de/common/css/common/body_bg.gif) fixed top left;
	}

#pageregionTopWrapper {
	margin: auto;
	position: relative;
	padding: 0px;
	border: 0;
	width:968px;
	height:496px;
	text-align:left;
	background: transparent url(http://www.medi-plaza.de/common/css/common/wrapper_bg.jpg) top left repeat-y;
	}

#Logo {
	float:left;
	border:0;
	padding:10px;
	padding-left:29px;
	padding-top:24px;
	margin:0;
	width:300px;
	height:72px;
	border:solid 0px red;
	}

#cycle {
	display: block;
	margin-top:30px;
	width: 968px;
	height: 260px;
	overflow: hidden;
	}

.cycle {
	float:left;
	padding-left:33px;
	border:solid 0px red;
	}

.bubble {
 	float:left;
 	width:300px;
 	margin:0;
 	margin-left:9px;
 	padding:0;
  	border:solid 0px red;
  	}

#pageregionContentWrapper {
	margin: auto;
	padding: 0;
	padding-top:30px;
	border: 0;
	width:968px;
	background-color: #fff;
	text-align:left;
	background: transparent url(http://www.medi-plaza.de/common/css/common/wrapper_bg.jpg) top left repeat-y;
	}

#Content {
	float:left;
	margin:0;
	margin-left:33px !important;
	margin-left:16px;
	margin-right:10px;
	padding:0;
	width:586px;
	overflow:visible;
	border:solid 0px red;
	}
	
#ContentBroad {
	margin:0;
	padding:0;
	width:968px;
	overflow:visible;
	}

#Sitemap {
	float:left;
	margin:0;
	margin-left:34px;
	margin-right:10px;
	padding:0;
	width:582px;
	overflow:visible;
	border:solid 0px red;
	}

#pageregionLeft {
	float: left;
	padding-top:0px;
	margin:0px;
	float: left;
	width: 220px;
	border:solid 0px red;
	background: transparent url(http://www.medi-plaza.de/common/css/common/pageregionLeft_bg.gif) 0px 150px no-repeat;
	min-height:480px;
	}

#pageregionRight {
	float: left;
	width:330px;
	margin: 0;
	margin-left:5px;
	padding: 0;
	padding-top:0px;
	border:solid 0px red;
	}

#pageregionBottomWrapper {
	margin: auto;
	padding: 0;
	border: 0;
	width:968px;
	height:54px;
	text-align:left;
	background: transparent url(http://www.medi-plaza.de/common/css/common/pageregionBottomWrapper_bg.jpg) top left no-repeat;
	border:solid 0px red;
	}
	
/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
	}

.floatRight {
	float:right;
	}

.floatLeft {
	float:left;
	}

img.imgNoborder {
	border:0px;
	}


/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/
/* ----------------- navigation menue -------------- */

div#Menu {
	margin:0;
	margin-top:-32px;
	position:relative;
	padding:0;
	width:900px;
	padding-left:33px;
	padding-right:30px;
	border:solid 0px red;
	}

div#Menu ul.Menu {
	margin:0;
	padding:0;
	height:22px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:solid 8px #E8ECEF;
	}

div#Menu ul.Menu li {
	margin:0px;
	position:relative;

	float: right;
	list-style-type: none;
	}

div#Menu a:link, div#Menu a:visited {
	float: left;
	display:block;
	margin:0px;
	padding-top:2px !important;
	padding-top:5px;
	padding-left:5px;
	font-size:100%;
	font-weight:bold;
	color:#95A7AF;
	border:solid 0px red;
	}

/* IE 7.0 only */
*:first-child+html div#Menu a:link, *:first-child+html div#Menu a:visited {
	padding-top:5px !important;
	}

div#Menu a:hover, div#Menu a:active{
	color:#EB6909;
	}

div#Menu a span.current{
	color:#EB6909;
	}

div.clearMenu {
	clear:both;
	display:none;
	}



/* -- MACRONAVIGATION -----------------*/
ul#submenu { 
	margin: 0em;
	margin-bottom:14px;
	margin-top:5px;
	padding:0px;
	padding-top:12px;
	list-style-type: none;
	border-bottom:1px solid #EB6909; 
	border-top:8px solid #EB6909; 
	width:300px;
	}

ul#submenu li {
	margin:0px;
	padding:0px;
	display:block;
	}

#submenu li span {
	/* neutralize YAML */
	display:block; 
	padding:0em; 
	background-color:transparent; 
	color: #95A7AF; 
	font-weight: normal; 
	}

ul#submenu a { 
	display:block;
	text-decoration: none;
	padding:0px;
	border-top:solid 1px #EB6909;
	border-left:none;
	font-size:12px;
	}

ul#submenu a.active { 
	border-bottom:solid 0px #EB6909;
	padding-left:3px !important; /* ??? */
	padding-left:4px; /* ??? */
	}

/* ie 7.0 only */
*:first-child+html ul#submenu a.active   {
	padding-left:4px !important; /* ??? */
	}

ul#submenu li a span { 
	display:block;
	font-weight:bold;
	color:#95A7AF;
	margin:0px;
	padding:0px;
	padding:6px 0px 6px 5px;
	cursor:pointer;
	}

ul#submenu a.active span { 
	font-weight:bold;
	padding:6px 0px 0px 5px;
	color:#EB6909;
	}

ul#submenu a:hover span { 
	color:#EB6909;
	}


ul#submenu a span.navHomeItem {
	}

ul#submenu a:hover span.navHomeItem { 
	}

ul#submenu a span.navHomeItemActive {
	}

ul#submenu ul { 
	margin:0px;
	padding:0px;
	}


/* -- Level 2 --*/
ul#submenu li ul li {
	margin:0px;
	padding:0px;
	padding-left:20px;
	border-right:0em solid #49B5FF; 
	}

ul#submenu li ul li a {
	width:100%; 
	margin:0px;
	height:19px;
	background:transparent; 
	color: #595959;
	border:none;
	}

ul#submenu li ul li a:hover {
	background:transparent;
	}

ul#submenu li ul li a.active {
	background:transparent;
	}

ul#submenu li ul li a span {
	width:100%; 
	margin:0px;
	padding:0px;
	background:transparent;
	height:18px;
	}

ul#submenu li ul li a:hover span { 
	color:#EB6909;
	}

ul#submenu li ul li a.active span { 
	padding:0px;
	font-weight:bold;
	color:#EB6909;
	}

/* -- Level 3 --*/
ul#submenu li ul li ul li {
	margin:0px;
	padding:0px;
	padding-left:22px;
	list-style-type: none;
	border-right:0em solid #49B5FF; 
	}

ul#submenu li ul li ul li a {
	width:100%; 
	margin:0px;
	background-color:transparent; 
	color: #595959;
	}

ul#submenu li ul li ul li a span {
	width:100%; 
	margin:0px;
	padding:0px;
	background:transparent;
	}

ul#submenu li ul li ul li a:hover span {
	color:#EB6909;
	}

ul#submenu li ul li ul li a.active span { 
	padding:0px;
	font-weight:bold;
	color:#EB6909;
	}


/* -- Level 4 --*/
ul#submenu li ul li ul li ul li {
	margin:0px;
	padding:0px;
	padding-left:32px;
	list-style-type: none;
	}

ul#submenu li ul li ul li ul li a {
	width:100%; 
	margin:0px;
	background-color:transparent; 
	color: #95A7AF;
	}

ul#submenu li ul li ul li ul li a span {
	width:100%; 
	margin:0px;
	padding:0px;
	background-color:transparent;
	}

ul#submenu li ul li ul li ul li a:hover span { 
	color:#EB6909;
	}

ul#submenu li ul li ul li ul li a.active span {
	color:#EB6909;
	font-weight:normal;
	}


ul#submenu li ul li ul li ul li ul li a span {

	}

/* -- YAML original ------------------------*/	
	
#submenu li a { 
	padding:0;
	padding-left:3px;
	}

#submenu li a:hover, #submenu li a.active{
	color: #595959;
	}


/* -- SITEMAP ------------------------*/

td.sitemapTitle0 {
	background-color: #ddd;
	border-right: solid 1px #444;
}
td.sitemapTitle1 {
	background-color: #ddd;
	border-right: solid 1px #000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
	color: #444;
	text-decoration: none;
	font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:12px !important;font-size:small;
}


/* -- SEARCH ------------------------*/

form.searchForm {
	float:right;
	margin:0;
	padding:0;
	padding-top:30px;
	padding-right:35px;
	}

form.searchForm input#raw {
	font-family:Courier;
	font-size:12px;
	padding:0;
	margin: 0;
	margin-bottom:-2px;
	position:relative;
	margin-right:0px;
      	height:16px;
	width:135px;
	vertical-align:middle;
	background-color:#E7EFEF;
	border:solid 1px #CDD6DB;
	color:#5E737D;
	}

span.searchHint {
	color:#CDD6DB;
	font-size:85%;
	}

span.searchHint a:link, span.searchHint a:visited{
	color:#9cafb8;
	}

span.searchHint a:hover, span.searchHint a:active{
	color:#EB6909;
	}

/* -- SERVICEAVIGATION ------------------------*/

#functionsTopWrapper{
	margin: 0px 4px 9px 4px;
	padding:0;
	border:0;
	width:960px;
	text-align:left;
	height:122px;
	background:transparent;
	color:#CE1814;	
	font-size:110%;
	border-top:solid 8px #EB6A0B;
	}

#serviceNavigation {
	float:right;
	margin:0;
	padding:0;
	padding-top:33px;
	width:260px !important;
	width:266px; /* IE6 */
	height:20px;
	text-align:right;
	line-height:20px !important;
	border:0px solid red;
	}

#serviceNavigation ul.serviceNav {
	margin:0;
	margin-left:40px;
	padding:0;
	border:solid 0px red;
	}

#serviceNavigation ul.serviceNav li {
	display: inline;
	}

#serviceNavigation ul.serviceNav li a{
	display:block;
	float:left;
	line-height:16px;
	padding-left:3px;
	padding-right:3px;
	margin-left:2px;
	margin-right:1px;
	border-right: 1px solid #EB6A0B;
	border-left: 1px solid #EB6A0B;
	font-weight:bold;
	}

#serviceNavigation a:link, #serviceNavigation a:visited {
	color: #95A7AF;
	text-decoration:none;
	}

#serviceNavigation a:hover, #serviceNavigation a:active  {
	color: #EB6A0B;
	text-decoration:none;
	}

/* -- COPYRIGHT ------------------------*/

#pageelement_Copyright {
	margin:0px;
	margin-left:30px;
	margin-right:30px;
	padding:0;
	padding-top:8px;
	height:25px;
	width:908px;
	font-size:75%;
	color:#929A9D;
	text-align:left;
	border-top: 8px solid #E8ECEF;
	}

#pageelement_Copyright a:link, #pageelement_Copyright a:visited{
	color:#929A9D;
	}

#pageelement_Copyright a:hover, #pageelement_Copyright a:active{
	color:#EB6909;
	text-decoration:none;
	}

div.copyright{
	float:left;
	margin:0;
	padding:0;
	border:solid 0px red;
	}

div.copyright span.delimit{
	color:#EB6909;
	font-weight:bold;
	}

div.functionsBottom {
	float:left;
	margin:0;
	padding:0;
	width:605px;
	font-weight:bold;
	}

/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
	}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EB6909;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #5E737D;
	font-size: 85%;
	}

h1.title {
	font-size: 140%;
	line-height: 24px;
	margin-top:0px; 
	}

h1,.heading1 {
	font-size: 140%;
	line-height: 24px;
	margin-top:0px;
	}

h2,.heading2 {
	font-size: 115%;
	line-height: 20px;
	margin:0px 0px 0px 0px;
	}
	
h2.dontDisplay {
	display: none;
	}

h3,.heading3 {
	font-size: 85%;
	line-height: 18px;
	font-weight:bold;
	}

h4,.heading4 {
	font-size: 85%;
	line-height: 16px;
	font-weight:bold;
	color: #5E737D;
	}

h5,.heading5 {
	font-size: 105%;
	line-height: 15px 
	}

p {
	line-height: 1.5em;
	text-align:justify;
	margin:2px 0px 12px 0px;
	}
	
p.bridgehead {
	margin:0px;
	font-weight:bold;
	color:#EB6909;
	}
	
p.bridgehead_grey {
	margin:0px;
	}

p.caption {
	font-style: italic;
	padding-top:0px;
	margin-top:0px;
	}

p.emphasis {
	padding:4px;
	border:solid 1px #EB6909;
	line-height: 1.5em;
	}

p.description {
	line-height: 1.5em;
	font-weight:bold;
	}

p.creator  {
	}

p.small {
	font-size: 10px;
	}

p.smalltext {
	font-size: 10px !important; font-size: xx-small;
	}

blockquote {
	font-size:85%;
	color:#5E737D;
	}
	
div#Content ul{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
	font-size: 100%;
	}

div#Content ol{
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 10px;
	font-size: 100%;
	}

div#Content ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 12px;
	line-height:1.5em;
	list-style:none;
	background:url('http://www.medi-plaza.de/common/css/common/icon_listImage.gif') no-repeat 0em 0.45em;
	}

strong, b {
	
	}

a:link, a:visited {
	color: #EB6909;
	text-decoration : none;
	}

a:hover, a:active {
	text-decoration : none;
	color: #F2A065;
	}

code {
	}

abbr, acronym  {
	cursor:help;
	}

kbd{
	border-bottom: rgb(128, 128, 128) 2px solid;
	border-left: rgb(200, 200, 200) 1px solid;
	border-right: rgb(128, 128, 128) 2px solid;
	border-top: rgb(200, 200, 200) 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	background: rgb(247, 247, 247);
	color: rgb(100, 100, 100);
	font-size:80%;
	vertical-align: middle;
	}

/* Hilite Search Result */
span.highlight {
	padding:0px 4px 0px 4px; 
	background-color: #EB6909;
	color:#fff;
	font-weight: bold;
	}


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

div.ZMSTable {
	}

div.ZMSTable table tr th {
	}

div.ZMSTable tr.even td {
	}

div.ZMSTable tr.odd td {
	}

table tr td  {
	}

table.ZMSTable {
	width:100%;
	font-size:140%;
	text-align:left;
	}

table.ZMSTable caption {
	font-size:75%;
	text-align:left;
	}

table.ZMSTable td { 
	background-color:#F8F8FA; 
	}

table.ZMSTable tr th {
	vertical-align:top;
	padding:2px 2px 2px 2px;
	background-color:#F5F7F8;
	color:#043F7B;
	}

table.ZMSTable tr th p{
	padding:2px 2px 2px 5px;
	margin:0;
	}

table.ZMSTable tr.even td {
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr.odd td {
	vertical-align:top;
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr td p{
	vertical-align:top;
	vertical-align:top;
	margin:5px 2px 0px 3px;
	text-align:left;
	}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/

/*--------- ZMS Graphic--------------*/

div.ZMSGraphic {
	background-color:transparent; 
	margin: 0;
	padding-top:15px !important;
	}

div.ZMSGraphic.left {
	text-align:left;
	margin:0;
	padding:0;
	}
	
div.ZMSGraphic.right {
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic.center {
	text-align:center;
	}

div.ZMSGraphic.floatleft { 
	float:left;
	margin-right:8px !important;
	/* strange IE 6 */
	margin-right:-16px;
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	}

div.ZMSGraphic.center { 
	text-align:center;
	padding:0;
	margin-top:10px;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	padding:0;
	margin-right:8px;
	margin-top:0px;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
	padding:0px;
	margin-left:8px;
	margin-top:10px;
	}

div.ZMSGraphic div.text
	{
	padding: 0px;
	padding-top:0px;
	margin:0;
	}

div.ZMSGraphic div.text p
	{
	padding: 0px;
	padding:0.3em 0px 1em;
	margin:0;
	text-align:left;
	font-size:75%;
	font-style:normal;
	/* color:#000; */
	}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

img.img {
	border:none;
	}

/*--------- ZMS TEASER --------------*/

div#teaser
	{
	width:305px;
	font-size: 12px !important; font-size: 12px;
	padding-top:5px;
	}

div.ZMSTeaserContainer {
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement {
	width:303;
	padding:0px;
	}

div.ZMSTeaserElement img.title {
	border: none;
	}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 4px 4px 2px 4px;
	display: block;
	color : #fff;
	}

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited{
	color: #fff;
	text-transform:uppercase;
	}

div.ZMSTeaserElement div.title a:hover, div.ZMSTeaserElement div.title a:active{
	color: #fff;
	text-decoration:none;
	}

div.ZMSTeaserElement div.text
	{
	padding: 0px 6px 6px 6px;
	line-height:1.3em;
	color: #808285;
	}


div#teaserLeft{
	margin:0;
	margin-left:-1px;
	position:relative;
	padding:0;
	padding-top:5px;
	border:solid 0px red;
	}

/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{
	width:180px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}


.form {
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
	html>.form {
	font-size: x-small;
} 
	
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
}


/*  ------------------------------------------------------
responseForm Colors
--------------------------------------------------------*/
form.wwwResponseForm input, form.wwwResponseForm textarea, form.wwwResponseForm select {
 	background: #fff;
 	border: #E6E6E6 1px solid;
 	}

input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
 	background:#ECECEC;
 	border: #E6E6E6 1px solid;
 	}

form.wwwResponseForm fieldset {
 	background: #F6F6F6;
 	border: #E6E6E6 1px solid;
 	}

form.wwwResponseForm fieldset legend {
 	color: #003378 !important;
 	}

/*  ------------------------------------------------------
Definition Respose Formelements
--------------------------------------------------------*/
form.wwwResponseForm input, form.wwwResponseForm textarea, form.wwwResponseForm select {
 	padding: 3px 4px;
 	font: 90% "Verdana", "Arial",  sans-serif;
 	}

form.wwwResponseForm textarea {
 	width: 80%;
 	}

form.wwwResponseForm input.radio, form.wwwResponseForm input.checkbox {
 	border: 0 none;
 	}

input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
 	}

form.wwwResponseForm select {
 	width:120px;
 	}

form.wwwResponseForm input#submit1, form.wwwResponseForm input#submit2 {
 	padding: 2px;
 	}

/*Hack Opera + Safari*/
html:first-child>b\ody form input#submit1{
 	padding: 3px 4px;
 	}

/*Hack Opera + Safari*/
html:first-child>b\ody form input#submit2{
 	padding: 3px 4px;
 	}

form.wwwResponseForm  p {
 	}

form.wwwResponseForm fieldset {
 	width: 80%;
 	display: block;
 	margin: 4px 0 30px 0;
}

form.wwwResponseForm fieldset div.distance {
 	padding: 10px 20px 10px 20px;
 	}

form.wwwResponseForm fieldset legend {
 	margin: 0 0 0 24px;
 	}

form.wwwResponseForm fieldset p, form.wwwResponseForm fieldset label, div.eingabe {
 	font-size:1.0em;
 	padding: 0 !important;
 	margin: 0 0 8px 0 !important;
 	}


form.wwwResponseForm fieldset p label {
 	padding: 0 !important;
 	margin: 0 !important;
 	font-size:1em;
 	}

form.wwwResponseForm fieldset p label.Name {
 	padding: 0 !important;
 	margin: 0 !important;
 	font-size:1em;
 	padding-right:10px;
 	}

form.wwwResponseForm fieldset legend {
 	font: 1.1em "Trebuchet MS", Lucida Sans, Lucida Sans Unicode, Verdana, sans-serif;
 	font-weight: bold;
}


/*------- appointmentRequestForm ------------------------------*/

.goSSLForm a, .goSSLForm a span {
	padding: 3px 10px;
	background: url(common/tabs.png) no-repeat;
	width:154px !important;	
	width:125px;
	text-align:center;
	}
.goSSLForm a {
	margin: 3px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 10px;
	background-position: 100% 0;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline: 0; /* @ Firefox, prevent dotted border after click */ 
	border:solid 1px #A5B5BE;
	}

.goSSLForm a:link, .goSSLForm a:visited {
	color: #9cafb8;
	}

.goSSLForm a:hover, .goSSLForm a:active{
	color: #EB6909;
	}

.goSSLForm a span {
	padding-top: 1px;
	padding-right: 0;
	height: 20px;
	background-position: 0 0;
	line-height: 20px;
	}

div.arFormWrapper {
	margin-top:0px;
	padding-top:0px;
	padding-left:0px;
	border:solid 0px red;
	width:310px;
	}

form.appointmentRequestForm{
	margin:0;
	padding:0;
	border:solid 0px red;
	width:305px;
	}

form.appointmentRequestForm fieldset {
	margin-bottom:10px;
	padding: 1em;
	border:1px solid #A5B5BE;
	/* font:80%/1 sans-serif; */
	color:#738d9a;
	}

form.appointmentRequestForm legend {
	padding: 0.2em 0.5em;
	text-align:right;
	border:0px solid #F8ECE8;
	font-size:95%;
	color:#738d9a;
	font-weight:bold;
	}

form.appointmentRequestForm label {
	float:left;
	width:100px;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:normal;
	color:#738d9a;
	}

form.appointmentRequestForm input {
	width:160px;
	margin-bottom:10px;
	border:solid 1px #E8ECEF;
	color:#738d9a;
	}
	
form.appointmentRequestForm input.checkbox {
	width:20px;
	margin-top:-10px;
	position:relative;
	}

form.appointmentRequestForm textarea {
	width:260px;
	border:solid 1px #E8ECEF;
	color:#738d9a;
	}

form.appointmentRequestForm select {
	width:100px;
	margin-bottom:10px;
	background-color:#E7EFEF;
	color:#9CAFB8;
	border:solid 1px #CDD6DB;
	}

form.appointmentRequestForm select.medBranch, form.appointmentRequestForm select.patientHealthInsurance{
	width:265px;
	}

form.appointmentRequestForm select.apointmentDay{
	width:56px;
	}

form.appointmentRequestForm select.apointmentMonth{
	width:68px;
	}

form.appointmentRequestForm select.apointmentTime{
	width:135px;
	}

form.appointmentRequestForm select.patientSalutation{
	width:160px;
	}

form.appointmentRequestForm select.patientStatus{
	width:160px;
	}

form.appointmentRequestForm select.patientConcern{
	width:160px;
	}

form.appointmentRequestForm input.button{
	background-image:none;
	background-color:#E7EFEF;
	border-width:1px;
	border-style:solid;
	border-color:#CDD6DB;
	color:#9CAFB8;
	font-weight:bold;
	width:304px;
	margin:0px 0px 0px 0px;
	}

span.importantHint {
	font-weight:bold;
	color:#CA3433;
	}

form.appointmentRequestForm sup {
	line-height:0px;
	}

/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

#pageregionLeft #Newsindex {
    padding: 0px 20px 0px 10px;
    margin:0;
}
#pageregionLeft #Newsindex h2 {
    padding:0;
    margin:0;
}
#pageregionLeft #Newsindex p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}


/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

p.downloadFileFile img {
  margin-right:4px;
}



/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

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

body.zmi form input.form-element{
	width:20px;
	font-size: 12px !important; font-size: xx-small;
	}



