html {
	background-color: black;
}

body {
	background: black url(/media/img/genauso_bg.jpg) top center no-repeat;
}

h1 {
	background: url(/media/img/genauso_title.png) left top no-repeat;
	text-indent: -10000px;
	height: 70px;
}

h2 {
	background: url(/media/img/zeriouz_title.png) left top no-repeat;
	text-indent: -10000px;
	height: 30px;
}

a {
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#zeriouz {
	position: absolute;
	background: url(/media/img/zeriouz_genauso.png) no-repeat;
	width: 360px;
	height: 650px;
	left: 10px;
	top: 80px;
}

#bandyfm {
	background: url(/media/img/bg_trans.png);
	position: absolute;
	top: 290px;
	right: 15%;
	margin-right: 525px;
	width: 318px;
	font-size: 11px;
	color: #0f77be;
	
	border-radius-topleft: 30px;
	-moz-border-radius-topleft: 30px;
	-webkit-border-radius-topleft: 30px;
	border-radius-bottomleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	-webkit-border-radius-bottomleft: 30px;
}
#bandyfm h3, #bandyfm h4, #bandyfm ol, #bandyfm p {
	margin: 15px;
}
#bandyfm h3 {
	font-size: 26px;
}
#bandyfm h4 {
	font-size: 14px;
}
#bandyfm ol {
	padding-left: 15px;
	list-style-position: outside;
}
#bandyfm a, #bandyfm .bandy_green {
	color: #9ea300;
}
#widget {
	background-color: white;
	padding: 8px;
	
	border-radius-topleft: 30px;
	-moz-border-radius-topleft: 30px;
	-webkit-border-radius-topleft: 30px;
	border-radius-bottomleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	-webkit-border-radius-bottomleft: 30px;
}

#video {
	position: absolute;
	padding: 0;
	float: right;
	width: 661px;
	height: 520px;
	right: 15%;
	margin-right: -150px;
	top: 100px;
}

#titles {
	color: white;
}

#youtube {
	padding: 11px;
	background-color: white;
}

#footer {
	position: absolute;
	width: 100%;
	top: 650px;
}

#footer a {
	color: white;
	font-size: 16px;
	font-stretch: narrower;
}

.left {
	float: left;
}

.left a {
	padding-left: 35px;
}

.right {
	position: relative;
	right: 10px;
	float: right;
}

.clear {
	clear: both;
}

.inferno_logo {
	display: block;
	float: left;
	background: url(/media/img/inferno_logo_black_low.jpg) top left no-repeat;
	height: 50px;
	width: 150px;
}
.inferno_logo:hover {
	background: url(/media/img/inferno_logo_black_high.jpg) top left no-repeat;
}

.feinheit_logo {
	display: block;
	float: left;
	background: url(/media/img/feinheit_logo_black_low.jpg) top left no-repeat;
	height: 50px;
	width: 150px;
}
.feinheit_logo:hover {
	background: url(/media/img/feinheit_logo_black_high.jpg) top left no-repeat;
}

