/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#4A0303; }
.primColorMedium0 { background-color:#660404; } 
.primColorLight0 { background-color:#AC7777; } 

.secndColorStrong1 { background-color:#D49D54; }
.secndColorStrong0 { background-color:#D49D54; }
.secndColorMedium1 { background-color:#F6D183; } 
.secndColorMedium0  { background-color:#F6D183; }
.secndColorLight1 { background-color:#FEFCDE; }
.secndColorLight0 { background-color:#FEFCDE; }

.teaserColor { background-color:#EC020A; } 

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; } 
.neutralColorLight0 { background-color:#E2E3DE; } 
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-image:url(/common/spacer.gif); } 

/***************/
/* Links */
/***************/

a:link {
  color : #4A0303;
  text-decoration: none;
}

a:hover, a:active {
  color : #D49D54;
  text-decoration: none;
}

/****************/
/* Navigation */
/***************/

.navMicro, a.navMicro:link, a.navMicro:active, a.navMicro:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color : #4A0303;
}

.navMacroPub0, a.navMacroPub0:link, a.navMacroPub0:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #660404;
}

.navMacroPub1, a.navMacroPub1:link, a.navMacroPub1:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #4A0303;
}

.navMacroDoc0, a.navMacroDoc0:link, a.navMacroDoc0:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #660404;
}

.navMacroDoc1, a.navMacroDoc1:link, a.navMacroDoc1:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #D49D54;
}


/*********************/
/* Textbody-Elements */
/*********************/

 /* neutralColor_medium */
h1, h2,  h3, h4, .heading1, .heading2, .heading3, .heading4 {
font-family: Arial, Helvetica, sans-serif;
}

.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
color : #000000;
font-size: 11px;
}

body {
font-size: 11px;
line-height: 16px;
background-color: #FEFCDA;
margin-top: 0px;
margin-left:0px;
background-image: url(/common/background.gif);
}

h1,.heading1{
color: #660404;
font-weight: bold;
font-size: 18px;
line-height: 20px;
margin-top:16px; }

h2,.heading2 {
color: #660404;
font-weight: bold;
font-size: 15px;
line-height: 18px}

h3,.heading3 {
color: #660404;
font-weight: bold;
font-size: 14px;
line-height: 16px;
margin-bottom: 0px}

h4,.heading4 {
color: #000000;
font-weight: bold;
font-size: 12px;
line-height: 14px }

h5,.heading5 {
color: #000000;
font-weight: normal;
font-size: 12px;
line-height: 14px }

p {
font-size: 11px;
line-height: 15px }

ol {
  line-height: 15px;
}

ul {
  line-height: 15px;
  list-style-type: square 
}

.small {
  font-size: 10px;
}

.caption {
  font-style: italic 
}


P.emphasis {
  background-color:#F6D183;
  margin-left: 20px;
  margin-right: 30px;
  line-height: 16px;
}

.description {
  background-color:#F6D183;
  line-height: 16px;
  padding: 3px;
}

em {
  font-weight: bold;
  font-style: normal 
}

sup, sub {
  font-size: 10px 
}

form {
  margin: 0px;
}

/**********************/
/* Teaser */
/**********************/

TABLE.teaserElement {
    border-spacing: 0pt 0pt;
    border-collapse: collapse;
    border-style: none;
    width: 100%;
}

P.teaserTitle {
    font-family : Verdana,Arial,Helevetica,sans-serif;
    color : #FFFFFF;
    font-size : 12px;
    line-height : 15px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left:3px;
    margin-right:3px;
}

TD.teaserTitle {
padding: 0px;
background-image:url(/misc_/zms/spacer.gif); 
}


TD.teaserText { 
padding : 3px;
background-image:url(/misc_/zms/spacer.gif); 
}

P.teaserText {
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size : 11px;
    font-weight : normal;
    text-decoration : none;
    color : #000000;
    line-height: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left:3px;
    margin-right:3px;
}

A.teaserTitle:link, A.teaserTitle:visited {
    font-weight: bold;
    font-size : 12px;
    color: #FFFFFF;
    text-decoration: none;
}

A.teaserTitle:hover, A.teaserTitle:active {
    color : #D49D54;
    text-decoration: underline;
}

A.teaserText:link, A.teaserText:visited {
    color: #000000;
    text-decoration: none;
}

A.teaserText:hover, A.teaserText:active {
    color: #D49D54;
    text-decoration: underline;
}


/**********************/
/* Functions */
/**********************/

.Copyright, a.Copyright:link, a.Copyright:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: black;
  text-decoration: none;
}

/*******************/
/* Sitemap         */
/*******************/

TD.sitemapTitle0 {
  background-color: #000066;
  border-right-width: 1px;
  border-right-color: #FFFFFF;
  border-right-style: solid;
 }

TD.sitemapTitle1 {
  background-color: #FF6600;
  border-right-width: 1px;
  border-right-color: #FFFFFF;
  border-right-style: solid;
 }

A.sitemapTitle0:link, A.sitemapTitle0:visited ,
A.sitemapTitle1:link, A.sitemapTitle1:visited {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

A.sitemapTitle0:hover, A.sitemapTitle0:active ,
A.sitemapTitle1:hover, A.sitemapTitle1:active {
  font-weight: bold;
  color: #E8F2F9;
  text-decoration: underline;
}

A.sitemapElement0:link, A.sitemapElement0:visited {
  font-weight: normal;
  text-decoration: none;
}
A.sitemapElement1:link, A.sitemapElement1:visited {
  font-weight: bold;
  text-decoration: none;
}

A.sitemapElement0:hover, A.sitemapElement0:active ,
A.sitemapElement1:hover, A.sitemapElement1:active {
  color: #FF6600;
  text-decoration: underline;
}


/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #000066; } /* primColorStrong0 */
.cmsTxtColorStrong1 { color: #666666; } /* neutralColorStrong0 */
.cmsBgColorStrong0 { background-color: #000066; } /* primColorStrong0 */
.cmsBgColorStrong1 { background-color: #CCCCCC; } /* neutralColorLight0 */
.cmsBgColorMedium0 { background-color: #E8F2F9; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */

.ftTH { background-color:#cccccc; }
.ftTD { background-color:#efefef; }
