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


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

/* BO client stylesheet.css */

/**************************************/
/* (c) 2006 SNTL publishing           */
/* Author: Dr. F. Hoffmann            */
/* last change: 2006/09/23            */
/* Modifies YAML for ZMS              */
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #B8CB00;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight {background-color: #DCE0EA;}

.IASTxtColor {color: #009182; text-decoration:none;}
.IASArrow {padding-top:5px;}

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

/******************************************************************************/
/******************************************************************************/
/*                                                                            */
/* Zettwerk                                                                   */
/*                                                                            */
/******************************************************************************/

@media screen {
	/******************************************************************************/
	/* Some site independent defaults */
	
	div {
		padding:			0px;
		margin:				0px;
	}
	
	a {
		text-decoration:	none;
		color:				#000000;
	}
	
	img {
		border:				0px;
	}
	
	body {
		font-family:		Arial, Verdana, Geneva, Helvetica, sans-serif;
		color:				#444444;
		padding:			0px;
		margin:				0px;
		font-size:			80%;
	}
	
	/******************************************************************************/
	/* Main layout */
	
	#web table.Page {
		width:				988px;
	}
	
	#web table.Page {
		margin-left:		auto;
		margin-right:		auto;
		margin-top:			0px;
		margin-bottom:		0px;
		border-collapse:	collapse;
	}
	
	table.Page td.Left,
	table.Page td.Middle,
	table.Page td.Right {
		padding:			0px;
	}
	
	table.Page tr#header td,
	table.Page tr#header2 td,
	table.Page tr#header3 td {
		vertical-align:		bottom;
	}
	
	table.Page tr#header {
		height:				105px;
	}
	table.Page tr#header2 {
		height:				17px;
	}
	table.Page tr#header3 {
		height:				78px;
	}
	
	table.Page tr#main td {
		vertical-align:		top;
	}
	
	table.Page tr#header td.Left {
		background-color:	#E0E4ED;
	}
	
	table.Page tr#main td.Left,
	table.Page tr#footer td.Left,
	table.Page tr#main td.Right,
	table.Page tr#footer td.Right {
		background-color:	#E6EBF2;
	}
	
	table.Page tr#header,
	table.Page tr#header2,
	table.Page tr#header3,
	table.Page tr#main td.Left,
	table.Page tr#main td.Right,
	table.Page tr#footer {
		font-size:			90%;
		line-height:		1.3em;
	}
	
	table.Page #main .Middle {
	}
	
	/******************************************************************************/
	/* Logos */
	
	#header .Middle .Logo {
		margin:				0px 16px 12px 16px;
	}
	
	/******************************************************************************/
	/* Menu/Chanel Navigation*/
	
	#chanelnavigation {
		background:			#E6EBF2;
		height:				36px;
		padding:			8px 5px;
	}
	
	#chanelnavigation div {
		margin-top:			3px;
	}
	
	#chanelnavigation div span a {
		color:				#000000;
		margin:				0px 5px;
	}
	
	#chanelnavigation div span a:active,
	#chanelnavigation div span a:focus,
	#chanelnavigation div span a:hover {
		font-weight:		bold;
	}
	
	#chanelnavigation div span.Current a {
		font-weight:		bold;
	}
	
	/******************************************************************************/
	/* Macronavigation */
	
	#macronavigation {
		margin:			20px 0px 20px 10px;
		width:			166px;
		padding:		0px;
	}
	
	#macronavigation ul {
		list-style-type:	none;
		padding:			0px;
		margin:				0px;
	}
	
#macronavigation li {
	margin-left: 10px;
	padding:0px;
	text-indent: -10px;
	position: relative;
	}
	
	#macronavigation li li{
		margin-left:		10px;
		padding:			0px;
	}
	
	#macronavigation a {
	}
	
	#macronavigation a:focus,
	#macronavigation a:hover,
	#macronavigation a:active,
	#macronavigation a.active {
		font-weight:		bold;
		color:				#4E6B96;
	}
	
	/******************************************************************************/
	/* Micronavigation */
	
	#Micronavigation {
		background-color:	#CCCCCC;
		height:				10px;
		padding:			8px 5px;
	}
	
	#Micronavigation div span a,
	#Micronavigation div span a:link,
	#Micronavigation div span a:visited,
	#Micronavigation div span span {
		color:				#000000;
		margin:				0px 5px;
	}
	
	#Micronavigation div span a:active,
	#Micronavigation div span a:focus,
	#Micronavigation div span a:hover {
		font-weight:		bold;
	}
	
	/******************************************************************************/
	/* Functions */
	
	#functions {
		background-color:	#DDDDDD;
		height:				36px;
		padding:			8px 5px;
	}
	
	#functions div {
		margin-top:			3px;
	}
	
	#functions div span a,
	#functions div span a:link,
	#functions div span a:visited {
		color:				#000000;
		margin:				0px 5px;
	}
	
	#functions div span a:active,
	#functions div span a:focus,
	#functions div span a:hover {
		font-weight:		bold;
	}
	
	div#sub_functions {
		background-color:	#CCCCCC;
		height:				10px;
		padding:			8px 5px;
	}
	
	/******************************************************************************/
	/* Left Sidebar */

	/******************************************************************************/
	/* Main content */
	
	#main .Middle p {
		line-height:		1.4em;
		margin:				12px 15px;
	}
	
	#main .Column {
		float:				left;
		width:				310px;
	}
	
	#main .Middle a, 
	#main .Middle a:link,
	#main .Middle a:visited {
		color:				#4E6B96;
	}
	#main .Middle a:active,
	#main .Middle a:focus,
	#main .Middle a:hover {
		color:				#4E6B96;
		text-decoration:	underline;
	}
	
	#main .Middle hr {
		background:			transparent none repeat scroll 0%;
		border-color:		#DDDDDD;
		border-style:		none none solid;
		border-width:		0pt 0pt 1px;
		color:				#FFFFFF;
		margin:				0px 10px;
		padding:			0px 10px;
	}
	
	/******************************************************************************/
	/* Metanavigation */
	
	div#metanavigation {
		margin:				10px 20px 10px 10px;
		width:				170px;
	}
	
	#metanavigation #search table {
		width:				168px;
		margin:				0px;
	}
	
	#metanavigation table td {
		text-align:			right;
		padding:			0px;
	}
	
	#metanavigation input {
		font-size:			90%;
	}
	
	#metanavigation input[type=text] {
		border:				1px solid #666666;
		margin:				0px;
		width:				168px;
		margin:				0px;
	}
	
	#metanavigation input[type=submit] {
		border:				1px solid #666666;
		background-color:	#DDDDDD;
	}
	
	/******************************************************************************/
	/* Home Links */
	
	#home_links {
		margin:				20px 0px 20px 10px;
		width:				166px;
		padding:			0px;
		}
	
	#home_links ul {
		list-style-type:	none;
		padding:			0px;
		margin:				0px;
	}
	
	#home_links li {
		margin-left:		0px;
		padding:			0px;
	}
	
	#home_links li li{
		margin-left:		10px;
		padding:			0px;
	}
	
	#home_links a {
	}
	
	#home_links a:focus,
	#home_links a:hover,
	#home_links a:active,
	#home_links a.active {
		font-weight:		bold;
		color:				#4E6B96;
	}
	
	/******************************************************************************/
	/* Toolbox */
	
	div#toolbox {
		margin:				4px 10px;
	}
	#toolbox a {
		margin-left:		10px;
		float:				right;
	}
	
	/******************************************************************************/
	/* Closing */
	
	#closing hr {
		background:			#DDDDDD none repeat scroll 0%;
		border:				0pt none;
		height:				1px;
		margin:				0px;
		padding:			0px;
	}
	
	/******************************************************************************/
	/* Footer */
	
	#footer td.Middle {
		padding:			4px 10px;
	}
	
	#footer a {
		color:				#4E6B96;
	}
	
	#footer div#copyright,
	#footer div#imprint,
	#footer div#privacy,
	#footer div#terms_of_use {
		display:			inline;
	}
	
	/******************************************************************************/
	/* Teaser */
	
	div#teaser {
		margin:				10px 20px 10px 10px;
		width:				170px;
	}
	
	div#teaser div.ZMSTeaserElement {
		width:				168px;
	}
	.ZMSTeaserElement div.text a  {
		color:				#4E6B96;
		text-decoration:	none;
	}
	
	.ZMSTeaserElement div.text a:hover  {
		font-weight:	bold;
	}
	
	.ZMSTeaserElement div.text a:visited  {
	}
	
	.ZMSTeaserElement div.graphic,
	.ZMSTeaserElement div.text,
	.ZMSTeaserElement div.title {
		padding:			3px;
	}
	
	/******************************************************************************/
	/* ZMSTable */
	
	#web table.ZMSTable {
		margin:				0px 15px 10px 15px;
	}
	#web table.ZMSTable p {
		margin:				0px;
	}
	
	/******************************************************************************/
	/* ZMSGraphics */
	
	#web div.ZMSGraphic.left,
	#web div.ZMSGraphic {
		margin:			10px 15px;
	}
	
	#web div.ZMSGraphic.left p {
		margin:			0px 0px;
	}
	/******************************************************************************/
	/* marquee */
	
	#web marquee {
		margin:				10px 15px;
	}
	
	/******************************************************************************/
	/* Google maps */
	
	#web div#map {
		margin:				10px 15px;
	}
	
	/******************************************************************************/
	/* Some defaults */
	
	#web table {
		margin:				10px 15px;
	}
	
	th,td  {
		padding:			4px;
	}
	
	div.Header {
		font-weight:		bold;
		margin:				0px 0px 4px 0px;
	}

	div#teaser,
        div#metanavigation {
		margin-right: 0px;
	}

}
/******************************************************************************/

/*----------------------*/
/* ZMI-Style Patch      */ 
/*----------------------*/
body.zmi table tr td {
padding:0px;
margin:0px;
}
body.zmi div.Trailer {
width:430px !important;
overflow:hidden;
}
div#zmi_logo, table.zmiTabBg {
background-color:#fff;
}

/*----------------------*/

/* patch jk 20090203 */
div.ZMSGraphic {
	background-color: #fff;
	margin: 4px;
	}

/* patch jk 20090212 */
/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/

div.ZMSGraphic {
	background-color:transparent; 
	margin: 0;
	}

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

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

div.ZMSFile {
	margin:0px 0px 10px 15px;
	background-color:#fff;
	}

div.ZMSFile div.text{
	margin:0px 0px 10px 22px;
	background-color:#fff;
	}

/*---------patch ZMSForum----------*/
#ZMSForum {
	width:560px;
	padding:0px 20px;
	}

html>/**/body #ZMSForum {
	width:560px !important; /* only FF */ 
	}

#ZMSForum table {
	margin:0px 2px 16px 2px !important;
	}

#ZMSForum ul.nav-tabs {
	margin-bottom:1em;
	}

/*---------patch specObj Fileitem jk 20090225----------*/
div.OI {
	margin: 10px 15px 10px 0px;
	width:96%;
	}

/*---------patch teaser jk 20090325----------*/
div#teaser
	{
	font-size:11px;
	}

/*---------EVALUATION----------*/
form#Evaluation {
/* border-top: 1px solid #C0C0C0; */
 padding: 0px;
 margin-top:2em;
}
form#Evaluation table,
form#Evaluation table td {
 padding: 0px;
 margin:0px;
 border-collapse:collapse;
}

form#Evaluation fieldset {
 background: #E6EBF2 url(common/bgeval.jpg) left top repeat-x;
 border: 1px solid #C0C0C0;
 height: 68px;
 margin:0px;
 padding: 0px 4px;
}
form#Evaluation input {
 font-size:11px;
 padding:2px 3px;
}
form#Evaluation input#evalSubmit {
 background-color:#E6EBF2;
 margin-top:5px;
}

form#Evaluation textarea#evalText {
 width:220px
}


/*---------patch headlines jk 20090609----------*/
h1.title, h2 {
	margin-left:20px !important;
	}
/* BO styleSheetZMSCustom.css */

/* BO styleSheetZMSCustom_Table.css */

table.ZMSTable {
	width: 		auto;
	border-collapse:	collapse;
	margin-bottom:		10px;
	}

table.ZMSTable th,
table.ZMSTable td {
	margin:		12px;
	padding:	4px;
	border:		1px solid #FFFFFF;
	}

table.ZMSTable th {
	background:			#CCCCCC;
	}

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

table.ZMSTable tr.odd td,
table.ZMTTable tr.odd ud {
	background-color:	#EEEEEE;
}

table.ZMSTable tr.even td,
table.ZMTTable tr.even ud {
	background-color:	#DDDDDD;
}

/* EO styleSheetZMSCustom_Table.css */


/* BO styleSheetZMSCustom_FileItem */

div.OI {
	margin:				10px 15px 10px 15px;
	width:				600px;
}

#OI div.ftTH {
	background-color:	#CCCCCC;
	border-color:		#fff;
	border-style:		solid;
	border-width:		1px;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	margin:				0px;
	padding:			5px;
	text-align:			left;
}

#OI div.ftTD {
	background-color:	#fff;
	border-color:		#fff;
	border-style:		solid;
	border-width:		1px;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	margin:				0px;
	padding:			4px;
	text-align:			left;
}

table.OI {
	background-color:	#CCCCCC;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	width:				100%;
 }

table.OI .ftTH {
	background-color:	#CCCCCC;
	border-color:		#fff;
	border-style :		solid;
	border-width :		1px;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	margin:				12px 12px 12px 12px;
	padding:			2px;
	text-align:			left;
}

table.OI .ftTHL {
	background-color:	#CCCCCC;
	border-color:		#fff;
	border-style :		solid;
	border-width :		1px;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	margin:				2px 5px 2px 5px;
	padding:			2px;
	text-align:			left;
}

table.OI td {
	border:				solid 1px #eee;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	padding:			0 2px 0 2px;
}

table.OI .ftTDBlank {
	border:				solid 1px #fff;
}

table.OI .ftTDnoBack {
	background :		#fff;
}

table.OI .ftTDBlankRL {
	border-left :		solid 1px #fff;
	border-right :		solid 1px #fff;
}
table.OI .ftTDBlankL {
	border-right :		solid 1px #fff;
}

table.OI .ftTDBlankB {
	border-bottom:		solid 1px #fff;
}

td.ftTDBackGrey {
	background :		#eee;
}

/* EO styleSheetZMSCustom_FileItem */

/* BO styleSheetZMSCustom_Trailer */

div.Trailer {
}

.Trailer .Header {
	margin-bottom:	22px;
}

.Trailer img {
}

.zmi .Trailer img {
	margin:			4px 4px 4px 4px;
	max-width:		500px;
	max-height:		100px;
}

.Trailer h1 {
	color:			black;
	font-size:		145%;
	margin:			20px 10px 3px 15px;
}

.Trailer h1.Subtitle {
	margin-top:		2px;
}


.Trailer h1.Overlay {
	color:			white;
	opacity:		0.5;
	filter:			alpha(opacity=50);
	
}

.Trailer p {
	margin:			0px 0px 0px 15px;
	font-weight:	bold;
}

/* Druckansichten */

body.print .Trailer img {
	display: none;
}

@media print
{
	.Trailer div {
		width:			600px;
	}
	.Trailer  img {
		display:		none;
	}
}

/* EO styleSheetZMSCustom_Trailer */


/* BO styleSheetZMSCustom_JobAdvertisement  */

div.JobAdvertisement {
	margin:			20px 0px 20px 0px;

}

div.JobAdvertisement table,
div.JobAdvertisement td
{
	vertical-align:		top;
	background-color:	transparent;
}

div.JobAdvertisement .location,
div.JobAdvertisement .position,
div.JobAdvertisement .company
 {
	font-weight:	bold;
}

div.JobAdvertisement .heading {
	font-weight:	bold;
}

div.JobAdvertisement p,
div.JobAdvertisement li {
	font-weight:	normal;
	color:			#3E3E3E;

}

/* EO styleSheetZMSCustom_JobAdvertisement  */


/* BO styleSheetZMSCustom_InfoBox */

div.InfoBox {
	margin:			10px 15px;
}

.InfoBox div.Header {
}

.InfoBox div.Text	{
	margin:			4px 0px;
}

#web .InfoBox div.ZMSGraphic {
	margin:			0px 8px 4px 0px;
}
/* EO styleSheetZMSCustom_InfoBox */


/* BO styleSheetZMSCustom_InfoBoxPage */

/* EO styleSheetZMSCustom_InfoBoxPage */


/* BO styleSheetZMSCustom_QuickLink */

div.QuickLink {
	margin:			10px 15px;
}

.QuickLink div.Header {
}

.QuickLink div.Text	{
	margin:			4px 0px;
}

/* EO styleSheetZMSCustom_QuickLink */



@media print
{
	* {
		margin:				0px;
		padding:			0px;
	}
	
	body {
		padding:			50px 20px 30px 20px;
	}
	table.Page tr#header,
	table.Page tr#header2,
	table.Page tr#header3,
	table.Page tr#main .Left,
	table.Page tr#main .Right,
	table.Page tr#footer {
		display:			none;
	}
	
	#toolbox {
		display:			none;
	}
	
	input,
	select,
	option {
		display:			none;
	}
}



/* EO styleSheetZMSCustom.css */



/* EO client stylesheet.css */


