ul.listmen {
	clear:both;
	display:block;
	margin:0;
	list-style-type:none;
	background:none;
}

ul.listmen li, ul.listmen_b li {
	float:left;
	font-size:11px;
	margin-bottom:1px;
}

ul.listmen li img, ul.listmen_b li img {
	float:left;
	position:relative;
	top:1px;
	left:1px;
	margin:0 8px 0 0;
}

ul.listmen li img.listuser, ul.listmen_b li img.listuser {
	margin:2px 8px 0 2px;
}

ul.listmen li a, ul.listmen_b li a {
	float:left;
	display:block;
	width:173px;
	line-height:26px;
	color: rgb(68,114,150);
	text-decoration:none;
	font-weight:bold;
	background: url(../gfx/pmen_bg_a.png) no-repeat;
}

ul.listmen_b li a {
	background: url(../gfx/pmen_b_bg_a.png) no-repeat;
}

ul.listmen li a:hover {
	color: rgb(251,150,7);
}

ul.listmen li a.zoom, ul.listmen_b li a.zoom {
	float:left;
	position:relative;
	display:block;
	width:20px;
	height:26px;
	left:150px;
	margin:-26px 0 0 0;
	background: url(../gfx/zoom_b.png) no-repeat 1px 4px;
}

a.zoom {
	display:block;
	width:20px;
	height:26px;
	background: url(../gfx/zoom_b.png) no-repeat 1px 4px;
}

ul.listmen li a:hover.zoom, ul.listmen_b li a:hover.zoom, a:hover.zoom {
	background: url(../gfx/zoom_b.png) no-repeat 2px 5px;
}

a.profil_butn {
	float:left;
	text-decoration:none;
	color: rgb(68,114,150);
}

img.profilthumb {
	border:1px solid rgb(0,62,109);
	margin:0px 0 7px 0;
}

/* MAILBOX - MSG - GB #################### */

table.mailbox {
	width:100%;
	background: url(../gfx/list_bg_a.png) 0 26px;
	margin: 0 0 8px 0;
	border:1px solid #87AFCE;
}
thead {
	background:#87AFCE;
	color:white;
	font-weight:bold;
}
thead .borderclass {
	border-left:1px solid white;
	padding-left:5px
}
tbody .borderclass {
	border-left:1px solid #87AFCE;
	padding-left:5px
}
table.mailbox td {
	height:26px;
}
table.mailbox .checkbox {
	position:relative;
	top:-1px;
}
p.msgbox {
	padding:15px 0 0px 110px;
	border-top:1px solid #A0B7C9;
	border-bottom:none;
}
p.msgbox span.msghead {
	display:block;
	width:100%;
	height:42px;
	border-bottom:1px solid #A0B7C9;
	margin-bottom:12px;
}
p.msgbox span.msgnav{
	display:block;
	height:20px;
	margin:12px 0 15px 0;
}
p.msgbox img.msgimg{
	float:left;
	padding:4px 0;
	position:relative;
	left:-110px;
	margin-right:-110px;
}

/* MAILBOX - MSG - GB ###### ENDE ######### */

.comment{
	float:left;
	width:100%;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #A0B7C9;
}

.comment .cright{
	float:left;
	width:345px;
	padding:0 0 0 15px;
}
.comment .chead{
	float:left;
	width:345px;
	padding:0 0 15px 0;
}
.comment .msg{

}


