
	div {
		z-index: 2;
	}
            .container {
				background: #303030;
				padding: 0px;
				margin: 0px;
				position: relative;
				line-height:11px;
				cursor: normal;

            }
			
			div .fixeddiv {
				position: relative;
				height: 20px;
				float: left; 
				overflow-x: hidden;
				overflow-y: hidden;
				border-top: 1px solid white;
				border-right: 1px solid white;
				border-left: 1px solid white;
				border-bottom: 1px solid white;
				margin: 0px;
				padding: 0px;
			}
			div .topdiv {
				position: relative;
				height: 20px;
				overflow:auto;
				float: left;
				overflow-x: hidden;
				overflow-y: hidden;
				border-top: 1px solid white;
				border-right: 1px solid white;
				border-bottom: 1px solid white;
				margin: 0px;
				padding: 0px;
			}			
			
			
			div .leftdiv {
				position: relative;
				overflow:auto;
				float: left;
				background: none;
				overflow-x: hidden;
				overflow-y: hidden;
				border-right: 1px solid white; /* Abgrenzung zwischen Namen + Ergebnissen */
				border-left: 1px solid white;
				border-bottom: 1px solid white;
				margin: 0px;
				padding: 0px;
			}


			div .maindiv {
				position: relative;
				overflow:auto;
				float: left;
				background: none;
				margin: 0px;
				padding: 0px;
			}
			
			.container table {
				border-collapse: collapse;
				color: white;
				margin: 0px;
				padding: 0px;
				text-align: center;
				width: 100%;
				margin: 0px;
				padding: 0px;
			}
			div .topdiv table {
				font-weight: bold;
				background: #84b93d;
				font-size: 10px;
				margin: 0px;
				padding: 0px;
			}
			div .fixeddiv table {
				font-weight: bold;
				background: #84b93d;
				font-size: 10px;
				margin: 0px;
				padding: 0px;
			}
			div .leftdiv table {
				font-size: 10px;
				margin: 0px;
				padding: 0px;
			}
			div .maindiv table {
				font-size: 10px;
				margin: 0px;
				padding: 0px;
			}
			.even {
				background: #5b5b5b;/*none;*/
			}
			.uneven {
				background: #3b3b3b;
			}
			.mousedover {
				background: white;
				color: #3b3b3b;
			}
			
			.checkme {
				border: 1px solid red;
			}

	.wertungsource {
		display: none;
	}

	.statsPopup {
		position: absolute;
		width: 480px;
		border: 5px solid white;
		margin: 0px;
		padding: 5px;
/*		background: #3b3b3b;*/
		background: red;
		z-index: 15;
	}

	.comparePopup {
		position: absolute;
		width: 600px;
		border: 5px solid white;
		margin: 0px;
		padding: 5px;
/*		background: #3b3b3b;*/
		background: blue;
		z-index: 15;
	}
	

	.contextMenu_wertungdiv {
		border: 1px solid white;
		padding: 2px 2px 2px 2px;
		margin: 2px 2px 2px 2px;
		color: white;
/*		background: #3b3b3b;*/
		font-weight: bold;
		background: #84b93d;
		font-size: 10px;
		cursor: pointer;
	}

	.contextMenuEntry_wertungdiv {
/*		border-bottom: 1px solid white;*/
	}
	
	.contextMenu_foo2 {
		background: blue;
		cursor: pointer;
	}
	

	#gesamttop_container .maindiv {
		border-right: 1px solid white;
		border-bottom: 1px solid white;
	}
	#gesamttop_container .topdiv {
		background: #84b93d;
	}

	#gesamttop_container {
		height: 230px;
	}
	

	#damentop_container .maindiv {
		border-right: 1px solid white;
		border-bottom: 1px solid white;
	}
	#damentop_container .topdiv {
		background: #84b93d;
	}

	#damentop_container {
		height: 230px;
	}
