﻿@charset "UTF-8";

/* Farben:
#0066b3 = Dunkelblau
#e1f4fd = Hellblau
*/

@media all
{
  /* Hintergrundfarbe Content */
  #main #col2 { background-color: #e1f4fd; }

  /* Content */
  #main #col2 a { color: #0066b3; }
  #main #col2 a.speziell { background-image: url('/gif/listtype_pfeil_8_blau.gif'); }
  #main #col2 a.download { padding-left: 12px; background-image: url('/gif/listtype_pfeil_8_rot.gif'); }
  #printmaillink a { background-image: url('/gif/listtype_pfeil_8_blau.gif') !important; }
  h1 { color: #0066b3; margin-bottom:23px }
  h2, h3 { color: #000000; }
  #content_right ul li { background-image: url('/gif/listtype_6_blau_dunkel.gif'); }
  #ce_home table.home td h1 { background-image: url('/gif/listtype_8_blau_dunkel.gif'); }

  /* Topnavigation Listtype */
  ul#topnav li a { background-image: url('/gif/listtype_6_blau_dunkel.gif'); }
  ul#topnav li.act a { background-image: url('/gif/listtype_6_blau_hell.gif'); }

  /* Mainavigation Listtype */
  #nav #col1 { background-color: #0066b3; }
  ul#mainnav li { background-color: #0066b3; }
  ul#mainnav li a { background-image: url('/gif/listtype_8_blau_hell.gif'); }
  ul#mainnav li.act { background-color: #e1f4fd; }
  ul#mainnav li.act a { background-image: url('/gif/listtype_8_blau_dunkel.gif'); }

  /* Suchfeld Formular */
  #nav #col3 { background-color: #E1F4FD; }
  div#searchfield input { background-color: #E1F4FD; }
  div#searchfield input.input_search { border: 1px #E1F4FD solid; }

  /* Unternaviagtion */
  #navtitle { color: #0066b3; background-image: url('/gif/listtype_8_blau_dunkel.gif'); }

  /* Rechte Spalte */
  #main #col3 div div h1 { color: #0066b3; background-image: url('/gif/listtype_6_blau_dunkel.gif'); }
  #main #col3 div div h6 a { color: #0066b3; }

  /* Footer Right */
  #footer #right a { color: #0066b3; }

  /* Pfadnavigation */
  #content_right div#path a.last { color: #0066b3; background-image: url('/gif/listtype_pfeil_8_blau.gif'); }
  
}