/* CSS Document */
html {
	height: 100%;
	width: 100%;
	}
body {
	background-color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	margin: 0px auto;
	position: relative;
	}
#wrapper {
	background: url(/images/stefan_rihl_bank.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px auto;
	min-height: 1000px;
	padding: 12px;
	width: auto;
	}
#mainContent {
	}
#mainContent h1 {
	color: #6B6B6B;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 4px;	
	}
#mainContent h2 {
	color: #6B6B6B;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 4px;	
	}
#mainContent ul {
	list-style-position: ;
	list-style-type: none;
	padding-left: 0;
	}
#mainContent ul li {
	padding: 0 0 2px 0;
	}
#mainContent img {
	padding-right: 10px;
	opacity: 1.0;
	}
<!-- +++++++++++++++++++++++++++++ Infofeld Startseite -->
#sakradi {
	position: absolute;
	}	
/*#pliplaplo {
	background-color: white; 
	opacity: 0.8; 
	position: absolute; 
	width: 560px; 
	height: 1000px; 
	top: 10px; 
	left: 100px;
	}*/
	
#infos_up {
	background-image: url(/images/transpi.png);
	background-repeat: repeat;
	height: auto;
	left: 100px;
	padding: 30px;
	position: absolute;
	top: 30px;
	width: 500px;
	}
#infos_full_up {
	background-image: url(../images/transpi.png);
	background-repeat: repeat;
	height: auto;
	left: 100px;
	padding: 30px;
	position: absolute;
	top: 30px;
	width: 800px;
	}	
<!-- +++++++++++++++++++++++++++++ Footer -->

#footer {
	background-color: #000000;
	bottom: 0px;
	color: #FFFFFF;
	height: 30px;
	left: 0px;
	padding: 10px 0 0 100px;
	position: fixed;
	width: auto;
	}
#footer p {
	color: white;
	padding-left: 100px;
	}
<!-- +++++++++++++++++++++++++++++ allgemein -->
p, li {
	font-size: 16px;
	}

a.kastenlink:link {
	color: #6B6B6B;
	font-size: 0.9em;
	text-decoration: none;
	}
a.kastenlink:visited {
	color: #6B6B6B;
	font-size: 0.9em;
	text-decoration: none;
	}
a.kastenlink:hover {
	color: #000000;
	font-size: 0.9em;
	text-decoration: none;
	}
a.kastenlink:active {
	color: #000000;
	font-size: 0.9em;
	text-decoration: none;
	}
	
a.footerlink:link {
	color: #6B6B6B;
	font-size: 16px;
	font-weight: bold;
	padding: 0 4px 0 20px;
	text-decoration: none;
	}
a.footerlink:visited {
	color: #6B6B6B;
	font-size: 16px;
	text-decoration: none;
	}
a.footerlink:hover {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	}
a.footerlink:active {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	}
