/********************************************
 * TT-NEWS
 ********************************************/
div.listbox {
	margin-top:25px;
}
 
/* ### NEWS LIST ### */
div.listbox-image {
	 display: inline;
	 margin: 0;
	 padding: 0;
	 width: 115px;
	 float: left;
}


div.listbox-description {
	 margin: 0;
	 padding: 0;
	 width: 375px;
	 float: right;
}

div.listbox-description p {
	margin: 0.3em 0 !important;
	padding: 0 !important;
}

div#content-container div.listbox-description h3 {
	margin: 0;
	padding: 0;
	text-indent:0px;
	width:auto;
	font-size:1.17em;
}

div.listbox-image {
	clear:both
	display: block;
	margin: 4px 0 0 115px;
	padding: 0;
	width: 115px;
	float: left;
}

div.listbox-description strong {

}

div.listbox-description h4 {
	color: #00c8ff;
	font-size: 1.1em;
	font-weight: normal;
	margin: 3px 0 0 0;
	padding: 0;
}

div.listbox_download.list {
	position: relative;
	left: 695px;
	width: 200px;
	top: 115px;
}

div.listbox_download.detail {
	position: relative;
	left: 695px;
	width: 200px;
	top: -30px;
}


input.listbox-herunterladen {
	background: #fff url('../images/button-herunterladen.gif') no-repeat 0 0;
	border: none;
	height: 18px;
	width: 104px;
	text-indent: -10000px;
	cursor: pointer;
	display: block;
}

input.listbox-herunterladen:hover {
	background-position: 0 -18px;
}

div.listbox-spacer {
	clear: both;
	height: 20px;
}

ul.listbox-pager {
	color: #bebebe;
	font-size: 0.9em;
	margin: 0 0 0 115px;
	padding: 0;
}

ul.listbox-pager li {
	display: block;
	margin: 0 0 0 3px;
	float: left;

}

ul.listbox-pager li a {
	text-decoration: none;
	color: #bebebe;
}

ul.listbox-pager li a:hover,
ul.listbox-pager li a.active {
	color: #00c8ff;
}

ul.listbox-pager a img {
	border: none;
	margin-top: 2px;

}

/********************************************
 * PLUGINS
 ********************************************/

/* ### DROPDOWNS NEWS-DOWNLOAD ### */
div.listbox_download div.jDrop {
	margin: 0 5px 0 0;
	color: #878787;
	float: left;
	display: block;
	width: 76px;
	background: transparent url('../images/select-download-bg.gif') no-repeat 0 0;
}

div.listbox_download div.jSel{
	padding:0px 0px;
	height:18px;
	float:left;
	color: #00c8ff;
}
div.listbox_download div.jDrop:hover{
	background-position:0px -18px;
}

div.listbox_download div.jSel.hover{
	color:#00c8ff;
	cursor: pointer;
}

div.listbox_download span.jSelOp{
	float: left;
	padding: 0 7px;
	white-space: nowrap;
	left: 5px;
	font-weight: bold;
}

div.listbox_download div.jDropBut{
	width:0px;
	height:0px;
	float:left;
}

div.listbox_download div.jOpDrop{
	margin:0px!important;
	position:absolute;
	z-index:10;
	display:none;
	border:1px solid #d2e6f0;
	background: #fff;
	max-height: 260px;
	overflow-x: hidden;
	overflow-y: auto;
}

div.listbox_download div.jOp{
	padding: 0 0 0 7px;
	white-space: nowrap;
	font-weight: bold;
	color: #00c8ff;
}

div.listbox_download .jDrop img{
	width:15px;
	height:15px;
	vertical-align:middle;
	margin:-2px 5px 0 0px;
	position:relative;
}

div.listbox_download div.jOpDrop div.jOp.hover{
	background: #e8f2f7;
	color: #00c8ff;
	cursor: pointer;
}