@charset "UTF-8";
/* CSS Document */
#kreis{
	width:768px;
	height:782px;
	position:absolute;
	left:0px;
	top:20px;	
	}

.radKreis{
	cursor:pointer;	
	}
#radGross{
	position:absolute;
	width:520px;
	height:400px;
	top:198px;
	left:128px;
	}
	
#infotext{
	position:absolute;
	bottom: 0px;
	width:768px;
	height:150px;
	text-align:center;	
	background-color: #edede1;
	}	
#infotext h1{
	font-size: 25px;
	font-weight: bold;
	color: #333;
	margin:15px 25px;	
	}
#infotext p{
	font-size: 16px;
	font-weight: normal;
	color: #666;
	margin: 10px 50px;
	line-height:22px;
	}
.rad{
	position:absolute;
	width:150px;
	height:150px;
	z-index:10;
	}
#preload{
	position:absolute;
	top:-1px;
	left:-1px;
	width:1px;
	height:1px;
	overflow:hidden;	
	}