@charset "utf-8";
/* CSS Document */

/* ===== Die Styles für die News-Page ===== */

	body {
		background-color: #25261E;
	}
	
	#outerdiv {
		background-color: #25261E;
	}
	
	#container {
		background-image: url(../images/newsgif5.gif); /* beseitigt den Farbfehler der  .clearfloat!S */
		background-repeat: repeat-y;
	}
	
	#header {
		background-color: #FFF;
	}
	
	#mainContent2 {
		color: #000;	
		background-image: url(../images/newsgif5.gif);
		background-repeat: repeat-y;
	}
	
	#mainContent2 h1 {
		color: #591202;
	}
	
	#mainContent2 h2 {
		color: #25261E;
		font-weight: bold;
	}
	
	#mainContent2 p a:link,#mainContent2 p a:visited {
		color:#23275C;
	}
	
	#mainContent2 p a:hover, #mainContent2 p a:active {
		color: #BB4E61;
		text-decoration: none;
	}
	
	.news h2 {
		padding: 0 0 10px 0;
	}
	
	.news p {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.news h
	
	div.news {
		margin-bottom: 10px;	
	}
	
	#footer {
		background-color: #722D00;
	}
	
	#footer p {
		color: #FFFBF1;
	}
	
	#footer p a:link, #footer p a:visited {
		color: #FFFBF1;
	}
	
	#footer p a:hover, #footer p a:active {
		color: #CBF2FF;
		text-decoration: none;
	}

/* ===== Die Styles für den Flowplayer ===== */

/* Der Audio-Player */
a.audio-player {
    /* container dimensions */
    display: block;
	width: 408px; /* Breite der Scrollbar! */
	height: 20px;
	
	/* zentriert das Video */
	/* margin-left: auto; */
	/* margin-right: auto; */
	margin-left: 0px;
    border: 0px;     

	/* make play button centerered horizontally */  
    text-align: center;      
}

/* ===== Die Styles für die Highlights ===== */

.banner {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.highlight {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	/* margin-left: 38px; */
	color: #23275C;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

/* der JW-Player */
#video {
	margin-top: 10px;
}

/* Mediaelements.js */
.videoWrapper {
	margin-top: 10px;
}

/* ===== Paragraphen - Styles - Indent ===== */

div.news p.p-indent {
	padding-left: 20px;
}

div.news p.d-indent {
	padding-left: 24px;
}

div.news p.p-top {
	margin-top: 4px;
}

div.news h2.h2-center {
	text-align: center;
}

div.news p.newsref {
	text-align: right;
	margin-top: 0.5em;
}

/* ===== Die Styles für den Swiffycontainer ===== */
	#swiffycontainer {
		width: 792px;
		height: 106px;
		overflow: hidden;
		background-image: url(../images/newcornerpixtop_3n.gif);
		background-repeat: no-repeat;
	}