/* Allgemeine Formatierungen: gelten für das gesamte Dokument */

html {
    height: 100%;
}

body {
    background: #ffffff /* Farbe auf der Seite links und rechts */ url(/cuso/img/hintergrund.gif) left center repeat-y;
/*    font: normal 62.5% verdana, sans-serif; */
    font: normal 62.5% Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    text-align: center;
    color: #444;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

img {
    border: none;
}

a {
     color: #0000ff; /* 3177b4 */
}
a:hover {
    text-decoration: none;
    color: #05f2ff; 
}

dd {
    margin-left: 10px;
}

.img-left {
    float: left;
    margin: 3px 15px 3px 0;
}
.img-right {
    float: right;
    margin: 3px 0px 3px 15px;
}
.center {
    text-align: center;
}
.rechts {
    text-align: right;
}
.clearer {
    clear: both;
}

/* Infobox = rein dekorativ für den Inhaltsbereich um bestimmte Texte hervorzuheben */
.infobox {
    padding: 10px 12px;
    border: 1px solid #aaaaaa;
    background: #dddddd;
    margin: 15px 0 20px 0;
}
.infobox p {
    margin: 5px 0 10px 0;
}

.infobox dl {
    margin-top: 5px;
    margin-bottom: 5px;
}

.infobox .img-right {
    margin-top: 0;
    margin-bottom: 0;
}
/* /Infobox */

.top {
    text-align: right;
    margin: 20px 10px 10px 10px;
}
.members-list li {
    padding: 10px 12px;
    border: 1px solid #F2F1C9;
    background: #F7F7DE;
    margin: 10px 0 10px 0;
    font-size: .9em;
}

#text .blank {
    font-size: .9em;
    width: 100%;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-top: 0px;
    border-collapse: collapse;
}

#text .blank td {
    padding: 5px;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;    
}


#text .presentation-tabelle {
    width: 520px;
    background: #d5d5d5;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
}
#text .presentation-tabelle th {
    padding: 10px;
/*    font: bold 120% verdana, sans-serif; */
    font: bold 120% Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
    background: #999999;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .presentation-tabelle td {
    padding: 10px;
    border-bottom: 0px solid #aaaaaa;
    border-right: 0px solid #aaaaaa;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .presentation-tabelle img {
    padding: 0px;
    border: 1px solid #e0e0b0;
    border-collapse: collapse;
    vertical-align: top;
}



#text .member-tabelle {
    width: 100%;
    background: #d5d5d5;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
}
#text .member-tabelle th {
    padding: 0px;
    border-bottom: 1px solid #aaaaaa;
    border-right: 0px solid #aaaaaa;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .member-tabelle td {
    padding: 1px;
    text-align: left;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;
}

#text .member-tabelle img {
    padding: 0;
    border: 0 solid #aaaaaa;
    border-collapse: collapse;
    vertical-align: top;
    float: right;
}

#text .member-tabelle input {
    padding: 0px;
    border: 0px solid #aaaaaa;
    border-collapse: collapse;
    vertical-align: top;
    float: right;
}


/* Ende allgemeine Formatierungen */

/* Rahmen = Kontainer der die gesamte seite umschliesst */
#rahmen {
    /*position: relative;*/
}

/* Fest = sorgt dafür das der obere Bereich fixiert ist */
#fest {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99;
}
#logo {
    background: #ffffff;
    padding: 0;
    margin: 0;
    text-align: center;
}
#logo a {
    text-align: left;
    margin: 0 auto;
    display: block;
    width: 772px;
    padding: 0;
}
/* Horizontale Navigation mit den Hauptpunkten */
#hauptnavi {
    background: #999999;
    padding: 0 auto;
    color: #fff;
    border-top: 1px solid #797979;
    border-right: 1px solid #797979;
    margin: 0;
    font-size: 1.1em;
    text-align: center;
width:771px
}
#hauptnavi ul {
    list-style: none;
    margin-left: 1px;
    margin-top: 0px;
    padding: 0;
    text-align: left;
    width: 770px;
    height: 2em;
    line-height: 2em;
}
#hauptnavi ul li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
#hauptnavi ul li a {
    color: #fff;
    float: left;
    padding: 0 .8em;
    text-decoration: none;
    font-weight: bold;
}
#hauptnavi ul li a:hover {
    background: #cccccc;
    color: #444;
}
#hauptnavi ul li a.aktiv, #hauptnavi ul li a.aktiv:hover {
    background: #fff;
    color: #444;
}
#hauptnavi ul li ul {
    display: none;
}
#hauptnavi ul li:hover ul {
    display: block;
    width: 230px;
    position: absolute;
    top: 2em;
    left: 0;
    background: #cccccc;
    z-index: 99;
}

#hauptnavi ul li:hover ul.archiv {
    width: 190px;
}

#hauptnavi ul li:hover ul li {
    float: none;
    display: block;
    width: 100%;
    background: #cccccc;
    text-align: left;
}
#hauptnavi ul li:hover ul li a {
    color: #000;  /* 369 */
    font-weight: normal;
    float: none;
    background: #eeeeee;
    display: block;
    width: auto;
    line-height: 1.6;
    padding-top: 1px;
    padding-bottom: 1px;
}
#hauptnavi ul li:hover ul li a:hover {
    color: #555;  /* 369 */ 
    background: #dddddd;
}
#hauptnavi li.languages {
    left: 65px;
    line-height: 12px;
    top: 5px;
}

#hauptnavi li.languages a {
    display: inline;
    float: none;
    padding: 0;
}

/* /Horizontale Navigation mit den Hauptpunkten */

/* "Inhalt" = der Kontainer der Sidebar und Textinhalt umschliesst */
#inhalt {
    width: 772px;
    margin: 0 ;
    text-align: left;
    padding-top: 20px;
}
/* Ende "Inhalt" */

/* Sidebar (rechte Seite) */
#sidebar {
    float: right;
    width: 200px;
    font-size: 1.1em;
}
#sidebar #sidebar-innen {
    padding: 2px 15px 10px 15px;
}
#sidebar h2 {
    font: normal 1.5em Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
    margin: 24px 0 2px 0;
    background: url(/dp/img/h2-linie2.gif) repeat-x center bottom;
/*    background: #cccccc; */
}
#sidebar ul {
    margin: 15px 0 15px 10px;
    padding-left: 10px;
}
#sidebar ul ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

#sidebar form {
    margin-top: 5px;
}

#sidebar input.suche {
    border: 1px solid #E6E598;
/*     font: 1.1em verdana, sans-serif; */
    font: 1.1em  Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
    width: 155px;
    padding: 2px;
    color: #555;
}
#sidebar input.sendebutton {
    border: 1px solid #E6E598;
    background: #F2F1C9;
    margin-top: 5px;
    margin-bottom: 5px;
/*    font: bold 1.1em verdana, sans-serif; */
    font: bold 1.1em  Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
    color: #cc6;
}

#sidebar a {
    text-decoration: none;
}

#sidebar .subnavi {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#sidebar .subnavi ul {
    list-style: none;
    margin-left: 10px;
    padding-left: 0;
}
#sidebar .subnavi ul li a {
    font-weight: normal;
}
#sidebar .aktiv {
    font-weight: bold;
}

#sidebar .subnavi .aktiv {
    font-weight: bold;
}
/* Ende der Sidebar */

/* Der eigentliche Inhaltsbereich (Mitte) */
#text {
    margin-right: 200px;
    padding: 1px 25px 50px 25px;
    font-size: 1.3em;
    line-height: 1.5;
}
#text a {
        text-decoration: none;

}
#text address {
        margin-left: 90px;
	color : #000000;
}
#text p {
    text-align: justify;
    color: #000;
}
#text h2 {
    font: bold 1.4em Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
    margin-top: 24px;
    background: url(/dp/img/h2-linie.gif) repeat-x center bottom;
    color: #000;
    letter-spacing: 1px;
}
#text h3 {
    font: bold 1.3em Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
    padding: 2px 7px 1px 7px;
    background: #dddddd;
    border: 1px solid #aaaaaa;
    letter-spacing: 1px;
}
#text h4 {
    font: bold 1.1em Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
    margin: 1.1em 0 .4em 0;
    letter-spacing: 1px;
}



#text .info-tabelle {
    font-size: .9em;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    width: 517px;
}
#text .info-tabelle th {
    padding: 5px;
    background: #dddddd;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .info-tabelle td {
    padding: 5px;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-collapse: collapse;
}


#text .toc-tabelle {
    font-size: .9em;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
}
#text .toc-tabelle th {
    padding: 3px;
    background: #dddddd;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .toc-tabelle td {
    padding: 3px;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-collapse: collapse;
    vertical-align: top;
    text-align: justify;
}


#text .activity-tabelle0 {
    font-size: .9em;
    border: 1px solid #559955;
    border-collapse: collapse;
}
#text .activity-tabelle0 th {
    padding: 5px;
    background: #aaddaa;
    border-bottom: 1px solid #559955;
    border-right: 1px solid #559955;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .activity-tabelle0 td {
    padding: 5px;
    border-bottom: 1px solid #559955;
    border-right: 1px solid #559955;
    border-collapse: collapse;
}




#text .activity-tabelle1 {
    font-size: .9em;
    border: 1px solid #555599;
    border-collapse: collapse;
}
#text .activity-tabelle1 th {
    padding: 5px;
    background: #b5ccff;
    border-bottom: 1px solid #555599;
    border-right: 1px solid #555599;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .activity-tabelle1 td {
    padding: 5px;
    border-bottom: 1px solid #555599;
    border-right: 1px solid #555599;
    border-collapse: collapse;
}


#text .activity-tabelle2 {
    font-size: .9em;
    border: 1px solid #995555;
    border-collapse: collapse;
}
#text .activity-tabelle2 th {
    padding: 5px;
    background: #f5b0b0;
    border-bottom: 1px solid #995555;
    border-right: 1px solid #995555;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .activity-tabelle2 td {
    padding: 5px;
    border-bottom: 1px solid #995555;
    border-right: 1px solid #995555;
    border-collapse: collapse;
}


#text .activity-tabelle {
    font-size: .9em;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
}
#text .activity-tabelle th {
    padding: 5px;
    background: #dddddd;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .activity-tabelle td {
    padding: 5px;
    border-bottom: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-collapse: collapse;
}









#text li {
    margin-bottom: .1em;
}
#text ol.lange-liste li, #text ul.lange-liste li {
    margin-bottom: .3em;
}

#text form#anmeldeformular {
    background: #dddddd;
    border: 1px solid #aaaaaa;
    padding: 1px 1em;
}
#text form input {
    border: 1px solid #aaaaaa;
    font-size: 1em;
    padding: 2px;
    color: #444;
}
#text form input.sendebutton {
    background: #c0c0c0;
    padding: 1px;
}
#text form .checkbox {
    border: none;
}
#text ul {
    color: #000000;
    text-align: justify;
}
#text ol {
    color: #000000;
    text-align: justify;
}

/* Ende von Text */

/* #footer {
  padding: 1.7em 0 1em 0;
 /*  background: #bfd4e8 url(footer.gif) repeat-x;  */  
    text-align: right; 
    margin-right: 200px;
    padding: 1px 25px 50px 25px;
    font-size: 1.1em;
    line-height: 1.5;
}  */

/* Testwiese */
/*#hauptnavi ul li a:hover, #hauptnavi ul li a.akt1 {
    background: #bfd4e8;
    color: #444;
}
#hauptnavi ul li:hover ul, #hauptnavi ul li ul.members {
    display: block;
    width: 255px;
    position: absolute;
    top: 2em;
    left: 5em;
    left: 0;
    background: #E1EBF2;
    z-index: 99;
    text-align: center;
}
#hauptnavi ul li:hover ul li, #hauptnavi ul li ul.members li {
    float: none;
    display: block;
    width: 100%;
    background: #E1EBF2;
    text-align: left;
}
#hauptnavi ul li:hover ul li a, #hauptnavi ul li ul.members li a {
    color: #369;
    font-weight: normal;
    float: none;
    background: #E1EBF2;
    display: block;
    width: auto;
}*/



