body, div, a, td, pre, textarea, input
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

html
{
	overflow: hidden;
}

body
{
	overflow: auto;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

#flee, .up, .down
{
	cursor: default;
}

.up, .down
{
	font-weight: bold;
}

#menu
{
	position: absolute;
	left: 0px;
	top: 5px;
	float: left;
}

.frame
{
	border: solid #777777 1px;
	background-color: #eeeeee;
	padding: 3px;
	clear: both;
	width: 98%;
}

.fuffdiv
{
	z-index: 2;
	position: absolute;
}

.label
{
/*	border: solid #777777 1px;
	border-bottom: none;
	background-color: #eeeeee;*/
	padding: 3px;
	font-weight: bold;
	float: left;
	margin: 0;
}

.scrolldiv
{
	overflow: hidden;
	margin: 10px;
}

#letters
{
	position: absolute;
	left: 300px;
	top: 350px;
}

#zitat
{
	position: absolute;
	left: -300px;
	top: 300px;
	width: 600px;
	text-align: center;
}

#zitat span
{
	visibility: hidden;
}

#code
{
	display: none;
}

#notescontainer
{
	position: absolute;
	left: 400px;
	top: 200px;
}

#notes
{
	border: solid white 1px;
	width: 300px;
	height: 150px;
	padding: 5px;
	overflow: hidden;
	resize: none;
}
