@import url(ZMSForm.css);
@media all
{

  h1,h2,h3,h4,h5,h6 {
  	font-family: Helvetica, sans-serif;
  	color: #ffffff;
  	font-weight: bold;
  	margin: 1.2em 0 1em 0;
  }

  h1 { font-size: 135%; font-weight: bold; font-family: Verdana; }
  h2 { font-size: 120% }
  h3 { font-size: 120% }
  h4 { font-size: 120%; }
  h5 { font-size: 115%; font-style: italic }
  h6 { font-size: 105%; font-style: italic }

  .toptitle { margin: 0; font-size: 38px; font-weight: bold; font-family: Verdana, Arial, Helvetica; }
  #top2ndtitle { margin: 0; font-family: Arial, Helvetica; font-size: 12pt; }

  /* ### Lists #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: normal; line-height: 1.5em; }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting ### */

  cite { font-style:italic }
  
  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #fff0f0;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   *
   * @section content-generic-classes
   */

  .note {background: #transparent; padding: 0.9em; border: 1px #ffffff dotted; }
  .important {background: #A05253; padding: 0.9em; border: 1px #D8041D solid; }
  .warning {background: #AB001D; padding: 0.9em; border: 1px #D8041D dotted; }

  .float_left { float: left; display:inline; margin-right: 1.5em; margin-bottom: 0.25em;  }
  .float_right { float: right; display:inline; margin-left: 1.5em; margin-bottom: 0.25em;  }
  .center { text-align: center; margin: 1.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a { color: #fff0f0; }
  a:focus,
  a:hover,
  a:active {color:#e0c0c0; text-decoration:underline;}

  .ZMSLink { height: 10px; margin-top: 24px; margin-bottom: 24px; }
  .ZMSLink img { margin-right: 6px; }

/*************************/
/* ZMSGraphic */
/*************************/

  div.ZMSGraphic div.alignleft,
  div.ZMSGraphic.floatleft {
    margin-right: 0.8em;
  }

  div.ZMSGraphic div.alignright,
  div.ZMSGraphic.floatright {
    margin-left: 0.8em;
  }
  div.ZMSGraphic div.text { padding-top: 0; }

  .text p { margin-top: 0; padding-top: 0; }
  .text { margin-top: 0; padding-top: 0; }

  /**
   * Tables
   * (en) Generic classes for table-width and design definition
   *
   * @section content-tables
   */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  thead th { background: #e07070; color: #831023 }
  tbody th { background: transparent; color: #ffffff }
  tbody th.sub { background: #a06060; color: #831023 }


  #Newsindex { margin-top: 18px; font-size: 90%; }
  #Newsindex ul { list-style-type: none; margin: 0; margin-left: -16px; padding: 0; }
  #Newsindex ul li { margin-top: 8px; margin-bottom: 8px; }
  #Newsindex .date { font-style: italic; }
  #Newsindex .title { font-style: bold; }
  #Newsindex .description { color: color: #2B6D99; }

  .IndexDate_Entry { width: 460px; margin-top: 24px; margin-bottom: 24px;  }
  .IndexDate_Entry .date { width: 120px; margin-right: 10px; text-align: right; display: inline-block; font-style: italic; } 
  .IndexDate_Entry .text { width: 330px; text-align: left; display: inline-block; }

  .btn_box { margin: 1em; }
  .btn_inline { 
    font-size: 90%;
    padding: 3px; 
    margin-right: 1.2em; 
    background-color: #a06060; 
    border: 1px solid #a06060; 
    border-right: 2px solid #905050; 
    border-bottom: 2px solid #905050; 
    border-left: 2px solid #b07070;
    border-top: 2px solid #b07070;
  }
   .btn_inline a { text-decoration: none; }

   .cal_bestellen { 
    float: right;
    width: 40%;
    font-size: 80%;
    margin-top: 7px;
    padding: 1px;
    background-color: #a06060; 
    border: 1px solid #a06060; 
    border-right: 1px solid #905050; 
    border-bottom: 1px solid #905050; 
    border-left: 1px solid #b07070;
    border-top: 1px solid #b07070;
   }
   .cal_bestellen a { text-decoration: none; }

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }
}





/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkContainer
	{
	background-color: #EEEEEE;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited,
div.ZMSFile div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 2px;
	}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSLinkElement div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

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;
	}

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;
	}
	
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
	{
	}

/* 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 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 #a02020;
	border-bottom:0px;
	background-color: transparent;
	padding: 2px 15px;
        font-size: 12px;
}
table#calTabs td.active {
	border-bottom:0px;
	background-color: #a06060;
}
table#calTabs td.empty{
	border-bottom:1px solid #a02020;
	width:100%;
}

/*--Calendar without Tabs--*/
table#calContent {
	border-collapse:collapse;
	border:0px;
}
table#calContentTabs {
	border-collapse:collapse;
	border:1px solid #a02020;
	border-top:0px;
}
table#calContent tr td,
table#calContentTabs tr td {
	vertical-align:top;
	padding-top:6px;
        font-size: 12px;
}
form#calTabSearch {
	margin:0px;
	border:1px solid #a02020;
	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 a { font-weight: bold; }

table#calContentBatch tr.odd {
	background-color: transparent;
        min-height: 150px;
}
table#calContentBatch tr.even {
	background-color: #931227;
}
table#calContentBatch tr.even td {
	padding:2px;
        padding-bottom: 12px;
}
table#calContentBatch tr.odd td {
	padding-bottom: 12px;
}
table#calContentBatch tr td span.date {
	margin-top: 12px;
        font-style: italic;
}
table#calContentBatch tr td span.date,
table#calContentBatch tr td div.caltitle {
        font-size: 12px;
        color: #ffffff;
}
table#calContentBatch tr td div.caltitle {
        font-weight: bold;
        font-size: 14px;
        color: #ffffff;
}

table#calContentBatch tr td span.link { 
        margin-bottom: 8px;
        margin-top: 8px;
}

table#calContentBatch tr td span.description {
	display: block;
        background-color: transparent;
        padding: 3px;
}


table#calContentBatch tr td span.cal_ausverkauft {
        float: right;
        color: #f00000;
        font-weight: bold;
}

table#calContentBatch tr td span.place {
	display: block;
        padding: 3px;
}

p.description { font-style: italic; }

table#calContentPrev, 
table#calContentNext {
	border-collapse:collapse;
}
table#calContentPrev th,
table#calContentNext th {
	padding:2px 2px 2px 2px;
	color:#e0a0a0;
        font-weight: normal;
        font-size: 80%;
}
div#calTeaser {
	width:200px;
	border-top:4px solid #e07070;
	text-align:center;
	margin-top:10px;
	padding-top:6px;
}
table#calCategorySel {
	width:200px;
	border-top:1px solid #e07070;
	border-bottom:1px solid #e07070;
	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:#e07070;
}
table#calGrid table.days td.week {
	font-weight:bold;
	background-color:transparent;
}
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:#ffffff; 
}
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 {
	background-color:#a06060;
	padding:0px;
	border:0px;
	border-left:1px solid #b07070;
	border-right:1px solid #905050;
}


table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited {
	color:#e0e0e0; 
}	
/*---- EO calendar css -----*/

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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:"Arial Unicode MS", Arial, Helvetica, sans-serif; 
}

span.highlight { 
  background-color: yellow;
  color: red;
  font-weight: bold;
  border: 1px dashed blue; 
}


a.zoom img.zoom {
    background-color: #ffffff;
}
