BODY, H1, H2, H3, H4, H5, DIV, P, A, SPAN, TABLE, UL, OL {
	font-family:"Geneva CE", Verdana, Lucida, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
}
BODY {
	margin:0;
}
IMG {
	border:0;
}
TABLE {
	table-layout:auto;
	border:0;
	border-collapse:collapse;
}
P {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.vTop {
	vertical-align:top;
}
.vMiddle {
	vertical-align:middle;
}
.vBottom {
	vertical-align:bottom;
}
.hLeft {
	text-align:left;
}
.hCenter {
	text-align:center;
}
.hRight {
	text-align:right;
}
.indent {
	margin-top:10px;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.clear {
	clear:both;
}
.clearH {
	clear:both;
	height:1px;
	font-size:1px;
	margin-top:-1px;
}
.indent {
	padding-left:15px;
}
.indentT {
	padding-top:15px;
}
.indentB {
	padding-bottom:15px;
}

/* box corners */
.box {
	position:relative;
	border:none;
	padding:0;
	margin:0 -6px;
	z-index:10;
}
.box H2 {
	_height: 1%;	/* IE border fix */
	font-size: 1.7em;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}
.box .l, .box .c, .box .r {
	position:absolute;
	width:5px;
	height:5px;
	font-size:0px; /* IE height fix */
}
.box .bt, .box .bb {
	position:relative;
	height:5px;
	margin:0px 5px;
}
.box .bt .l {
	left:-5px;
	top:0px;
	background: url("../img/box_corn_tl.png") no-repeat;
}
.box .bt .r {
	right:-5px;
	top:0px;
	background: url("../img/box_corn_tr.png") no-repeat;
}
.box .bb .l {
	left:-5px;
	bottom:0px;
	background: url("../img/box_corn_bl.png") no-repeat;
}
.box .bb .r {
	right:-5px;
	bottom:0px;
	background: url("../img/box_corn_br.png") no-repeat;
}
.box .bt .c, .box .bb .c {
	left:0px;
	top:0px;
	width:100%;
	height:5px;
	background: url("../img/box_c.png");
}
.box .bc {
	width:100%;
}
.box .bc .in {
	position:relative;
	_height:1%;	/* IE height fix (%) */
	z-index:20;
	background: url("../img/box_c.png");
}
/* */

#root {
	width:782px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#header {
	margin-top:5px;
}
#header TABLE {
	width:100%;
	margin:0;
	padding:0;
}
#header TD {
	vertical-align:middle;
}
#header TD.title {
	text-align:center;
}
#header TD.logoSprint {
	width:140px;
	padding-left:45px;
}
#header TD.logoSprint IMG {
	padding:1px;
	border:1px solid #FFFFFF;
}
#header TD.logoOK99 {
	width:140px;
	padding-right:15px;
	text-align:right;
}
#header TD.logoOK99 IMG {
	border:0;
}
#header #motiv {
	width:817px;
	height:213px;
	margin-top:5px;
	background:no-repeat url('../img/img_motiv_01.jpg') 1px 1px #C8C8C8;
}
#menu {
	background:#000000;
	position:absolute;
	top:250px;
	left:20px;
	width:160px;
	border:1px solid #C1C1C1;
}

#menu UL {
	margin:0;
	padding:0;
	background: #ACACAC url('../img/menu_bg.gif') repeat-y;
}

#menu LI {
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #C1C1C1;
}
#menu A {
	color:#FFFFFF;
	text-decoration:none;
	padding:6px 0 6px 30px;
	background-color:transparent;
	display:block;
}
* HTML #menu A {
	width: 100%;
	w\idth: 130px;
	padding: 5px 0 5px 30px;
	padd\ing: 6px 0 6px 30px;
}
#menu A:hover {
	background:#777777;
	color:white;
}
#menu A.notavailable {
	color:#787878;
}
#menu A.notavailable:hover {
	background-color:transparent;
	color:#787878;
	cursor:default;
}
#banner {
	width:160px;
	margin-top:127px;
	margin-left:20px;
	_margin-top:122px;
	_margin-left:10px;
	padding-top:5px;
	background-color:#FFFFFF;
	border:1px solid #C1C1C1;
	float:left;
}
#banner, #banner DIV {
	background-color:#FFFFFF;
}
#banner .box {
	width:150px;
	margin-left:5px;
}
#banner .box .in {
	font-size:13px;
	text-align:center;
	font-weight:bold;
}
#banner .sponsors DIV {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#banner .counter {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	padding:10px;
}
