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

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

body {
		background-color: #23275C;
	}
	
	#outerdiv {
		background-color: #23275C;
	}
	#header {
		background-color: #C6BE85;
	}
	
	#mainContent2 {
		color: #000;	
		background-color: #FFF4E3;
	}
	
	#container {
		background-color: #FFF4E3; /* beseitigt den Farbfehler der  .clearfloat: */
	}

	#mainContent2 h1{
		color: #993333;
		/* font-weight: bold; */
		
	}
	
	#mainContent2 blockquote {
		margin-left: 40px;
		margin-right: 40px;
	}
	
	#mainContent2 p.pressref {
		margin-top: -1em;
		margin-left: 40px;
	}
	
	#mainContent2 h2 {
		color: #23275C;
		font-weight: bold;
	}
	
	#footer {
		background-color: #D76562;
	}
	
	#footer p {
			color: #FFF4E3;
	}
	
	#footer p a:link, #footer p a:visited {
		color: #FFF4E3;
	}
	
	#footer p a:hover, #footer p a:active {
		color: #23275C;
		text-decoration: none;
	}
	
	/* ===== Die Styles für den Swiffycontainer ===== */
	#swiffycontainer {
		width: 792px;
		height: 106px;
		overflow: hidden;
		background-image: url(../images/newcornerpixtop_6n.gif);
		background-repeat: no-repeat;
	}