/*
   css-mode for emacs: http://www.irt.org/articles/js148/#emacs_css

   Dieses Stylesheet wurde von Vladimir Simovic (www.vlad-design.de)
   im Auftrag der SMG erstellt.

Allgemeine Formatierungen: gelten für das gesamte Dokument 

*/

html {
    height: 100%;
}

body {
    background: #f2f1c9 url(/img/hintergrund.gif) center center repeat-y;
    font: normal 62.5% verdana, sans-serif;
    line-height: 1.5;
    text-align: center;
    color: #444;
    margin: 0;
    padding: 0;
    min-height: 100%;
}





#containerul, #containerul ul{
  text-align:left;
  margin:0;                          /* browser default margins überschreiben */
  padding:0;                         /* browser default padding überschreiben */
}

#containerul li{
margin:0 0 0 20px;                   /* left margin für Einrückung */
padding:0;                           /* browser default margins überschreiben */
list-style-type:none;                /* browser default padding überschreiben */
}

#containerul .symbols{               /* styles positionierung symbole */
  float:left;
  width:12px;
  height:1em;
  background-position:0 100%;
  background-repeat:no-repeat;
}














img {
    border: none;
      }

a {
    color: #3177b4;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #049;
}

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 #F2F1C9;
    background: #F7F7DE;
    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;
}

/* 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: #bfd4e8;
    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: #5d9bd3;
/*    padding: 0 auto; */
    padding: 0;
    color: #fff;
    border-top: 1px solid #e1ebf2;
    margin: 0;
    font-size: 1.1em;
    text-align: center;
}
#hauptnavi ul {
    list-style: none;
    margin: 0 auto;
    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: #bfd4e8;
    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: #E1EBF2;
    z-index: 99;
}

#hauptnavi ul li:hover ul.archiv {
    width: 190px;
}

#hauptnavi ul li:hover ul li {
    float: none;
    display: block;
    width: 100%;
    background: #E1EBF2;
    text-align: left;
}
#hauptnavi ul li:hover ul li a {
    color: #369;
    font-weight: normal;
    float: none;
    background: #E1EBF2;
    display: block;
    width: auto;
    line-height: 1.6;
    padding-top: 1px;
    padding-bottom: 1px;
}
#hauptnavi ul li:hover ul li a:hover {
    color: #369;
    background: #BFD4E8;
}
#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 auto;
    text-align: left;
    padding-top: 140px;
}
/* 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 arial, sans-serif;
    margin: 15px 0 2px 0;
    background: url(/img/h2-linie2.gif) repeat-x center bottom;
}
#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;
    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;
    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;
}
/* Ende der Sidebar */

/* Der eigentliche Inhaltsbereich (Mitte) */
div.footnote {
   font-size: 8pt;
}

#text {
    margin-right: 200px;
    padding: 1px 25px 50px 25px;
    font-size: 1.3em;
    line-height: 1.5;
}
#text p {
    text-align: justify;
    color: #000;
}
#text h2 {
    font: bold 1.4em arial, sans-serif;
    margin-top: 14px;
    background: url(/img/h2-linie.gif) repeat-x center bottom;
    color: #444;
    letter-spacing: 1px;
}
#text h3 {
    font: bold 1.3em arial, sans-serif;
    padding: 2px 7px 1px 7px;
    background: #f7f7de;
    border-bottom: 1px solid #f2f1c9;
    letter-spacing: 1px;
}
#text h4 {
    font: bold 1.1em arial, sans-serif;
    margin: 1.1em 0 .4em 0;
    letter-spacing: 1px;
}

#text .modify-tabelle th {
    padding: 5px;
    background: #F7F7DE;
    border-bottom: 1px solid #F2F1C9;
    border-top: 1px solid #F2F1C9;
    border-left: 1px solid #F2F1C9;
    border-right: 1px solid #F2F1C9;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .modify-tabelle td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 0pt;
    padding-left: 0pt;
    border-bottom: 0px solid #F2F1C9;
    border-top: 0px solid #F2F1C9;
    border-left: 0px solid #F2F1C9;
    border-right: 0px solid #F2F1C9;
    border-collapse: collapse;
    vertical-align: top;
    color: #000000;
 /*   font-size: .9em; */
}

#text .info-tabelle {
    font-size: .9em;
    border: 1px solid #F2F1C9;
    border-collapse: collapse;
    width: 517px;
}
#text .info-tabelle th {
    padding: 5px;
    background: #F7F7DE;
    border-bottom: 1px solid #F2F1C9;
    border-right: 1px solid #F2F1C9;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .info-tabelle td {
    padding: 5px;
    border-bottom: 1px solid #F2F1C9;
    border-right: 1px solid #F2F1C9;
    border-collapse: collapse;
}

#text .presentation-tabelle {
    width: 520px;
    background: #F7F7DE;
    border: 1px solid #F2F1C9;
    border-collapse: collapse;
}
#text .presentation-tabelle th {
    padding: 10px;
    background: #f2f1c9;
    border-bottom: 1px solid #F2F1C9;
    border-right: 1px solid #F2F1C9;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .presentation-tabelle td {
    padding: 10px;
    border-bottom: 1px solid #F2F1C9;
    border-right: 1px solid #F2F1C9;
    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: 517px;
    background: #F7F7DE;
    border: 1px solid #F2F1C9;
    border-collapse: collapse;
}
#text .member-tabelle th {
    padding: 0px;
    border-bottom: 1px solid #F2F1C9;
    border-right: 0px solid #F2F1C9;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .member-tabelle td {
    padding: 10px;
    border-bottom: 1px solid #F2F1C9;
    border-right: 0px solid #F2F1C9;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;

}

#text .member-tabelle img {
    padding: 0;
    border: 0 solid #e0e0b0;
    border-collapse: collapse;
    vertical-align: top;
    float: right;
}

#text .member-tabelle input {
    padding: 0px;
    border: 0px solid #e0e0b0;
    border-collapse: collapse;
    vertical-align: top;
    float: right;
}

#text form .sendebutton {
    background: #F7F7DE;
    border: 1px solid #E6E598;
    padding: 1px 1em;
    margin-bottom: 0pt; 
    min-width: 110px;
}

#text form .sendebuttonshort {
    background: #F7F7DE;
    border: 1px solid #E6E598;
    padding: 1px 1em;
    margin-bottom: 0pt; 
}


#text .select-button {
    background: #F7F7DE;
    border: 1px solid #E6E598;
    padding: 1px 1em;
    margin-bottom: 0pt; 
    min-width: 110px;
}

#text form input.password {
    vertical-align: top;
}

#text .honorary-tabelle {
    width: 517px;
    background: #ffffff;
    border: 1px solid #F2F1C9;
    border-collapse: collapse;
}
#text .honorary-tabelle th {
    padding: 10px;
    background: #f2f1c9;
    border-bottom: 1px solid #F2F1C9;
    border-right: 1px solid #F2F1C9;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

#text .honorary-tabelle td {
    padding: 0px;
    border-bottom: 1px solid #F2F1C9;
    border-right: 1px solid #F2F1C9;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}
#text .honorary-tabelle ul {
    margin-left: 0px;
}

#text .honorary-tabelle p {
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
}

#text li {
    margin-bottom: .1em;
}
#text ol.lange-liste li, #text ul.lange-liste li {
    margin-bottom: .3em;
    text-align: justify;
    color: #000;

}
#text ul {
    margin-bottom: .3em;
    text-align: justify;
    color: #000;

}

#text form#anmeldeformular {
    background: #F7F7DE;
    border: 1px solid #E6E598;
    padding: 1px 1em;
}
#text form input {
    border: 1px solid #E6E598;
    font-size: 1em;
    padding: 2px;
    color: #444;
}
#text form input.sendebutton {
    background: #F2F1C9;
    padding: 1px;
}
#text form .checkbox {
    border: none;
}

#text  .input-form {
    margin-bottom: 0px;
}


/* Ende von Text */

/*#footer {
  padding: 1.7em 0 1em 0;
  background: #bfd4e8 url(footer.gif) repeat-x;
  margin: 1em 0 0 0;
}*/

/* 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;
}*/


