* {
	margin: 0;
	padding: 0;
}
body {
	background: #000000;
	/* color : #240A0E; */
	font-size : 99%; 
	font-family : Verdana, 'Lucida Grande', Sans;       
}

#page {
	position: absolute;
	top: 0;
}
#content {
/*
	position: absolute;
	top: 230px; */
	position: relative;
	top: -30px;
	/* background-repeat: repeat-y; */
	background-position: 200px 600px;
}

#logokiezkicker {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	top: -10px;
}

#logokiezkicker .logodisclaimer {
	position: relative;
	top: -30px;
	color: #aaa;
	margin: 0 5px;
}

#navibox {
	position: absolute; /* Im Verhältnis zum div content */
	top: 10px;
	width: 220px;
}

#navibox h1 {
	padding: 0 20px;
	font-family : fantasy;
	font-size : 14px;
	font-weight : bold;
	color: #aaa;
	text-align: justify;
}

#navibox ol li {
	list-style-type: none;
	padding: 2px 5px;
	display: block;

	color: #aaa;
	font-size: 12px;
}


#navibox ol li a {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-color: #502C1E;
	color: #eee;
	width: 100%;
	max-width: 180px;
	display: block;
	border: 2px groove #240A0E;
	padding: 2px 5px;
	text-decoration: none;
}

#navibox ol li a:hover {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-color: #aaa;
	color: #502C1E;
	padding: 2px 5px;
	text-decoration: none;
	}

#fotos {
	position: absolute;
	top: 20px;
	left: 310px; /* Relativ zum div content */
	padding: 0 10px;
}

#tabelle {
	position: relative;
	top: 70px;
	left: 220px; /* Relativ zum div content */
	padding: 0 10px;
	font-size: 12px;
	width: 300px;
	color: #ccc;
}
#spiele {
	position: relative;
	top: 50px;
	left: 220px;
	width: 300px;
	font-size: 12px;
}
#spiele .kleinesdatum {
	font-size: 10px;
}
#viewer   {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ccc;
}

#viewer a { 
  text-decoration: none;
  }

a:visited {
  text-decoration: none;
}

#viewer .vRow {
  white-space:nowrap;
	color: #ccc; 
}




#werbung {
	position: absolute;
	top: -55px;	 /* Im Verhältnis zum div #spiele */
	width: 350px;
}

#werbung a:link , #tabelle a:link , .logodisclaimer a:link {
	text-decoration : none;
	font-weight: bold;
	color: #f5f4cf;
	margin: 2px 0;
}
#werbung a:hover  , #tabelle a:hover , .logodisclaimer a:hover{
	color : #FFCC99;
	text-decoration : none;
	background-color : #CC6633;
	font-weight: bold;
	margin: 2px 0;
}

#werbung a:visited , #tabelle a:visited , .logodisclaimer a:visited{
	text-decoration : none;
	font-weight: bold;
	color: #f5f4cf;
	margin: 2px 0;
}