.hidden {
	visibility: hidden; /* sichtbar falls kein css */
}
.noprint {
	visibility: hidden; /* nicht drucken */
}

tr {
	vertical-align: top;
}

hr.clear {
	clear: both;
	visibility: hidden; /* sichtbar falls kein css */
	width: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;	/* resolve some font size issues in some layouts for some browsers. (in other words, i got no clue.) */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#all {
	min-width: 40em;	/* IE doens't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
	z-index: 1;
}

div#top {
}

div#cols1 {
	/* _border-left: solid 200px #EEEEEE; /* space for left column (padding, margin or border) */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
}

div#cols2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	z-index: 11;
}

div#middle {
	background-color: #FFFFFA;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	z-index: 30;

	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px -1px 0px; 
	width: auto;
	position: relative;
	z-index: 31;
}

div#bottom {
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	overflow: hidden;
}
div#bottomr {
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	overflow: hidden;
}


div#left {
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	overflow: hidden;
}
img#elks {
	height: 0px;
	visibility: hidden; 
}

/*
#FCF7F0 heller Hintergrund
#F0DCBC hover
#F4E6D0 selected		
*/
div#menu {
	margin: 5px 0px 5px 0px;
	position: relative;
	z-index: 21;
}
ul.m1 {
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.m1 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 1px 0px; /* b=1 für IE*/
	background-image: url(/img/line.gif);
	background-position: top;
	background-repeat: no-repeat;
}
li.m1 a, li.m1 a:link, li.m1 a:visited {
	background-color: #FCF7F0; 
	color: #010101;
	display: block;
	text-decoration: none;
	text-transform: none; /* uppercase; wird zu breit */
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 2px;
}
li.m1 a:hover, li.m1 a:active, li.m1 a:focus {
	background-color: #F0DCBC;
	color: #010101;
	text-decoration: underline;
}
li.m1s a, li.m1s a:link, li.m1s a:visited {
	background-color: #F4E6D0;
	color: #010101;
	display: block;
	text-decoration: none;
	text-transform: none; /* uppercase; wird zu breit */
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 2px;
}
li.m1s a:hover, li.m1s a:active, li.m1s a:focus {
	background-color: #F0DCBC;
	color: #010101;
	text-decoration: underline;
}
li.m1 img, li.m1s img {
	display: block;
}

ul.m2 {
	font-size: 80%;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.m2 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px; /* b=1 für IE*/
	background-image: none;
}
li.m2 a, li.m2 a:link, li.m2 a:visited {
	background-color: #FCF7F0; 
	color: #010101;
	display: block;
	text-decoration: none;
	text-transform: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 12px;
	white-space: normal;
}
li.m2 a:hover, li.m2 a:active, li.m2 a:focus {
	background-color: #F0DCBC;
	color: #010101;
	text-decoration: underline;
}
li.m2s a, li.m2s a:link, li.m2s a:visited {
	background-color: #F4E6D0;
	color: #010101;
	display: block;
	text-decoration: none;
	text-transform: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 12px;
	white-space: normal;
}
li.m2s a:hover, li.m2s a:active, li.m2s a:focus {
	background-color: #F0DCBC;
	color: #010101;
	text-decoration: underline;
}


p {
	margin-top: 0.7ex;
	margin-bottom: 0.7ex;
}

p.author {
	font-size: smaller;
	text-align: right;
}

h1 {
	margin-top: 4px;
}

img.left {
	float: left;
	margin: 1px 1ex 1px 1px;
}
img.right {
	float: right;
	margin: 1px 1px 1px 1ex;
}

ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

tr {
	text-align: left;
	empty-cells: show;
}

/* Veranstaltungen -------------------------------------------*/
ul.veran li {
	list-style-type: square;
	margin: 0.2ex 0 0.2ex 0;
}
a.veran:link {
	color: #000040;
	font-weight: bold;
	text-decoration: underline;
}
a.veran:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
a.veran:visited {
	color: #400040;
	font-weight: bold;
	text-decoration: underline;
}
span.veran {
	font-weight: bold;
}

/* Infos zu Veranstaltungen */
h3.verani {
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
}
hr.verani {
	margin-top: 1.0ex;
	margin-bottom: 0.5ex;
}

span.lsp {
	letter-spacing: 0.5ex;
}

/* Losung ----------------------------------------------------*/
div#losung {
	background-color: #FCF7F0;
	margin: 1em 0px 1em 0px;
	padding: 4px 4px 4px 4px;
	position: relative;
	text-align: center;
}
div#losung div {
	text-align: right;
	color: #FCF7F0;
}
div#losung p.TL {
   color: #008080;
   font-size: 90%;
   margin: 0.1ex 0.1ex 0.8ex 0.1ex;
}
div#losung p.IL {
   color: #800000;
   font-size: 90%;
   margin: 0.1ex 0.1ex 0.2ex 0.1ex;
}
div#losung p.L {
   color: #800000;
   font-size: 90%;
   font-weight: bold;
   margin: 0.1ex 0.1ex 0.2ex 0.1ex;
}
div#losung p.SL {
   color:  #800000;
   font-size: 90%;
   margin: 0.1ex 0.1ex 0.8ex 0.1ex;
}
div#losung p.SRCR  {
   color: #000080;
   font-size: 90%;
   margin: 0.2ex 0.1ex 0.2ex 0.1ex;
}

/***** Veranstaltungen *****/

h1 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
}

/* Gottesdiense */
h2.gd {
	clear: right;
	margin-top: -1ex;
}
img.gd {
	margin: 0 1% -1ex 1ex;
}
table.gd {
	border-style: none;
	clear: right;
	empty-cells: show;
	width: 99%; /* IE 5:( */
}
tr.gd {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}
td.gd {
	background-color: #EFEFEF;
	margin: 0;
	padding: 0px 2px 0px 2px;
	vertical-align: top;
}
td.gdd { /* Date  */
	background-color: #EFEFEF;
	margin: 0 0 0 0;
	padding: 0px 2px 0px 2px;
	width: 20ex;
	vertical-align: top;
}
td.gdt { /* Time */
	background-color: #EFEFEF;
	margin: 0 0 0 0;
	padding: 0px 2px 0px 2px;
	width: 9ex;
	text-align: right;
	vertical-align: top;
}
td.gdx { /* Text */
	background-color: #EFEFEF;
	margin: 0 0 0 0;
	padding: 0px 2px 0px 2px;
	vertical-align: top;
}

div.gd {
	
}
div.gd div.g1 {
	display: inline;
	font-weight: bold;
	margin-right: 1ex;
}
div.gd div.g2 {
	display: inline;
	margin-right: 1em;
}
div.gd div.pf {
	display: inline;
}
div.gd div.g3 {
	display: block;
}
div.gd div.pr {
	display: block;
}
div.gd div.do {
	display: block;
}
div.gd div.tx {
	display: block;
	margin: 1ex 0ex 0ex 0ex;
}

/* Dienste, Zusammenkünfte */
table.pud {
	border-style: none;
	empty-cells: show;
	width: 100%;
}
tr.pud {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}
td.pud1 {
	background-color: #EFEFEF;
	font-weight: bold;
	margin: 0;
	padding: 0px 2px 0px 2px;
	width: 20ex;
	vertical-align: top;
}
td.pud2 {
	background-color: #EFEFEF;
	margin: 0;
	padding: 0px 2px 0px 2px;
	vertical-align: top;
}

/*
Veranstaltungen, Mitarbeiter?
*/
table.lo {
	border-bottom-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
table.lo td {
	background-color: #FCF7F0;
	vertical-align: top;
}
table.lo td.td1 {
	width: 14ex;
}
ul.lo {
	margin: 2px 0px 2px 32px;
	padding: 0px 0px 0px 0px;
}



/*
 tr vertical-align bei IE OK, Opera 8.5 wirkungslos
*/

/***** Gottes Wort *****/

div.gwb {
	margin: 1em 0px 1ex 0px;
	text-align: center;
}
div.gwb p {
	margin: 0px 0px 0px 0px;
}
p.gwbt {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
p.gwbs {
	font-style: italic;
	margin: 0px 0px 0px 0px;
}

/*****  *****/

/* für einzelnes input input type checkbox/radio */
span.cb, label.cb {
	white-space: nowrap;
}
