/*******************************************/
/* 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;
        border-bottom: thick double #006699;
        color: #006699;
        font-weight: bold;
        font-size: 2em;
        width: 100%;
        background-color: White;
        margin-bottom: 1em;
}
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;
}
ul {
        list-style-position: outside;
        list-style-image: url(../images/steuerung/marker.gif);
        margin-left: 15px;
}
li {
        margin-bottom: 0.5em;
}
img {
        border: 0;
}
/* ENDE allgemeine Formatierungen von Tags */

/* allgemeine Formatierungen */
/* dunkles Gelb als Hintergrund */
.FarbeDunkel {
        background-color: #FFDD00;
}
/* helles Gelb als Hintergrund (fuer Rahmen im dunklen Gelb) */
.FarbeHell{
        background-color: #FFFFAA;
}
/* dunkelgelber Rahmen */
.Rahmen{
        border: 2px solid #FFDD00;
}
.RahmenBLR {
	border-bottom: 2px solid #FFDD00;
	border-left: 2px solid #FFDD00;
	border-right: 2px solid #FFDD00;
}
/* Ausrichtungen */
.center {
        text-align: center;
}
.right {
        text-align: right;
}
.top {
        vertical-align: top;
}
.fett {
        font-weight: bold;
}
.smallPad {
        padding: 2px;
}
.middlePad {
        padding: 5px;
}
.largePad {
        padding: 10px;
}
/* gelber Text in Fettschrift */
.marker2 {
        color: #FF8000;
        font-weight: bold;
}
/* fuer Text Ein-/Ausblendungen */
.Anzeige {
        padding: 5px;
        margin-top: 20px;
}
.AnzeigeInv {
        display: none;
}
.Error {
	color: Red;
	font-weight: bold;
}
/* 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 FAQ */
#FaqFrage {
        padding: 5px;
        height: 40%;
        overflow: auto;
}
/* ENDE Down-Syndrom FAQ */

/* allgemeine Links */
a:link, a:active, a:hover, a:visited {
        font-weight: bold;
        text-decoration: none;
        color: #006699;
}
a:visited {
        font-weight: normal;
}
a:active, a:hover {
        color: Black;
}
a.Referent:link, a.Referent:active, a.Referent:hover, a.Referent:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
	border: 2px solid #FFDD00;
	background-color: #FFFFAA;
	font-size: 0.8em;
   padding: 2px;
}
/* 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: 5px;
}
/* ENDE Fussleiste */

/* Nachrichten */
div.Nachricht {
	width: 250px;
	left: 400px;
	float: right;
	z-index: 2;
	background-color: White;
	padding: 10px;
	height: 75%;
	overflow: 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 */

/* Linkliste */
#Links td {
        border-bottom: thin solid Black;
        padding-bottom: 2px;
        padding-top: 5px;
}
/* ENDE Linkliste */

/* Kontakt */
#box {
        border-style: solid;
        border-width: 2px;
        padding: 5px;
        width: 600px;
}
#box td {
        padding: 2px;
}
input, textarea, select {
        border: 2px solid #FFDD00;
        width: 400;
}
input.kurz, select.kurz {
        width: 100;
}
input.mittel1, select.mittel1 {
        width: 200;
}
input.mittel2, select.mittel2 {
        width: 150;
}
input.lang, select.lang {
        width: 400;
}
input:focus, textarea:focus, select:focus {
        background-color: #FFCCAA;
}
input.checkbox {
        border: none;
        width: 20;
}
input.button {
	background-color: #FFDD00;
	border-bottom: 2px solid Gray;
	border-right: 2px solid Gray;
	font-weight: bold;
}
/* ENDE Kontakt */

/* Referenteninformtion */
body.Referent {
	margin: 10px;
}
h1.Referent {
	background-color: #FFDD00;
	text-align: center;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	font-size: 1.5em;
	width: 100%;
	border: none;
}
h2.Referent {
        color: #006699;
	background-color: #FFDD00;
	text-align: center;
        Padding: 2px 0px 2px 0px;
        margin-top: 0.75em;
        margin-bottom: 0.25em;
        font-size: 1.1em;
        font-weight: bold;
}
img.Referent {
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}
div.Referent {
	width: 100%;
	height: 75%;
	overflow: auto;
	margin-bottom: 5px;
}
/* Erfahrungsberichte */
div.BilderListe {
	width: 150px;
	float: right;
	z-index: 2;
	background-color: White;
	padding: 10px;
	height: 100%;
	margin-right: 25px;
	margin-left: 25px;
}
/* ENDE Erfahrungsberichte */

/* Bilderanzeige */
.bilder {
        text-align: center;
        padding: 10px;
}
.bild{
        background-color: #D3D3D3;
        padding: 5px;
        border: 2px solid #000000;
        margin-bottom: 5px;
}
.bild_desc {
        text-align: left;
        margin-top: 5px;
}
/* ENDE Bilderanzeige */

