/* rechte Box nicht fixiert */
#main_right {
	margin-top:20px;
         text-align:center;
	width:150px;
         float:right;
         position:relative;
	}
/* links in der rechten Box */
#hot_links_box {
         margin-top:5px;
         font: 10px Verdana,Sans-serif;
         }
#hot_links_box ul {
         list-style: none;
         padding-left:10px;
         }
#hot_links_box li {
	text-align:left;
         padding-left:10px;
         color:#7E7A5A;
         }
#hot_links_box a {
	text-decoration:none;
         color:#7E7A5A;
         }
#hot_links_box a:hover {
	text-decoration:underline;;
         background:#DAD4AD;
         }
#hot_links_box a .showcase {
	display: none;
         }
#hot_links_box a:link span, #hot_links_box a:visited span, #hot_links_box a:focus span {
	display: none;
         }

/* POP-Up Box mit Beschreibung der Links */
#hot_links_box a:hover span{
	position: absolute;
         top: 25px;
	left: -170px;
	display: block;
	width: 135px;
	font: bold 0.92em Verdana, sans-serif;
	padding: 5px;
         text-decoration:none;
         border: 1px solid #DAD4AD;
         background:#eae8d0;
	}
#recent ul li{
	margin-left: 5px;
         margin-right: 3px;
         }

#recent a {
	color: #9e9a76;
	text-decoration: none;
}

#recent a:hover {
	text-decoration: underline;
         /*background:#DAD4AD;*/
}
.recent_pad {
	margin-left:-6px;
         }