/* -- Allgemeines -- */
/*  //////////////////////////////////////////////////////
// -- Allgemeines --
// screen2 dient fuer ein zweipaltiges Layout. //
// Grundfunktionen werden aus screen.css importiert.
// Einheitliche CID Farbdefinitionen //
// #BF0000 = rot = CorporateID-rot //
// #6699CC = hellblau //
// #e7f3f7 = sehr helles blau //
// #0000FF = dunkelblau //
// #808080 = dunkelgrau - Impressum //
// #DFDFDF = hellgrau //
// #000000 = schwarz //
// #FFFFFF = weiß //
//
// Um die meist gewünschte Darstellung dieser Pseudoklassen zu erreichen,
// müssen bei der Notierung die folgende Reihenfolge einhalten:
:link, :visited, :hover, :active, :focus.
*/

@import url(screen.css);
/* - screen-Erweiterung für 2-spaltiges Layout */
/* - Hier Hauptinhaltsteil für 2spaltiges Layout - border-left: 1px dashed #aaa;*/
/* div#inhalt {float:right; width:60%; min-width:200px; margin:1% 0 1em 0.5em; padding:0 0.5em; line-height:1.2em; border-right:1px dashed #aaa;}*/
div#inhalt {float:right; width:60%; min-width:200px; margin:1% 0 1em 0.5em; padding:0 0.5em;
  line-height:1.12em; border-right:1px dashed #aaa;
  font-family: Verdana, Arial, Helvetica, sans-serif;}
div#inhalt a         {color: #0000FF; text-decoration:none;}
div#inhalt a:link 	 {color: #0000FF; text-decoration:none;}
div#inhalt a:visited {color: #000000; text-decoration:underline;}
div#inhalt a:hover   {color: #6699CC; text-decoration:underline;}
div#inhalt h1 {text-align:right;}
div#inhalt h3 {background-color:#FFFFFF; background-image:url(../img/_decoration/verlauf.jpg); background-repeat:repeat-y;}
 /* Textbereich im Hauptbereich. */
div#inhalt p {font-size:0.80em;}
* html div#inhalt {height: 1.0em;/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */}

/* Informationsbereich - Rechte Spalte - */
/* erweiterte Navigation - Sidebar  - Rechte Spalte - */
div#r-sidebar {width:25%; min-width:10em; float:right; margin:1% 0; padding-top:60px;
/* font-family:Georgia, "Times New Roman", Times, serif;*/
  font-family: Arial, Helvetica, sans-serif;}
div#r-sidebar img {border-style:none;}
div#r-sidebar a:link 	{color:#000000; text-decoration:none;}
div#r-sidebar a:visited	{color:#000000; text-decoration:none;}
div#r-sidebar a:hover	{color:#6699CC; text-decoration:underline;}
div#r-sidebar a:active 	{color:#FC031A; text-decoration:underline;}

/* Klasse dl-1 */
.dl-1 {margin:0 0 0 0;padding-left:1px}
.dl-1 img {border-style: none}
.dl-1 dt {margin: 1em 0 0.5em 0;padding-left: 0.5em; font-size: 1.03em; font-weight: bold}
.dl-1 dt a {text-decoration: none;}
.dl-1 dd {margin:0 1em 0.2em 1.6em; padding-left:1.1em; font-size:0.83em}
.dl-1 dd.active{ color:#0000FF; font-size:0.80em; font-weight:900;}
/*
dd {
    background-image:url(../img/_decoration/window_open10_12.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
    }
*/

.dl-2 {font-style: italic;}
.dl-2 dt {font-size: 0.97em; font-weight: normal; margin: 0.3em 0 0 -0.5em;}
.dl-2 dd {font-weight: normal; font-style: normal; padding-left:0.25em;}
.txt-sidebar {color:#808080;} /* dunkelgrau */
.txt-activesidebar {color:#6699CC;} /* CI-hellblau */