@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
* {
	box-sizing: border-box;
}
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-x: hidden;
	background-color: #121212;
	font-family: "Open Sans";
	font-size: 15px;
	color: #E0E0E0;
}

#centercontainer {
	position: absolute;
	top: 0px;
	left: -2000px;
	right: -2000px;
	max-width: 1600px;
	margin: 0 auto;
}

<!-- /* HEADER */ -->
header {
	position: relative;
	background-image: url(../img/header.jpg);
	width: 1600px;
	height: 371px;
}
header #logo {
	position: absolute;
	right: 495px;
}

<!-- /* NAV */ -->
nav {
	position: relative;
	background-image: url(../img/navigation_bg.jpg);
	width: 1600px;
	height: 123px;
}

nav ul {
	position: absolute;
	left: 323px;
	
	padding: 0;
	margin: 0;
	list-style-type: none;
}
nav li { 
	float: left;
}
nav li a {
	text-decoration: none;
	display: block;
	height: 123px;
	background-image: url(../img/navigation.jpg);
	
	line-height: 123px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.9),0px 1px 0px rgba(37, 24, 6, 0.9);
	color: rgb(255, 169, 66);
}
nav li a:hover {
	text-decoration: none;
}
nav li:nth-child(1) a { 
	width: 164px;
	background-position: 0px 0px;
}
nav li:nth-child(1) a:hover { background-position: 0px -123px !important; }
nav li:nth-child(2) a {
	width: 175px;
	background-position: -164px 0px;
}
nav li:nth-child(2) a:hover { background-position: -164px -123px !important; }
nav li:nth-child(3) a {
	width: 153px;
	background-position: -339px 0px;
}
nav li:nth-child(3) a:hover { background-position: -339px -123px !important; }
nav li:nth-child(4) a {
	width: 164px;
	background-position: -492px 0px;
}
nav li:nth-child(4) a:hover { background-position: -492px -123px !important; }
nav li:nth-child(5) a {
	width: 154px;
	background-position: -656px 0px;
}
nav li:nth-child(5) a:hover { background-position: -656px -123px !important; }
nav li:nth-child(6) a {
	width: 149px;
	background-position: -810px 0px;
}
nav li:nth-child(6) a:hover { background-position: -810px -123px !important; }

<!-- /* MAIN ASIDE */ -->
#centercontainer > aside {
	background-image: url(../img/top.jpg);
	width: 1600px;
	height: 425px;
}

<!-- /* TUCH / Banner */ -->
#infobox {
	position: relative;
	top: -30px;
	background-image: url(../img/tuch2.png);
	width: 1072px;
	height: 400px;
	margin: 0 auto;
	padding: 71px;
	pointer-events: none;
}
#infobox section {
	width: 310px;
	float: left;
	pointer-events: visible;
}
#infobox section h5 {
	padding: 0 0 .5em 0;
	margin: 0;
	
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.9),0px 1px 0px rgba(37, 24, 6, 0.9);
	font-size: 15px;
	color: rgb(255, 169, 66);
}

<!-- /* LEFT BOX */ -->
#infobox section.leftbox ul {
	position: relative;
	width: 30%;
	margin: 0 auto;
	padding: 0;
}
#infobox section.leftbox li {
	list-style-type: none;
	font-size: 11px;
	color: rgb(255, 255, 255);
	text-align: left;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.004);
	padding: 2px 0;
}
.green-icon:after, .red-icon:after {
	position: absolute;
	content: '';
	background-image: url(../img/StatusIcon.png);
	background-position: 0 0;
	display: inline-block;
	width: 17px;
	height: 17px;
	right: 0;
}
.green-icon:after {
	background-position: 0 -17px !important;
}

<!-- /* MIDDLE BOX */ -->
#infobox section.middlebox {
	padding: 1em;
}
#infobox section.middlebox a {
	display: block;
	width: 238px;
	height: 69px;
	margin: .5em auto;
	background-image: url(../img/blockbuttons.png);
	color: transparent;
}
#infobox section.middlebox .download { background-position: 0 0; }
#infobox section.middlebox .download:hover { background-position: 0 -69px; }
#infobox section.middlebox .vote4us { background-position: -238px 0; }
#infobox section.middlebox .vote4us:hover { background-position: -238px -69px; }

#infobox section.middlebox .vote4us[disabled] {
   pointer-events: none;
   cursor: default;
}
#infobox section.middlebox .vote4us[disabled] {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

<!-- /* RIGHT BOX */ -->
#infobox section.rightbox form {
	width: 220px;
	margin: 0 auto;
}
#infobox section.rightbox input[type="text"], #infobox section.rightbox input[type="password"] {
	width: 188px;
	height: 35px;
	margin: 5px;
	background-image: url(../img/eingabefeld.png);
	background-color: transparent;
	border: 0px;
	display: inline-block;
	
	font-size: 11px;
	color: rgb(255, 255, 255);
	text-align: center;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.004);
}
#infobox section.rightbox ::-webkit-input-placeholder { text-align: center; }
#infobox section.rightbox :-moz-placeholder { /* Firefox 18- */ text-align: center; }
#infobox section.rightbox ::-moz-placeholder {  /* Firefox 19+ */ text-align: center; }
#infobox section.rightbox :-ms-input-placeholder { text-align: center; }
#infobox section.rightbox input[type="submit"] {
	float: left;
	width: 104px;
	height: 47px;
	background-image: url(../img/anmelden_button.png);
	background-position: 0 0;
	background-color: transparent;
	border: 0px;
	
	color: transparent;
}
#infobox section.rightbox input[type="submit"]:hover {
	background-position: 0 -47px;
}
#infobox section.rightbox a {
	margin-top: 3px;
	
	text-decoration: none;
	color: #8A8A8A;
	font-size: 9px;
}
#infobox section.rightbox a.highlight, #infobox section.rightbox a:hover { color: rgb(255, 255, 255); }

<!-- /* SLIDER */ -->
#sliderbox {
	position: relative;
	top: -100px;
	z-index: 10;
	width: 953px;
	height: 223px;
	margin: 0 auto;
	background-image: url(../img/slider_umrandung.png), url(../img/slider_bild.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
}

<!-- /* CONTENT */ -->
#content {
	position: relative;
	z-index: 0;
	width: 1600px;
	margin: 0 auto;
	padding: 0 30px 400px 30px;
	background-image: url(../img/bottom-footer.jpg), url(../img/middle.jpg);
	background-repeat: no-repeat, repeat-y;
	background-position: bottom center, top center;
}
#content > :first-child { 
	width: 920px;
	margin: 0 auto;
	padding-top: 150px;
}
<!-- /* SIDEBAR */ -->
#content aside {
	position: relative;
	float: right;
	width: 345px;
}

#content aside div.sidebarbox {
	padding: 0 1.5em;
	min-height: 100px;
	background-image: url(../img/box_top.png), url(../img/box_mid.png);
	background-repeat: no-repeat, repeat-y;
	background-position: left top, left top;
}
#content aside div.sidebarbox + div {
	content: ' ';
	display: inline-block;
	width: 344px;
	height: 100px;
	background-image: url(../img/box_bot.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	
	text-align: center;
}

#content aside div.sidebarbox > h3 {
	margin: 0 -1.3em;
	padding: .5em;
	width: 344px;
	height: 70px;
	background-image: url(../img/headline_small.png);
	background-repeat: no-repeat;
	
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.9),0px 1px 0px rgba(37, 24, 6, 0.9);
	font-size: 15px;
	color: rgb(255, 169, 66);
}

<!-- /* ARTICLE */ -->
#content article {
	float: left;
	width: 562px;
	margin-bottom: 2em;
	color: #C0C0C0;
}
#content article > h2:first-child {
	position: relative;
	width: 562px;
	height: 56px;
	margin: 0;
	padding: 7px 12px;
	
	background-image: url(../img/news_ueberschrift.png);
	
	font-size: 17px;
	font-weight: normal;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.004);
}
#content article > h2:first-child span {
	position: absolute;
	right: 15px;
	bottom: 27px;
	font-size: 11px;
}
#content article > div {
	padding: 0 .5em;
	font-size: 13px;
	text-align: justify;
}
#content article > footer:before {
	content: '';
	display: block;
	width: 557px;
	height: 18px;
	margin: 5px auto;
	background-image: url(../img/Trennlinie.png);
}
#content article > footer { font-size: 8px; }
#content article > footer a.readmore {
	float: right;
	margin-right: .5em;
}

<!-- /* PAGE FOOTER */ -->
#centercontainer > footer {
	position: absolute;
	bottom: 5em;
	left: 0;
	width: 100%;
	font-size: 13px;
	text-align: center;
}

<!-- /* MISC */ -->
.flagbutton {
	display: inline-block;
	width: 97px;
	height: 56px;
	background-image: url(../img/tuch_button.png);
	background-position: 0 -56px;
	
	text-decoration: none;
	text-align: center;
	color: #ffa942;
	line-height: 50px;
	font-size: 13px;
}
.flagbutton.inactive {
	background-position: 0 0 !important;
}
.flagbutton:hover, .flagbutton.inactive:hover {
	background-position: 0 -112px !important;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #ffa942;
}
a:hover {
	text-decoration: underline;
}

table.colored thead tr {
	background-color: rgba(167, 167, 167, 0.05);
	color: grey;
	text-transform: uppercase;
}
table.colored th {
	padding: .5em;
	font-weight: normal;
}
table.colored th:nth-child(2), table.colored td:nth-child(2) { text-align: left; }
table.colored tbody tr:nth-child(odd) { background-color: rgba(0, 0, 0, 0.3); }
table.colored tbody td { padding: .5em; text-align: center; }
table.colored tbody td:nth-child(2) { text-align: left; }

.ranking-small td, .ranking-small th { font-size: 11px; }
.ranking-small thead th:first-child { width: 4.5em; }
.ranking-small tbody tr:nth-child(1) { color: rgb(255, 169, 66); }
.ranking-small tbody tr:nth-child(2) { color: #C0C0C0; }
.ranking-small tbody tr:nth-child(3) { color: #9F6929; }

.pageselect { text-align: center; }
.pageselect a { margin: 0 5px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body {
		overflow-x: scroll;
	}
	#centercontainer {
		left: 0px!important;
	}
}