/* ### -- -- -- -- -- Download Database Styles -- -- -- -- -- ### */ /* 

File: downloadBD.css 
Copyright 2008-2010 by INSIDE das Hörspiel. 

*/
#dldbwrapper {
	margin: 0px auto;
	width: 100%;
	border: 0;
	text-align: left;
}

.dldbmain {
	width: 100%;
	position: relative;
	top: 0em;
	left: 0em;
	margin-right: 0em;
	margin-left: 0em;
}

.dldbmiddle {
	width: 73%;
	float: left;
	margin: 0;
}

.dldbright {
	width: 25%;
	float: right;
	margin: 0;
	padding-left: 12px;
}

.dldbclear {
	clear: both;
}

.dldbmiddle a,.dldbright a {
	color: #333;
	font-size: 0.75em;
	font-weight: bold;
}

/* ### -- -- -- -- -- Allgemeines -- -- -- -- -- ### */
	/* Copyright Hinweis */
.dldbCopyHint {
	clear: both;
	padding:10px 0 7px;
	text-align:center;
	white-space:nowrap;
	font-size:0.80em;
	text-align: center;
}

/* Statistik */
.dldbstatcontainerIcon {
	padding-top: 5px;
	display: block;
	float: left;
	margin-left: 8px;
	text-align: center;
	width: 30px;
}

.dldbstatcontainerHead * {
	
}

.dldbstatcontainerContent {
	margin-left: 35px;
}

.dldbstatsmallFont {
	font-size: 0.85em;
	height: 25px;
	padding: 9px 0px 0px;
}

.dldbstatborder {
	background-color: #FFFFFF;
	border: 1px solid #8DA4B7 !important;
	margin-bottom: 7px;
	padding: 1px 0pt 0pt 1px;
}

/* Für untere Abschlussgrafik für Statistik
 **START**
.dldbstatuntenlinks {
	background-image: url("../images/WoltLab Blue Sunrise/cFooterleft.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 25px;
	height:21px;
	margin: -7px auto 15px auto;
}

.dldbstatuntenmitte {
	background-image: url("../images/WoltLab Blue Sunrise/cFootermitte.png");
	background-repeat: repeat-x;
	background-position: top;
	height:21px;
}

.dldbstatuntenrechts {
	background-image: url("../images/WoltLab Blue Sunrise/cFooterright.png");
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 25px;
	height:21px;
}

.statunten {
	margin: -7px auto 15px auto;
}
** ENDE **/
	/* ### -- -- -- -- -- Daten List -- -- -- -- -- ### */ /* Rating */
.dldbRatingOutput {
	background-image: url("../icon/downloadDBRatingBG.png");
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: text-top;
	height: 12px;
	width: 102px;
}

.dldbRatingImage {
	vertical-align: text-top;
	border: 0;
	height: 12px;
	width: 102px;
}

/* Icons */
.tableList td.dldbColumnIcon {
	white-space: nowrap;
	width: 1%;
}

/* Spalte für Beschreibung */
.tableList td.dldbColumnMarkTitle {
	text-align: left;
	padding-right: 5px;
	width: 120px;
}

/* Datei Beschreibung */
.tableList th.dldbColumnMarkContent {
	text-align: center;
}

.tableList td.dldbColumnMarkContent {
	text-align: left;
	padding-left: 5px;
}

/* Datum ausgeben */
.tableList th.dldbColumnDatum {
	white-space: nowrap;
	min-width: 150px;
}

.tableList td.dldbColumnDatum {
	white-space: nowrap;
	min-width: 150px;
	text-align: center;
}

/* Größeausgeben */
.tableList th.dldbColumnGroesse {
	white-space: nowrap;
	min-width: 100px;
	text-align: center;
}

.tableList td.dldbColumnGroesse {
	white-space: nowrap;
	min-width: 100px;
	text-align: center;
}

/* Anzahl der Downloads */
.tableList th.dldbColumnDownload {
	white-space: nowrap;
	min-width: 150px;
	text-align: center;
}

.tableList td.dldbColumnDownload {
	white-space: nowrap;
	width: 150px;
	text-align: center;
}

/* Spalte für Icons und Name+Vorschau */
.tableList th.dldbColumnName {
	min-width: 255px;
	text-align: center;
}

/* Spalte für Vorschaubild */
.tableList td.dldbColumnImage {
	text-align: center;
	min-width: 190px;
}

/* Vorschaubild */
.dldbPreviewIMG {
	padding: 5px;
	text-align: center;
}

/* ### -- -- -- -- -- Kategorie List -- -- -- -- -- ### */
#katlist,#katlist ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#katlist {
	margin-bottom: 20px;
}

#katlist .katlistInner {
	min-height: 16px;
}

#katlist .container-1,#katlist .container-2 {
	background-repeat: no-repeat;
	background-position: center left;
}

#katlist li ul .katlistInner {
	padding-left: 30px;
}

#katlist li ul li ul .katlistInner {
	padding-left: 60px;
}

#katlist li ul li ul li ul .katlistInner {
	padding-left: 90px;
}

#katlist li {
	min-height: 0;
}

#katlist .containerContent:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

#katlist .container-1,#katlist .container-2 {
	padding: 4px;
}

#katlist .katTitle {
	width: 45%;
}

#katlist .containerHead .katTitle {
	width: 99.5%;
}

#katlist .katlistSubkats {
	margin: 3px 0 0 0;
	padding: 0;
	min-height: 0;
}

#katlist .katlistSubkats h4,#katlist .latlistSubkats h5,#katlist .katlistSubkats h6
	{
	display: inline;
}

.katlistDescription {
	margin-bottom: 3px;
	font-size: 0.85em;
}

.katlistCounter {
	margin-bottom: 3px;
}
/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */