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

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

	body {
		background-color: #031569;
	}
	
	#outerdiv {
	background-color: #031569;
	}
	
	#container {
		background-image: url(../images/downloadgif5.gif); /* beseitigt den Farbfehler der  .clearfloat!S */
		background-repeat: repeat-y;
	}
	
	#header {
		background-color: #8FAEE8;
	}
	
	#menu ul li a:link, #menu ul li a:visited {
    text-decoration: none;
	text-align: left;
	color:#031569;
	display:block;
 	}
	
	#mainContent2 {
		color: #000;	
		background-image: url(../images/downloadgif5.gif);
		background-repeat: repeat-y;
	}
	
	#mainContent2 h1 {
		color: #031569;
		padding-bottom: 0px;
			}
	
	#mainContent2 h2 {
		color: #B55825;
	}
	
	#downintro {
		float: left;
		width: 418px;
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 15px;
	}

	.downloadsleftbox {
		float: left;
		width: 256px;
	}
	
	.downloadsleftbox h1 {
		padding-top: 30px;
	}
	.downloadsleftbox h2 {
		padding-left: 20px;
	}
	
	.downloadsrightbox {
		float: left;
		width: 418px;
		padding-left: 20px;
		padding-top: 20px;
	}
	
	.downloadsrightbox p a:link, .downloadsrightbox p a:visited {
		color: #031569;
	}
	
	.downloadsrightbox p a:hover, .downloadsrightbox p a:active {
		color: #B55825;
		text-decoration: none;
	}
	
	.pspan {
		display: inline;
		padding-right: 10px;
	}
	
	.downpix {
	float: left;
	width: 418px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
	.downpix img {
		display: inline;
	}
	
	.downmiddle {
		margin-left: 8px;
		margin-right: 8px;
	}
	
	.downwideleft {
		margin-left: 14px;
		margin-right: 16px;
	}
	
	.downbwleft {
		margin-left: 21px;
		margin-right: 8px;
	}
	
	#footer {
		background-color: #1512A8;
	}
	
	#footer p {
			color: #E4F5F0;
	}
	
	#footer p a:link, #footer p a:visited {
		color: #E4F5F0;
	}
	
	#footer p a:hover, #footer p a:active {
		color: #B55825;
		text-decoration: none;
	}