body {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: medium;
    background: gray;
    color: black;
}
h1 {
    margin:0px;
    padding: 0px;
    font-size: 120%;
    font-weight: bold;
}
h2 {
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 105%;
    font-weight: bold;
}
img {
    border-style: none;
}
a:link {
    text-decoration: underline;
    background-color: inherit;
    color: inherit;
}
a:visited {
    text-decoration: underline;
    background-color: inherit;
    color: inherit;
}
a:hover {
    text-decoration: underline;
    color: blue;
}
a:focus {
    text-decoration: underline;
    color: blue;
}
a:active {
    text-decoration: underline;
    color: blue;
}
th {
    text-align: left;
    padding-bottom: 15px;
}
.zentriert {
    text-align: center;
}
.kleiner {
    font-size: small;
}
.fett {
    font-weight: bold;
}
#aussen {
    position: relative;
    width: 850px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
#mitte {
    position: relative;
    background-image: url(bilder/navigrau.gif);
    width: 100%;
    margin: 0px;
}
#kopf {
    position: relative;
    width: 100%;
    height: 89px;
    background-image: url(bilder/navigrau.gif);
}
#logoJFRM {
    position: absolute;
    top: 6px;
    left: 25px;
    background-image: url(bilder/rmbohne_klein.gif);
    background-repeat: no-repeat;
    background-position: left top;
    min-width:35px;
    height: 66px;
}
#titelJFWM {
    position: absolute;
    top: 14px;
    left:50%;
    background-image: url(bilder/jfw_header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: -280px;
    width: 560px;
    height: 64px;
}
#logoDFV {
    position: absolute;
    top: 3px;
    right: 25px;
    background-image: url(bilder/dfv_logo.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width:38px;
    height: 80px;
}
#strich {
    position: relative;
    background-image: url(bilder/rot.gif);
    top: 85px;
    height: 4px;
    margin: 0px;
}
#haupt {
    background-image: url(bilder/grau.gif);
    width: 695px;
    min-height: 350px;
    margin-left: auto;
    margin-right: 0px;
}
#ueberschrift {
    padding-top: 10px;
    padding-left: 10px;
    width: 670px;
}
#inhalt {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 600px;
}
#navi {
    width: 150px;
    height: 100%;
    float: left;
    margin: 0px;
}
#navitbl {
    margin-top: 30px;
}
#fuss {
    position: relative;
    background-image: url(bilder/rot.gif);
    height: 35px;
}
#fusstbl {
    padding-top: 5px;
    width: 100%;
    vertical-align: middle;
}
/* Termintabelle */
table.termine {
    width: 100%;
    font-size: 90%;
}
th.termine {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom-style:solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
}
td.termine {
    height: 1.5em;
    vertical-align: middle;
}
.tag {
    text-align: left;
    width: 30px;
}
.datum {
    text-align: left;
    width: 90px;
}
.zeit {
    text-align: right;
    width: 65px;
}
.text {
    padding-left: 7px;
    text-align: left;
    width: auto;
}
#hinweis {
    padding-top: 25px;
}
/* Fotoalbum */
table.fotoindex {
    border-collapse: collapse;
}
tr.fotoindex {
}
td.fotoindex {
    vertical-align: top;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    padding: 10px;
}
table.miniaturen {
    width: 100%;
}
tr.miniaturen {
}
td.miniaturen {
    padding: 3px;
    text-align:center;
    border-width: 1px;
    background-color: white;
    color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-right-style: solid;
    border-bottom-style: solid;
}
#bild {
    text-align: center;
    background-color: white;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Gaestebuch */
.gbuch {
    font-size: 90%;
}
table.gbuch {
    width: 100%;
}
td.gbkopf {
font-weight: bold;
    color: white;
    background-color: #c1c1c1;
}
td.kommentar {
    padding-bottom: 20px;
}

/* SLIMBOX */

#lbOverlay {
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(bilder/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
    background: transparent url(bilder/prev.png) no-repeat 0% 100%;
}

#lbPrevLink:hover {
	/* background: transparent url(bilder/prevlabel.png) no-repeat 0% 15%; */
}

#lbNextLink {
    right: 0;
    background: transparent url(bilder/next.png) no-repeat 100% 100%;
}

#lbNextLink:hover {
	/* background: transparent url(bilder/nextlabel.png) no-repeat 100% 15%; */
}

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 113px;
    height: 22px;
    background: transparent url(bilder/closelabel.png) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}
