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

.secondColorStrong {background-color: #CB726E;}
.secondColorMedium {background-color: #333333;}
.secondColorLight {background-color: #DDB6B7;}

.primColorStrong {background-color: #7F5139;}
.primColorMedium {background-color: #CB726E;}
.primColorLight {background-color: #B888BA;}

/****************************************************/
/*    2.  CSS-Modul: LAYOUT (PAGE REGIONS)          */
/****************************************************/
html {
  height:100%;
}
body#web {
  margin:0;
  padding:0;
  border:0;
  background:transparent url(http://www.eichstaetter-dommusik.de/common/hintergrund.jpg) top left no-repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  height:100%;
}
#pageWrapper {
  width:750px;
  margin:0 auto 0 190px;
  padding:0;
}
#pageregionTop {
  float:left;
  width:460px;
  padding:0 0 60px 0;
  background:none;
}
#header {
  float:left;
  width:367px;
  margin:0;
  padding:150px 90px 0 0;
}
#header a, #header a:link, #header a:visited {
  float:left;
  width:367px;
  height:40px;
  text-decoration:none;
}
#header a:hover, #header a:active {
  text-decoration:none;
}
#header span.header1 {
  float:left;
  width:170px;
  border-right:1px solid #cb726e;
  padding:0 5px 0 0;
  color:#cb726e;
  font-family:Times New Roman;
  font-size:38px;
  line-height:40px;
  font-style:italic;
}
#header span.header2 {
  float:left;
  width:180px;
  padding:0 0 0 10px;
  color:#ddb6b7;
  font-size:20px;
}
#Content {
  float:left;
  width:460px;
  margin:0px;
  border:0;
  padding:20px 0 20px 0;
  background:none;
  overflow:hidden;
}
#Sitemap {
  float:left;
  width:570px;
  margin:0px;
  padding:20px 0 20px 0;
  border:0;
  overflow:hidden;
}
#pageregionRight {
  position:relative;
  float:right;
  width:270px;
  margin:0px;
  padding:0 0 20px 0;
  overflow:hidden;
}
#pageregionBottom {
  float:left;
  width:750px;
  padding:0 0 50px 0;
  background:none;
}
#Copyright {
  float:left;
  width:750px;
  padding:20px 0 0 0;
  color:#cb726e;
  font-size:11px;
  text-align:center;
}
#Copyright a, #Copyright a:link, #Copyright a:visited {
  margin:0;
  padding:0;
  color:#cb726e;
  font-size:11px;
}

/*-- FLOATING ---------------*/
.clearing {
  clear:both;
  height:0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.floatRight {
  float:right;
}
.floatLeft {
  float:left;
}
img.imgNoborder {
  border:0px;
}

/****************************************************/
/*    3.  CSS-Modul: LAYOUT (PAGE ELEMENTS)         */
/****************************************************/

/* -- SITEMAP --------------------------------------*/
td.sitemapTitle0 {
  background-color:#ddd;
  border-right:1px solid #444;
}
td.sitemapTitle1 {
  background-color:#ddd;
  border-right: solid 1px #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;
  font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color:#000;
  font-weight:bold;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

/* -- SEARCH ---------------------------------------*/

/* -- (Input) -- */
#search {
  float:left;
  width:182px;
  height:120px;
  margin:0;
  padding:0;
  background-image:url(http://www.eichstaetter-dommusik.de/common/phonebook.jpg); 
}
.searchLabel, .searchLabel, .searchElement, .searchText {
  font-size:10px;
}
#search form {
  margin:3px 0 0 0;
  border:0;
  padding:0;
}
#search input#raw {
   width:113px;
   height:14px;
   margin:16px 0 0 15px;
   border:1px solid #cb726e;
   border-right:none;
   padding:2px;
   background:#fff;
   color:#cb726e;
   font-size:11px;
   vertical-align:top;
}
/* -- so search field and lupe line up in IE6 --  */
* html #search input#raw {
  margin-top:15px;
}
/* -- so search field and lupe line up in IE7 --  */
*:first-child+html #search input#raw {
  margin-top:15px;
}
#search input#btnSearch {
  vertical-align:bottom;
  margin:0;
}
#search table {
  margin:10px 10px 0px 10px;
  color:#cb726e;
  text-align:left;
}
p.search {
  margin:9px 0 0 7px;
  padding:0;
  color:#cb726e;
  font-size:12px;
  font-weight:normal;  
}
p.searchtwo {
  margin:9px 0 0 7px;
  padding:0;
  color:#cb726e;
  font-size:12px;
  font-weight:bold;  
}
.searchLabel, .searchLabel, .searchElement, .searchText {
  font-size:11px; 
  font-size:small;
}

/* -- (Results) -- */

#searchresults {
  width:430px;
  padding:10px 10px 0 10px;
}
#searchresults dd {
  margin-top:3px;
  color:#cb726e;
}

/* -- NEWS -----------------------------------------*/
#Newsindex {
  float:right;
  width:270px;
  padding:0 0 20px 0;
}
#Newsindex ul {
  float:left;
  width:270px;
  margin:0;
  padding:0;
  list-style-type:none;
}
#Newsindex li {
  float:left;
  width:270px;
  margin:0;
  padding:0;
}
#Newsindex li {
  padding:0;
}
#Newsindex a, #Newsindex a:link, #Newsindex a:visited {
  float:left;
  width:260px;
  margin:0;
  padding:7px 0 7px 10px;
  background:none;
  color:#7f5139;
  text-decoration:none;
}
#Newsindex a:hover, #Newsindex a:active {
  background:#FBF4F4;
  color:#cb726e;
  text-decoration:none;
}
#Newsindex a span.newsTitle, #Newsindex a:link span.newsTitle, #Newsindex a:visited span.newsTitle {
  float:left;
  width:260px;
  margin:0;
  padding:0 0 5px 0;
  font-size:12px;
  font-weight:bold;
  color:#7f5139;
  text-decoration:none;
  cursor:pointer;
}
#Newsindex a span.newsText, #Newsindex a:link span.newsText, #Newsindex a:visited span.newsText {
  float:left;
  width:260px;
  margin:0;
  padding:0;
  color:#7f5139;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  cursor:pointer;
}
#Newsindex a:hover span.newsTitle {
  background:#FBF4F4;
  text-decoration:underline;
  color:#7f5139;
}
#Newsindex a:active span.newsTitle {
  background:#FBF4F4;
  text-decoration:underline;
  color:#cb726e;
}
#Newsindex li.title a, #Newsindex li.title a:link, #Newsindex li.title a:visited {
  float:left;
  width:260px;
  margin:0;
  padding:3px 0 3px 10px;
  background:#cb726e;
  font-size:18px;
  font-style:italic;
  font-weight:normal;
  font-family:Times New Roman;
  color:#fff;
  text-decoration:none;
}
#Newsindex li.title a:hover, #Newsindex li.title a:active {
  margin:0;
  padding:3px 0 3px 10px;
  background:#cb726e;
}
/* -- FORM -----------------------------------------*/
.form {
  color:#000;
  border:1px solid #666;
  padding:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size:x-small;
}
html>.form {
  font-size:x-small;
} 
	
.form-button {
  color:#000;
  background-color:#fff;
  border:1px solid #666;
  font-weight:bold;
  padding-left:1px;
  padding-right:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
}

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

/* -- CHANNEL MENU ---------------------------------*/
#Menu {
  float:left;
  position:relative;
  width:270px;
  margin:0;
  padding:20px 0 74px 0;
  background:none;
}
#Menu ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#Menu ul li {
  float:left;
  line-height:16px;
}
#Menu ul li a, #Menu ul li a:link, #Menu ul li a:visited {
  display:block;
  width:257px;
  margin:0;
  padding:3px 0 3px 13px;
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_image.gif) 0px 6px no-repeat;
  color:#cb726e;
  text-decoration:none;
  font-size:12px;
  font-weight:normal;
}
#Menu ul li a:hover, #Menu ul li a:active {
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_current.gif) 0px 6px no-repeat;
  color:#cb726e;
  text-decoration:none;
}
#Menu ul li a.current, #Menu ul li a:link.current, #Menu ul li a:visited.current {
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_current.gif) 0px 6px no-repeat;
  color:#cb726e;
  font-weight:bold;
}
#Menu ul li a.path, #Menu ul li a:link.path, #Menu ul li a:visited.path {
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_current.gif) 0px 6px no-repeat;
  color:#cb726e;
  font-weight:bold;
}

/* -- level 2 -- */

#Menu a, #Menu li li a:link, #Menu li li a:visited {
  width:247px;
  padding-left:23px;
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_2ebene_current.gif) 10px 8px no-repeat;
  overflow:visible;
}
#Menu ul li li  a.path, #Menu ul li li a:link.path, #Menu ul li li a:visited.path {
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_2ebene_current.gif) 10px 8px no-repeat;
  color:#cb726e;
  font-weight:bold;
}
#Menu li li a:hover, #Menu li li a:active {
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_2ebene_current.gif) 10px 8px no-repeat;
  text-decoration:none;
}
#Menu ul li li a.current, #Menu ul li li a:link.current, #Menu ul li li a:visited.current {
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_2ebene_current.gif) 10px 8px no-repeat;
  font-weight:bold;
}
/* -- level 3 -- */

#Menu a, #Menu li li li a:link, #Menu li li li a:visited {
  width:237px;
  padding-left:33px;
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_3ebene_current.gif) 20px 6px no-repeat;
  overflow:visible;
}
#Menu ul li li li  a.path, #Menu ul li li li a:link.path, #Menu ul li li li a:visited.path {
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_3ebene_current.gif) 20px 6px no-repeat;
  color:#cb726e;
  font-weight:bold;
}
#Menu li li li a:hover, #Menu li li li a:active {
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_3ebene_current.gif) 20px 6px no-repeat;
  text-decoration:none;
}
#Menu ul li li li a.current, #Menu ul li li li a:link.current, #Menu ul li li li a:visited.current {
  background:transparent url(http://www.eichstaetter-dommusik.de/common/menu_3ebene_current.gif) 20px 6px no-repeat;
  font-weight:bold;
}


/* -- INDEX ----------------------------------------*/
.indexWrapper {
  float:left;
  width:443px;
}
.indexWrapper span.title {
  float:right;
  width:324px;
  margin:0;
  padding:0;
  font-size:12px;
  font-weight:bold;
  color:#7f5139;
}
.indexWrapper span.desc {
  float:right;
  width:324px;
  margin:0;
  padding:10px 0 0 0;
  font-size:11px;
  font-weight:normal;
  line-height:15px;
  color:#7f5139;
}
.indexWrapper img {
  float:left;
  width:100px;
  height:70px;
  margin:0 10px 0 0;
  border:none;
  padding:0;
}
.indexWrapper a, .indexWrapper a:link, .indexWrapper a:visited {
  display:block;
  float:left;
  width:434px;
  margin:0 0 30px 0;
  padding:0 0 0 9px;
  background:transparent url(http://www.eichstaetter-dommusik.de/common/index_HG.gif) top left no-repeat;
  text-decoration:none;
}
.indexWrapper a:hover, .indexWrapper a:active {
  background:#FBF4F4 url(http://www.eichstaetter-dommusik.de/common/index_HG.gif) top left no-repeat;
  color:#cb726e;
  text-decoration:none;
}
.indexWrapper a:hover span.desc, .indexWrapper a:active span.desc {
  background:#FBF4F4;
  text-decoration:none;
  color:#7f5139;
}
.indexWrapper a:hover span.title, .indexWrapper a:active span.title {
  background:#FBF4F4;
  text-decoration:underline;
  color:#7f5139;
}
/****************************************************/
/*    5.  CSS-Modul: TEXT                           */
/****************************************************/

/* -- STANDARD -------------------------------------*/
h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
  font-weight:bold;
  color:#7f5139;
}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td, caption {
  color:#7f5139;
  font-weight:normal;
}
#Headline h1 {
  margin-top:0;
  font-family:Times New Roman;
}
h1.title {
  padding-right:20px;
  font-size:22px;
  line-height:26px;
  font-style:italic;
  font-family:Times New Roman;
  color:#cb726e;
}
h1,.heading1 {
  font-size:22px;
  line-height:26px;
  margin-top:5px;
  font-family:Times New Roman;
  color:#cb726e;
}

h2,.heading2 {
  font-size:16px;
  line-height:20px;
  margin:0;
  padding:13px 0 5px 0;
}
h3,.heading3 {
  font-size:14px;
  line-height:18px;
  margin:0;
  padding:13px 0 5px 0;
}
h4,.heading4 {
  font-size:12px;
  line-height:16px;
  margin:0;
  padding:13px 0 5px 0;
}
h5,.heading5 {
  font-weight:normal;
  font-size:12px;
  line-height:14px;
  margin:13px 0 5px 0; 
}
p {
  margin:0;
  padding:7px 0;
  line-height:15px;
}
ol {
  line-height:15px;
}
ul {
  line-height:15px;
  list-style-type:disc;
}
p.caption {
  font-style:italic;
  padding-top:0px;
  margin-top:0px;
}
p.emphasis {
  display:block;
  background:#E9F8F7;
  border-top:1px dotted #cb726e;
  border-bottom:1px dotted #cb726e;
  margin:5px 20px 5px 10px;
  line-height:16px;
}
p.description {
  line-height:16px;
  font-weight:bold;
  color:#cb726e;
}
p.creator {
}
p.small {
  font-size:10px;
}
p.smalltext {
  font-size:10px !important; font-size: xx-small;
}
a:link, a:visited {
  color:#7f5139;
  font-weight:normal;
  text-decoration:underline;
}
a:hover, a:active {
  color:#7f5139;
  font-weight:normal;
  text-decoration:underline;
}
a.pager:hover, a.pager:active {
  color:#006699;
  font-weight:bold;
  text-decoration:underline;
}
code {
}
hr.linie {
  height:1px;
  background:#7f5139;
}

/* -- ZMS FORMAT (Text Formats) --------------------*/
.textblock_left2col {
  float:left;
  width:200px;
  text-align:justify;
}
.textblock_right2col {
  float:left;
  width:200px;
  text-align:justify;
}
.textblock_spacer {
  display:block;
  clear:both;
}

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

/* -- ZMS TABLES -----------------------------------*/
table.ZMSTable {
  width:460px;
  padding:20px 0 0 0;
}
table.ZMSTable thead {
}
table.ZMSTable th {
  text-align:left;
  background:#C4C4C4;
}
table.ZMSTable th p {
  margin:0;
  padding:5px;
  color:#fff;
  font-weight:bold;
}
table.ZMSTable td {
  background:#EBEBEB;
}
table.ZMSTable td p {
  margin:0;
  padding:2px 5px;
}
table.ZMSTable tr td  {
  font-size:11px;
}
table.ZMSTable caption {
  margin:0;
  padding:5px 0 0 0;
}


/* -- ZMS GRAPHIC ----------------------------------*/
div.ZMSGraphic { 
  margin: 4px;
  background-color:transparent; 
}
div.graphic {
  background:transparent;
}
div.graphic img.img { 
  border:none;
}
a.zoom img.zoom {
  width:23px;
  height:21px;
  background:transparent url(/misc_/zms/zoom.gif);
}
img.imgNoborder {
  border:0px;
}
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 { 
  text-align:center;
}

div.graphic.alignleft {
  float:left;
  text-align:right;
  margin-right:10px;
}

div.graphic.alignright {
  float:right;
  text-align:right;
  margin-left:10px;
}

div.ZMSGraphic div.text p {
  margin:0;
  padding: 4px;
  color:#cb726e;
}

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 {
  position:relative;
  float:left;
  width:270px;
  background:none;
}
div.ZMSTeaserContainer {
  display:none;
}
div.ZMSTeaserElement {
  position:relative;
  float:left;
  width:270px;
  padding:0 0 20px 0;
  background:none;
}

div.ZMSTeaserElement img.title {
  border:none;
}

div.ZMSTeaserElement div.title {
  float:left;
  width:250px;
  padding:0 10px 0 10px;
  background:#cb726e;
  font-size:18px;
  font-style:italic;
  font-weight:normal;
  font-family:Times New Roman;
  color:#fff;
}
div.ZMSTeaserElement div.text {
  position:relative;
  float:left;
  padding:7px 10px 10px 10px;
  font-size:12px;
  text-decoration:none;
  color:#7f5139;
}
div.ZMSTeaserElement div.title a, div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited {
  display:block;
  width:250px;
  margin:0;
  padding:0;
  background:#cb726e;
  font-size:18px;
  font-style:italic;
  font-weight:normal;
  font-family:Times New Roman;
  color:#fff;
  text-decoration:none;
}

/* -- 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;
}
li.LinkElementExternal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
  list-style-image:url(common/mail_link.gif);
}

/****************************************************/
/*    7.  CSS-Modul: SPECIAL OBJECTS                */
/****************************************************/
/* -- google maps -- */
#map {
  float:left;
  margin:0 10px 0 0;
}
/* so the big map is centered in IE6 */
* html #map {
  margin:0 5px 0 0;
}

/* --- Download --- */
.download {
  position:relative;
  width:100%;
  padding:10px 0;
}
.download p {
  margin:0;
  padding:0 0 0 18px;
}

/*------- Kontakt Formular -------------------------*/
#detailsWrapper {
  position:relative;
  float:left;
  width:200px;
}
#details {
  position:absolute;
  top:23px;
  left:15px;
  padding:0 5px;
  background:#fff;
  z-index:50;
}
* html #details {
  top:16px;
}
#details p {
  margin:0;
  padding:0;
  font-size:10px;
}
#kontaktFormular {
  float:left;
  width:360px;
  margin-top:30px;
  border:1px solid #B7B7B7;
  padding:15px;
}
/* --- so the spacing between the textabschnitt and the form in IE6 is the same as in the other browsers --- */
* html #kontaktFormular {
  margin-top:5px;
}
#kontaktFormular .title {
  float:left;
  width:340px;
  padding:5px 5px 0;
}
#kontaktFormular label {
  float:left;
  width:350px;
  padding:0;
}
#kontaktFormular span.title {
  float:left;
  width:300px;
  padding:0;
  color:#7f5139;
  font-weight:bold;
}
#kontaktFormular .feld {
  float:left;
  width:350px;
  height:14px;
  margin:5px 5px 8px 5px;
  border:1px solid #B7B7B7;
  padding:2px 0 2px 0;
  background:#fff;
  font-size:12px;
}

#kontaktFormular .nachricht {
  float:left;
  width:344px;
  margin:5px;
  border:1px solid #B7B7B7;
  padding:2px;
  background:#fff;
}
#kontaktFormular .button {
  float:left;
  width:65px;
  margin:10px 0 0 5px;
  border:1px solid #B7B7B7;
  padding:1px 0;
  background:#fff;
  text-align:center;
  color:#7f5139;
}
.response {
  float:left;
  width:360px;
  margin-top:30px;
  border:1px solid #B7B7B7;
  padding:15px;
}
.response p {
  margin:0;
  padding:5px;
}

/* -- InfoBox -- */
div.infobox  {
  margin-top:10px;
  border-top:5px solid #ccc;
  background-color:#f6f6f6;
  padding:0px;
  width:auto;
  margin-bottom:20px;
}
p.infoboxtitle  {
  padding:3px;
  margin:0px;
  font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
  padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
  margin:3px;
}
div.infobox div.infoboxContentOdd  {
  background-color:#eaeaea;
}
div.infobox  div.ZMSFile div.title img {
  margin-bottom:-5px;
}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
  font-size:11px;
}
div.infobox  div.ZMSFile div.text {
  margin-left:20px;
}
div.infobox ul {
  margin:0px 0px 0px 28px;
  padding:0;
}
div.infobox ul li {
}

/* -- Text Box -- */
.textbox {
  display:block;
  float:right;
  width:165px;
  background:#cb726e;
  margin:0px 15px 15px 10px;
}

/* -- Google -- */
.googleTeaser {
  padding:10px 0 0 5px;
  background:transparent url(http://www.eichstaetter-dommusik.de/common/google_teaser_top.gif) top left no-repeat;
}
/****************************************************/
/*    8.  CSS-Modul: PRINT                          */
/****************************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- 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] 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", Verdana, Arial, Helvetica, sans-serif; 
}

span.highlight { 
  background-color:#cb726e;
  color:#cb726e;
  font-weight: bold;
  border:none; 
}


