* {
	margin: 0px;
	padding: 0px;	
}

html { height: 100% }

body {
	height: 100%;
	background: #FFF url("/images/bg.jpg") repeat top left; padding: 0; overflow: auto; 
	font-family: Arial, Verdana;
}

div.block {
	display: block;	
}

div.block * {
	vertical-align: middle;
}

.grab {
	cursor: url("/images/openhand.cur"), move;
}

.grabbing {
	cursor: url("/images/closedhand.cur"), move;
}

#splash {
	position: fixed;
	width: 650px;
	height: 439px;
	background-image: url("/images/splash.png");
	top: 50%;
	left: 50%;
	margin: -220px 0 0 -325px;
	z-index: 100;
}

#search {
	position: fixed;
	width: 370px;
	height: 63px;
	top: 8px;
	left: -305px;	
	background-image: url("/images/search_bg.png");
	z-index: 3;
}

#search_icon {
	position: absolute;
	width: 48px;
	height: 48px;
	right: 12px;
	top: 7px;
}

label {
	font-size: 0.7em;	
}

#label_query {
	font-weight: bold;
	display: block;	
}

#search_input {
	margin-top: 4px;
	margin-left: 30px;
}

#debug {
	position: fixed;
	top: 50%;
	left: 0px;
	z-index: 99999;
}

#fotoarea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	background: #FFF url("/images/bg.jpg") repeat top left;
}

img.foto {
	-moz-user-select: none;
	-webkit-user-select: none;
}

img.nadel {
	position:absolute;	
}

#user_info {
	position: absolute;
	top: 17px;
	left: 374px;	
}

#arrange {
	background-image: url("/images/arrange.png");
	position: fixed;
	width: 456px;
	height: 63px;
	left: -377px;
	z-index: 2;
}

#arrange .menuItem {
	background-image: url("/images/arrange_button_bg.png");
	cursor: pointer;
	width: 60px;
	height: 50px;
}

#arrange .menuItem:hover {
	background-image: url("/images/arrange_button_hover.png");
}

#arrange .active {
	background-image: url("/images/arrange_button_active.png") !important;
}

.menuItem_fg {
	width: 100%;
	height: 100%;	
}

.circle .menuItem_fg {
	background-image: url("/images/arrange_circle.png");
}

.grid .menuItem_fg {
	background-image: url("/images/arrange_grid.png");
}

.random .menuItem_fg {
	background-image: url("/images/arrange_random.png");
}

.text .menuItem_fg {
	background-image: url("/images/arrange_text.png");
}

.sine .menuItem_fg {
	background-image: url("/images/arrange_sine.png");
}

.doublesine .menuItem_fg {
	background-image: url("/images/arrange_doublesine.png");
}

#userlink {
	position: fixed;
	right: -218px;
	bottom: 5px;
	z-index: 999;
	border: 0px;
}

#userlink img {
	border: 0px;
}

#info_tooltip {
	position: absolute;
	width: 469px;
	height: 414px;
	left: 290px;
	top: 62px;
	background-image: url("/images/info.png");
	z-index: 9999;
}


#puzzleimg {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 140px;
	background-image: url("/images/puzzle.png");
}

#puzzleimg.hover {
	background-image: url("/images/puzzle_hover.png");
}

#loader {
	position: absolute;
	z-index: 10000;
	top: 50%;
	left: 50%;
	width: 618px;
	height: 63px;
	margin-left: -309px;
	margin-top: -31px;
	background-image: url("/images/loader.png");
}

#loader_bar {
	position: absolute;
	left: 85px;
	top: 17px;
	height: 31px;
	width: 0px; /* max. 439 */
	background-image: url("/images/loader_bar.png");	
}

.kachel {
	-moz-user-select: none;
	-webkit-user-select: none;
	position: absolute;
}

.kachel:hover {
	border: 1px solid red;
	margin-left: -1px;
	margin-top: -1px;
	z-index: 10;	
}

#puzzle {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: white;
	border: 15px solid #bbb;
	z-index: 91;
}

#overlay_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: transparent;
	z-index: 90;
	background-color: #000;
}

#overlay_content {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: auto;
	background: transparent;
	z-index: 91;
}

#closeButton {
	background-image: url("/images/close.png");
	cursor: pointer;
	position: absolute;
	width: 126px;
	height: 32px;
	top: 3px;
	right: 3px;
}

#nochmal {
	position: fixed;
	right: 0px;
	margin-right: -294px;
	bottom: 5px;
	background-image: url("/images/nochmal.png");
	width: 294px;
	height: 70px;
	z-index: 999;
}

#nochmal_button {
	position: absolute;
	cursor: pointer;
	right: 19px;
	top: 15px;
	background-image: url("/images/ok.png");
	width: 48px;
	height: 48px;	
}

a {
	text-decoration: none;	
}

.topFoto {
	z-index: 9999 !important;
}

