.r_box {
	width:236px;
	padding:2px;
}

.r_box .r_box_title {
	color:white;
	height:20px;
	font-size:1.0em;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	background: url(/images/layout/hg_r_box_top_blue.gif) no-repeat top;
}

.r_box .r_box_content {
	padding:5px;
	margin:0;
}

.r_box .yellow {
	background: url(/images/layout/hg_r_box_content_yellow.jpg) no-repeat top;
}

.r_box .yellow_xl {
	background: url(/images/layout/hg_r_box_content_yellow_xl.jpg) no-repeat top;
}

.r_box .grey {
	background: url(/images/layout/hg_r_box_content_grey.jpg) no-repeat top;
}

.r_box .blue {
	background: url(/images/layout/hg_r_box_content_blue.jpg) no-repeat top;
}

.r_box .blue_xl {
	background: url(/images/layout/hg_r_box_content_blue_xl.jpg) no-repeat top;
}

.r_box .r_box_footer {
	height:5px;
}

.r_box .r_box_content ul {
	margin:0;
}

/*
.r_box {
	width:233px;
	padding:3px;
}

.r_box .r_box_title {
	height:20px;
	font-size:1.2em;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	background: #84BCDD url(/images/layout/hg_r_box_top.jpg) no-repeat top;
}

.r_box .r_box_content {
	border-left: 1px solid #84BCDD;
	border-right: 1px solid #84BCDD;
	padding:5px;
	margin:0;
}

.r_box .r_box_footer {
	height:5px;
	background: #fff url(/images/layout/hg_r_box_footer.gif) no-repeat;
}

.r_box .r_box_content ul {
	margin:0;
}
*/

#loginbox .text {
	font-size:11px;
	font-weight:bold;
	width:80px;
	float:left;
}
#loginbox input[type='text'], #loginbox input[type='password'] {
	float:left;
	font-size:11px;
	width:120px;
}
#loginbox input[type='submit'], #loginbox input[type='image'] {
	float:right;
	margin-right:15px;
	margin-top:-10px;
}
#loginbox a.link {
	font-size:10px;
	font-weight:bold;
}
#loginbox .cookietext {
	font-size:0.8em;
}

#profil_box img.profil_img {
	border:1px solid #CCCCCC;
	text-align:center;
}
#profil_box .links {
	margin:0 10px 0 10px;
}
#profil_box .links .float_left {
	float:left;
	font-weight:bold;
}
#profil_box .links .float_right {
	float:right;
	font-size:0.8em;
}
#profil_box .links .float_logout {
	float:right;
	font-weight:bold;
	font-size:0.8em;
}

#forum_box .forum_item {
	width:220px;
	font-size:12px;
	margin-top:10px;
}
#forum_box .forum_item .img {
	float:left;
	width:25px;
}
#forum_box .forum_item .topic {
	float:left;
	width:190px;
}
#forum_box .forum_item .user {
	float:right;
	font-size:11px;
}
.zumforum {
	margin-top:10px;
	float:right;
	font-size:12px;
	font-weight:bold;
}
.online_box {
	font-size:11px;
	text-align:justify;
}
.online_box a.online_item {
	margin-left:3px;
	margin-right:2px;
	margin-bottom:5px;
	position:relative;
	line-height:20px;
}
.online_box_righttext {
	float:right;
	font-size:10px;
	margin-right:5px;
	margin-top:10px;
}
