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

.primColorStrong0 { background-color:#000000; }
.primColorMedium0 { background-color:#333333; }
.primColorLight0 { background-color:#E7E7E6; }

.secndColorStrong1 { background-color:#003366; }
.secndColorStrong0 { background-color:#6699CC; }
.secndColorMedium1 { background-color:#B5C8DB; } 
.secndColorMedium0  { background-color:#C8D3DD; }
.secndColorLight1 { background-color:#E1E8EF; }
.secndColorLight0 { background-color:#E8EFF6; }

.teaserColor { background-color:#FF6600; } 

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; } 
.neutralColorLight0 { background-color:#E2E3DE; } 
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; } 

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

.child, .subchild { 
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
}

.navMicro, a.navMicro:link, a.navMicro:active {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

td.level2 {
  padding: 3px;
  background-color: #003366;
  border-top-width: 1px;
  border-top-color: #FFFFFF;
  border-top-style: solid;
}

td.level3 {
  padding: 3px;
  background-color: #B5C8DB;
  border-top-width: 1px;
  border-top-color: #FFFFFF;
  border-top-style: solid;
}

td.level4 {
  padding: 3px;
  background-color: #E1E8EF;
  border-top-width: 1px;
  border-top-color: #FFFFFF;
  border-top-style: solid;
}

td.level5 {
  padding: 3px;
  background-color: #F5F5F5;
  border-top-width: 1px;
  border-top-color: #FFFFFF;
  border-top-style: solid;
}

.navMacroPub, a.navMacroPub:link, a.navMacroPub:visited {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}

a.navMacroPub:hover {
  text-decoration: underline;
  color: #FF9900;
}

.navMacroDoc, a.navMacroDoc:link, a.navMacroDoc:visited {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003366;
  font-weight: normal;
  text-decoration: none;
}

a.navMacroDoc:hover {
  text-decoration: underline;
  color: #003366;
}

.navChannel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003366;
  font-weight: normal;
  text-decoration: none;
}

.navChannelActive {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}

a.navChannel:link, a.navChannel:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weigth: normal;
  color : #003366;
  text-decoration : none;
}

a.navChannel:hover, a.navChannel:active {
  font-weigth: normal;
  text-decoration : none;
}

.navContent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #003366;
  font-weight: bold;
  letter-spacing: 2pt;
  text-decoration: none;
}

a.navContent:link, a.navContent:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color : #003366;
  font-weigth: bold;
  letter-spacing: 2pt;
  text-decoration : none;
}

a.navContent:hover, a.navContent:active {
  font-weigth: bold;
  text-decoration : underline;
}

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

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

a:hover, a:active {
  color : #003366;
  text-decoration: underline;
}

a.pager:hover, a.pager:active {
  background-color: orange
} 

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

 /* neutralColor_medium */
h1, h2,  h3, h4, .heading1, .heading2, .heading3, .heading4 {
font-family: Verdana, 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;
  font-size: 11px;
  line-height: 15px;
  color : #333333;
}

body {
  font-size: 11px;
  line-height: 15px;
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding:0px;
}

h1,.heading1{
  font-size: 20px;
  font-weight: normal;
  color: #003366;
  line-height: 20px;
  margin-top:10px;
}

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

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

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

h5,.heading5 {
  font-size: 11px;
  font-weight: bold;
  color: #003366;
  line-height: 18px;
  margin-bottom: 0px;
  text-decoration : none;
}

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:#F1F1F1;
  margin-left: 20px;
  margin-right: 30px;
  line-height: 16px;
}

.description {
  background-color:#F1F1F1;
  line-height: 16px;
}

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

sup, sub {
  font-size: 10px;
}

form {
  margin: 0px;
}


.ti_title, a.ti_title:link, a.ti_title:visited {
  font-weight: bold;
  font-size : 11px;
  color: #003366;
  text-decoration: none;
}

a.ti_title:hover, a.ti_title:active {
  color : #003366;
  text-decoration: underline;
}

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

div#teaser {
   width:200px;
   font-size: 11px;
}
div.ZMSTeaserContainer {
   padding:1px;
   margin-bottom:10px;
}
div.ZMSTeaserElement {
   width:198px;
   padding:0px;
}
div.ZMSTeaserElement img.title {
   border: none;
}
div.ZMSTeaserElement div.title {
   font-weight:normal;
   text-decoration:none;
   color:#FFF;
   padding: 4px 2px;
   display: block;
}
div.ZMSTeaserElement div.text {
   padding: 6px 2px;
   line-height:1.3em
}

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

.copyright, a.copyright:link, a.copyright:visited {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 9px;
  text-decoration:none;
}

.metadata {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #C8D3DD;
  font-size: 9px;
  text-decoration:none;
}

.functionSearch, a.functionSearch:link, a.functionSearch:visited {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #003366;
  font-size: 9px;
  text-decoration:none;
}

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

TD.sitemapTitle0 {
  background-color: #003366;
  padding: 5px;
 }

TD.sitemapTitle1 {
  background-color: #FF6600;
  padding: 5px;
 }

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

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

TD.sitemapElement0 {
  padding: 3px;
 }

TD.sitemapElement1 {
  padding: 3px;
 }

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