@charset "iso-8859-1";

/* zuletzt Geändert am 24. November 2010, gilt ab Paulinus-Ausgabe 25/2010 */


/* -- Allgemeine Stilvorlagen für HTML-Elemente  -- */

/* Scrollbars in Firefox immer zeigen 
html {
	height: 101%
	}
*/
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	margin: 1em 1em 1em;
}

a:link {
	color: #CC0000;
	text-decoration: none;
	}
 	
a:visited {
	color: #000000;
	}
	
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

p {
	line-height: 130%;
	}
	
	
/* h1 nur für die Hauptüberschrift */		
h1 {
	font-size: 200%;
	font-weight: bolder;
	}

/* h2 nur für die Zwischenüberschriften */	
h2, zwiti {
	font-size: 115%;
	line-height: 140%;
	color: #333333;
	font-weight: lighter;
	}

/* h3 für HL-Meldungen, SubHL-Evangelium, Vorspann Termine + Geburtstage */	
h3  {
	font-weight: bold;
	margin-top: 2em;	
	}
/* h4 für RubrikHL in der content-Datei */
h4
{
	font-size: 95%;
}

	
/* --------------------- CSS-Klassen Allgemein -----------*/	
	
.grau {
	color: #999999
	}

.rot {
	color: #CC0000
	}
	
.small {
	font-size: smaller;
	}	
	
	
/* ------------------ CSS-Klassen für bestimmte Seitenelemente ---------*/	

/* für die Autorenzeile */	
p.autor {
	font-weight: bold;
	}
	
/* .vorspann zusammen mit der Auszeichnung <strong> 
für den Vorspann/Teaser */	
.vorspann {
	font-size: 100%;
	border-top-color: #FFFFFF;
	line-height: 140%;
	font-weight: bolder;
	}

/* .BU gilt nur für die Fotos in den alten Tabellenkonstruktionen bis Paulinus 46/2010 */
.BU {
	font-size: 80%;
	line-height: 120%;
	}

.verweis_printausgabe {
	font-size: 82%;
	border-top: dotted #ccc 1px;
	border-bottom: dotted #ccc 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 140%;
	}
#verweis_online
{
	font-size: 90%;
	list-style-position: inside;
	list-style-type: none;
}
#verweis_online ul
{
	line-height: 150%;
	margin-top: 6px;
	list-style-type: none;
}
#verweis_online blockquote
{



}

#verweis_online a
{
	text-decoration: none;
}
#verweis_online a:hover
{
	font-weight: bold;
	font-size: 90%;
}





address {
	color: #FF0000;
	font-size: 80%;
	font-style: normal;
	}

.termin_rubrik
	{
	color: #CC0000;
	margin-top: 1em;
	letter-spacing: 1px;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 2px;
	padding-top: 1em;
	}

.trennlinie
	{
	color: #000000;
	letter-spacing: 1px;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 2px;
	}
	
.interview_frage
	{
	font-weight: bold;
	padding-top: 1em;
	padding-left: 1em;
	font-size: 97%;
	color: #515151;
	line-height: 140%;
}

/* --CSS-Klassen floatende Bildboxen formatiert mit Defenitionliste --*/

dl.bildbox300 {
	background-color: white;
	float: left;
	width: 300px;
	border: 1px solid #ccc;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	margin: 10px 20px 20px 0; /* Abstand zum Text */
	padding: 5px;
	clear: both;
	}
	
dl.bildbox200 {
	background-color: white;
	float: left;
	width: 200px;
	border: 1px solid #ccc;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	margin: 10px 20px 20px 0; /* Abstand zum Text */
	padding: 5px;
	clear: both;
	}
	
dl.bildbox150 {
	background-color: white;
	float: left;
	width: 150px;
	border: 1px solid #ccc;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	margin: 10px 20px 20px 0; /* Abstand zum Text */
	padding: 5px;
	clear: both;
	}
	
dl.bildbox150_rechts {
	background-color: white;
	float: right;
	width: 150px;
	border: 1px solid #ccc;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	margin: 10px 0px 20px 20px; /* Abstand zum Text */
	padding: 5px;
	clear: both;
	}
	
dl.thumb200
{
	background-color: white;
	float: left;
	width: 200px;
	border: 1px solid #ccc;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	margin: 0 20px 20px 0; /* Abstand zum Text */
	padding: 8px;
}	
		
dd.bildtext {
	font-size: 85%;
	line-height: 120%;
	text-align: left;
	margin: 0;
	padding: 5px 0 5px 0;
	}
	
		
	
dd.fotograf {
	font-size: 85%;
	margin: 0;
	}
	
dd.basic {
	text-align: left;
	margin: 0;
	}		
	
	.fussnote
{
	font-size: 78%;
	border-top: dotted #ccc 1px;
	padding-top: 5px;
	line-height: 140%;
}

/* --Formatierung der content.html-Datei (id=navigation) */



#navigation a {
	line-height: 125%;
	font-size: 83%;
	text-decoration: none;
	}
#navigation ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 1ex;
	margin-top: -1em;
}

	
#navigation a:visited {
	text-decoration: none;
	color: #000000;
	}	
	
#navigation a:focus,
#navigation a:hover,	
#navigation a:active {
	font-weight: bold;
	font-size: 75%;
	}
	
.content_rubrik
	{
	color: #333333;
	margin-top: 0.5em;
	letter-spacing: 1px;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 2px;
	padding-top: .5em;
	}	

/* -- Formatierung der Datei 'Außerdem' */	
	
#ausserdem h3
{
	font-size: 1em;
	margin-top: 1.2em;
}	

#ausserdem dt
{
	line-height: 130%;
	font-size: 90%;
}

	
/* --Formatierung der Breadcrum-Navigation (id=breadcrumb) */	

#breadcrumb
{
	font-size: 75%;
	float: left;
	border: 0;
}


#breadcrumb a
{
	text-decoration: none;
}

#breadcrumb a:hover,	
#breadcrumb a:active 
{
	text-decoration: underline;
	}	
#drucken a
{
	color: #FFFFFF;
	border: 0px solid;
	text-decoration: none;
	float: right;
}

#clearfix
{
	clear: both;
	margin: 0;
	padding: 0;
}	
	
/* --Formatierung der serviceInternet_fb.html-Datei */	
/* --Datei mit Seitenkopf für Verlinkung von Facebook */
				
#wrapper
{
	color: #000000;
	background-color: #FFFFFF;
	width: 809px;
}

#top
{
	background-color: #FFFFFF;
	height: 93px;
	overflow: hidden;
	border: 0;
	margin-bottom: 1em;
}



#top a
	{
	color: #ffffff;
	text-decoration: none;
	border: 0;
	
}






.clearfix
{
	clear: both;
	margin: 0;
	padding: 0;
}

