body {
 	font-family: Helvetica, Arial, sans-serif;
	color: black;
	background-color: white;
}

html {
	padding: 0;
}

body {
	margin: 0; padding: 0;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#eingabe {
	position: absolute;
	top: 330px; left: 0px;
	padding: 10px;
	width: 700px;
	height: 70px;
	background-color: white;
	border-top: 1px dotted silver;
	font-size: 12px;
}
html>body #eingabe {  /* nur fuer moderne Browser! */
	position: fixed;
}

*html #eingabe {
	width: 680px;
}

#eingabe input {
	border: 1px solid silver;
	width: 300px;
}
#eingabe input.button {
	border: 1px solid silver;
	width: 100px;
}

span.fehler {
	color: #FF0033;
}

#users_online {
	position: absolute;
	top: 0px; left: 500px;
	padding: 10px;
	width: 150px;
	height: 330px;
	border-left: 1px dotted silver;
	font-size: 12px;
}
html>body #users_online {  /* nur fuer moderne Browser! */
	position: fixed;
}

*html #users_online {
	padding-top: 25px;
}

#userlist {
	margin-top: 10px;
	line-height: 20px;
}

#inhalt {
	margin-left: 0;
	margin-bottom: 70px;
	padding: 10px 10px;
	width: 500px;
	font-size: 12px;
}

*html #inhalt {
	padding-top: 25px;
}

#inhalt div.nachricht {
	margin-bottom: 10px;
}

#chatanfragen {
	color: #666666;
	font-size: 12px;
}

#chatanfragen a:link, #chatanfragen a:visited {
	color: #666666;
}

#chatanfragen a:hover, #chatanfragen a:active {
	text-decoration: underline;
}

.chatanfrage {
	border: 1px solid #666666;
	background: #D9D9D9;
	margin: 0 0 15px 0;
	padding: 3px;
}