﻿/******************************************************************************/
/*
 *
 *   FONTS.css
 *
 *
 ******************************************************************************/
 
/* Standard Text */
body, p, div, span,td  {
 font-weight:normal;
 color:#484848;
 font-family: Arial, Helvetica, sans-serif;
}
div.text {
 font-weight:normal;
}

/* Standard Link */
a {
 color:#126263;
 text-decoration:none;
}
/* Standard Headline */ 
div.headline,span.bold {
 font-weight:bold;
}

/* Unterstrichener Text */
span.underlined{
    text-decoration:underline;
}



/* Spalte 1 - Überschrift */
td.col1 h2, div.col1 h2 {
 background-image:url(/reddot/images/page/balken_orange.gif);
 background-repeat:no-repeat;
 background-position: left top;
 padding-top:12px;
 font-weight:bold;
 color: #F57500;
}
/* Spalte 2 - Überschrift */
td.col2 h2 {
 background-image:url(/reddot/images/page/balken_blau.gif);
 background-repeat:no-repeat;
 background-position: left top;
 padding-top:10px;
 font-weight:bold;
 color: #126263; 
}
/* Orange Überschrift mit Linie unten */ 
div.orangeHeadline {
 font-weight:bold;
 color:#F57500;
 border-bottom:1px solid #A4A3A3;
 padding-bottom:6px;
}

div.orangeHeadlineWithTop {
 color:#F57500;
 font-weight:bold;
 border-bottom:1px solid #A3A3A3;
 border-top:1px solid #A3A3A3;
 margin-bottom:10px;
 line-height:16px;
}



/*** Level 2 Navigation ***/
div.navL2 {
 z-index:50;
 height:25px;
 width:652px;
 display:inline;
 padding-left:10px;
 position:absolute;
 display:none;
}
div.navL2 a,
div.navL2 a:hover {
 font-size:11px;
 color:#135455;
 font-weight:bold;
 text-decoration:none;
 line-height:25px;
 padding-right:15px;
}
div.navL2 a:hover,
div.navL2 a#active {
 color:#FF7A00;
}
/*** END: Level2 Navigation ***/


/*** BEGIN: Level3 Navigation ***/

td.navL3 a {
 color:#135455;
 font-weight:bold;
 display:block;
 text-decoration:none;
 padding-left:12px;
}
td.navL3 a:hover,
td.navL3 a#active {
 color:#FF7A00;
}
td.navL3 a.children {
 background-image:url(/reddot/images/page/arrow_closed.gif);
 background-repeat:no-repeat;
 background-position: left 4px;
}
td.navL3 a.children:hover,td.navL3 a.children#active {
 background-image:url(/reddot/images/page/arrow_closedx.gif);
}
td.navL3 a.children_open {
 background-image:url(/reddot/images/page/arrow_openx.gif);
 background-repeat:no-repeat;
 background-position: left 4px;
}

/*** END: Level3 Navigation ***/


/*** Sitemap ***/

a.sitemapItem {
 display:block;
}
a.sitemapItem#level1 {
 color:#F57500;
 font-weight:bold;
 border-bottom:1px solid #A3A3A3;
 border-top:1px solid #A3A3A3;
 margin-bottom:10px;
 line-height:16px;
}
a.sitemapItem#level2 {
 background-image:url(/reddot/images/page/arrow_open.gif);
 background-repeat:no-repeat;
 background-position: center left;

 padding-left:12px;
/* margin-top:5px; */
 font-size:11px;
 line-height:16px;
 font-weight:bold;
}
a.sitemapItem#level3 {
 margin-left:12px;
 line-height:16px;
 font-size:11px;
}
a.sitemapItem#level4 {
 background-image:url(/reddot/images/page/dot.gif);
 background-repeat:no-repeat;
 background-position: center left;
 line-height:16px;
 font-size:11px;
 margin-left:12px;
 padding-left:12px;
}
