/* Schrift und Hintergrund f¸r alles: */
body {
 background-image:url(../pic/back1.jpg);
 font-family: Verdana, Arial, Helvetica, sans-serif;
 padding-right: 10px;
}

/* Ðberschriften: */
h1 {
 text-align: center;
 font-size: 18px;
 margin: 9px;
 color: #061E5E;
}

h2 {
 text-align: center;
 font-size: 16px;
 margin: 9px;
 color: #061E5E;
}

h3 {
 text-align: left;
 font-size: 15px;
 margin: 9px;
 color: #061E5E;
}

h4 {
 text-align: left;
 font-size: 14px;
 margin: 9px;
 color: #061E5E;
}

/* schwarze Schrift */
.gedenk{
 color: black;
}

/* Rahmen f¸r Buttons: */
.linkbox {
 text-align: center;
 font-size: 13px;
 font-weight: bold;
/* n”chste Anweisung n–tig f¸r IE 4: */
 margin-top: 0px;
 margin-bottom: 8px;
 margin-right: 20px;
 border-style: solid;
 border-width: 2px;
 border-color: #EDF8D8;
 width: 150px;
 padding: 2px;
 color: white;
 background-image: url(../images/backdunk.jpg);
}

.linkbox1 {
 text-align: center;
 font-size: 13px;
 font-weight: bold;
/* n”chste Anweisung n–tig f¸r IE 4: */
 margin-top: 0px;
 margin-bottom: 8px;
 margin-right: 20px;
 border-style: solid;
 border-width: 2px;
 border-color: #FFD800;
 width: 150px;
 padding: 2px;
 color: white;
 background-image: url(../images/backdunk.jpg);
}

/* Button f¸r die aktive Seite: */
.linkboxaktiv {
 text-align: center;
 font-size: 13px;
 font-weight: bold;
/* n”chste Anweisung n–tig f¸r IE 4: */
 margin-top: 0px;
 margin-bottom: 8px;
 margin-right: 20px;
 border-style: solid;
 border-width: 2px;
 border-color: #EDF8D8;
 width: 150px;
 padding: 2px;
 color: #EDF8D8;
 background-image: url(../images/backdunk.jpg);
}

/* Rahmen f¸r Buttons Unterkategorie: */
.ulinkbox {
 text-align: center;
 font-size: 13px;
/* n”chste Anweisung n–tig f¸r IE 4: */
 margin-right: 10px;
 margin-left: 10px;
 margin-top: -0px;
 margin-bottom: -0px;
 border-style: solid;
 border-width: 1px;
 border-color: #EDF8D8;
 width: 142px;
 padding: 2px;
 color: white;
 background-image: url(../images/backdunk.jpg);
}

/* Button f¸r die aktive Seite Unterkategorie: */
.ulinkboxaktiv {
 text-align: center;
 font-size: 13px;
/* n”chste Anweisung n–tig f¸r IE 4: */
 margin-right: 10px;
 margin-left: 10px;
 margin-top: -0px;
 margin-bottom: -0px;
 border-style: solid;
 border-width: 1px;
 border-color: #EDF8D8;
 width: 142px;
 padding: 2px;
 color: #EDF8D8;
 background-image: url(../images/backdunk.jpg);
}

/* Copyright: */
.copy {
 text-align: center;
 font-size: 10px;
 color: #061E5E;
 padding-right: 10px;
}

/* Textausrichtung */
.r {
 text-align: right;
}
.c {
 text-align: center;
}
.l {
 text-align: left;
}
.j {
 text-align: justify;
}

/* Daten f¸r Termine: */
.daten {
font-size: 13px;
color: #EDF8D8;
font-weight: bold;
margin-left: 5px;
margin-bottom: -0px;}

/* Art der Termine: */
.art {
font-size: 13px;
color: #061E5E;
margin-left: 5px;
margin-top: -0px;
}

/* Adresse: */
.adresse {
font-size: 13px;
color: #061E5E;
margin-left: 5px;
}

.ausa {
width: 143px;
hight: 115px;
}

.ausi {
width: 225px;
hight: 321px;
}

.auso {
width: 225px;
hight:300px;
}

/* Abs”tze: */
p {
 text-align:justify;
 font-size:13px;
 color: #061E5E;
 margin: 9px;
}

/* Auflistung */
ul {
 text-align:left;
 font-size:13px;
 color: #061E5E;
}

.pfeil {
 list-style-image: url(../images/pfeil.gif);
}

/* Links weiþ, nicht unterstr.: */
a:link, a:visited, a:active {
 text-decoration: none;
 color: #EDF8D8;
}

a:hover {
 text-decoration: none;
 color: #061E5E;
}

/* Tabellen */
table {
 border: Opx;
 Width: 100%;
 text-align:left;
 font-size:13px;
 color: #061E5E;
}

/* Tabellenzellen */
td {
 text-align: left;
 padding-right: 5px;
 padding-left: 2px;
}