@CHARSET "UTF-8";


#content {
	width: 700px;
}

table {
	width: 610px;
	margin-top: 130px; 
	margin-left: 13px;
	table-layout: fixed;
}
table td {
	width: 170px;
}
table td + td {
	width: 180px;
}
table td + td + td + td {
	width: 80px;
}

div.balken {
	position: absolute;
	padding-left: 47px;
  padding-right: 47px;
	top: 80px;
	left: 183px;
	width: 540px;
	height: 94px;
}

div.blau {
	float: left;
	height: 94px;
	background-image: url('/download/SportfrageToolLayout/WebHome/Frage3-Blau.png');
	background-position: left center;
	background-repeat: no-repeat;
}
div.grau {
	height: 94px;
	background-image: url('/download/SportfrageToolLayout/WebHome/Frage3-Grau.png');
	background-position: right center;
	background-repeat: no-repeat;
}
div.regler {
	height: 94px;
	width: 94px;
	position: absolute;
	background-image: url('/download/SportfrageToolLayout/WebHome/Frage3-Regler.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.moving_regler {
  background-image: url('/download/SportfrageToolLayout/WebHome/Frage3-Moving-Regler.png');
}

#page #content table{
	margin-left: -17px;
}

#page #content table ul.frage3 li {
	margin-top: 0px;
	padding-left: 30px;
}

#content ul.antworten li  {
	cursor: pointer;
	background-image: none;
}
