/**** Zähl-Pixel ****/

   div.spacedeal {display:none;}


/**** Allgemeines ****/

 /** spezielles Vertical alignment  **/
 .vert-bot {vertical-align:bottom;}
 .vert-mid {vertical-align:middle;}
 .vert-top {vertical-align:top;}

 /** fuer korrekte image-Darstellung im Mozilla **/
   tr.decoration img {display:block;}


/**** FARBKLIMATAS ****/

   /** Top-Navigation **/
    .bg-top{
     background-color:#9CF;
     background-image:url(/images/trans.gif);
     }


 /** Background-Color von Content-Spalte, Businesplanwettbewerb **/

    .bg-content-bpw {
     background-color:#EEF4F8;
     vertical-align:top;
     }







   /** Marginalspalte **/

   .bg-boxborder{
    background-color:#a4c3d7
   }

   .bg-boxborder-high{
    background-color:#666;
   }

   .marg-spalte {
    background-color:#a4c3d7;
    vertical-align:top;
    }

    .bg-margbox {
     background-color:#EEE;
     }

    .bg-margbox-high {
     background-color:#EEE;
     }

     /** Titelleiste der Suche **/
    .bg-suche-titel {
     background-image:url(/images/bg_mspalte_suchhead.gif);
     }




/******* FONTS *******/
/**** LINKS und NAVOGATION ****/


 /*** Link-Pfad ***/
   a.pfad:link, a.pfad:visited, a.pfad:hover, a.pfad:active {
    font-size:11px;
    color:#69C;
    font-weight:normal;
    text-decoration:none;
    }


  /** Content-Link **/
    a.content-link:link, a.content-link:visited {
     font-size:11px;
     color:#C60;
     font-weight:normal;
     text-decoration:none;
     }

    a.content-link:hover, a.content-link:active {
     font-size:11px;
     color:#600;
     font-weight:normal;
     text-decoration:underline;
     }


  /** Startseite - weiterfuehrende Verweise **/

  /** mehr-Links **/
    a.box-link:link, a.box-link:visited {
     font-size:11px;
     color:#C60;
     font-weight:normal;
     text-decoration:underline;
     }

    a.box-link:hover, a.box-link:active {
     font-size:11px;
     color:#600;
     font-weight:normal;
     text-decoration:underline;
     }




    a.verweis:link, a.verweis:visited {
     font-size:11px;
     color:#666;
     font-weight:normal;
     text-decoration:underline;
     }

    a.verweis:hover, a.verweis:active {
     font-size:11px;
     color:#000;
     font-weight:normal;
     text-decoration:underline;
     }



}