
html{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#669ad6;
}
input, select, textarea {
background: #fed7b0;
border: 1px solid #000000;
-moz-border-radius:4px;
padding:1px;
	background-image:    url(../design/images/input.jpg);
	background-repeat:   no-repeat;
	background-position: bottom;
}

input:focus 
{
	 background: #EEEEEE;
}


a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
a:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:blue;
	text-decoration:none;
	
}



#container {
	margin:auto;
	margin-top:15px;
	width:800px;
}
#container_top {
	width:800px;
}

#container_middle{
	width:800px;
	height:400px;
	background-image: url(chat-bg.jpg);
}
#container_bottom{
	width:800px;
	background-image: url(chat-bg.jpg);
	border-bottom:1px solid #000000;

}

#header {
	height:50px;
	background-image:    url(chat-header.jpg);
	background-repeat:   no-repeat;
		background-color:#FF8B18;
}
#menu {
	background-color:#fed7b0;
	background-image:    url(chat-bg.jpg);
}
#chatDIV {
	margin:3px;
	width:642px;
	float:left;
	padding:0px;
	background-color:#fed7b0;
	height:392px;
	border:1px solid #000000;
overflow-y: scroll;
}
#useronlineDIV {
	margin:3px;
	width:142px;
	height:392px;
	float:right;
	background-color:#fed7b0;
	border:1px solid #000000;
}


#smilies {
	height:30px;
	border:1px solid #000000;
	background-color:#fed7b0;
}

#textfeld {
	height:40px;
	margin:3px;
	font-weight:bold;
}

.chattext {
	padding-top:3px;
	padding-bottom:3px;
	background-color:#ffffff;
}
.chattext_b {
	padding-top:3px;
	padding-bottom:3px;
}












punkt {
	display: block;
	width: 400px; /* Breite.*/
	margin-left:50px;
	font-size:18px;
	font-weight:bold;
}
punkt2 {
	display: block;
	float: left;
	width: 400px; /* Breite.*/
	margin-left:50px;
	margin-bottom:20px;
}