.suche {
	width: 95px;
	}
.button {
	width: 45px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar_box {
	background-color: #333333;
	width: 150px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	background-image: url(img/bg2.png);
	background-repeat: repeat-x;
}
#sidebar_box_head {
	width: 150px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
	margin-top: 5px;
}
#sidebar_box a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar_box a:hover {
	color: #FF00FF;
}
#related {
	clear: none;
	float: left;
	margin-left: 22px;
}
