

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


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



/*
Copyright 2006 koenixkinder - Michael Thomas
Alle Rechte vorbehalten / All rights reserved
*/

html,body { margin:0; padding:0; height:100% }
/* #bwr { min-height: 100%; } */

body {
	margin: 0;
	padding: 0;
	background: #ffffff url("http://www.isimed.info/common/css/common/bdbg.gif") bottom left repeat-x fixed;
	line-height: 1.3;
}

.offscreen {
	display: none;
}

.ffl {
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	width: 0;
	height: 1px;
	he\ight: 0;
	font-size: 0;
	line-height: 0;
	margin-bottom: -1px;
}

#bwr {
	width: 800px;
	border-right: 1px solid #af0000;
	font-size: 68%;
	background: #ffffff url("http://www.isimed.info/common/css/common/pprbg.gif");
}

#hd {
	padding-top: 0.6em;
	background-color: #ffffff;
}

ul.tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.tabs li {
	display: inline;
	list-style-type: none;
}

ul.tabs a {
	text-decoration: none;
}

#lngsw {
	padding-left: 1%;
	padding-right: 1%;
	text-align: right;
}

#lngsw li, #mnav li {
	border-left: 1px solid #000000;
	margin-left: 0.58em;
	padding-left: 0.58em;
}

#lngsw li.fst, #mnav li.fst {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#lngsw a:hover, #mnav a:hover {
	text-decoration: underline;
}

#hd object {
	display: block;
}

#cnav {
	float: left;
	width: 20%;
	margin-top: 1px;
}

#cnav a {
	display: block;
	padding: 3px 20px 1px 20px;
	border-top: 1px solid #af0000;
	border-bottom: 1px solid #af0000;
	background: #af0000 url("http://www.isimed.info/common/css/common/cnavbg.gif") -10px 0 repeat-y;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

#cnav a:hover, #cnav a.act {
	border-top-color: #395850;
	border-bottom-color: #395850;
	background-color: #395850;
	background-position: 0 0;
}

#cnav ul {
	margin: 0;
	padding: 0;
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #af0000;
}

#cnav li {
	list-style: none;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

#cnav ul ul {
	margin: 0;
	padding: 0;
	/* border-top: 1px solid #ffffff; */
}

#cnav li li {
	font-weight: normal;
	border-top: 1px solid #ffffff;
	border-bottom: none;
}

#cnav li li a {
	padding-left: 40px;
	text-transform: none;
}

#cn {
	float: left;
	width: 50%;
	border-left: 1px solid #af0000;
	background: #ffffff url("http://www.isimed.info/common/css/common/cnrbdr.gif") top right repeat-y;
	margin-left: -1px;
	padding: 3em 5% 4em 5%;
}

#cn ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#cn ul li {
	list-style-image: none;
	padding-left: 1em;
	background-image: url("http://www.isimed.info/common/css/common/list.gif");
	background-position: 0 0.45em;
	background-repeat: no-repeat;
}

#cn ul.pln li {
	padding-left: 0;
	background: none;
}

#snt {
	float: left;
	width: 18%;
	padding-top: 3em;
	padding-left: 1%;
	padding-right: 1%;
}

#ft {
	clear: both;
	padding: 0.5em 1%;
	background-color: #395850;
}

#ft .lcol, #ft rcol {
	float: left;
	width: 50%;
}

#ft .rcol {
	text-align: right;
}

#mnav li {
	border-left-color: #ffffff;
}

#ft a {
	color: #ffffff;
	text-decoration: none;
}

#ft a:hover {
	text-decoration: underline;
}

h1, .heading1 {
	font-size: 120%;
    font-weight: bold;
	color: #395850;
	text-transform: uppercase;
}

h2, .heading2 {
	font-size: 110%;
    font-weight: bold;
}

h3, h4, h5, h6 {
	font-size: 100%;
}

a {
	color: #000000;
}

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

p.caption {
    font-size: 80%;
}


