span.intern {
	padding-right: 2px;
	color: Yellow;
}
#chat {
	font-size: 0.8em;
	height: 95px;
	left: 5px;
	position: absolute;
	text-align: left;
	top: 5px;
	width: 10px;
}
#chat i {
	cursor: pointer;
}
#chat input {
	margin-top: 2px;
}
#chat ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#chatbox {
	height: 75px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
	vertical-align: text-bottom;
}

#chat_hilfe {
	font-size: 1.2em;
	position: relative;
	text-align: left;
	width: 400px;
	margin-top: 18px;
	padding-left: 3px;
}

#chat_hilfe h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	margin-bottom: 3px;
	margin-left: -3px;
}