

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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 {
	text-align: center;
	margin: 0;
	background-color: #4a4a47;
	line-height: 1.2em;
}

.offscreen {
	display: none;
}

.clf, .ffl, #lcl {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.ffl {
	float: none;
	clear: both;
}

.clf {
	float: none;
	clear: left;
}

#bwr {
	text-align: left;
	/* width: 730px; */
	min-width: 30em;
	max-width: 83.33em;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	font-size: 75%;
	position: relative;
}

#lbg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	min-width: 12.5em;
	height: 100%;
	/* background-color: #a2c1d4; */
	/* background: url("http://www.scharfe-media.de/common/css/common/lbg.gif"); */
	overflow: hidden;
	z-index: 1;
}

#hd, #mtp, #cnav, #cn { 
	position: relative;
	z-index: 2;
}

#hd {
	padding-top: 22px;
	padding-bottom: 28px;
	background: #ffffff url("http://www.scharfe-media.de/common/css/common/hdbg.gif") bottom left repeat-x;
	text-align: right;
}

#hd .spc {
	float: left;
	width: 20%;
	height: 1px;
	min-width: 12.5em;
	margin-right: -139px;
}

#hd .lgo {
	float: left;
	width: 270px;
	margin-bottom: 1em;
}

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

ul.tabs li {
	/* float: left; */
	display: inline;
	list-style-type: none;
}

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

#mnav {
	float: right;
	/* margin-top: 9px; */
	/* margin-right: 14px; */
	padding-right: 2%;
	margin-bottom: 1.5em;
	font-size: 91%;
}

#mnav li {
	border-left: 1px solid #5e707a;
	margin-left: 7px;
	padding-left: 7px;
	line-height: 1.2em;
}

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

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

#mtp {
	clear: both;
	/* display: table; */
	width: 100%;
	background-color: #9e1c14;
	background-color: #e4e2d5;
}

#mtp .spc {
	display: block;
	/* display: table-cell; */
	float: left;
	width: 20%;
	min-width: 12.5em;
	background-color: #e4e2d5;
}

#mtp ul {
	/* display: table-cell; */
	background-color: #9e1c14;
}

html:not([dummy]) #mtp ul {
	overflow: hidden;
}

#mtp li a, #mtp li span {
	display: block;
	float: left;
	width: auto;
	padding: 1px 12px 3px 12px;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	background-color: #9e1c14;
}

#mtp li.fst a {
	padding-left: 20px;
}

#mtp a:hover, #mtp li.act a {
	background-color: #ffffff;
	color: #000000;
}

html:not([dummy]) #mtp li img {
	display: block;
}

#cn a.entity {
	padding-left: 12px;
	background-image: url("arrow.gif");
	background-position: 0 0.1em;
	background-repeat: no-repeat;
	text-decoration: none;
}

#cn blockquote {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-size: 100%;
}

#cn p {
	margin-top: 0;
}

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

#cn ul li {
	list-style-image: none;
	padding-left: 10px;
	background-image: url("listdot.gif");
	background-position: 0 0.5em;
	background-repeat: no-repeat;
}

#cnar ul.nav {
	float: left;
	width: 20%;
	min-width: 12.5em;
	/* margin-left: -6px; */
}

#cnar ul.nav li {
	list-style-image: none;
	margin-bottom: 0.16em;
}

#cnar ul.nav a {
	display: block;
	/* width: 100%; */
	text-decoration: none;
	padding-left: 15px;
	background-color: #e4e4dd;
	background-image: url("http://www.scharfe-media.de/common/css/common/lstdt.gif");
	background-position: 6px 60%;
	background-repeat: no-repeat;
}

#cnar ul.nav a:hover {
	color: #ffffff;
	background-color: #ff0007;
}

#cnav {
	float: left;
	width: 20%;
	min-width: 12.5em;
	border-bottom: 2px solid #e3e3db;
}

#cnav dl {
	padding: 0;
	margin: 0;
}

#cnav dt {
	font-weight: bold;
	border-top: 2px solid #e3e3db;
	padding-top: 1.9em;
	/* background-color: #8ea9ba; */
}

#cnav dt.fst {
	padding-top: 0;
	border-top: none;
}

#cnav dt a:hover, #cnav dt a.act {
	background: #ffffff url("http://www.scharfe-media.de/common/css/common/scndlvl.gif") 7px 0.66em no-repeat;
}

#cnav dd {
	padding: 0;
	margin: 0;
}

#cnav dt a {
	border-top: 2px solid #e3e3db;
	/* background-color: #a2c1d4; */
}

#cnav dt.fst a {
	border-top: none;
}

#cnav a {
	display: block;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

#cnav ul {
	padding: 0;
	margin: 0;
}

#cnav li {
	border-top: 2px solid #ffffff;
	list-style: none;
}

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

#cnav li a:hover, #cnav li a.act {
	background: #ffffff url("http://www.scharfe-media.de/common/css/common/thrdlvl.gif") 27px 0.66em no-repeat;
}

#cn {
	float: left;
	width: 79%;
	max-width: 40em;
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 20px;
}

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

#cn ul li {
	list-style-image: none;
	padding-left: 0.58em;
	background-image: url("http://www.scharfe-media.de/common/css/common/list.gif");
	background-position: 0 0.55em;
	background-repeat: no-repeat;
}

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

.ft {
	display: block;
	float: none;
	clear: both;
	height: 2.5em;
}

h1, .heading1 {
	font-size: 120%;
    font-weight: bold;
}

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

