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

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

	body {
		background-color: #121B69;
	}
	
	#outerdiv {
		background-color: #121B69;
	}
	#header {
		background-color: #81A5F4;
	}
	
	#menu ul li a:link, #menu ul li a:visited {
    text-decoration: none;
	text-align: left;
	color:#121B69;
	display:block;
 	}
	
	#mainContent2 {
		color: #000;	
		background-color: #D7D2DC;
	}
	
	#container {
		background-color: #D7D2DC; /* beseitigt den Farbfehler der  .clearfloat: */
	}
	
	#mainContent2 p {
		padding: 0 0 5px 20px;
		}

	#mainContent2 h1 {
		color: #993333;
	}
	
	#mainContent2 h2 {
		color: #121B69;
		font-weight: bold;
	}
	
	#mainContent2 p a:link,#mainContent2 p a:visited {
		color:  #121B69;
	}
	
	#mainContent2 p a:hover, #mainContent2 p a:active {
		color: #993333;
		text-decoration: none;
	}
	
	.analytics {
		font-size: 1.1em;
	}
	
	#footer {
		background-color: #5862E8;
	}
	
	#footer p {
			color: #D7D2DD;
	}
	
	#footer p a:link, #footer p a:visited {
		color: #D7D2DD;
	}
	
	#footer p a:hover, #footer p a:active {
		color: #000;
		text-decoration: none;
	}