/* Bitte fuer die Farbwelten beachten: */

/* Dieses Stylesheet verwendet folgende Farben */
/* #900010 sind die violetten Titel */
/* #00303c ist der dunkelgruene Text */
/* #00303c ist der dunkelgruene Hintergrund auf der rechten Seite (kommt nur einmal vor: background-color) */

/* Das Hintergrundbild ist unter "background: url()" festgelegt */

body { margin-left: 80px;
	   margin-right: 20px;
	   margin-top: 125px;
	   min-height: 900px;
	   height: auto !important;
	   height: 900px;
	   background: url(images/background_geistlich.gif);
	   background-repeat: no-repeat;
	   background-position: left top;
	   background-color: #00303c}

h1 {color: #700020;  font-size: 27px; font-family: arial, helvetica, sans-serif} 

h2 {color: #700020;  font-size: 23px; font-family: arial, helvetica, sans-serif} 

h3 {color: #700020;  font-size: 20px; font-family: arial, helvetica, sans-serif} 

h4 {color: #700020;  font-size: 17px; font-family: arial, helvetica, sans-serif}

th {
	
	align: left;

}

p {

	color: #00303c;

	font-size: 13px;

	font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;

	text-align: justify;

}

p.center {

	color: #00303c;

	font-size: 13px;

	font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;

	text-align: center;

}

p.color {color: #00303c;  font-size: 13px; font-family: arial, helvetica, sans-serif}

p.small {color: #00303c;  font-size: 12px; font-family: arial, helvetica, sans-serif}

p.smallcolor {color: #700020;  font-size: 12px; font-family: arial, helvetica, sans-serif}

p.footer {color: #00303c;  font-size: 11px; font-family: arial, helvetica, sans-serif}

p.subtitle {

	 color: #700020;

	 font-size: 13px;

	 font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;

	 font-weight: bold;
	 
	 text-align: left;

}p.big {

	 color: #00303c;

	 font-size: 16px;

	 font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;

	 font-weight: bold;

}

p.bigger {

	 color: #00303c;

	 font-size: 24px;

	 font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;

	 font-weight: bold;

}

p.gigantic {

	 color: #00303c;

	 font-size: 36px;

	 font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;

	 font-weight: bold;

}

p.header {
	color: #700020;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	font-weight: bold;


}



a {

	color: #700020;

	text-decoration: none;

	font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;

} 

:hover {

    color: #00303c; 

}

a.white {
	color: #00303c;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;


} 

a.menu {
	color: #00303c;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;


} 

.menu:hover {

    color: #700020; 

}



table.menu {

	border: 0px;

}

th {

	font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;

	font-size: 12px;

	color: #00303c;

	vertical-align: center;
	
	align: left;

}	

td {

	font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;

	font-size: 12px;

	color: #00303c;

	vertical-align: center;

}

td.fotos {

	background-color: #00303c;

	vertical-align: center;

}

td.menu {
	font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	background-color: none;
	font-weight: normal;
}

td.chor {
		font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #00303c;
		font-weight: normal;
		}

td.instrument {
		font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #700020;
		font-weight: normal;
		}

.floatImgLeft {
	margin-right: 1em;
	float: left;
	margin-bottom: 1em;
}
.floatImgRight { margin-left: 1em; float: right; }

dt {
	margin-top: 1em;
	font-style: italic;
}
dd { margin-top: 0.5em; }

dl.floatImgLeft { float: left; margin-right: 1em; }
dl.floatImgLeft dt { margin: 0; }
dl.floatImgLeft dd { margin: 0; } // verhindert das Einrücken und den Abstand nach oben 

dl.floatImgRight { float: right; margin-left: 1em; }
dl.floatImgRight dt { margin: 0; }
dl.floatImgRight dd {
	margin: 0;
} // verhindert das Einrücken und den Abstand nach oben 


