html {
	background-color: #f3fba6;
}

body {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 768px;
}

h1,
h2,
h3 {
    font-weight: bold;
}

h1 {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 24px;
    color: #6caabc;
}

h2 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 12pt;
    color: #3d5c7d;
}

h3 {
    padding-top: 10px;
    padding-bottom: 5px;
    color: #3d5c7d;
}

h3 a {
    text-decoration: none;
    color: #3d5c7d;
}


address span {
    display: block;
}

address span.gray {
    color: #666666;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul li {
    list-style-type: square;
    margin-left: 20px;
}

dl dd {
    margin-left: 15px;
}

dl.room-inbetween dd {
    margin-bottom: 10px;
}


/* Bild-Unterschrift als Quellenangabe */

span.caption {
    display: block;
    color: #666666;
    font-size: 6pt;
}

span.caption a {
    text-decoration: none;
    color: #666666;
    font-size: 6pt;
}

span.caption a:hover {
    text-decoration: underline;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.cleft {
    clear: left;
}

.center {
    text-align: center;
}

div.fleft,
div.fright {
    margin-bottom: 5px;
}

div.fleft {
    margin-right: 10px;
}

img.fright,
div.fright {
    margin-left: 10px;
}

img.fleft,
div.fleft {
    margin-right: 10px;
}

body.andacht p,
body.flyer p {
    margin-bottom: 12px;
}

ol.verse {
    counter-reset: item;
    counter-increment: item 30;
}

ol.verse.v1 {
    counter-increment: item 0;
}

ol.verse.v7 {
    counter-increment: item 6;
}

ol.verse li {
    padding-left: 30px;
    position: relative;
}
ol.verse li:before {
    content: "V." counter(item);
    counter-increment: item 1;
    left: 0px;
    position: absolute;
}


ol.numbers li {
    list-style-type: decimal;
    list-style-position: inside;
}
