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

html {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%;
}
body {
	margin: 0px;
	background-image: url(../bilder/bg.png);
	background-repeat: repeat;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0px;
	height: 100%;
	background-color: #FBFBFB;
	overflow-x: hidden;
	overflow-y: hidden;
}
#cont {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	background-image: url(../bilder/ranke.gif);
	background-repeat: no-repeat;
	background-position: 584px 429px;
	padding-top: 20px;
}
#header {
	background-image: url(../bilder/head.png);
	background-repeat: no-repeat;
	width: 942px;
	height: 129px;
}

p {
	color: #3d3400;
	font-size: 15px;
	margin: 0px;
	line-height: 21px;
}
p.smal {
	font-size: 11px;
}
h1 {
	height: 16px;
	margin-top: 80px;
	color: #81BC00;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -1px;
	font-style: italic;
	margin-bottom: 20px;
	margin-left: 100px;
}
h2 {
	color: #81BC00;
	font-size: 13px;
	margin: 0px;
}
h2 a:link, h2 a:hover, h2 a:visited {
	color: #81BC00;
}
h3 {
	float: left;
	margin: 0px;
	margin-left: 100px;
	font-style: oblique;
	margin-bottom: 12px;
	font-size: 22px;
	width: 743px;
	color: #3D3400;
}
#scroll {
	overflow-x: hidden;
	overflow-y: auto;
	height: 330px;
	width: 854px;
	float: left;
	padding-bottom: 20px;
}
ul li {
	list-style-image: none;
	list-style-type: none;
}
#content {
	background-image: url(../bilder/content_bg.png);
	background-repeat: repeat-y;
	width: 886px;
	float: left;
	height: 430px;
	padding-bottom: 20px;
	background-position: -1px;
}
#content a, #content a:visited {
	color: #625d0f;
}
#content a:active, #content a:hover {
	text-decoration: none;
}
#left {
	width: 480px;
	float: left;
	padding-left: 100px;
	text-decoration: none;
	padding-right: 25px;
	height: 330px;
}
#left_lineup {
	width: 740px;
	float: left;
	padding-left: 100px;
	text-decoration: none;
	padding-right: 25px;
	height: 280px;
}
#right {
	text-align: left;
	float: left;
	margin-top: -35px;
}
#corner-logo {
	background-image: url(../bilder/corner_logo.png);
	background-repeat: no-repeat;
	height: 74px;
	float: left;
	margin-right: 12px;
	width: 223px;
	background-position: left;
}
#content-bg {
	background-image: url(../bilder/content_bgpic.jpg);
	background-repeat: no-repeat;
	width: 217px;
	height: 300px;
	float: right;
	margin-top: 0px;
}
#footer {
	background-image: url(../bilder/footer_bg.png);
	background-repeat: no-repeat;
	width: 886px;
	height: 102px;
	background-position: 67px top;
	text-align: right;
	padding-top: 12px;
	position: relative;
}
#player {
	position: absolute;
	left: 220px;
	top: 10px;
	width: 84px;

	
}
#tr {
	position: absolute;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	background-image: url(../bilder/corner_tr.gif);
	background-position: right top;
}
#bl {
	position: absolute;
	background-image: url(../bilder/corner_bl.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 1px;
	background-position: left bottom;
}
#br {
	position: absolute;
	background-image: url(../bilder/corner_br.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	right: 1px;
	background-position: right bottom;
}
.clear {
	clear:left;
	background-image: url(../bilder/content_bg.png);
	background-repeat: repeat-y;
	background-position: -1px;
	margin: 0px;
}
#footer a, #footer a:visited {
	color: #625d0f;
	font-size: 11px;
	margin-right: 64px;
	float: right;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
}

