h1 {
	color: #EB0;
	white-space: nowrap;
	margin: 0;
	padding-top: 10px;
}

h1, h2, h3 {
	font-family: Arial;
	text-align:center;
}

img {
  border: none;
}

hr {
  background-color:#FFCC00; /* Mozilla 1.4 */
  color:#FFCC00; /* IE 6 */
  border:#FFCC00; /* Opera 7.11 */
  height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

hr.headerrule {
  background-color:#8E8E8E; /* Mozilla 1.4 */
  color:#8E8E8E;
  border:#8E8E8E; /* Opera 7.11 */
  height: 2px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  max-width: 78em;
}

p.headerimage {
        margin: 0;
}

p.header_noprint {
        margin: 0;
}

p.backtop {
        color: #777;
        font-size: x-small;
        padding-right: 0 !important;
        margin: 1em 0 !important;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: .3em;
        text-align: right;
        border-top: 2px solid #fc0;
        clear: both;
}

p.backtop a:link, p.backtop a:hover, p.backtop a:visited {
        color: #777;
        text-decoration: none;
}

a.icon {
  vertical-align: baseline;
  background-position: left center;
  background-repeat: no-repeat;
}

a.pdf-file {
  padding-left: 25px;
  background-image: url(../img/pdficon_small.gif);
}

a.hand {
  padding-left: 40px;
}

a.hand:link {
  background-image: url(../img/hand_right_large.gif);
}
a.hand:visited {
  background-image: url(../img/hand_right_large.gif);
}
a.hand:hover {
  background-image: url(../img/hand_right_large_inv.gif);
}
a.hand:focus {
  background-image: url(../img/hand_right_large_inv.gif);
}
a.hand:active {
  background-image: url(../img/hand_right_large.gif);
}

p.western {
	font-family: "Times New Roman", serif;
	font-size: 10pt;
}
h1.western {
	font-family: "Arial", sans-serif;
	font-size: 14pt;
	padding-top: 20px;
}

img.topimage {
	padding-top: 10px;
	margin: 0;
    vertical-align: middle;
}

a img.alignnone {
}

a img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

a img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}

div.content {
  color: #000;
  background-color: #eee;
  padding: 10px 0.5em 15px 0.5em;
  margin: 0 0 0 7.5em;
  line-height: 1.1;
  -moz-border-radius: 2%;
}

.content p img { max-width: 99%; }

div.alert_left {
  float: left;
  width: 50px;
  height: 50px;
  background-image: url(../img/alert.gif);
}
div.nav {
  float: left;
  width: 7.5em;
  font-family: sans-serif;
}

  * html div.nav {
    width: 8.8em;
    w\idth: 7.5em;  /* (IE 6 in standards-compliant mode) */
  }

.nav p {
  text-align: center;
  font-size: 70%;
  font-family: sans-serif;
}

div.infobox {
  float: right;
  width: 10em;
  border:2px solid #fc0;
  font-family: sans-serif;
  font-size: 70%;
  color: #000;
  background-color: #ffc;
  margin-left:0.5em;
  padding: 5px 0em 5px 0em;
  -moz-border-radius: 5%;
}

.infohead {
	color: #777;
	font-family: Arial;
    font-weight:bold;
}

div.bible_verse {
  text-align: center;
  vertical-align: top;
  border:2px solid #FFCC00;
  color: #000;
  background-color: #ffc;
  margin-top:10px;
  padding: 5px 0.5em 5px 0.5em;
  -moz-border-radius: 1.5%;
}

.bible_head {
	color: #777;
	font-weight:bold;
}

div.member {
  float: left;
  width: 165px;
  border:2px solid #fc0;
  color: #000;
  background-color: #ffc;
  margin:  10px 0.5em 10px 0.5em;
  padding: 10px 0.5em 10px 0.5em;
  -moz-border-radius: 5%;
}

.member img {
  margin-bottom: 10px;
}

div.slide {
  float: left;
  color: #F0F0F0;
  background-color: #777777;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px;
  border-color: #F0F0F0 #222222 #222222 #F0F0F0;
  margin:  4px 2px 4px 2px;
  width:  152px;
}

table.bilder {
  border:0;
}

dl.memberlist dd {
  margin-bottom:10px;
  font-weight:bold;
}

dl.linklist dd {
  margin-bottom:10px;
}

.linklist dt a {
  font-family: sans-serif;
}

.linklist dt a:link    { font-weight:bold; color:#000; text-decoration:underline; }
.linklist dt a:visited { font-weight:bold; color:#777; text-decoration:underline; }
.linklist dt a:hover   { font-weight:bold; color:#EB0; text-decoration:underline; }
.linklist dt a:focus   { font-weight:bold; color:#000; text-decoration:none; }
.linklist dt a:active  { font-weight:bold; color:#EB0; text-decoration:none; }

.textlink a:link    { font-weight:bold; color:#000; text-decoration:underline; }
.textlink a:visited { font-weight:bold; color:#777; text-decoration:underline; }
.textlink a:hover   { font-weight:bold; color:#EB0; text-decoration:underline; }
.textlink a:focus   { font-weight:bold; color:#000; text-decoration:none; }
.textlink a:active  { font-weight:bold; color:#EB0; text-decoration:none; }

p.pcenter { text-align:center; }

p.linkimage { text-align:center; }
p.linkimage a img { max-width:150px; }

p.largelinkimage { text-align:center; }
p.largelinkimage a img { max-width:600px; }

.block {display: block;}
.num { font-family: "Courier New", monospace !important; text-align: right; }
.even { background-color: #ccc; }
.odd { background-color: #ddd; }
.error { color: red; background-color: #ffc; }
.date { font-weight: bold; }


#map { width: 500px;
       height: 400px;
}

div.alert_left {
  float: left;
  width: 50px;
  height: 50px;
  background-image: url(../img/alert.gif);
}

div.alert_right {
  float: right;
  width: 50px;
  height: 50px;
  background-image: url(../img/alert.gif);
}

h2.flyer {
  text-decoration: underline;
}

h3.flyer {
  padding-left: 25px;
  background-image: url(../img/box.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  text-align: left;
}

p.flyer {
  font-weight:bold;
  text-align: center;
}

div.flyer_left{
  float: left;
  width: 15em;
  border:2px solid #fc0;
  color: #000;
  background-color: #ffc;
  margin-right:0.5em;
  padding: 5px 0.5em 5px 0.5em;
  -moz-border-radius: 5%;
}

div.flyer_right{
  float: right;
  width: 15em;
  border:2px solid #fc0;
  color: #000;
  background-color: #ffc;
  margin-left:0.5em;
  padding: 5px 0.5em 5px 0.5em;
  -moz-border-radius: 5%;
}

.telephone {
  padding: 2px 0px 2px 22px;
  background-image: url(../img/phone_small.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
.fax {
  padding: 2px 0px 2px 22px;
  background-image: url(../img/fax_small.gif);
  background-position: left center;
  background-repeat: no-repeat;
}
.email {
  padding: 2px 0px 2px 22px;
  background-image: url(../img/email_small.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

@media print {

.headerimage, .nav, .infobox, .bible_verse, .no_print, .header_noprint, .backtop { display: none; }

h1 {
  color: #888;
  padding-top: 0px;
}

hr {
  background-color:#888; /* Mozilla 1.4 */
  color:#888; /* IE 6 */
  border:#888; /* Opera 7.11 */
}

div.content {
  background-color: #fff;
  margin: 0 0 0 0;
  max-width: 160em;
}

div.member {
  float: left;
  border:2px solid #888;
  background-color: #eee;
}

div.slide {
  float: left;
  border:2px solid #888;
}

.telephone {
  padding: 0px;
}

.fax {
  padding: 0px;
}

.email {
  padding: 0px;
}

.telephone:before {
  content: "Tel: ";
}
.fax:before {
  content: "FAX: ";
}
.email:before {
  content: "Mail: ";
}

}
