#floatingtable{
	position:absolute;
	top:200px;
	right:10px;
	border:10px solid #777777;
	background-color:#eeeeee;
}

textarea{
	width:80%;
}

textarea.anons{
	height:100px;
}

textarea.news{
	height:500px;
}

div.currentpart{
	background-color:#aa7788;
}

#partfiltrdiv{
	position:absolute;
	left:200px;
	border:2px solid #777777;
	background-color:#eeeeee;
	padding:2 5;
	display:none;
}