
/* <style type="text/css"> */

/* ------------------------
# Extended Formatierungen #
------------------------ */

/* Auszeichnungsfarbe 1 */

/* Auszeichnungsfarbe 2 */

/* Farbbalken */

/* Newsspalte - Hintergrundfarbe */

#news-latest {
	background-color: #F6E6E9;
}

body {
	background-image: url('../_gfx/body-bg.gif');
}

#background {
	background-image: url('../_gfx/bg.jpg');
}

#colorbar {
	background-color: #a40623;
}

a {
	color: #a40623;
}

a:hover {
	color: #394083;
}

h1 {
	color: #394083;
}


h2 {
	color: #394083;
}


h3, h4, h5, h6 {
	color: #394083;
}

#mainnav ul li.active ul li a, #mainnav ul li.active ul li.active ul li a {
	color: #a40623;
	font-weight: normal;
}

.tx-macinasearchbox-pi1 input.searchfield {
	border-color: #a40623;
}

.tx-macinasearchbox-pi1 input#searchsubmit {
	border-color: #a40623;
	background-color: #a40623;
}

#size a.act {
	color: #394083; 
}

ul#utilitynav li a {
	background-image: url('../_gfx/pipe.gif');
}

ul#bottommenue li a {
	background-image: url('../_gfx/pipe.gif');
}

#mainnav .rgmspecial {
	background: url('../_gfx/menu-external.gif') right center no-repeat;
	padding-right: 14px;
}

/* Predigtentabelle */

.sermon-list {
	margin-bottom: 1em;
	float: left;
}

	.sermon-list h2 {
		background: #A40623;
		margin: 0px;
		padding: 3px;
		color: #ffffff;	
	}
	
	.sermon-list-content {
		float: left;
	}
	
		.sermon-item {
			border-bottom: #A40623 solid 1px;
			float: left;
			display: inline;
			width: 400px;
		}
	
			.sermon-title {
				width: 400px;
				vertical-align: text-bottom;
				position: relative;
				background: #FFED9D;
				margin-top: 1px;
				float: left;
				display: inline;
			}
			
				.sermon-title h3 {
					float: left;
					display: inline;
					width: 250px;
					margin: 3px;
					padding: 0px;
					clear: none;
				}
				
				.sermon-title h3 a {
					color: #A40623;
				}
				
					.sermon-title h3 a:hover {
						color: #394083;
					}
				
				.sermon-title h4 {
					float: right;
					display: inline;
					width: 110px;
					margin: 3px;
					padding: 0px;
					font-weight: normal;
					text-align: right;
					clear: none;
				}
				
				.sermon-list h5 {
					margin: 3px;
					padding: 0px;
					float: left;
					display: inline;
					clear: none;
				}
				
				.sermon-preacher {
					float: left;
					display: inline;
					width: 245px;
				}
				
					.sermon-preacher p {
						float: left;
						display: inline;
					}
				
				.sermon-date {
				 	float: right;
				 	display: inline;
				 	width: 135px;
					margin-right: 3px;
				}
				
					.sermon-date h5 {
						float: right;
						display: inline;
					}
					
					.sermon-date p {
						float: right;
						display: inline;
					}
