/*******************/
/* H.4 Farbkonzept */
/*******************/
.primColorStrong0 { background-color:#A18D8D; } /* primäre Farbe, Vollton, deckend */
.primColorMedium0 { background-color:#CBBEBE; } /* primäre Farbe, mittel */
.primColorLight0 { background-color:#DED5D5; } /* primäre Farbe, abgeschwächt/translucent (als Hintergrund geeignet) */
.secndColorStrong1 { background-color:#88AA70; } /* sekundäre Farbe, dunkel */
.secndColorStrong0 { background-color:#6699CC; } /* sekundäre Farbe, Vollton */
.secndColorMedium1 { background-color:#BFCFA3; } /* sekundäre Farbe, mitteldunkel */
.secndColorMedium0 { background-color:#DBE5D4; } /* sekundäre Farbe, mittel */
.secndColorLight1 { background-color:#E2E2C3; } /* sekundäre Farbe, abgeschwächt/translucent (als Hintergrund geeignet) */
.secndColorLight0 { background-color:#F0F0E0; } /* sekundäre Farbe, stark abgeschwächt/translucent (als Hintergrund geeignet) */
.teaserColor { background-color:#D9E100; } /* Auffälliger Vollton */
.neutralColorBlack { background-color:#000000; } /* Neutrale/neutralisierende Farbe für Text geeignet (meist Schwarz) */
.neutralColorStrong0 { background-color:#666666; } /* Neutrale/neutralisierende Farbe für Text geeignet (meist sehr dunkles Grau) */
.neutralColorMedium0 { background-color:#999999; } /* Neutrale/neutralisierende Farbe für Text geeignet (meist sehr Dunkelgrau) */
.neutralColorLight0 { background-color:#EEEEEE; } /*  Neutrale/neutralisierende Farbe für Text geeignet (als Hintergrund geeignet) */
.neutralColorWhite { background-color:#FFFFFF; } /* Nichtfarbe */
.neutralColorTrans { background-color:#00FF00; } /* Transparente Farbe */

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

/* Textklassen Management Interface */
/*----------------------------------- */

/* Textfarben */
.clDarkBlue { color:#374797; }
.clDarkGray { color:#666666; }

/* Hintergrundfarben */
.bgDarkBlue { background-color:#374797; }
.bgMediumBlue { background-color:#abbace; }
.bgLightBlue { background-color:#ffffff; }
.bgDarkGray { background-color:#cccccc; }
.bgMediumGray { background-color:#efefef; }
.bgLightGray { background-color:#f1f1f1; }

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

.ftTiny {
    color:#666666;
    font-family : Arial,Geneva,sans-serif;
    font-size : 10px;
    font-weight : normal;
}
.ftStrong {
    font-family : Arial,Geneva,sans-serif;
    font-size : 12px;
    font-weight : bold;
}
.ftInput, input {
    font-family : Arial,Geneva,sans-serif;
    color : #000000;
    font-size : 12px;
}

.standardtext,BODY,FORM,P,OL,UL,LI {
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    color : #323232;
    font-size : 12px;
    line-height : 1.5em
}

BLOCKQUOTE {
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    color : #000000;
    font-size : 11px;
    line-height : 1.7em
}



TH,TD {
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    color : #323232;
    font-size : 12px;
}


}
.description {
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-weight : bold;
    color : #999999;
}
.caption {
    font-size : 11px;
}

.navigationMicro {
    font-size : 11px;
}


/* Textklassen Links */
/*------------------------------- */
a:link {
    color : #000080;
}

a:visited {
    color : #000080;
}

a:active {
    color : #cccccc;
}

a.title:link, a.title:visited, a.nav:link, a.nav:visited   {
    color : #AAAAAA;
}

a.title:hover, a.title:active, a.nav:hover, a.nav:active {
    color : #000000;
}


/* Textklassen Headings */
/*------------------------------- */

h1,h2,h3 {
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-weight : normal;
    font-style : normal;
}

h1,.heading1  {
    font-size : 19px;
    line-height : 1.2em;
    color : #999999;
    margin-top : 10px
}
h2,.heading2  {
    font-size : 16px;
    line-height : 1.2em;
    color : #000000;
}
h3,.heading3  {
    font-size : 14px;
    line-height : 1.2em;
    color : #000000;
}



/**********************/
/* H.3.5 Teaser */
/**********************/

TABLE.teaserElement {
padding: 0px;
width:130px;
margin-bottom:18px;
}

TD.teaserTitle {
	padding: 0px;
}

TD.teaserText {
padding : 0px;
width:130px;
}


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


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

A.teaserTitle:link, A.teaserTitle:visited {
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

A.teaserTitle:hover, A.teaserTitle:active {
    color : #000000;
    text-decoration: none;
}

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

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