html {
        scrollbar-base-color: #E2DFD6;
        scrollbar-arrow-color: #018901;
        scrollbar-face-color: #E2DFD6;
        scrollbar-track-color: #E2DFD6;
        scrollbar-darkshadow-color: #018901;
        scrollbar-3dlight-color: #018901;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
                }

body {
        background-color: #E2DFD6;
        color: black;
        font-size: 100%;
        font-family: Georgia, "Times New Roman", serif;
}

a {
        color: black;
        text-decoration: none;
}


#wrapper {
        width: 1000px;
        min-height: 600px;
        margin: 0 auto;
        text-align: center;
        border-left: 1px solid #018901;
        border-right: 1px solid #018901;
        background-image: url(../images/hintergrund.jpg);
}

#kopfbild {
        width: 1000px;
        height:225px;
        margin: 0 auto;
}

#navi {
        width: 200px;
        text-align: left;
        float: left;
        overflow: hidden;
}

#navi table {
        margin-left: 20px;
        margin-top: 120px;
}


td.link {
        border-bottom: 1px solid #72BD6C;
        padding: 5px;
        font-weight: bold;
        font-family: "Times New Roman", Times, serif;
        font-size: 0.9em;
        letter-spacing: 0.3em;

}

td.no-link {
        border-bottom: 1px solid #72BD6C;
        padding: 5px;
        font-weight:bold;
        font-family: "Times New Roman", Times, serif;
        font-size: 0.9em;
        letter-spacing: 0.3em;
}

a.sublink {
	font-size: smaller;
	margin-bottom: 5px;
	display: block;	
}


#inhalt {
        text-align: left;
        margin-left: 250px;
        margin-top: 30px;
        padding-right: 10px;
}

#ueberschriftsbox {
        width: 80%;
        height: 70px;
        background-image: url(../images/kleeblatt_ueberschrift.gif);
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 70px;
        padding-top: 27px;
        margin-bottom: 15px;
}

h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 1.4em;
        line-height: 1.4em;
        border-bottom: 2px solid #72BD6C;
        padding-left: 20px;
}

#inhalt p {
font-size: 1.0em;
line-height: 1.5em;
margin-left: 60px;
padding-right: 10px;

}


.linkes_bild {
        float: left;
  margin: 5px 5px 5px 0;
  padding: 3px;
}

.rechtes_bild {
        float: right;
  margin: 5px 0 5px 5px ;
  padding: 3px;
}

/*numerierte Listen in ie zeigen Zahlen nicht an */
ol {
        margin:0; padding:0; padding-left:2em;
        line-height: 1.5em;
}

ul.musik {
list-style: disc;
        margin:0 0 0 60px;
        padding:0; padding-left:2em;
        line-height: 2em;
}


table.info, table.termine{
        width: 500px;
        margin-left: 60px;
}

table.termine td{
        text-align: left;
        vertical-align: top;
        padding: 2px;

}

table.info td {
	        text-align: left;
        vertical-align: middle;
        padding: 2px;
}

#motiv {
        margin-top: 30px;
        padding-bottom: 20px;
        text-align: center;
}


/* [Bildvergroesserung*/
#zeigedasbild{
        position: absolute;
        visibility: hidden;
        border: 1px solid #008700;
        background-color: #E2DFD6;
        padding: 5px;
}

#leiste{
  background-color: #E2DFD6;
  min-width: 100px;
}

#leiste #schliessen_text{
  font-family: Arial;
  font-size: 10px;
  margin-right: 1px;
}
/* end:Bildvergroesserung]*/