@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px auto;
}
body {
	background-color: #757575;
}
#main_container {
	width: 1000px;
	margin: 0px auto;
}
#header {
	background-image: url(../Bilder/header.png);
	width: 1000px;
	height: 232px;
}
.leftcon {
	background-image: url(../Bilder/left_bg.png);
	width: 164px;
}
.rightcon {
	background-image: url(../Bilder/right_bg.png);
	width: 200px;
}
#navi {
	padding: 0px 0 0 0px;
}
#navi ul {
	margin: 0; padding: 0;
	list-style: none;
}

#navi ul li {
	padding: 0 0px;
}

#navi ul li a{
	display: block;
}

#navi .main a:link, .main a:visited {
	background-image: url('../Bilder/nav_main.png');
	width: 164px;
	height: 22px;
	padding: 0px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
#navi .main a:hover {
	background-image: url('../Bilder/nav_main_hov.png');
	width: 164px;
	height: 22px;
	padding: 0px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#con_main {
	width: 636px;
}
#con_top {
	background-image: url(../Bilder/con_top.png);
	width: 634px;
	height: 5px;
	display: block;
}
#con_midd {
	background-image: url(../Bilder/con_bg.png);
	width: 626px;
}
#con_foot {
	background-image: url(../Bilder/con_foot.png);
	width: 626px;
	height: 25px;
}
#footer {
	background-image: url(../Bilder/footer.png);
	width: 1000px;
	height: 46px;
}
#designby {
	float: left;
	width: 100px;
}
#sponsored {
	float: right;
	width: 156px;
}
#copyr {
	margin-left: 200px;
	margin-right: 280px;
	color: #757575;
	line-height: 45px;
}
#stats {
	width: 1000px;
	height: 20px;
}
.stats_txt {
	color: #0099CC;
	font-weight: bold;
}
#form_name {
	background-image: url(../Bilder/form_name.png);
	width: 100px;
	height: 17px;
	border: 0px;
	color: #000;
	padding-left: 32px;
	padding-top: 4px;
}
#form_pw {
	background-image: url(../Bilder/form_pass.png);
	width: 100px;
	height: 17px;
	border: 0px;
	color: #000;
	padding-left: 32px;
	padding-top: 4px;
}
a:link {
	color: #004379;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004379;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #004379;
}
#timed {
	margin-top: 190px;
	margin-left: 90px;
	width: 300px;
	float: left;
	position: absolute;
	left: 195px;
	top: -177px;
}
#scrolled {
	margin-top: 13px;
	margin-left: 512px;
	width: 400px;
	float: left;
	position: absolute;
}

