@charset "utf-8";
/* CSS Document */
body{
overflow:auto;
margin-left:25%;
margin-top:150px;
}
.dragme{
	visibility:visible;
	color:#FFFFFF;
	position:relative;
	border-style:solid;
	border-color:#FF6600;
	width:500px;
	height:400px;
	z-index:20;
	margin:0px;
}
.dragmepic{
	filter:alpha(opacity=57);
	opacity:.57;
	-moz-opacity:.57;
}
#scrollup{
position:absolute;
margin:0px;
left:482px;
top:18px;
height:18px;
width:18px;
z-index:21;
cursor:default;
}
#close{
position:absolute;
margin:0px;
left:482px;
top:0px;
height:18px;
width:18px;
z-index:22;
cursor:default;
}
#scrolldown{
	position:absolute;
	margin:0px;
	left:482px;
	top:382px;
	height:18px;
	width:18px;
	z-index:23;
	cursor: default;
}
#inhalt{
	color:#FFFFFF;
	margin:0px;
	position:absolute;
	top:4px;
	left:4px;
	width:482px;
	height:395px;
	z-index:24;
	overflow:hidden;
	cursor:move;
}
#lade{
	visibility:hidden;
	color:#FFFFFF;
	position:absolute;
	text-align:center;
	top: 150px;
	left:170px;
	z-index:25;
	margin:0px;
}
#paper{
position:absolute;
top:0px;
left:10%;
width: 800px;
height: 626px;
z-index: 1;
}
area:hover{
cursor: pointer;
}

/* Gästebuch */
#Liste {
	padding: 0em;
	margin: 0em;
	height: 14em;
	overflow: auto;
	border: thin solid #888;
}
#Liste li{
	display: block;
	line-height: 1.5em;
	margin-bottom: .5em;
}
#eingabe {
visibility:hidden;
overflow:hidden;
width:300px;
background-color:#990000;
border-style:solid;
border-color:#660000;
border-bottom-width:4px;
border-left-width:4px;
border-top-width:2px;
border-right-width:1px;
margin:5px;
padding:5px;
z-index:15;
top:20px;
left:25%;
position:absolute;
cursor:move;
}
#ausgabe{
border: thin solid #888;
}
