
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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://www.muenster-ost.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/*---- BO calendar css -----*/

table#calTabs {
	width:100%;
	border-collapse:collapse;
}
table#calTabs td.active,
table#calTabs td.inactive {
	white-space:nowrap;
	margin:0px;
	text-align:center;
	border:1px solid #ccc;
	border-bottom:0px;
	background-color:#eee;
	padding:2px 15px;
}
table#calTabs td.active {
	border-bottom:0px;
	background-color:#fff;
}
table#calTabs td.empty{
	border-bottom:1px solid #ccc;
	width:100%;
}
/*--Calendar without Tabs--*/
table#calContent {
	border-collapse:collapse;
	border:1px solid #ccc;
	border-top:0px;
	width:100%;
}
table#calContentTabs {
	border-collapse:collapse;
	border:1px solid #ccc;
	border-top:0px;
		width:100%;
}
table#calAddItem {
	border-collapse:collapse;
	border:1px solid #ccc;
	border-top:0px;
	width:100%;
}

table#calContent tr td,
table#calContentTabs tr td {
	vertical-align:top;
	padding-top:6px;
}
form#calTabSearch {
	margin:0px;
	border:1px solid #ccc;
	border-top:0px;
	padding:12px 6px;
}
/* -- FF -- */
html>/**/body form#calTabSearch {
margin-left:-1px;
}
table#calContentTabs table#calGrid {
	text-align:right;
	padding:5px;
}
table#calContentBatch {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
table#calContentBatch td {
	padding:0px;
}
table#calContentTabs table#calContentBatch td {
	padding-left:6px;
}
table#calContentBatch tr.odd {
	background-color:#fff;
}
table#calContentBatch tr.even {
	/* background-color:#eee; */
}
table#calContentBatch tr.even td {
	padding:2px;
}
table#calContentBatch tr.odd td {
	padding-bottom:6px;
}

table#calContentBatch tr td span.link a {
	padding:2px;
	margin-left:3px;
	float:right;
	font-size:10px;
	color:black;
	background-color:#08ff08;
	border: 1px solid #21adff;
  text-decoration:none;
}
table#calContentBatch tr td span.date {
	font-size:10px;
/*	display:block; */
  padding:2px;
	color: black;
	background-color:#08ff08;
	font-weight:bold;
	line-height:18px;
}
table#calContentBatch tr td span.title {
	display:block;
	font-weight:bold;
	margin: 2px 0px;
	padding:0;
	font-size:14px;
}
table#calContentBatch tr td span.description {
	display:block;
}
table#calContentBatch tr td span.place,
table#calContentBatch tr td span.contact,
table#calContentBatch tr td span.price {
	display:block;
	margin:2px 0;
	border-top: 1px dotted #ddd;
}

table#calContentPrev,
table#calContentNext {
	border-collapse:collapse;
}
table#calContentPrev th,
table#calContentNext th {
	padding:5px 4px 3px 0px;
	color:#999;
}
div#calTeaser {
	width:200px;
	border-top:4px solid #ccc;
	text-align:center;
	margin-top:10px;
	padding-top:6px;
}
table#calCategorySel {
	width:200px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
}
table#calCategorySel tr td {
	padding:0px 10px
}

table#calGrid {
	border-collapse:collapse;
	margin:0px 10px 10px 10px;
	padding:0px;
/*	width:180px; */
	font-size:10px;
	line-height:10px;
	font-family: Verdana,Arial,'sans-serif';
}
table#calGrid a:link,
table#calGrid a:visited {
	text-decoration:none;
}

table#calGrid table.month {
	border-collapse:collapse;
	margin-bottom:0.5em;
	width:100%;
	text-align:center;
	font-weight:bold;
}
table#calGrid table.days {
	width:100%;
/*	border-collapse:collapse; */
}
table#calGrid table.days td {
	padding:0px 4px 1px 3px;
}
table#calGrid table.days td.weekTitle {
	font-style:italic;
	font-weight:bold;
	background-color:#eee;
}
table#calGrid table.days td.week {
	font-weight:bold;
	background-color:#efdfdf;
}
table#calGrid table.days td.dayname,
table#calGrid table.days td.daynameToday {
	text-align:right;
	font-weight:bold;
}
table#calGrid table.days td.daynameToday {
	/* border:1px solid #ee1947; */
	color:#ee1947;
}
table#calGrid table.days td.date,
table#calGrid table.days td.dateToday {
	text-align:right;
}
table#calGrid table.days td.dateToday {
	/* border:1px solid #ee1947; */
	/* background-color:#ddd; */
	font-weight:bold;
	color:#ee1947;
}
table#calGrid table.days td.date a:link,
table#calGrid table.days td.date a:visited,
table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited {
	font-weight:bold;
	background-color:#08ff08;
	padding:0px;
	border:0px;
	border-left:1px solid #08ff08;
	border-right:1px solid #08ff08;
}
table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited {
	color:#ee1947;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [ZMI] Calendar
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
#zmiCalDiv {filter:Alpha(opacity=80);-moz-opacity:0.80;background-color:#ffffff;padding:2px;border:1px solid #646464;}
#zmiCalLastMon,#zmiCalMon,#zmiCalNextMon,#zmiCalClose {float:left;font-size:11px;font-family:helvetica,arial;overflow:hidden;}
a.zmiCalNorm:link, a.zmiCalNorm:visited, a.zmiCalNorm:hover, a.zmiCalNorm:active {font-size:11px;font-family:helvetica,arial;color:#000000;text-decoration:none;}
a.zmiCalBold:link, a.zmiCalBold:visited, a.zmiCalBold:hover, a.zmiCalBold:active {font-size:11px;font-family:helvetica,arial;color:#000000;text-decoration:none;font-weight:bold;}
a.zmiCalCurr:link, a.zmiCalCurr:visited, a.zmiCalCurr:hover, a.zmiCalCurr:active {font-size:11px;font-family:helvetica,arial;color:#FFFFFF;background-color:#FF6600;text-decoration:none;font-weight:bold;}
a.zmiCalHead:link, a.zmiCalHead:visited, a.zmiCalHead:hover, a.zmiCalHead:active {font-size:11px;font-family:helvetica,arial;font-weight:bold;color:#000000;text-decoration:none;}
div.zmiCalWeekday {float:left;width:14px;height:14px;font-family:helvetica,arial;font-size:11px;padding:0;clip:rect(0 14 14 0);border-right:1px solid #CCCCCC;overflow:hidden;text-align:right;padding-right:2px;}
div.zmiCalDayname {float:left;width:14px;height:14px;font-family:helvetica,arial;font-size:11px;padding:0;clip:rect(0 14 14 0);border-right:1px solid #CCCCCC;overflow:hidden;text-align:right;padding-right:2px;color:#646464;font-weight:bold;}

td.form-label,
td.form-element * {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

td.form-label {
  text-align: right;
  font-weight:bold;
  }
td.form-element {
  text-align: left;
  }
/*---- EO calendar css -----*//* BO formContainer.f_css_defaults */
div.formular {
/* display:table; */
/* table-layout:auto; */
width:auto;
border-collapse:collapse;
background-color:#fcfcfc;
border:1px solid silver;
padding:3px;
font-size:12px;
}
div.formrow {
/* display:table-row;*/
}
div.formrow div.system-msg  {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  padding-left: 22px !important;
  background-repeat:no-repeat;
  background-position:2px 2px;
  background-image:url(/misc_/zms/spacer.gif);
}


div.formular h2 {
/* color:#900; */
/*background-color:#ccc;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1em;
}
div.formular h3 {
/*font-size:14px;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1.2em;
}

div.formtext, div.formvalue {
/* display:table-cell; */
padding:3px;
}
div.formtext {
margin-top:15px;
font-weight:bold;
/* border-top: 1px dotted #bbb; */
padding-top:2px;
line-height:1.4em;
}

div.formtext span.hints {
font-style:normal;
font-weight:normal;
}

div.formvalue input {
  background-color: #fff;
}

table.displayRecords { 
border:2px solid grey;
border-collapse:collapse;
}
table.displayRecords td {
border:1px solid silver;
padding:3px;
vertical-align:top;
}

.form-small {
font-size:11px;
vertical-align:top;
}

.zmiTableRowHead {
background-color:#ccc;
font-size:x-small;
padding:3px;
}

.zmiTableRowEven {
background-color:#eee;
font-size:x-small;
}
.zmiTableRowOdd {
background-color:#ddd;
font-size:x-small;
height:15px;
}
textarea.zmiTableRowOdd {
background-color:#ddd;
font-size:11px;
width:600px;
height:150px;
}
select.zmiTableRowEven, select.zmiTableRowOdd {
background-color:#eee;
font-size:x-small;
width:150px;
}

/* EO formContainer.f_css_defaults */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}

/**************************************/
/* (c) 2005 SNTL publishing           */
/**************************************/


/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #eeeff1}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #666}
.neutralColorBlack  {background-color: #000}
.secondColorStrong {background-color: #029802;}
.secondColorMedium {background-color: #08FF08;}
.secondColorLight {background-color: #87FF87;}
.primColorStrong {background-color: #1A7FB8;}
.primColorMedium {background-color: #21ADFF;}
.primColorLight {background-color: #88D3FD;}
.teaserColor {background-color: #FF0028;}

/* tf: fixing center bug when text is above graphic
div.ZMSGraphic.center div.graphic { margin:auto; }
a.fancybox img { background-color: transparent; }
div.note { width: 96% }
body.zmi img { border:0 }
.form-small { text-align:left; }*/

/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
  position:relative;
	text-align:center;
}
/* @import (/common/css/small.css); */

/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	padding: 0px;
	border: 0px;
	width:930px;
	text-align:left;
    }
/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft {
	background:url(http://www.muenster-ost.de/common/css/common/pageregionLeftBG.gif) repeat-y left;
	background-color:#fff;
	border-bottom:1px solid #21adff;
	padding:0px;
	margin:0px;
}
/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {
	background:transparent url(http://www.muenster-ost.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: -200px;
	background:transparent url(http://www.muenster-ost.de/common/css/common/pageregionRightBG.gif) repeat-y right;
	}
/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	background:transparent url(http://www.muenster-ost.de/common/css/common/pageregionLeftBG.gif) repeat-y left;
	padding:0px;
/* position bug FF 1.0 */
/*	margin-top:-10px !important; */
	margin:0px;
	margin-right: 200px;
}

#Content {
	margin:0px;
	margin-left: 200px;
	padding:0px;
	border:0px;
	overflow:visible;
}

#Sitemap {
	margin-top:0px;
	margin-bottom:50px;
	margin-left: 200px;
	padding:0px 20px 0px 0px;
	border:0;
}

#pageregionTop {
	margin:0;
	padding:0;
	border:0;
	margin-bottom:0px;
}


#Banner {
	height:95px;
	border:0;
	padding:0;
	margin:0;
	background-color:#1a7fb8;
	clear:both;
}

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


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

/* BG-color compensates BG-bug of IE */
#pageregionRight {
	margin:0px;
	padding:0px;
	width:146px;
	float: right;
/*	background-color: #eeeff1; */
}

#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
}

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


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

div#Menu {
	float: left;
	width: 100%;
	margin:0px;
	padding:0px;
	background-color: #666;
	white-space:nowrap;
	}
div#Menu ul {
	margin:0px;
	padding:0px;
	}
div#Menu ul li {
	line-height: 130%;
	display: inline;
	padding:0px;
	margin:0px;
	}
div#Menu ul li a {
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	border-right: 0.1em solid #fff;
	padding: 0.30em 1em;
	}
div#Menu ul li a.current {
	color:#fff;
	background-color: #ff0028;
	}
div#Menu ul li a.home {
	background-color: #1a7fb8;
	}
div#Menu ul li a:hover {
	background-color: #ff0028;
	color: #fff;
	}

/*-- MenuDropdown ---------------------------*/

.child, .subchild
	{
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: -1.1em !important;
	margin-left: 0px;
	margin-left/**/:/**/-1.1em;
/*-------box model hack-------*/
	margin-top: 0.50em !important;
	margin-top: 0.0em;
	margin-top/**/:/**/0.55em;
	}

.menuDropdown
	{
/*-----   filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=80, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #eee;
	width: 11.5em;
	}

.navDropdown
	{
	display: block;
	text-align: left;
	border-bottom: 1px solid #666;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 0.25em 0.25em 0.25em 1.0em;
	}

.navDropdown a:link,
.navDropdown a:visited,
.navDropdown a:hover {
	text-decoration: none;
}

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

#Micronavigation {
	padding:15px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0028;
}
#Micronavigation a:link,
#Micronavigation a:visited {
	color: #000;
	text-decoration:none;

}
#Micronavigation a:hover {
	color: #ff0028;
	text-decoration:none;
}

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

#Macronavigation {
	margin: 0;
	border: 0;
	padding: 0;
	width:181px;
}

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

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

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

#Macronavigation ul li {
	padding: 0;
	margin: 0;
	background-color:#21adff;
	border-bottom: 1px solid #eeeff1;
	list-style-type: none;
}

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

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

#Macronavigation ul li ul li.active {
	background-color: #08ff08;
	background-repeat: no-repeat;
	background-image: url(http://www.muenster-ost.de/common/css/common/icon_active.gif);
	list-style-type: none;
}

#Macronavigation ul li ul li.current {
	background-color:#08ff08;
	background-repeat: no-repeat;
	background-image: url(http://www.muenster-ost.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: 0.5em 0.5em;
}

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

#Macronavigation dl,
#Macronavigation dt,
#Macronavigation dd
	{
	margin: 0;
	padding: 0;
	border:0;
}

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


/* -- METANAVIGATION ------------------------*/

#Metanavigation {
	margin: 0px 0px 0px 0px;
	text-align:right;
	border-top:1px solid #fff;
	background-color: #ccc;
	clear: both;
}

#Metanavigation a {
	color: #666;
	text-decoration:none;
}

#Copyright p {
	margin-top:30px;
	color:#666;
}
#Copyright p a {
	text-decoration:none;
	color:#666;
}

#Login {
	padding: 0;
	margin-top: 20px;
	border: 0;
	/* border-top: 5px solid #ccc; */
	width:165px;
	/* background-color:#EDEDED; */
}

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

#Headline {
	margin:0px;
}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	}
h1.title {
  margin-top:20px;
}

p.caption {
	font-style: italic;
	padding-top:0px;
	margin-top:0px;
	color:#000;
	}
p.emphasis {
	background-color:#21adff;
	margin-left: 20px;
	margin-right: 30px;
	}

p.description {
	font-weight:bold;
	color:#666;
	}
p.creator  {
}

p.small,
p.smalltext {
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
/*	background-color:#08ff08; */
	color:#21adff;
}

code {
}

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

table.ZMSTable {
  border-collapse:collapse;
}
table.ZMSTable tr th {
  background-color: #eeeff1;
  border: 1px solid #21adff;
  padding:4px;
}
table.ZMSTable tr.even td,
table.ZMSTable tr.odd td {
  border: 1px solid #21adff;
  padding:4px;
}

table tr th,
table tr td {

}


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


div.ZMSGraphic {
	background-color:transparent;
}

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

/*--------- ZMS TEASER --------------*/
div#teaser {
  margin: 0px 0px 0px 0px ;
	padding: 0px;
	width:146px;
	font-size:13px;
	}

div.ZMSTeaserContainer {
	width:146px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
div.ZMSTeaserElement {
/*	width:146px; */
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #21adff;
}
div.ZMSTeaserElement div.img {
	padding:0px; border:0;
	margin:0px;
	text-align:center;
}

div.ZMSTeaserElement div.title {
	background-color:#21adff;
	color:#fff !important;
	font-weight:bold;
	margin:0px;
	border:0px;
	padding: 2px 5px;
}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited  {
	color:#fff !important;
	text-decoration:none;
	font-weight:bold;
}

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

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited {
	text-decoration: underline;
}
div.ZMSTeaserElement a img {
	border:0;
}

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

div#pageelement_Links {
/*	width:146px; */
	margin:0px 1px;
}

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

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

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

li.LinkElementExternal {
	list-style-image:url(http://www.muenster-ost.de/common/css/common/external_link.gif);
}
li.LinkElementInternal {
	list-style-image:url(http://www.muenster-ost.de/common/css/common/internal_link.gif);
 }
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
div.ZMSFile {
  background-color: transparent;
	margin: 10px 0 5px 0;
  position:relative;
	}
div.ZMSFile.none {  border:0; }

div.ZMSFile.floatleft { float:left; width:50%; margin-right:10px;}
div.ZMSFile.floatright { float:right; width:50%; margin-left:10px;}

div.ZMSFile div.title {
  font-size:12px;
  white-space: normal;
  }

div.ZMSFile div.title img {
  float:left;
  padding-right:7px;
  }


div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited {
  font-weight:normal;
  text-decoration:none;
  font-weight: bold;
  font-size:12px;
	}

div.ZMSFile div.text {
  font-size:11px;
  margin-left:22px;
  margin-top:3px;

	}

div.ZMSFile div.description {
  font-size:12px;
  margin-left:25px;
  }
.system-msg {
	font-family: Courier, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff url(/misc_/zms/msg_info_bg.gif) top left repeat-x;
	border:	1px solid #000;
	margin: 6px;
	padding: 4px;
	color: #603;
}

