/*******************************************/
/* Standrad-CSS fuer www.downsyndrom-lb.de */
/* letzte Aenderung am: 04.08.2005         */
/*******************************************/
/* Header                                  */
/* Hintergrund Active Menu    #006699      */
/* Hintergrund                             */
/* Menue                      #FFDD00      */
/* Markierung                 #FF8000      */
/* Hintergrund mit Rahmen     #FFFFAA      */
/* Eingabefeld-Fokus          #FFCCAA      */
/*******************************************/

/* Defaults */
html, body, h1, h2, div, p, ul, li, span, a, table, td, form, img{
        margin: 0;
        padding: 0;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
html, body {
        background-color: transparent;
        font-size: 101%;
}
p, li, td {
        font-size: 0.8em;
        line-height: 150%;
}
/* ENDE Defaults */

/* allgemeine Formatierungen von Tags */
h1 {
        text-align: center;
        padding: 5px 0px 5px 0px;
        color: Black;
        margin-bottom: 1em;
        font-weight: bold;
        font-size: 2em;
        width: 100%;
        background-color: White;
        border-bottom: thick double Black;
}
h2 {
        text-align: left;
        Padding: 2px 0px 2px 0px;
        margin-top: 0.75em;
        margin-bottom: 0.25em;
        font-size: 1.1em;
        font-weight: bold;
}
p {
        margin-bottom: 0.3em;
        text-align: justify;
}
ul {
        list-style-position: outside;
        margin-left: 15px;
        list-style-type: disc;
}
li {
        margin-bottom: 0.5em;
}
img {
        border: 0;
}
/* ENDE allgemeine Formatierungen von Tags */

/* allgemeine Formatierungen */
/* nicht anzeigen beim Druck */
.NoPrint {
        display: none;
}
/* dunkles Gelb als Hintergrund */
.FarbeDunkel {
        background-color: Silver;
}
/* helles Gelb als Hintergrund (fuer Rahmen im dunklen Gelb) */
.FarbeHell{
        background-color: White;
}
/* dunkelgelber Rahmen */
.Rahmen{
        border: 2px none Silver;
}
/* Ausrichtungen */
.center {
        text-align: center;
}
.right {
        text-align: right;
}
.top {
        vertical-align: top;
}
/* gelber Text in Fettschrift */
.marker2 {
        color: Black;
        font-weight: bold;
}
/* fuer Text Ein-/Ausblendungen */
.Anzeige {
        padding: 5px;
        margin-top: 20px;
}
.AnzeigeInv {
        padding: 5px;
        margin-top: 20px;
}
/* ENDE allgemeine Formatierungen */

/* Menueleiste */
body.Menu {
        margin: 5px 0px 0px 5px;
}
#MenuPunkt{
        margin: 0px 20px 0px 0px;
        padding: 0px;
        border: 2px solid #FFDD00;
        background-color: transparent;
        float: left;
}
#MenuPunkt ul, #MenuPunkt li{
        display: inline;
        list-style: none;
        margin: 0px;
        padding: 0px;
}
#MenuPunkt li a, #MenuPunkt li a:hover, #MenuPunkt li a:active {
        font-size: 0.75em;
        font-weight: normal;
        line-height: 1em;
        display: block;
        text-decoration: none;
        color: #000;
        background-color: #FFDD00;
        margin: 4px;
        padding: 5px;
        border: 1px solid #000;
        text-align: center;
        width: 110px;
}
#MenuPunkt li a:hover, #MenuPunkt li a:active {
        background-color: #006699;
        color: White;
        font-weight: bold;
}
/* ENDE Menuleiste */

/* Down-Syndrom */
#FaqFrage {
        display: none;
}
/* ENDE Down-Syndrom */

/* Links */
a[href]:after
{
        content: ' ['attr(href)']';
        text-decoration: underline;
        font-style: italic;
        font-size: .6em;
}
a:link, a:active, a:hover, a:visited {
        font-weight: bold;
        text-decoration: none;
        color: Black;
}
/* ENDE Links */

/* Titelleiste */
#Logo {
        position: absolute;
        left: 10px;
        top: 0px;
}
#Banner {
        position: absolute;
        left: 400px;
        top: 0px;
}
/* ENDE Titelleiste */

/* Fussleiste */
body.Abspann {
        margin-top: 0;
}
#Abspann {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.6em;
        margin: 10px;
}
/* ENDE Fussleiste */

/* Nachrichten */
div.Nachricht {
        font-size: 0.8em;
        line-height: 150%;
        height: auto;
}
.Datum {
        width: 160px;
        text-decoration: underline;
        font-size: 0.8em;
}
.Titel {
        padding-bottom: 5px;
        font-size: 1.2em;
        font-weight: bold;
        padding-right: 2%;
}
.Bild {
        padding-right: 5px;
}
/* ENDE Nachrichten */

/* Links */
#Links td {
        border-bottom: thin solid Black;
        padding-bottom: 2px;
        padding-top: 5px;
}
/* ENDE Links */

/* Kontakt */
#box {
        border-style: solid;
        border-width: 2px;
        padding: 5px;
        width: 600px;
}
#box td {
        padding: 2px;
}
input, textarea {
        border: 2px solid Black;
        width: 400;
}
input:focus, textarea:focus {
        background-color: Silver;
}
input.checkbox {
        border: none;
        width: 20;
}
input.button {
        background-color: Silver;
        border-bottom: 2px solid Gray;
        border-right: 2px solid Gray;
        font-weight: bold;
        width: 150px;
}
/* ENDE Kontakt */

