/*
Zentrale CSS-Formatierungen für www.kinderfocusing.de
(C) Dezember 2007 by
LOGOS - Dr.Hans-Jürgen Stahl
www.logos-marketing.de
*/


html,body {
font-family:Verdana,Arial,Helvetica,sans-serif;
background-color:#0033AB;  /* Allgemeiner Seitenhintergrund = Blau2  RGB 0 / 51 / 171 */
text-align:center;
margin:0;
padding:0;
border:0;
}

p,td,tr,ul,li,pre {font-size:8pt;line-height:16px;margin-top:6px;margin-bottom:4px;text-align:left;}

td {margin-top:0px;margin-bottom:0px; }


a:link { color:#0000FF; text-decoration:none; }
a:visited { color:#007F00; text-decoration:none; }
a:hover { color:#FF0000; text-decoration:none; }
a:active { color:#FF0000; text-decoration:none; }
a.an { text-decoration:none; }


h1 {
   position:absolute;left:20px;top:10px;width:198px;
   font-size:13pt;font-weight:bold;
   padding-top:5px;padding-left:4px;padding-bottom:55px;
   margin:0;
   color:#E8B957;background-color:#FFE347;
   }

h2 {
font-size:10pt;font-weight:bold;line-height:14pt;margin-top:8px;margin-bottom:6px;padding-left:4px;padding-right:4px;
padding-bottom:2px;color:#706500;background-color:#E8E2B1; }
h3 {
   font-size:10pt;font-weight:bold;line-height:14pt;
   margin-top:10px;margin-bottom:8px;
   padding-top:6px;padding-left:4px;padding-right:4px;padding-bottom:6px;
   color:#FFE347;background-color:#DF0000;
   }
h4 {
   font-size:8pt;font-weight:bold;line-height:14pt;
   margin-top:14px;margin-bottom:4px;
   color:#DF0000; }


/*    ********************  STARTSEITE *********************** */
/* Home*/
#HP {
height:700px;
/*width:800px;*/
background-color:#FFE347;  /* Helles Senf-gelb */
text-align:left;
}

/* Footer */
#footer {
margin-top:-4px;
height:31px;
text-align:left;
background-color:#FFE347; /* Helles Senf-gelb */
}

/* Pseudoklassem modifiziert für FooterLinks auf Startseite */
#HFL a:link { color:#5F5F5F; text-decoration:none; }
#HFL a:visited { color:#00BF00; text-decoration:none; }
#HFL a:hover { color:#FF0000; text-decoration:none; }
#HFL a:active { color:#FF0000; text-decoration:none; }
#HFL a.an { text-decoration:none; }


/* Pseudoklassen für Hauptmenüpunkte Startseite */
#HLinks a:link { font-size:10pt; font-weight:bold;line-height:18pt;color:#0000CC; background-color:#FFE347;text-decoration:none;padding:4px; }
#HLinks a:visited { font-size:10pt;font-weight:bold;line-height:18pt;color:#009F00; background-color:#FFE347; text-decoration:none;padding:4px;  }
#HLinks a:hover { font-size:10pt;font-weight:bold;line-height:18pt;color:#FFE347; background-color:#0000CC;text-decoration:none;padding:4px;  }
#HLinks a:active { font-size:10pt;font-weight:bold;line-height:18pt;color:#FF0000; background-color:#FFE347;text-decoration:none;padding:4px;  }
#HLinks a.an { font-size:10pt;font-weight:bold;line-height:18pt;color:#FF0000;background-color:#706500;text-decoration:none;padding:4px;  }



/*   *************************************** Standardseite ******************************** */

/* Die Titelzeile mit Text-Links*/
#title {
height:31px;
text-align:left;
background-color:#FFE347; /* Helles Senf-gelb */
}


/* Der Hauptbereich */
#bottomP {
position:absolute; top:31px; left:0px;
margin:0px;padding:0px;
min-height:600px;
text-align:left;
background-color:#FFE347; /* Helles Senf-gelb */
}


/* CSS-Variante */
#centrumcss {
border-left-width:13px;
border-left-style:solid;
border-left-color:#FFE347; /* Helles Senf-gelb */
border-right-width:13px;
border-right-style:solid;
border-right-color:#FFE347; /* Helles Senf-gelb */
border-bottom-width:12px;
border-bottom-style:solid;
border-bottom-color:#FFE347; /* Helles Senf-gelb */
}

#contentFrame {
   background-color:#FFFFFF;
   width:774px;
   min-height:600px;
   text-align:left;
}

/* Der eigentliche Inhalt */
#content {
   padding:10px;
}

/* Styles für die Navigation links */


ul#Navigation {
   float:left;width:198px;
   font-size:11pt;line-height:18pt;text-align:left;
   margin-top:6px;margin-bottom:8px;margin-left:0px;
   padding:0px;
   background-color:#FFFFFF; /* = Padding-Farbe */
}

ul#Navigation li {
    list-style: none;
    margin:0; padding-bottom:8px;
  }
ul#Navigation a {
    display: block;
    padding:3px;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color:#AFAFAF; background-color:#FFFFFF;
  }
  ul#Navigation a:visited {
    color:#50AF4E; background-color:#FFFFFF;
  }
  ul#Navigation a:hover {
    color:#BF0000; background-color:#FFE347; /* Helles Senf-gelb */
  }
  ul#Navigation a:active {
    color:#FF0000; background-color:#FFFFFF;
  }


#Inhalt {
    margin-left:218px;margin-top:0px;padding:0;text-align:left;
  }


#emptyFoot {
margin-top:-4px;
height:7px;
text-align:left;
background-color:#FFE347; /* Helles Senf-gelb */
}


* html #content{
height:600px;
}

img {border:none;}
