* {
        margin:0;
        padding:0;
}

body {
        font-family:ARIAL;
        font-size:13px;
        text-align:center;
        color:#545454;
        background:url(../images/bg_main.jpg) top left repeat-x #E7EDF9;
}

img {
        border:none;
}

a {
        color:#525F70;
        font-weight:bold;
}

a.button {
        display:block;
        float:left;
        padding:8px;
        margin:0 10px 10px 0;
        color:#F9FCFF;
        text-decoration:none;
        background:#525F70;
        -moz-border-radius:5px;
}
a.button:hover {
        text-decoration:underline;
}

form input, textarea {
        margin:5px 0;
        height:120px;
        border:2px solid #525F70;
}
form input.submit {
        padding:3px;
        height:auto;
        color:#F9FCFF;
        font-weight:bold;
        font-size:12px;
        background:#525F70;
}

p.small {
        font-size:10px;
}

#container {
        margin:10px auto;
        width:850px;
        text-align:left;
        background:#F9FCFF;
}

#header {
        height:280px;
}

#navigation {
        list-style:none;
        height:26px;
        background:#525F70;
        border-top:1px solid #F9FCFF;
}
#navigation li {
        float:left;
}
#navigation li a {
        display:block;
        padding:5px 10px;
        color:#F9FCFF;
        font-weight:bold;
        text-decoration:none;
        border-right:1px solid #F9FCFF;
}
#navigation li:hover ul {
          display:block;
}
#navigation ul {
        display:none;
        position:absolute;
        min-width:150px;
        list-style:none;
        background:#525F70;
        border-top:1px solid #F9FCFF;
}
*html #navigation ul {
        width:150px;
}
*html #navigation ul.wide {
        width:220px;
}
#navigation ul li {
        float:none;
        white-space:nowrap;
        border-right:none;
        border-bottom:1px solid #F9FCFF;
}
#navigation ul li a {
        display:block;
}
#navigation ul li a:hover {
        text-decoration:underline;
}

#main {
        padding:50px 20px 20px 20px;
        min-height:500px;
        overflow:auto;
        clear:both;
}
*html #main {
        height:400px;
        overflow:visible;
}

#member {
        float:left;
        text-align:justify;
}
#member h2 {
        font-family:Georgia, "Times New Roman", serif;
        font-weight:lighter;
        margin-bottom:20px;
        font-size:25px;
        letter-spacing:1px;
        white-space:nowrap;
        border-bottom:1px dotted #BBB;
}
#content {
        float:left;
        width:590px;
        text-align:justify;
}
#content h2, h3 {
        font-family:Georgia, "Times New Roman", serif;
        font-weight:lighter;
}
#content h2 {
        margin-bottom:20px;
        font-size:25px;
        letter-spacing:1px;
        white-space:nowrap;
        border-bottom:1px dotted #BBB;
}
#content h3 {
        font-size:16px;
        margin-top:30px;
        font-weight:bold;
}
#content p {
        margin-bottom:10px;
}
#content img {
        float:right;
        margin:0 0 10px 10px;
}
#content ul, ol {
        margin:10px 20px;
}
#content li {
        margin-bottom:5px;
}
#content #gallery img {
        float:left;
}
#content #breadcrumb {
        list-style:none;
        margin:0 0 20px 0;
        padding:5px;
        height:15px;
        font-size:11px;
        background:#F2F2F2;
        border-top:1px dotted #BBB;
        border-bottom:1px dotted #BBB;
}
#content #breadcrumb li {
        float:left;
        margin-right:8px;
}
#content #breadcrumb li a {
        text-decoration:none;
}
#content #contact {
        padding:20px 10px;
        margin-top:20px;
        background:#F2F2F2;
        border-top:1px dotted #BBB;
        border-bottom:1px dotted #BBB;
}
#content #contact label {
        font-weight:bold;
}
#content #contact input {
        width:250px;
        height:25px;
        font-size:16px;
}
#content #contact input.submit {
        width:auto;
        font-size:12px;
}
#content #contact input.checkbox {
        width:15px;
        height:15px;
        border:none;
}
#content #contact textarea {
        width:400px;
        height:100px;
        font-size:16px;
}
#content #contact .error {
        padding:10px;
        margin-bottom:20px;
        font-weight:bold;
        color:#CC0033;
        background:#FFCC99;
        border-top:1px dotted #BBB;
        border-bottom:1px dotted #BBB;
}
#content #contact .success {
        padding:10px;
        margin-bottom:20px;
        font-weight:bold;
        color:#00B233;
        background:#CCFF99;
        border-top:1px dotted #BBB;
        border-bottom:1px dotted #BBB;
}
#content #map {
        width:100%;
        height:400px;
        border:6px solid rgb(195,217,255);
        -moz-border-radius:6px
}
#content .terminliste {
        margin-top:20px;
        width:100%;
        border-collapse:collapse;
        text-align:left;
        border:1px solid #BBB;
}
#content .terminliste th, #content .terminliste td {
        padding:5px;
        border:1px solid #BBB;
}
#content .terminliste th {
        background:#B4CAF1;
}
#content .terminliste tr.sep {
        background:#E7EDF9;
}
#content .linkliste {
        margin-top:20px;
        width:100%;
        border-collapse:collapse;
        text-align:left;
        border:1px solid #BBB;
}
#content .linkliste th, #content .linkliste td {
        padding:5px;
        border:3px solid #ffffff;
}
#content .linkliste th {
        background:#C1C1C1;
}
#content .linkliste tr.sep {
        background:#E4E4E4;
}
#content .block {
        padding:20px 10px;
        margin-bottom:20px;
        min-height:100px;
        text-align:left;
        background:#F2F2F2;
        border-top:1px dotted #BBB;
        border-bottom:1px dotted #BBB;
}
*html #content .block {
        height:100px;
}
#content .block img {
        float:left;
        margin-right:20px;
}
#content .block h2, h3 {
        margin-bottom:10px;
}
#content .block h2 {
        font-size:18px;
        letter-spacing:0;
        border-bottom:none;
}
#content .block h3 {
        margin-top:0;
}
#content .block a.next {
        font-size:11px;
}

#sidebar {
        float:right;
        width:200px;
}
#sidebar .block {
        margin-bottom:20px;
}
#sidebar img {
        float:left;
        margin:0 5px 0 0;
}
#sidebar h2 {
        padding:5px 0;
        margin-bottom:10px;
        font-size:14px;
        color:#5F5F5F;
        text-transform:uppercase;
        border-top:5px solid #BBB;
        border-bottom:1px solid #BBB;
}
#sidebar form input {
        width:180px;
}
#sidebar form input.submit {
        width:auto;
}
#sidebar #termine {
        list-style:none;
}
#sidebar #termine li {
        margin-bottom:10px;
        padding-bottom:5px;
        border-bottom:1px dotted #BBB;
}
#sidebar #termine .date {
        font-style:italic;
}

#footer {
        padding:10px 0;
        margin:0 20px;
        text-align:center;
        font-size:11px;
        border-top:1px dotted #BBB;
}
#footer ul {
        list-style:none;
}
#footer ul li {
        display:inline;
        margin-right:10px;
}

.rsslib
{
  font-family: Verdana, Georgia, Arial;
  font-size:90%;
  min-width:200px;
  max-width:500px;
}

.rsslib ul
{
  list-style-type: none;
} 

.rsslib ul li
{
  margin-bottom:8px;
} 

.rssdate, .rssdesc
{
  font-size: 90%;
  font-style:italic;
}