/*
 *	CSS für Site von FL
 ***********************************************/

body 
{
	font-family: trebuchet ms, verdana, helvetica, arial, sans-serif;
	font-size: 12px; /*76%*/
	line-height: 1.6em;
	background-color: #006;
	margin: 0 0 0 0;
	text-align:center;
	/*overflow-y: scroll;*/
}

#main 
{
	text-align:left;
	width: 700px;
	height: 84%; /*100% 84%*/
	background-color: #eee;
	padding: 20px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(../images/back1.jpg);*/
}

#chat
{
	text-align: left;
	width: 696px;
	height: 402px;
	background-color: white;
	border: 1px solid black;
}

uber 
{
	font-size: 10px;
}

h2  
{
	font-size: 18px;
}

be	
{
	font-size: 20px;
	font-weight:bold;
}

b	
{
	font-size: 14px;
	font-weight:bold;
}

ua	
{
	font-family: trebuchet ms, verdana, helvetica, arial, sans-serif;
}

a.usr:link 
{
	font-size: 10px;
	float: right;
	text-decoration: none;
	white-space: pre-wrap;
}
a.usr:visited 
{
	;
}
a.usr:hover 
{
	text-decoration:underline;
}
a.usr:active 
{
	text-decoration:underline;
} 
/*
.button	
{
	background:url(../images/back2.gif);
}

.input 
{
	background:url(../images/back3.jpg);
{
*/

textarea 
{
	resize:none;
}
