body, p, li, td, input, button, select, textarea {
	font-family: arial, helvetica, sans-serif; 
}

body {
	background-color: white; 
	color: black;
	margin: 0;
	padding: 0;
}

body, td, input, button, select, textarea {
	font-size: 15px; 
}

h1 { font-size:26px; margin: 15px 5px 12px 5px; }
h2 { font-size:21px; margin: 12px 5px 10px 5px; }
h3 { font-size:18px; margin:  8px 5px  8px 5px; }
h4 { font-size:15px; margin:  4px 5px  5px 5px; }

img { border: none; }

form {
	margin:0;
	padding:0;
}

input { margin:0; }

label { cursor:pointer; }

a:link    { color: #0000ff; text-decoration: none; }
a:visited { color: #0000ff; text-decoration: none; }
a:hover   { color: #d900d9; text-decoration: none; }
a:active  { color: #d900d9; text-decoration: none; }
a:focus   { color: #d900d9; text-decoration: none; }

a.chatterlink:link    { text-decoration: none; }
a.chatterlink:visited { text-decoration: none; }	
a.chatterlink:hover   { text-decoration: none; }
a.chatterlink:active  { text-decoration: none; }
a.chatterlink:focus   { text-decoration: none; }

table.login td {
	text-align:left;
}

table.color div {
	width:18px;
	height:18px;
	cursor:pointer;
}

#registererror {
	
	display:none;
	background-color:red;
	border:2px black solid;
	padding:2px;
	text-align:center;
	color:white;
	font-weight:bold;
}

#registerinfo {
	display:none;
	background-color:white;
	border:2px black solid;
	padding:2px;
	text-align:center;
}

#registerok {
	margin-top:3em;
	background-color:#00a000;
	border:2px black solid;
	padding:5px;
	text-align:center;
	color:white;
	font-weight:bold;
}

.reiter {
	padding-right:4px;
	margin-right:5px; 
	border-left:1px black solid;
	border-top:1px black solid;
	border-right:1px black solid;
	white-space:nowrap;
	cursor:pointer;
	float:left;
}

.chatreiter {
	padding-left:30px;
	background:url(images/blase_0.gif) no-repeat 4px 4px;
}

.inforeiter {
	padding-left:4px;
}

.reiterx {
	color:#ff0000;
}

#chatboxreiter {
	width:572px;
	line-height:22px;
	font-weight:bold;
}

#chatboxcontainer {
	position:relative;
	margin-right:8px;
	width:572px;
	height:312px;
}

.chatinputbox {
	width:568px;
	border-left:1px black solid;
	border-right:1px black solid;
	border-bottom:1px black solid;
	background-color:white;
	padding:2px 0 2px 2px;
	overflow:hidden;
}

.chatinput {
	width:566px;
	margin:0;
	padding:0;
	border:1px white solid;
}

.chatbox {
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
}

.chatlist {
	width:560px; 
	background-color:white; 
	padding:2px 5px; 
	height:280px; 
	overflow:auto; 
	border:1px black solid;
}

#error {
	color:white; 
	background-color:red;
	border:2px black solid;
	padding:5px;
	text-align:center;
	margin:20px 0;
}

#main {
	background-color: #FFF7DE; 
	border: 2px black solid;
}

#content {
	margin:  15px 15px 30px 15px;
	padding: 0px;
}


.sprecher {
	text-indent: -20px; 
	margin-left: 20px;
	padding: 1px 0 2px 0;
}

.infowinbox {
	visibility: hidden; 
	position: absolute; 
	background-color: white; 
	margin-top: 5px;
	padding: 0px;
	z-index: 5; 
	border: 2px black solid;
	width: 400px;
}

.infowincontent {
	padding: 5px;
	color: black; 
	text-align: left;
}

.infowinclose {
	padding: 2px;
	background-color: #FFCE00;
	color: black;
	text-align: center;
	font-size: 10px;
}
