/* --- Allgemeine Deklarationen --- */

body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

td, th, ul, li, input, textarea {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* --- Content-Bereich --- */

a {
	color: #008000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #C6C6C6;
}

a.image {
	text-decoration: none;
}


p {
	margin: 1em 0 1em 0;
}


h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0 0 .8em 0;
}


h2 {
	font-size: 12pt;
	margin: 1em 0 1em 0;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 1em 0 .5em 0;
	clear: left;
}


table {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px;
}

th {
	font-weight: bold;
	background-color: #008000;
	padding: 4px;
	color: white;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}


hr {
	height: 1px;
	border: none;
	color: #000000;
	background-color: #000000;
}

ul {
	margin-left: 16px;
	padding-left: 0px;
}

li {
	list-style-type: square;
	margin-bottom: 6px;
}

img {
	border: none;
}

.error {
	color: #C80000;
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.rightfloat {
	float: right;
}

.small {
	font-size: 90%;
}

.tiny {
	font-size:75%;
}

.gray {
	color: #777777;
}

.bold {
	font-weight: bold;
}

.Public {
	background-color: #FDFBE1;
}

.red {
	color: #C80000;
}

/* --- Eingabecontrols --- */

table.Inputs {
	border: none;
}

table.Inputs th {
	border-style: none;
	padding: 0px 8px 8px 0px;
	vertical-align: top;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #333333;
}

table.Inputs td {
	border-style: none;
	padding: 0px 8px 8px 0px;
	vertical-align: top;
}

table.Inputs td.RightPad {
	padding: 0px 24px 8px 0px;
}

table.Inputs td.middle {
	vertical-align: middle;
}

input[type=text], input[type=password],
select,
textarea {
  border: solid 1px #AAAAAA;
  background-color: #FAFAFA;
  color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input[type=checkbox] {
	padding: 0;
  color: #000000;
	margin: .4ex 0 .4ex 0;
}

input[type=radio] {
	padding: 0;
  color: #000000;
	margin: .4ex 0 .4ex 0;
}


input[type=text].bold {
	font-weight: bold;
}

input[type=submit],
input[type=button],
input[type=reset]
 {
	width: 8em;
	height: 25px;
	color: #333333;
	margin: 12px 12px 0 0;
}

input.Public {
	background-color: #FDFBE1;
}

/* --- Abschnitte --- */

div#Head {
	width: 100%-22px;
	height: 38px;
	background-color: #008000;
	background-color: #017F01;
	color: white;
	font-size: 20px;
	padding: 10px 0 0 10px;
}


div#Navi {
	width: 100%-22px;
	background-color: #008000;
	background-color: #017F01;
	color: white;
	padding: 10px 0 10px 10px;
	margin: 2px 0 2px 0;
}

div#Navi a {
	color: white;
}

div#Navi a:hover {
	background-color: white;
	color: #333333;
	text-decoration: none;
}

div#Navi h3 {
	margin: .5em 0 .5em 10px;
}

div#Navi p {
	margin: 4px 0 4px 0;
}

div#Navi .gray {
	color: #AAAAAA;
}

div#Body {
	padding: 10px 0px 24px 10px;
}

table.Manager {
	border: solid 1px #008000;
}

table.Manager th {
	background-color: #008000;
	color: white;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	font-weight: normal;
}

table.Manager th a {
	color: white;
	text-decoration: underline;
}

table.Manager.Grid th {
	border: solid 1px #008000;
	border-color: #008000 #008000 #008000 white;
}

table.Manager td {
	text-align: left;
	vertical-align: top;
	padding: 2px 4px 2px 4px;
	border: solid #008000;
	border-width: 1px 0 1px 0;
}

table.Manager.Grid td {
	border-width: 1px;
}

table.Manager td.center {
	text-align: center;
}

table.Manager th.Action {
	border: solid #004F00;
	border-width: 0 1px 0 1px;
	padding: 4px 8px 4px 8px;
}

table.Manager td.Action {
	padding-left: 8px;
	padding-right: 8px;
	border-width: 1px;
}



.SameDay {
	border: none;
}

.Day {
	font-size: 20px;
	color: #555555;
	font-weight: bold;
}

.Month {
	font-size: 85%;
	color: #555555;
}

.Titel {
	color: #333333;
}

.TitelGD {
	color: #990099;
}

.Untertitel {
	color: #333333;
	font-size: 80%;
}

.Beschreibung {
	font-size: 80%;
	color: #777777;
}

.Sunday {
	color: #BD2D15;
}

.NotHere {
	color: #888888;
}

.Today {
	background-color: #FCFED6;
}

.Passed {
	background-color: #777777;
}

table.Manager tr.Passed td {
	color: #BBBBBB;
}

.Bold {
	border: solid 2px #008000;
}

.Gottesdienst {
	background-color: #990099;
	color: white;
	font-weight: bold;
	padding: 2px 1px 2px 1px;
}

.Veranstaltung {
	background-color: #FF8F20;
	color: white;
	font-weight: bold;
	padding: 2px 1px 2px 1px;
}

.Hervorgehoben {
	background-color: #FFFF04;
	color: #006000;
	font-weight: bold;
	padding: 2px 1px 2px 1px;
}


tr.Month {
	font-weight: bold;
	height: 3em;
	background-color: #008000;
}

tr.Month td {
	vertical-align: middle;
	font-size: 140%;
	color: white;
}

tr.KW {
	background-color: #009D00;
}

tr.KW td {
	vertical-align: middle;
	font-size: 14pt;
	color: white;
	padding: 6px 4px 6px 4px;
}

tr.Tageszeile {
	background-color: #E1E1E1;
}

tr.Tageszeile td {
	vertical-align: middle;
	color: #333333;
	font-size: 13pt;
}

tr.Tageszeile td a {
	color: #333333;
}

tr.Tageszeile td.Action a {
	color: #008000;
	font-size: 9pt;
}

tr.Sonntagszeile {
}

tr.Sonntagszeile td,
tr.Sonntagszeile td a {
	color: #BD2D15;
}

tr.Passed {
	background-color: #818181;
}



table.Manager .Time {
	/* vertical-align: middle; */
	text-align: center;
}

.Einschub {
	font-weight: bold;
	font-size: 13pt;
	color: #333333;
}

div.Suche {
	margin: 4px 0 4px 0;
	padding: 1px 0 1px 0;
	width: 100%;
	background-color: #DDDDDD;
}

div.Suche p {
	margin: 6px 0 6px 4px;
}

div.Suche a {
	padding: 2px;
	margin: 0 4px 0 0;
	background-color: #008000;
	color: white;
}

div.Suche a.Hier {
	background-color: #006400;
	font-weight: bold;
}

div.Suche a.Aktiv {
	background-color: #FFFF00;
	color: #333333;
}

div.ErrorMsg {
	border: solid 4px #C80000;
	padding: 0 1ex 0 1ex;
	margin: 1em 0 2em 0;
	color: #C80000;
}

div.ErrorMsg h3,
div.ErrorMsg p {
	margin: 1em 0 1em 0;
}
