#side_list
{
	width: 200px;
}
#box_list
{
	float: left;
	width: 800px;
/*	width: 1050px;
	border: 1px solid #CCCCCC;
	margin: 10px;*/
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul#list_online 
{
	color:#008000;
	display: block;
}

ul#list_calling 
{
	color:#FF6600;
	display: block;
}

ul#list_pauze 
{
	color:#B666B5;
	display: block;
}

ul#list_offline 
{
	color:#FF0000;
	display: none;
}

ul#list_online a
{
	color: #008000;
	text-decoration:none;
}

ul#list_calling a
{
	color: #FF6600;
	text-decoration:none;
}

ul#list_pauze a
{
	color: #B666B5;
	text-decoration:none;
}

ul#list_offline a
{
	color: #FF0000;
	text-decoration:none;
}

.box
{
	width: 250px;
	height: 100%;
	float: left;
	margin: 5px;
	border: 1px solid #999999;
}

.adv
{
	border: 2px solid #000000;	
}

.name
{
	background-color: #CC99CC;
	height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 5px;
}

.name_large
{
	background-color: #CC99CC;
	height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 5px;
}

.boxnr
{
	background-color: #CC99CC;
	height: 25px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
}

.telephone
{
	border-bottom: 1px solid #999999;
	background-color: #FFCCFF;
	padding-left: 5px;
	font-size: 12px;
}

.status_online
{
	background-color: #008000;
	height: 20px;	
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
}

.status_calling
{
	background-color:#FF6600;	
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
}

.status_pauze
{
	background-color:#dede51;	
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
}

.status_offline
{
	background-color: #FF0000;	
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
}

a.morelink
{
	color: #000000;
}
/*
#ajax_content_short
{
	margin-left: 20px;
	margin-bottom: 25px;
}

.box
{
	width: 90%;
	margin-left: 20px;
}

td
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12pt;
	color: #000000;
	color: #5b3354;
}

td.b
{
	border: 2px solid #ffffff;
}

td.b_gast
{
	border: 3px dashed #5b3354;
}

td.txtnf
{
	font-family: Verdana, Trebuchet MS;
	vertical-align: top;
	font-size: 9.5pt;
}
td.txtef
{
	font-family: Verdana, Trebuchet MS;
	vertical-align: top;
	font-size: 8.5pt;
}
td.txtefc
{
	font-family: Verdana, Trebuchet MS;
	vertical-align: top;
	font-size: 8.5pt;
	text-align: center;
}
td.txtten
{
	font-family: Verdana, Trebuchet MS;
	vertical-align: top;
	font-size: 10pt;
}
td.txtc
{
	font-family: Verdana, Trebuchet MS;
	vertical-align: top;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
*/

