body {
    background-color: #f9f8e4;
/*     background-color: #f3e9c7; */
    padding: 0;
    border:  0;
}

body * {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0;
/*     border: 1px solid black; */
}

img {
    display: block;
    border: none;
}

#maintab {
    width: 90%;
    position: relative;
    margin: auto;
/*     margin-left: 10%; */
/*     margin-right: 10%; */
    margin: 25px;
/*     min-width: 600px; */
/*     max-width: 1000px; */
    background: #fee157 url('images/hintergrund.jpg') right top no-repeat fixed;
    border: 2px solid #e53603;
    border-left: none;
}

#top {
    width: 100%;
/*     float: right; */
    clear: bottom;
}

td#nav {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    width: 187px;
    vertical-align: top;
}

table#events {
    width: 95%;
    border: none;
    border-collapse: collapse;
}

table#events tr {
    border-bottom: 1px dotted #e53603;
}


table#events th {
    font-size: 110%;
    color: #0924c6;
/*     color: #d37617; */
    text-align: left;
    background-color: #fabc1b;
    border-bottom:  2px solid #e53603;
}

table#events td {
    text-align: left;
    padding: 3px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: normal;
    border-bottom: 1px dotted #e53603;
    color: #0924c6;
    display: block;
    margin-right: 1.5em;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px dotted #e53603;
    color: #0924c6;
    display: block;
    margin-left: 0.5em;
    margin-right: 1.5em;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bolder;
    display: block;
    color: #1b245b;
    margin-right: 1.5em;
}

p {
    margin: 5px;
/*     text-indent: 1em; */
    font-size: 1em;
    line-height: 1.45em;
}

td#maincontent {
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

td#navcontent {
    background: url('images/khiewev2_24.png') repeat-y;
    vertical-align: top;
    width: 166px;
}

div.titlediv {
    border: 1px dotted #0924c6;
    padding: 4px;
    display: block;
    font-size: 1.1em;
    font-weight: bolder;
    color: #0924c6;
    width: 70%;
    min-width: 310px;
    position: relative;
    text-align: center;
}

div.titlediv * {
    color: #0924c6;
}

div.imgdiv {
    text-align: left;
    border: 1px dotted red;
    padding: 1px;
    margin: auto;
    display: block;
/*     float: right; */
    font-size: 9px;
    color: #333300;
}

ul, ol {
    padding: 0.1em 1em 0.1em 1.5em;
    list-style-type: square;
/*     font-size: 1em; */
    line-height: 1.55em;
}

address {
    margin-left: 2em;
}

input, select, textarea, button {
    background-color: #ffc057;
    border: 1px dotted #e53603;
    border-bottom: 2px solid #e53603;
    padding: 2px;
    padding-bottom: 1px;
    margin: 2px;
    font-family: Arial, Helvetica, sans-serif;
/*     font-size: 1em; */
}

button:hover {
    border-top: 1px solid #e53603;
    border-right: 1px solid #e53603;
    border-left: 1px solid #e53603;
    border-bottom: 3px solid #e53603;
    margin-bottom: 1px;
}

button:active {
    border: 2px solid #e53603;
}

form#contactform table th {
    text-align: left;
    padding-right: 1.5em
}

#topnav {
    display: block;
    padding: 2px;
    margin: auto;
}

#topnav ul {
    list-style-type: none;
    padding: 1px;
    margin: 1px;
    border: none;
    display: inline;
}

#topnav ul li {
    display: inline;
    border: none;
}

#topnav a {
    border: 1px solid #fabc1b;
    border-bottom: 2px solid #e53603;
    padding: 2px 5px 1px 5px;
    text-align: center;
    color: #d37617;
    background-color: transparent;
    font-weight: bolder;
    text-decoration: none;
}

#topnav a#current {
    background-color: #fabc1b;
    color: #ffffff;
}

div.addresslist {
    width: 90%;
    margin: 4px;
    margin-right: 10px;
    padding: 4px;
    border-left: 1px dotted #e53603;
    border-top: 1px dotted #e53603;
    white-space: pre;
}

div.addresslist:first-line {
    font-weight: bold;
}

div#foot {
    text-align: center;
    color: #6666aa;
    font-size: 7pt;
}

div#foot a {
    font-size: 7pt;
    text-decoration: none;
    color: #5f5fee;
}

td#navtd {
    padding-top: 5px;
    vertical-align: top;
    background: url('images/navbg.png') 0 0 no-repeat;
}

#navtd ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

#navtd * a:visited, #navtd * a:link {
    font-size: 10pt;
    display: block;
    min-height: 17pt;
    line-height: 12pt;
    width: 120px;
    color: #5757d3;
    text-decoration: none;
}

#navtd * a:hover {
    font-size: 10pt;
    display: block;
    min-height: 17pt;
    line-height: 12pt;
    width: 120px;
    color: #be4640;
    text-decoration: none;
}

