html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
}
#chatfenster {
	overflow:auto;
	position:absolute;
	left:10px;
	right:150px;
	top:10px;
	bottom:130px;
}
#useronline {
	overflow:auto;
	width:130px;
	position:absolute;
	right:10px;
	top:10px;
	bottom:130px;
}
#eingabe {
	height:130px;
	clear:both;
	position:absolute;
	bottom:0px;
	left:10px;
	right:12px;
}
#smilies {
	height:22px;
	line-height:22px;
	float:left;
}
#fahnen {
	height:22px;
	line-height:22px;
	float:right;
}
textarea {
	height:70px;
	width:100%
}
#btn_send_chat {
	position:absolute;
	right:0px;
	bottom:10px;
	width:120px;
}

#beenden {
	position:absolute;
	left:0px;
	bottom:10px;
	width:120px;
}
form {
	padding:0;
	margin:0;
}

#sound {
	position:absolute;
	left:130px;
	bottom:10px;
}