/* Allgemeines */
h3 {
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 25px;
	font-size: 18px;
}
.div_line_white_1px {
	height: 2px;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 1px solid #fff;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#hauptcontent   {
	width: 500px;
	margin: 0px;
	float: left;
	margin-right: 10px;
}
/* Aktuell */
#aktuell    {
	width: 480px;
	margin-left: 10px;
	padding-top: 1px;
	background-color: #EEF4FD;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#aktuell   .thumb   {
	height: 90px;
	width: auto;
	margin-left: 10px;
	float:left;
	margin-right: 10px;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#aktuell .thumb_div {
	width: 200px;
	float: right;
	background-color: #EEF4FD;
}
/* rechte Spalte */
#pdm{
	float: left;
	margin-bottom: 9px;
	background-color: #D8E4F8;
	width: 265px;
	padding-bottom: 2px;
}
		#pdm .pdm_entry{
			margin: 0 0 10px 0;
			border-bottom: 1px solid #fff;
		}
		#pdm .pdm_entry.border_none{
			border:none;
		}

#download {
	background-color: #D8E4F8;
	float: left;
	width: 265px;
	padding-bottom: 1px;
}
/* globe_tooltip */
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
