/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#143B5C; }
.primColorMedium0 { background-color:#006AAE; } 
.primColorLight0 { background-color:#B1BFC0; } 

.secndColorStrong1 { background-color:#466383; }
.secndColorStrong0 { background-color:#5D7B9B; } 
.secndColorMedium1 { background-color:#82A0C0; } 
.secndColorMedium0 { background-color:#B5C8DB; } 
.secndColorLight1 { background-color:#C8D3DD; }
.secndColorLight0 { background-color:#E8EFF6; }

.teaserColor { background-color:#F37536; } 

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; } 
.neutralColorLight0 { background-color:#E7E7E7; } 
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; } 

/****************/
/* Navigation*/
/****************/

.navChannel {
  font-size: 12px;
  margin: 0;
  line-height:12px;
}                
#macronav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}	
#macronav li {
  font-size: 11px;
	margin: 0;
	line-height:15px;
	border-bottom: 1px solid #5997B7;
}
#macronav li.level1active a, 
#macronav li.level1 {
	padding-left : 0px;
}
#macronav li.level2active a, 
#macronav li.level2 {
	padding-left : 8px;
	background-color: #FFF;
}
#macronav li.level3active a, 
#macronav li.level3 {
	padding-left : 16px;
	background-color: #FFF;
}
#macronav li.level4active a, 
#macronav li.level4 {
	padding-left : 24px;
	background-color: #FFF;
}
#macronav li,
#macronav a {
	padding: 4px 4px 4px 0.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000080;
	text-decoration: none;
	width: 100%;
}
#macronav li a.active:link, 
#macronav li a.active:visited {
	font-weight:bold;
}  
#macronav li a:hover {
	text-decoration: underline;
}
a.active:link, a.active:visited {
	font-weight:bold;
} 

.micronav, 
a.micronav:link, 
a.micronav:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color : #000080;
  text-decoration : none;
}
.micronav {
  color : #000000;
}
.navMicro {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
a.pager:hover, a.pager:active {
  background-color:orange;
} 

/***************/
/* Standard-Links */
/***************/

a:link  {
  color : #003366;
  text-decoration : none;
}
a:visited  {
  text-decoration : none;
}
a:hover, a:active {
  text-decoration : underline;
}

/*********************/
/* Textbody-Elements */
/*********************/

h1, h2,  h3, h4, .heading1, .h1, .h2, .h3, .h4, .heading2, .heading3, .heading4 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin-right:100px;
  color: #000;
}
.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color : #000;
  font-size: 12px;
}
body {
  font-size: 12px;
  line-height: 16px;
  background-color: #FFFFFF;
  margin: 0px;
}
p, .p {
  font-size: 12px;
  line-height: 17px 
}
h1.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-top:0px;
  padding-top:0px; 
}
h1, .heading1, .h1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-top:0px;
  padding-top:0px; 
}
h2, .heading2, .h2 {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px
}
h3, .heading3, .h3  {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 4px;
  font-style: italic;
}
h4, .heading4, .h4 {
  color: #888888;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px; 
}
h5, .heading5 {
  color: #888888;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}
ol {
  line-height: 15px;
}

ul {
  line-height: 15px;
  list-style-type: square;
}
.small {
  font-size: 10px;
}
.caption {
  font-style: normal;
  font-size: 10px;
}
P.emphasis {
  background-color:#F4DECC;
  margin-left: 0px;
  margin-right: 0px;
  line-height: 16px;
}
.description {
  margin-top:10px;
  background-color:#EEEEEE;
  font-size: 12px; 
  line-height: 16px;
  padding: 4px;
}
.Adresse {
  font-size: 10px; 
}
.Referenz {
  font-size: 10px; 
}
em {
  font-weight: bold;
  font-style: normal; 
}
sup, sub {
  font-size: 10px;
}

/**********************/
/* Teaser */
/**********************/

.image teaserlink p {
   font-size:80%;
   line-height:12px;
}
TABLE.teaserElement {
    border-spacing: 0pt 0pt;
    border-collapse: collapse;
    border-style: none;
    width: 100%;
}
P.teaserTitle {
    font-family : Geneva,Arial,Helevetica,sans-serif;
    color : #999999;
    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(../common/spacer.gif); 
}
TD.teaserText { 
padding : 0px;
background-image:url(../common/spacer.gif); 
}
P.teaserText {
    font-family : Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    text-decoration : none;
    color : #000000;
    line-height: 13px;
    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: #666666;
    text-decoration: none;
}
A.teaserTitle:hover, A.teaserTitle:active {
    color : #000000;
    text-decoration: underline;
}
A.teaserText:link, A.teaserText:visited {
    color: #000099;
    text-decoration: none;
}
A.teaserText:hover, A.teaserText:active {
    color: #800000;
    text-decoration: underline;
}

/**********************/
/* Teaser-Residuen KPOH */
/**********************/

p.suppltext, p.supplhead  {
  color: #000;
  font-size: 11px;
  line-height: 13px;
  margin:4px;
}
p.supplhead  {
  font-weight: bold;
}

/**********************/
/* Functions */
/**********************/

.copyright,.functionSearch {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.functionSearch {
  color : #FFFFFF;
}
a.functionSearch:link, a.functionSearch:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color : #FFFFFF;
  text-decoration : none;
}
a.functionSearch:hover, a.functionSearch:active, a.Copyright:hover, a.Copyright:active  {
  text-decoration : underline;
}
a.copyright:link, a.copyright:visited {
  color : #000000;
  text-decoration : none;
}
a.forumNav:link,a.forumNav:visited  {
  color : #003366;
  font-weight: bold;
  text-decoration: underline;
}
a.forumNav:active,a.forumNav:hover {
  color : #000000;
  font-weight: bold;
  text-decoration: none;
  background-color: #E1E8EF;
}

/*******************/
/* 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: normal;
  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; }

u {
  text-decoration: none;
}