/*******************************************************************
* Style: Allgemein
*******************************************************************/

#body {
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#lay_wrapper {
	font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  color: #000000;
}

/*******************************************************************
* Style: Header (Logo)
*******************************************************************/

#header {
	margin: 0px;
	padding: 5px;
}

/*******************************************************************
* Style: Subheader  (Hilfsnavigation)
*******************************************************************/

#subheader {
	margin: 0px;
	padding: 3px 210px 0px 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
  text-align: right;
}

#subheader a {
	color: #FFFFFF;
	text-decoration: none;
}

/*******************************************************************
* Style: Navigationspfad
*******************************************************************/

#navpath {
	margin: 0px;
	padding: 0px 10px 5px 10px;
	font-size: 11px;
}

#navpath a {
	color: #000000;
	text-decoration: none;
}

/*******************************************************************
* Style: Main-Navigation
*******************************************************************/

#navigation, #navigation a {
	color: #003399;
	margin: 0px;
  padding: 0px;
  text-decoration: none;
}

#navigation a:hover {
	font-weight: bold;
}

/*******************************************************************
* Style: Content
*******************************************************************/

#content {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
}

#content h1 {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
	color: #003399;
	font-weight: normal;
 	font-style: normal;
  text-decoration: none;
	border-bottom: 1px solid #003399;
}

#content h2 {
	margin: 0px 0px 5px 0px;
  padding: 0px;
	font-size: 14px;
	color: #003399;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#content h3 {
	margin: 0px 0px 5px 0px;
  padding: 0px;
	font-size: 12px;
	color: #003399;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#content p, #content td {
	margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 12px;
	line-height: 1.5;
	color: #000000;
	font-weight: normal;
  font-style: normal;
  text-align: justify;
}

#content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	line-height: 1.5;
}

#content li {
	margin: 2px 0px 0px 0px;
  padding: 0px;
}

#content a {
	color: #000000;
  text-decoration: underline;
}

#content img {
	border: 0px;
}

table.content {
	border-collapse: collapse;
	border: 1px solid #808080;
}

td.content {
border-collapse: collapse;
border: 1px solid #808080;
vertical-align: top;
}

/*******************************************************************
* Style: Teaser
*******************************************************************/

#teaser {
font-size: 11px;
}

#teaser h1 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
 	font-style: normal;
  text-decoration: none;
	border-bottom: 1px solid #003399;
}

#teaser p {
	margin: 0px 0px 5px 0px;
  padding: 0px;
	font-size: 11px;
}

/*******************************************************************
* Style: Bottom-Navigation
*******************************************************************/

#bottom {
	margin: 0px;
  padding: 3px 0px 3px 0px;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #003399;
}

#bottom a {
	color: #000000;
	text-decoration: none;
}

/*******************************************************************
* Style: Footer (Copyright)
*******************************************************************/

#copyright {
	margin: 0px;
  padding: 0px;
	font-size: 9px;
	color: #666666;
	text-align: center;
}

#copyright a {
	color: #666666;
	font-weight: normal;
}

/*******************************************************************
* Style: Terminliste
*******************************************************************/

#termin {
	margin-bottom: 25px;
}

#termin p.datum {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
  font-style: normal;
}

#termin p.titel {
	margin: 0px;
  padding: 0px;
  line-height: 1.0;
  font-size: 13px;
  color: #003399;
	font-weight: bold;
  font-style: normal;
  }

#termin p, p.beschreibung, #termin li {
	margin: 5px 0px 5px 0px;
	font-style: italic;
}

#termin p.info {
	margin: 0px;
	font-weight: bold;
  font-style: normal;
}

#termin p.ort {
	margin: 0px;
  padding: 0px;
	font-weight: normal;
  font-style: normal;
}

/*******************************************************************
* Style: Verschiedenes
*******************************************************************/
#kontaktbox {
	width: 300px;
	margin: 20px 0px 0px 0px;
	padding: 2px;
  background-color: #e5e5e5;
  border: 1px dashed #003399;
}

#noscreen {
display: none;
}

/*******************************************************************
* Style: Hacks
*******************************************************************/

#teaser p.dummy {				/* Dummy-Absatz. Behebt den Fehler, dass im IE6 im Teaser die erste Überschrift */
font-size: 0px; 			/* (Nächster Gottesdienst) ohne border-bottom angezeigt wird. */
height: 0px;
}
