/* kk_style.css */
/* Stylesheet für Kriegskind-Web-Auftritt.                                */
/*                                                                        */
/* fh, 15-JUN-2007 Hosenfeld Consulting http://www.ho-con.de/             */
/*                 Friedel Hosenfeld - fh@ho-con.de                       */ 
/* ************************************************************           */
/*  Projektname: kk = Kriegskind                                          */
/* ************************************************************           */
/*                                                                        */    
/* lr: fh, 15-JUN-2007.                                                   */
/* lr: fh, 09-SEP-2007.                                                   */
/* lr: fh, 28-DEC-2007.                                                   */
/* lr: fh, 26-JAN-2008, Textfarbe dunkler.                                */
/* lr: fh, 02-JUN-2008, Textfarbe schwarz.                                */

/* Vorgaben: */
  body {background-color:#5F7F96;color:#000000;}     /* schwarz auf blau */
  

/* Schriftarten, ... */  
  body,p,div,ul {
        font-family: arial,helvetica,"sans-serif",verdana;
        font-size:12px;
        color:#000000;}
         /* auf Schwarz geändert color:#454443; #51504D; */
 .kkcover {color:##000000;} /* Titelseite jetzt auch schwarz grau: #454443; */

/* Verschiedene Zeichenbereiche: */
/* ----------------------------- */
  #kkkopf {padding:0px;
           margin-top:0px;
           margin-bottom:10px;}

  #kkinhalt {padding-left:10px;
             position:absolute;top:142px;left:140px;
             width:550px;} /* Hintergrundfarbe erstmal entfernt 140 10 100 background-color:#658298;*/
                           /* entfernt:margin-leftx:140px; */

  #kkfooter {position:relative;
              top:22px; left:0px; width:100%;
              font-size:9px;
              line-height:10px;
              text-align:center;
              padding:0px;}

  #kkmenu { float: left; display: inline; width: 140px; margin: 0 20px 0 0;
            background-color:#5F7F96;}

 /* */
 .texteinr {margin-left:170px;}

 .kkthemenlink {font-size:17px;font-weight:bold;}
 a.kkthemenlink {color:#000000;}
 
 dt.kkliste {font-weight:bold;}

/* Formatierungen */
 .rechts {text-align:right;}
 .links {text-align:left;} 
 .zentriert {text-align:center;}
 .fett {font-weight:bold;}
 .unter {text-decoration:underline;}
 .klein {font-size:80%;}
 .kursiv {font-style:italic;}

/* Farben: */
 .rot {color:#FF0000;}
 .bggelb {background-color:yellow;}		/* gelber Hintergrund */
 .grau {color:#51504D;}
