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

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

	body {
		background-color: #120D0D;
	}
	
	#outerdiv {
	background-color: #120D0D;	
	}
	
	#container {
		background-image: url(../images/contactgif5.gif); /* beseitigt den Farbfehler der  .clearfloat!S */
		background-repeat: repeat-y;
	}
	
	#header {
		background-color: #C8CAD4;
	}
	
	#mainContent2 {
		color: #000;	
		background-image: url(../images/contactgif5.gif);
		background-repeat: repeat-y;
	}
	
	#mainContent2 h1 {
		color: #888C64;
		padding-left: 20px;
	}
	#mainContent2 h2 {
		color: #176847;
		font-weight: bold;
	}
		
	.kontakt h2 {
		padding: 0 0 10px 0;
	}
	
	.kontakt p {
		padding-top: 0px;
		padding-bottom: 0px;
		
	}
	
	#mainContent2 p a:link,#mainContent2 p a:visited {
		color:#888C64;
	}
	
	#mainContent2 p a:hover, #mainContent2 p a:active {
		color: #BB4E61;
		text-decoration: none;
	}
	
	#footer {
		background-color: #165128;
	}
	
	#footer p {
			color: #C8CAD4;
	}
	
	#footer p a:link, #footer p a:visited {
		color: #C8CAD4;
	}
	
	#footer p a:hover, #footer p a:active {
		color: #BB4E61;
		text-decoration: none;
	}