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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.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
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent; 
}

div.ZMSGraphic_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: transparent;
	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;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

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,
a.superzoom img.superzoom,
a.download img.download {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom { background-image: url(/misc_/zms/zoom.gif); }
a.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: 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://cme.onkodin.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* BO userSQL.f_css_defaults */

div#userSQL {
  padding:10px;
/*
	border:1px solid #B8D561;
	background-image:url(/common/css/common/medipointsBg.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
*/
}

div#userSQL form {
	width:100%;
	overflow:visible;
}
div#userSQL table,
table.medipoints {
	border:1px solid #B8D561;
	background-image:url(/common/css/common/medipointsBg.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
	font-size:12px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:15px;
}
div#userSQL h3 { margin: 10px 5px 5px; }

div#userSQL td.form-label {
  font-size:12px;
  text-align:right;
 	padding:3px;
 	vertical-align:top;
}
div#userSQL td.form-element input.form-element,
div#userSQL td.form-element textarea,
div#userSQL td.form-element select {
  width:300px !important;
	line-height:13px;
}
div#userSQL td.form-element input.form-element[type=checkbox] { width: 20px !important; }
div#userSQL td.form-element input.form-checkbox {
  width:14px !important;
  height:18px ;
  float:left;
}
div#userSQL td.form-element span.form-checkbox {
  font-size:12px;
  display:block;
  margin-left:16px;
  padding:4px;
}
div#userSQL div.zmi_col_left,
div#userSQL div.zmi_col_right {
  display:none;
}

div#userSQL td.form-element select.form-element {
	overflow:visible;
}

button.medipoints {
  margin-bottom:1em;
  padding:2px 5px;
  font-size:12px;
  font-weight:bold;
  color:#333;
  border:1px solid #999;
  background-color:orange;
  text-decoration:none;
  cursor:pointer;
}
/* EO userSQL.f_css_defaults *//*-- InfoBox --*/


div.boxContainer  {
	margin-top: 10px;
	border-top:5px solid #ff9900;
	background-color: #fff;
	padding:0px;
	width:auto;
	margin-bottom:10px;
	border-left:1px solid #ebeaf4;
	border-right:1px solid #ebeaf4;
	border-bottom:1px solid #ebeaf4;
}
div.boxTitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
	background-color: #ebeaf4;
}
div.boxContentEven,
div.boxContentOdd {
	padding:5px 5px 5px 5px;
}
div.boxContentEven p,
div.boxContentOdd p  {
	margin: 0px;
}
div.boxContainer div.boxContentOdd  {
	background-color: #eee;
}
div.boxContainer  div.ZMSFile div.title img {
	margin-bottom:-5px;
}
div.boxContainer  div.ZMSFile div.title,
div.boxContainer  div.ZMSFile div.text,
div.boxContainer  div.ZMSFile div.title a {
	font-size:11px;
}
div.boxContainer div.ZMSFile div.title a:link,
div.boxContainer div.ZMSFile div.title a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
div.boxContainer div.ZMSFile div.title a img {
	margin-right:3px;
}
div.boxContainer div.ZMSFile div.text {
	margin-left:22px;
}
div.boxContainer ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
div.boxContainer ul li {
	margin:0px 0px 0px 2px;
}
li.LinkElementExternal {
	list-style-image:url(http://cme.onkodin.de/common/css/common/external_link.gif);
	list-style-position:inside;
}
li.LinkElementInternal,
li.LinkElementInternalPortal {
	list-style-image:url(http://cme.onkodin.de/common/css/common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementInternalClient {
	list-style-image:url(http://cme.onkodin.de/common/css/common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementMailto {
	list-style-image:url(http://cme.onkodin.de/common/css/common/mail_link.gif);
	list-style-position:inside;
}
p.boxResult {
  padding:3px;
  margin: 10px 0 !important;
  border:1px solid #ccc;
  background-color: #ebeaf4;
  }
p.boxNavigation {
  margin-top:10px !important;
  }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}

/* body.zmi div.zmi {width: 800px;} */
/* div#zmi_logo { background:#D9E100; } */

/**************************************/
/* (c) 2010 SNTL publishing           */
/**************************************/



/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}     /* Weiss */
.neutralColorLight {background-color: #dbdbdb}  /* Rahmen (20% Black) */
.neutralColorMedium {background-color: #ccc}    /* Grau */
.neutralColorStrong {background-color: #707070} /* Headline Schrift bold (70% Black) */
.neutralColorBlack  {background-color: #000}    /* Schwarz */
.secondColorStrong {background-color: #2a8055;} /* CME Tuerkis dunkel */
.secondColorMedium {background-color: #5bac62;} /* CME Tuerkis */
.secondColorLight {background-color: #9fd4b0;}  /* CME Tuerkis hell */
.teaserColor {background-color: #ff9900;}       /* Onkodin Orange */
.primColorStrong {background-color: #3a3db0;}   /* Onkodin Blau (dunkel) */
.primColorStrong1 {background-color: #4E6CA5;}  /* Onkodin Content 40% Blau (dunkel-mittel) */
.primColorMedium {background-color: #8099ca;}   /* HG Headline II (mittel) */
.primColorMedium1 {background-color: #D7DDEA;}  /* HG Content (40% HG Headline II) */
.primColorLight {background-color: #ebeaf4;}    /* HG erste Zeile (10% Onkodin Blau) */
.primColorLight1 {background-color: #f2f3f9;}   /* HG Content (20% HG Headline II) */

/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/

.form-submit { font-size:12px; }
.form-small { text-align:left; }
textarea.form-element {
  font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
  font-size:12px;
  padding:2px;
}
div.note { width: 96% }
img { border:0 }

.searchresult span.title a:link,
.searchresult span.title a:visited {
  color:#ff9900;
}
.searchresult span.linkpath a:link,
.searchresult span.linkpath a:visited {
  color:#707070;
}

body#web, body.print {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	font-size:10pt;
	text-align:center;
}
body.print {
	text-align:left;
	padding: 0 10px;
  }

/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	padding: 0px;
	border: 0px;
	width:980px;
	text-align:left;
    }
/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft {
	background:url(http://cme.onkodin.de/common/css/common/pageregionLeftBG.gif) repeat-y left;
	background-color:#fff;
	padding:0px;
	margin:0px;
}
/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {
	background:transparent url(http://cme.onkodin.de/common/css/common/pageregionRightBG.gif) repeat-y right;
	padding:0px;
	margin:0px;
}
/*-- wrapper for positioning the right column --*/
#layoutWrapper3_ContentAll  {
	padding:0px;
	margin:0px;
	width: 100%;
	float: left;
	margin-right: -230px;
	background:transparent url(http://cme.onkodin.de/common/css/common/pageregionRightBG.gif) repeat-y right;
	}
/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	background:transparent url(http://cme.onkodin.de/common/css/common/pageregionLeftBG.gif) repeat-y left;
	padding:0px;
	margin-top: 10px;
	margin-right: 230px;
}

#Content {
	margin: 0 0 0 210px;
	border:0px;
	padding:0px;
	padding-top:1px;
	overflow:visible;
}

#Sitemap {
	margin:0 0 50px 210px;
	padding:0px 20px 0px 0px;
	border:0;
}

#pageregionTop {
	margin:0;border:0;
	padding:0;
}

#Logo {
	margin:0;border:0;
	padding:0;
}

#pageregionLeft {
	margin:0px;
	padding:0px;
	float: left;
	width: 210px;
}

/* BG-color compensates BG-bug of IE */
#pageregionRight {
	margin-top:10px;
	padding:0px;
	width:210px;
	float: right;

}

/* ----------- Login -----------------*/
#pageregionTop div#Login {
  margin-bottom:10px;
  padding:0pt 10px;
  font-size: 11px !important;
  white-space:nowrap;
  overflow:visible;
}
div.ZMSTeaserElement div.text div#Login {

}

div#LoginSmart {
	font-family: Arial, Helvetica, sans-serif;
  margin-right:20px;
  padding:1px 0px;
  color: #ccc;
  line-height:1.1em;
  font-size: 10px !important;
  font-size: xx-small;
}
div#LoginSmart a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	font-size: xx-small;
  text-decoration:none;
}
div#LoginMicro {
  float:right;
}

#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	border-top:1px solid #ccc;
}

#pageelement_Copyright {
  font-size:10px;
  color: #707070;
}
#pageelement_Copyright a {
	text-decoration:none;
  color: #707070;
}

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	line-height:0;
}
.floatright {
	float:right;
	padding-left:10px;
}
.floatleft {
	float:left;
	padding-right:10px;
}
img.imgNoborder {
	border:0px;
}

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

#Metanavigation {
  color: #ccc;
  float:right;
  font-size:11px;
  padding-top:2px;
}
#Metanavigation a {
  color: #ccc;
	padding: 0px 5px;
	border-left:1px solid #707070;
}
#Metanavigation a.first { border: 0 }

/* -- Channel Menu --------------------------- */

#Menu {
  font-family: Arial, Helvetica, sans-serif;
  color: #707070;
}
#Menu a {
  font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #707070;
}
#Menu a.current {
	color: #5bac62;
	}

#Menu a:hover {
	text-decoration: underline;
	color: #5bac62;
	}

#Menu ul.Menu {
	margin:0px;
	padding:0px;
	}
#Menu ul li {
/*	float: left; */
	display: inline;
	margin:0;
	padding:0 0 0 5px;
	border-left:1px solid #707070;
  font-size:11px;
	}
#Menu ul li.Home {
	padding:0; border:0;
	}

#Menu ul li a {
	}

/* -- MICRONAVIGATION ----------------- */

#Micronavigation {
	margin:0;border:0;
	padding:1px 10px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color: #707070;
	background-color: #ccc;
	border-bottom: 5px solid #ccc;
}
#Micronavigation a:link,
#Micronavigation a:visited {
	color: #707070;
	text-decoration:none;
}
#Micronavigation a:hover {
	color: #ff9900;
	text-decoration:underline;
}

/* -- MACRONAVIGATION -----------------*/

#Macronavigation {
	width:191px;
}
#Macronavigation,
#Macronavigation ul {
	margin: 0px;
	padding: 0px;
	border:0px;
}

#Macronavigation ul li a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding: 10px 3px 10px 15px;
  position:relative;
}

#Macronavigation ul li a.active,
#Macronavigation ul li a:hover {
	background-color: #5bac62;
	color: #000;
}

#Macronavigation ul li {
	padding: 0px;
	margin: 0px;
	background-color:#8099ca;
	border-top: 1px solid #dbdbdb;
	list-style-type: none;
}

#Macronavigation ul li ul li {
	padding: 0;
	margin: 0;
}

#Macronavigation ul li ul li.inactive {
	background-color: #dbdbdb;
	background-repeat: no-repeat;
	background-image: url(http://cme.onkodin.de/common/css/common/icon_inactive.gif);
	list-style-type: none;
}

#Macronavigation ul li ul li.active {
	background-color: #5bac62;
	background-repeat: no-repeat;
	background-image: url(http://cme.onkodin.de/common/css/common/icon_active.gif);
	list-style-type: none;
}

#Macronavigation ul li ul li.current {
	background-color:#5bac62;
	background-repeat: no-repeat;
	background-image: url(http://cme.onkodin.de/common/css/common/icon_active.gif);
	list-style-type: none;
}

#Macronavigation ul li ul li a {
	padding: 0;
	text-decoration:none;
	font-weight:normal;
}

#Macronavigation ul li ul li a:link,
#Macronavigation ul li ul li a:visited {
	color: #000;
}

#Macronavigation ul li ul li a:hover {
	color: #000;
}

#Macronavigation ul li ul li {
	background-position: 1em;
}

#Macronavigation ul li ul li a span {
	padding:0em 0em 0em 1.5em;
}

#Macronavigation ul li ul li ul li {
	background-position: 1.7em 0.5em;
}

#Macronavigation ul li ul li ul li a span {
	padding:0em 0em 0em 2.7em;
}

#Macronavigation ul li ul li ul li ul li {
	background-position: 3.0em 0.5em;
}

#Macronavigation ul li ul li ul li ul li a span {
	padding:0em 0em 0em 4.0em;
}


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

td.sitemapTitle0 {
	background-color: #ddd;
	border-right: 1px solid #444;
}
td.sitemapTitle1 {
	background-color: #ddd;
	border-right: 1px solid #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;
}

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


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

#Search {
	margin: 0;
	border: 0;
	padding: 7px;
    	float:right;
}
#Search form {
	margin: 0;
	border: 0;
	padding: 7px 0px 0px 0px;
}
#Search input#raw {
	font-family:Courier;
	padding:0;
	margin:0;
	height:16px;
	width:153px;
	vertical-align:middle;
}
#Search input#btnSearch {
	vertical-align:middle;
}
#Search input#btnSearch:hover {
	background-color: #000;
}
.searchLabel, .searchLabel, .searchElement, .searchText {
}

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

#Headline {
	margin:0px;
}

h1, h2,  h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	}
h1.title {
  margin-top:0px;
  margin-bottom:0px;
}

h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h4 { font-size:12px; }
h5 { font-size:12px; }

p.description { font-weight:bold; }
p.description.course { font-weight:normal; }
p.caption { font-style: italic; padding-top:0px; margin-top:0px; }
p.emphasis {
	margin: auto 20px;
	padding:5px;
  font-weight:bold;
	background-color:#5bac62;
	}
p.small, p.smalltext { font-size: 10px; line-height:13px; margin: 2px 0;}
p.metadata { font-size: 10px; margin: 2px 0 1px; color:#707070; line-height:13px; }

a:link, a:visited {
	color: #3a3db0;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #3a3db0;
}

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

table.ZMSTable {
/*  table-layout: fixed; */
  border-collapse:collapse;
  font-size:12px;
  width: 100%;
}
table.ZMSTable caption {
  color: #fff;
  background-color: #f2f3f9;
  font-size: 10px;
  font-weight: bold;
  text-align:left;
  padding:2px 4px;
  border: 1px solid white;
  border-bottom:0px none;
}
table.ZMSTable caption strong {
  background-color: #5bac62;
  padding:2px 10px;
  position: relative;
  left:-4px;
  }

table.ZMSTable tr th,
table.ZMSTable tr td {
  border: 1px solid #fff;
  padding:1px 4px;
}
table.ZMSTable tr th {
  background-color: #8099ca;
  color: #000;
  }

table.ZMSTable thead tr th {
  color: #fff;
  background-color: #ff9900;
  font-weight: bold;
}
table.ZMSTable tr.even td {
  background-color: #f2f3f9;
}
table.ZMSTable tr.odd td {
  background-color: #f2f3f9;
}
table.ZMSTable tr td p,
table.ZMSTable tr th p {
  margin:0; padding:0;
}

table tr th,
table tr td {
  text-align:left;
  vertical-align:top;
}


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

/*-----------------*/
/*--  ZMSGraphic --*/
/*-----------------*/
div.ZMSGraphic { background-color:transparent; margin:0px;padding-left:0px}
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; width:auto }
div.ZMSGraphic div.text { padding: 4px 0 0 0; }
/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic { width:100%!important; }
div.ZMSGraphic.right div.graphic img { display:inline!important; }


body#web div.ZMSGraphic p.caption {
 font-style:italic;
}

/*--------- ZMS TEASER --------------*/
div#teaser {
	width:auto;
	margin:0px !important;
	margin: 0px 0px 0px 2px ;
	padding:0px;
	}

div.ZMSTeaserContainer {
/*	width:210px; */
	padding:3px;
	margin:0 0 10px;
	border: 1px solid #dbdbdb;
	text-align:center;
}
div.ZMSTeaserElement {
	width:202px;
	padding:0px;
	margin:0px;
	margin:auto;
	text-align:left;
}
div.ZMSTeaserElement div.graphic {
	padding:0px;
	border:0;
	margin:0px;
	text-align:center;
	overflow:hidden;
}


div.ZMSTeaserElement div.title {
	margin:0px;
	color: #707070;
	border-bottom: 2px solid #ff9900;
	padding: 1px 3px;
	font-weight:bold;
	font-size:12px;
}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited  {
	color:#707070;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

div.ZMSTeaserElement div.text {
	padding: 3px 6px 6px 6px;
	line-height:1.3em;
	font-size:10px;
}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited {
	text-decoration: none;
}


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

div#pageelement_Links {
	margin:0px 1px;
}

div.ZMSLinkContainer {
	background-color: transparent;
}

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

div.ZMSLinkElement div.title {
	font-weight:bold;
	color:black;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text { }
div.ZMSLinkElement div.text ul {
  margin: 5px 0 0 0;
  padding:0px;
  list-style-type:none;
/* font-size:smaller; */
 }
li.ZMSLinkElementInternal {
padding:0;
 }

div.ZMSFile div.title,
div.ZMSLinkElement div.title,
div.ZMSLinkElement div.title a,
div.ZMSFile div.text,
div.ZMSFile div.description
div.ZMSLinkElement div.text,
div.ZMSLinkElement div.description {
  font-size:12px !important;
}
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-size:12px;
  }
div.ZMSFile, div.ZMSLinkElement {
  background-color:transparent;
  margin:2px 0px;
  }
div.ZMSFile div.text, div.ZMSLinkElement div.text {
  margin-top:2px;
  }
div.ZMSFile div.title img {
  vertical-align:bottom;
  margin-right:3px;
}

div.system-msg {
	  font-family: Verdana, Helvetica, sans-serif;
	  font-size: 10pt;
	  background-color: #ffffd0;
	  border: 1px solid #333;
	  margin-bottom: 6px;
	  margin-top: 6px;
	  padding: 4px;
	  width: 100%;
	  color: #660033;
}

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

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;
	line-height:19px;
	font-size: 12pt;
}
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	line-height: 15px;
}

ul#ZMIManageTabs li a:link,
ul#ZMIManageTabs li a:visited,
ul#ZMIManageTabs li a:hover,
ul#ZMIManageTabs li a:active,
ul#ZMIManageTabsSub li a {
text-decoration:none !important;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                ZMS eLC Styles                   */
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/

div#dashboardNavigation {
  text-align:center;
  margin:auto;
  margin-top:15px;
  border:1px solid #8099ca;
  background-color: #dbdbdb;
  padding:10px;
}

div#dashboardNavigation table {
  text-align:center;
  margin:auto;
  margin-top:10px;

}
div#dashboardNavigation button.course {
  margin:0px 5px 10px 0;
  padding: 0px!important; /* IE7 */
  padding: 0px 10px !important; /* FF */
  padding: 0px; /* IE6 */
  height:30px;

  font-weight:bold;
  font-size:11px;
  color: #707070;
}


button.btnBack {
  margin-bottom:10px;
}
/* ---- SCORM Navigation ------------ */

body#navigationScorm {
  margin:0;border:0;padding:0;
/* inherit from pageregionLeft: */
  background:transparent url(http://cme.onkodin.de/common/css/common/pageregionLeftBG.gif) repeat-y left;
}
body#navigationScorm h1 {
  font-size:12px;
  margin-top:10px;
  margin-left:5px;
}

div.navigationScorm {
  margin:0;border:0;
  padding:0 ;
}

div.navigationScorm table {
  border-collapse:collapse;
/*  width:100%; */
}

div.navigationScorm td {
  padding:3px 0px;
  font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:13px;
}

div.navigationScorm td a:link,
div.navigationScorm td a:visited {
  font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
	font-weight:normal;
	padding-right:3px;
}

div.navigationScorm tr.activeSCO td {
  background-color: #dbdbdb;
  border-top: 1px dashed #8099ca;
  border-bottom: 1px dashed #8099ca;
}
div.navigationScorm tr.activeSCO a:link,
div.navigationScorm tr.activeSCO a:visited {
  font-weight:bold !important;
}
span.titleSCO {
  padding-right:5px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
/*     folgende noch zu pruefen                   */
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/

/* ---- SCORM Content ------------ */

body#contentScorm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  text-align:left;
/* inherit from pageregionRight: */
	background:transparent url(http://cme.onkodin.de/common/css/common/pageregionRightBG.gif) repeat-y right;
	margin-right:222px;
	margin-top:25px;
}
div#contentScormTeaser {
  float:right;
  margin:0;padding:0;
  position:absolute;
  top:35px;
  right:0px;
}
/* ---- SCORM Content: Exams ------------ */

body#contentScorm p.exFeedback {
  font-style:italic;
 }

body#contentScorm div.xqiFeedback {
  float:left;
  font-style:italic;
  text-align:left;
  background-color: #dbdbdb;
}

/* Tabelle xqi */
body#contentScorm table.xq {
  border-collapse:collapse;
  width:100%;
}
body#contentScorm table.xq tr td {
  border: 1px solid #ccc;
  vertical-align:top;
  padding:5px;
}

/* Frage: td.xqText */
body#contentScorm td.form-label {
  font-weight:bold;
}
/* Antwortoption: td.xqiText */
body#contentScorm td.form-text {

}
/* Result inkl. Feedback div: td.xqiForm */
body#contentScorm td.form-element {
  width:8%;
/*  white-space:nowrap;*/
}
/* Antwortoption: Nummer */
body#contentScorm span.xqiNo {
  font-weight:bold;
}


/* ---- SCORM Content: buttons course navigation ------------ */

div.coursePageNavigation{
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
}

div.coursePageNavigation span.pageNo {
	border: 0;
	padding: 4px;
	margin: 0px 5px;
	font-size:12px;
	font-weight: bold;
  color: #000;
}

/*
input.course {
	border: 0;
	padding: 4px;
	margin: 0px 5px;
	cursor: pointer;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	color: #fff;
}

input.btn {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #2a8055;
}
input.btnScorm {
	padding-right: 14px;
	background: #2a8055 url(http://cme.onkodin.de/common/css/common/weitercoursepfeil.gif) right center no-repeat ;
}
input.btnPrevPage {
	padding-left: 12px;
	background: #2a8055 url(http://cme.onkodin.de/common/css/common/zurueckpfeil.gif) left center no-repeat ;
}
input.btnNextPage {
	padding-right: 12px;
	background: #2a8055 url(http://cme.onkodin.de/common/css/common/weiterpfeil.gif) right center no-repeat ;
}
*/



