@charset "UTF-8";
/* Sidebar */

/* Beginn von den "smallboxes" welche im Contentbereich in der zweiten Reihe angezeigt werden */
.smallbox {
	width: 207px;
	background-image: url(../images/bg_smallbox.gif);
	background-repeat: repeat-y;
	height: 169px;
	margin-bottom: 10px;
}
.smallbox .verlauf {
	#background-image: url(../images/bg_sb.gif);
	#background-position: right bottom;
	float: right;
	height: 124px;
	overflow: hidden;
}

.smallbox p {
	font-size: 10px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-top: 3px;
}
.smallbox div.tools {
	height: 18px;
	background-image: url(../images/bg_smallbox_tools.gif);
	width: 207px;
	background-repeat: no-repeat;
	background-position: bottom;
	clear: right;
}

.smallbox img {
	float: left;
	margin-right: 13px;
	margin-bottom: 7px;
}
.smallbox h2 {
	font-size: 13px;
	font-weight: 900;
	color: #FF8017;
	padding-top: 6px;
	padding-left: 7px;
	background-image: url(../images/bg_sbheader.gif);
	background-repeat: no-repeat;
	padding-bottom: 7px;
	background-position: right top;
}

.smallbox li {
	display: inline;
	color: #FF8017;
}
.smallbox .tools li a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 18px;
}
.smallbox .tools li a:hover {
	color: #FE913E;
}
.smallbox .tools li.time a {
	width: 114px;
	text-align: center;
	background-image: url(../images/bg_smalltools_sm.gif);
	font-size: 9px;
	padding-top: 2px;
	height: 16px;
	font-weight: bold;
}
.smallbox .tools li.foto a {
	width: 39px;
	background-image: url(../images/icon_foto_sm.gif);
	background-repeat: no-repeat;
}
.smallbox .tools li.ticket a {
	width: 28px;
	background-image: url(../images/icon_ticket_sm.gif);
	background-repeat: no-repeat;
}
.smallbox .tools li.people a {
	width: 26px;
	background-image: url(../images/icon_people_sm.gif);
	background-repeat: no-repeat;
}
.smallbox .tools span {
	display: none;
}
.smallbox p.more {
	background-image: url(../images/more_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	color: #FF8017;
	margin-right: 7px;
	padding-right: 20px;
	margin-top: 15px;
	height: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
