

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



/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/

.neutralColorTrans { background-color:#E4E4E4; }
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorLight { background-color:#CCCCCC; }
.neutralColorMedium { background-color:#999999; }
.neutralColorStrong { background-color:#666666; }
.neutralColorBlack { background-color:#000000; }

.teaserColor { background-color:#006666; }

.primColorStrong { background-color:#006666; }
.primColorMedium { background-color:#6699CC; }
.primColorLight { background-color:#E8F2F9; }

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/

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

#micronav {
	padding:0px;
	color: #006666;
}
#micronav a:link, #micronav a:visited {
	color: #006666;
	text-decoration:none;
}
#micronav a:hover {
    background:
	text-decoration:none;
}

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

#macronav {
   margin:50px 0;
   padding:0;
}
#macronav a {
   line-height:18px;
}

/* --- LEVEL 01 --- */

#macronav ul {
   padding:0;
   margin:0;
   border-bottom:1px solid #eee;
   list-style-type:none;
}
#macronav ul li {
	margin:0;
	border:0;
	color:#eee;
	border-top: 3px solid #eee;
}
#macronav ul li a, #macronav ul li a:link, #macronav ul li a:visited {
    display:block;
	padding:4px 2px 4px 19px;
	background: #469090 url(http://www.montessori-eichstaett.de/common/css/common/level10.gif) no-repeat;
	color: #eee;
	text-decoration:none;
}
#macronav ul li a:hover, #macronav ul li.current a {
	background: #2C7E7E url(http://www.montessori-eichstaett.de/common/css/common/level11.gif) no-repeat;
	text-decoration:none;
}

/* --- LEVEL 02 --- */

#macronav ul ul {
   padding:0;
   margin:0;
   border:0;
   list-style-type: none;
}
#macronav ul ul li {
   margin:0;
   padding:0;
   border-top: 1px solid #eee;
}
#macronav ul ul li a, #macronav ul ul li a:link, #macronav ul ul li a:visited {
   display:block;
   padding:4px 2px 4px 25px;
   background: #85B8B8 url(http://www.montessori-eichstaett.de/common/css/common/level20.gif) 4px 4px no-repeat;
   color: #006666;
   text-decoration:none;
}
#macronav ul ul li a:hover, #macronav ul ul li.current a {
   background: #72ACAC url(http://www.montessori-eichstaett.de/common/css/common/level21.gif) 4px 4px no-repeat;
   text-decoration:none;
}

/* --- LEVEL 03 --- */

#macronav ul ul ul {
   padding:0;
   margin:0;
   border:0;
}
#macronav ul ul ul li {
   margin:0;
   padding:0;
   border-top: 1px solid #eee;
   background: #cccccc url(http://www.montessori-eichstaett.de/common/css/common/iconDoc.gif) no-repeat;
}
#macronav ul ul ul li a, #macronav ul ul ul li a:link, #macronav ul ul ul li a:visited {
   display:block;
   padding:4px 2px 4px 31px;
   background: #B2D3D3 url(http://www.montessori-eichstaett.de/common/css/common/level20.gif) 10px 4px no-repeat;
   color: #2C7E7E;
   text-decoration:none;
}
#macronav ul ul ul li a:hover, #macronav ul ul ul li.current a {
   background: #9FC7C7 url(http://www.montessori-eichstaett.de/common/css/common/level21.gif) 10px 4px no-repeat;
   text-decoration:none;
}

/* --- LEVEL 04 --- */

#macronav ul ul ul ul {
   padding:0;
   margin:0;
   border:0;
}
#macronav ul ul ul ul li {
   margin:0;
   padding:0;
   border-top: 1px solid #eee;
   background: #cccccc url(http://www.montessori-eichstaett.de/common/css/common/iconDoc.gif) no-repeat;
}
#macronav ul ul ul ul li a, #macronav ul ul ul ul li a:link, #macronav ul ul ul ul li a:visited {
   display:block;
   padding:4px 2px 4px 37px;
   background: #D4EEEE url(http://www.montessori-eichstaett.de/common/css/common/level20.gif) 16px 4px no-repeat;
   color: #2C7E7E;
   text-decoration:none;
}
#macronav ul ul ul ul li a:hover, #macronav ul ul ul ul li.current a {
   background: #CAE9E9 url(http://www.montessori-eichstaett.de/common/css/common/level21.gif) 16px 4px no-repeat;
   text-decoration:none;
}

#metanav, #metanav a {
   padding:3px;
   color:#CCC;
   font-size:10px;
   text-decoration:none;
}


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

.standardtext, body, form, p, ol, ul, li {
   font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
   color:#333333;
   font-size:11px;
   line-height:1.5em;
}
h1, h2, h3, h4 {
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-style:normal;
}
h1,.heading1 {
    font-size:18px;
    line-height:1.2em;
    color:#006666;
    margin-top:10px;
}
h2,.heading2 {
    font-size:14px;
    line-height:1.2em;
    color:#000000;
}
h3,.heading3 {
    font-size:11px;
    line-height:1.4em;
    color:#000000;
}
h4,.heading4  {
    font-size:11px;
    line-height:0.0em;
    color:#000000;
}

.description {
   font-weight:bold;
   color:#999999;
}
.caption {
}
code {
   font-family:Courier New,Courier;
}
.navigationMicro {
   font-size:10px;
}
a.title:link, a.title:visited, a.nav:link, a.nav:visited   {
   font-size:11px;
   color:#666666;
   font-weight:bold;
   text-decoration:none;
}
a.title:hover, a.title:active, a.nav:hover, a.nav:active {
   color:#000000;
}
.searchfield {
   font-size:10px;
   color:#000000;
   font-weight:bold;
   text-decoration:none; 
}

/* Textklassen Links */
/*------------------------------- */
a:link, a:visited {
   color:#333333;
}
a:hover, a:active {
   color : #333333;
}

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

div.ZMSTable {}
div.ZMSTable table tr th {}
div.ZMSTable tr.even td {}
div.ZMSTable tr.odd td {}

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

div.ZMSGraphic { 
   background-color:transparent; 
   margin:0;
}
div.ZMSGraphic img { 
   border:0px;
}
div.ZMSGraphic.floatleft { 
   float:left;
}
div.ZMSGraphic.floatright {
   float:right;
}
div.ZMSGraphic.center { 
   text-align:center;
}
div.graphic.alignleft {
   float:left;
   margin-right:12px;
   text-align:right;
}
div.graphic.alignright {
   float:right;
   margin-left:12px;
   padding-right:12px;
   text-align:right;
}
div.ZMSGraphic div.text {
   padding:0;
}
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);
}

/*--------- ZMS TEASER --------------*/

div#teaser {
   margin-top:10px;
   width:180px;
   font-size:11px;
}
div.ZMSTeaserContainer {
   padding:2px;
   margin-bottom:10px;
}
div.ZMSTeaserElement {
   width:176px;
   padding:0px;
}
div.ZMSTeaserElement img.title {
   border: none;
}
div.ZMSTeaserElement div.title {
   font-weight:bold;
   text-decoration:none;
   color:black;
   padding: 4px 4px 2px 4px;
   display: block;
}
div.ZMSTeaserElement div.text {
   padding: 0px 6px 6px 6px;
   line-height:1.3em
}

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

div#pageelement_Links {
   width:180px;
}
div.ZMSLinkElement {
   background-color: transparent;
   padding: 2px;
}
div.ZMSLinkElement div.title {
   font-weight:bold;
   color:black;
   font-size: 12px !important; font-size: small;
   margin: 10px 0px 0px 0px
}
div.ZMSLinkElement div.text {
}
div.ZMSLinkElement div.text ul {
   margin-top: 5px;
   margin-left: -10px !important; margin-left: 20px ;
}

/*******************/
/* H.3.6 Sitemap   */
/*******************/

a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle1:link, a.sitemapTitle1:visited {
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}
a.sitemapTitle0:hover, a.sitemapTitle0:active ,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
  font-weight: normal;
  color: #963333;
  text-decoration: underline;
}
a.sitemapElement0:link, a.sitemapElement0:visited {
  font-weight: normal;
  text-decoration: none;
}
a.sitemapElement1:link, a.sitemapElement1:visited {
  font-weight: normal;
  text-decoration: none;
}
a.sitemapElement0:hover, a.sitemapElement0:active ,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color: #FF0000;
  text-decoration: none;
}

/**************************************************/
/* Photoalbum */
/**************************************************/

ul.photoNav {
  float:left;
  margin:10 0;
  padding:0;
  list-style:none;
  width:100%;
  border:1px solid #D4D4D4;
}
.photoNav li {
  display:inline;
  float:left;
  width:auto;
  height:auto;
  margin:0;
  border-right:1px solid #D4D4D4;
}
.photoNav li.active {
  display:inline;
  background:#EAEAEA;
}
.photoNav a:link, .photoNav a:visited {
  display:block;
  margin:auto;
  padding:0;
  text-decoration:none;
  vertical-align:middle;
}
.photoNav a:hover {
  background:#EAEAEA;
}
.photoNav img {
  margin:0;
  padding:0;
  vertical-align:middle;
}
.photoNav span, .photoNav span.active {
  display:block;
  margin:0;
  padding:1px 7px 4px 7px;
  vertical-align:middle;
}


/**************************************/
/* 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;
	color: #333333;
	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;
	color: #666666;
	font-size:12px;
	line-height:15px;
}
