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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj accordion
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
.accordion {
	/* width:615px;  */
	border-bottom: solid 1px #c4ccdc;
	border-bottom: solid 1px #c4ccdc;
	margin:15px 18px 5px 15px;
	}

.accordion p.accordionItemTitle {
	background: #e2e5ed url(http://www.ias-stiftung.de/instance/css/common/arrow-square.gif) no-repeat right -51px;
	padding: 5px 25px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4ccdc;
	border-bottom: none;
	cursor: pointer;
	/* color:#5E6265; */
	color:#4e6b96;
	}

.accordion p.accordionItemTitle:hover {
	background-color: #c4ccdc;
	}

.accordion p.accordionItemTitle.active {
	background-position: right 5px;
	}

#main .Middle .accordion p {
	margin: 0;
	padding: 0px 15px 5px 15px;
	border-left: solid 1px #c4ccdc;
	border-right: solid 1px #c4ccdc;
	}

.accordion p strong, .accordion p b{
	color:#002965;
	}

.accordion h2, .accordion h3 {
	background: #f7f7f7;
	margin: 0;
	line-height:10px;
	padding: 10px 15px 5px 15px;
	border-left: solid 0px #c4c4c4;
	border-right: solid 0px #c4c4c4;
	border-bottom: #eeeeef 0px solid;
	color:#002965;
	}

#main .Middle .accordion ul, #main .Middle .accordion ol {
	background: transparent;
	margin: 0;
	padding: 10px 15px 20px 40px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj lightboxgallery
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
h2 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
	}

#largeImg {
	border: solid 1px #ccc;
	width: 550px;
	height: 400px;
	padding: 5px;
	}

.thumbs a:link, .thumbs a:visited{
	border: none;
	}

.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 100px;
	padding: 4px;
	}

.thumbs img:hover {
	border-color: #FF9900;
	}/**
 
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img {
	border: none;
	}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#lightbox-container-image {
	padding: 10px;
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
	}

#lightbox-nav a {
	outline: none;
	border-bottom:0px;
	}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
	}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
	}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
	}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
	}

#lightbox-image-details-caption {
	font-weight: bold;
	}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	border-bottom:0px;
	}


/* jQuery lightBox plugin - Gallery style */
.lightboxgallery {
	background-color: #ECECEC;
	padding: 10px;
	margin-left:18px;
	width: 540px;
	border:solid 0px red;
	}

.lightboxgallery ul {
	list-style: none;
margin:0;
padding:5px 12px 5px 12px;
	}

.lightboxgallery ul li {
	display: inline;
margin:0;
	}

#Content .lightboxgallery ul li {
	background:none;
	}

.lightboxgallery ul img {
	border: 5px solid #CAC7C7;
	border-width: 5px 5px 20px;
	}

.lightboxgallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	}

.lightboxgallery ul a:hover {
	color: #fff;
	}/* BO f_css_defaults */

#imagegallery {
  font-family:monospace;
}

#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:1px #ccc solid; 
}

#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}

 
/* EO f_css_defaults *//* BO f_css_defaults */

/* EO f_css_defaults *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj dtmlCode
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
textarea#code.form-element {
	font-family:courier !important;
	font-size:11px !important;
	height:350px !important;
	width:630px !important; 
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj News
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.news_wrapper {
	margin:0px 15px 10px 0px !important;
	padding:0;
	}

div.news_wrapper .newsTitle {
	margin:0;
	padding:10px 10px 5px 0px !important;
	font-size:100%;
	}

div.news_wrapper .newsTitle .newsDate{
	}

div.news_wrapper h3.newsTitleSub {
	margin:0;
	padding:0px 0px 5px 20px !important;
	font-weight:normal;
	font-size:100%;
	}

div.news_wrapper ul.newsText{
	margin:0;
	margin-left:20px;
	padding:5px 0 10px 20px;
	}
	
div.news_wrapper .newsLink{
	margin:0;
	padding:5px 0 10px 10px;
	}
	
div.news_wrapper .newsLink a:link,div.news_wrapper .newsLink a:visited{
	color:red;
	}
	
div.news_wrapper .newsLink a:hover,div.news_wrapper .newsLink a:active{
	color:blue;
	text-decoration:underline;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj Registerkarten
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#example{
	/* width:615px;  */
	margin:15px 15px 5px 15px;
	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: 12px;
	}

.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 3px;
	}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
	}

.ui-tabs-nav li {
	float: left;
	margin: 0 0 0 2px;
	font-weight: bold;
	}

.ui-tabs-nav a, .ui-tabs-nav a span {
	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding: 0 12px;
	background: url(http://www.ias-stiftung.de/instance/css/common/tabs.png) no-repeat;
	}

.ui-tabs-nav a {
	margin: 5px 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 */    
	}

.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
	color: #fff;
	}

.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 0;
	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: 0;
	height: 27px;
	background-position: 0 -23px;
	line-height: 27px;
	}

.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: 1px solid #c4ccdc;
	padding: 10px;
	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;
	}









/* BO f_css_defaults */

#ZMSForum
{	color: #000;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
}

#ZMSForum div.breadcrumb
{ vertical-align:middle;
  margin-top:0.5em;
}

#ZMSForum div.breadcrumb span
{ margin:0 0.5em;
}

#ZMSForum div.error
{	background-color:#FFCE7B;
	border:1px solid #A7CBFF;
	margin:0 0 1em;
	padding:1em;
	width:auto;
}

#ZMSForum table a
{	color:#5555E2;
}

#ZMSForum table
{	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}

#ZMSForum th
{
	border: 1px solid #666666;
	display: table-cell;
	font-weight: bold;
	padding: 0.5em;
	vertical-align: middle;
	text-align:left;
}

#ZMSForum td
{ border: 1px solid #666666;
	line-height: 1.5em;
	padding: 0.5em;
	vertical-align: top; 
	overflow: hidden;
}

#ZMSForum td.scroll
{
	border-width: 0px;
	vertical-align: middle;
	padding: 0px;
}

#ZMSForum fieldset
{	border: 1px solid #666666;
	line-height: 1.5em;
	margin: 0.7em 0;
	padding: 0 1em 1em;
	width: auto;
}

#ZMSForum legend
{	background: white none repeat scroll 0 0;
	font-size: 90%;
	padding: 0.5em;
}

#ZMSForum div.field
{	border-top: 0 solid #999999;
	left: 0;
	margin: 0 1em 0 0;
	padding: 0.5em 0;
	top: 0;
}

#ZMSForum select, #ZMSForum input, #ZMSForum textarea {
	background-color: white;
	border:1px solid #999999;
	color:black;
	padding:0.25em;
}

#ZMSForum input[type="submit"] {
	/*background-color: #C8DBE2;*/
}

#ZMSForum div.field input[type="radio"],
#ZMSForum div.field input[type="checkbox"],
#ZMSForum input[type="submit"]
{	cursor:pointer;
}

#ZMSForum div.field input[type="text"],
#ZMSForum div.field input[type="file"],
#ZMSForum div.field textarea
{ width:90%
}

#ZMSForum div.field label
{	font-weight: bold;
}

#ZMSForum div.field label.singleLabel
{	cursor:pointer;
	font-weight:normal;
}

#ZMSForum img 
{	border:0px !important;
	vertical-align:middle;
}

/***************** navigation tabs *****************/
#ZMSForum ul.nav-tabs 
{	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
#ZMSForum .nav-tabs:after
{	display: block;
	clear: both;
	content: " ";
}

#ZMSForum .nav-tabs li
{	border: 1px solid #C8DBE2;
	float: left;
	margin: 0pt 7px 7px 0pt;
}
#ZMSForum .nav-tabs li.selected
{	background-color: #C8DBE2;
	border-color: #C8DBE2;
	margin-bottom: 0pt;
}

#ZMSForum .nav-tabs a
{	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding:0;
}

#ZMSForum .nav-tabs a
{	margin:0; /* position: relative makes opacity fail for disabled tab in IE */
	padding:0.25em 0.45em 0.25em 0.45em;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline:none; /* @ Firefox, prevent dotted border after click */    
}

#ZMSForum .nav-tabs a:link, #ZMSForum .nav-tabs a:visited
{ /*color: #000;*/ }

#ZMSForum .nav-tabs a:hover, #ZMSForum .nav-tabs a:active
{	text-decoration:underline; }

/*IE7 fails to replaca margin-bottom with padding-bottom from 2nd tab on*/	
*+html #jquery_ui_container .ui-tabs-nav .ui-tabs-selected 
{ margin-bottom:7px; }

* html #ZMSForum .nav-tabs
{ /* auto clear @ IE 6 & IE 7 Quirks Mode */
	/*display: inline-block;*/
}

*:first-child+html #ZMSForum .nav-tabs
{ /* 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;
}

div.threadTree { line-height: 18px; /*color:#595959;*/ }
div.threadTree img { vertical-align: middle; margin-right:0.25em; }
div.threadTree:hover, div.threadTree:active { background:#C8DBE2; }
div.threadTree.selected { font-weight:bold; }

/* --------- ZMSFORUM CUSTOMIZED -------------- */
div#ZMSForum {
margin-top:2em !important;
}
#ZMSForum ul.nav-tabs li {
padding:0px 0.5em;;
list-style-type:none;
}
div.threadTree .zfmSubject { }

div.threadTree .zfmAuthor,
div.threadTree .zfmDateTime {
color:#999 !important;
}

/* EO f_css_defaults *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj geoWidget
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
  div.geoWidgetWrapper {
 	margin:0;
 	margin-left:10px;
 	padding:0;
 	}table.filelist td,
table.filelist td div {
padding:3px;
margin:0px;
vertical-align:top;
font-size:11px;
}

table.filelist td img {
margin-right:3px;
margin-bottom:-2px;
}
table.filelist td a {
text-decoration:none;
font-weight:bold;
}
table.filelist td a:hover span.filename {
text-decoration:underline;
}

table.filelist td div.small {
font-size:10px;
line-height:15px;
margin-bottom:.5em;
}

table.fileupload td div {
margin:0px;
}
table.filelist th,
table.fileupload th {
color:#666;
}

table.fileupload td {
padding-right:0px;
margin-right:0px;
}
table.fileupload td textarea {
height:3em;
width:96%
}

table.filelist {
border-collapse:collapse !important;
border:1px solid #fff;
}
table.filelist td {
border-spacing:0px solid white;
border:1px solid #fff;
}
div.uploadmsg {
color:red;
background-color:#FFFFD0;
border:1px solid #999;
margin:6px 0px;
padding:4px;
width:98%;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj tocIndex
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.standardTocWrapper{
	margin:0;
	margin-left:15px;
	padding:0;
	width:570px;
	}
	
div.standardTocWrapper div.clearstandardTocWrapper{
	clear:both;
	}

div.standardTocWrapper div.standardTocItemWrapper{
	float:left;
	margin:0;
	margin-bottom:15px;
	padding:0;
	width:270px;
	}

div.standardTocWrapper div.standardTocItemWrapper div.standardTocItemImg {
	float:left;
	margin:0;
	margin-right:10px;
	padding:0;
	width:100px;
	border:solid 0px red;
	}

div.standardTocWrapper div.standardTocItemWrapper div.standardTocItemText {
	float:left;
	margin:0;
	padding:0;
	width:100px;
	}


div.standardTocWrapper div.standardTocItemWrapper div.standardTocItemText p.title {
	margin:0;
	padding:0;
	font-weight:bold;
	width:178px;
	}

div.standardTocWrapper div.standardTocItemWrapper div.standardTocItemText p.description {
	margin:0;
	padding:0;
	font-weight:normal;
	width:178px;
	border:solid 0px red;
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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 */



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



/* EO client stylesheet.css */

p.thiscountry {
background-color:#ccc !important;
}

#asciiText,
#asciiText_ger, 
#asciiText_eng {
 width:500px !important;
}

#asciiText,
#asciiText_ger, 
#asciiText_eng {
 width:512px !important;
}

