/* vdrTUBE Skin grey white v0.5b  (c) 2007 skiller2k1 aka Michael Brueckner <vdr@gekrumbel.de */
/* Grundsaetzliches */

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

embed {
	padding: 0;
	margin: 0;
}

/* Header-Bereich */

.header {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	height: 113px;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
}

.header img {
	margin-top: 10px;
	margin-left: 10px;
}

.headerslogan {
	margin-left: 10px;
}

/* Content-Bereich */

.contentdate {
	padding-right: 5px;
	float: right;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

.contentleft {
	overflow: hidden;
	border: 1px solid #7B7B7B;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contentheader {
	border-bottom: 1px solid #7B7B7B;
	background-image: url(images/header_mov.png);
	background-repeat: repeat-x;
	min-height: 35px;
}

.contenttitle {
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
}

.contentsubtitle {
	overflow: hidden;
	padding-left: 5px;
	font-size: 9px;
}

.contentsorting {
	float: left;
}

.contentdescription {
	overflow: hidden;
	padding: 5px 5px 0px 5px;
}

/* Footer-Bereich */

.contentfooter {
	background-image: url(images/footer.png);
	border-top: 1px solid #7B7B7B;
	min-height: 30px;
}

.caption {
	background-repeat: repeat-x;
	padding-left: 5px;
	font-size: 9px;
}

.caption_download {
	float: right;
	font-size: 9px;
	padding-right: 5px;
}

.caption_footer {
	float: left;
	font-size: 9px;
	padding-left: 5px;
}

.caption_version {
	padding-right: 5px;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	float: right;
}

/* Uebersicht Recordings Startseite */

.recordingslist {
	padding-top: 5px;
	padding-bottom: 5px;
	display: table;
	width: 100%;
}

.recordingslist div {
	padding-left: 5px;
}

.recordingslist div:hover {
	background-color: #007100;
	color: #FFFFFF;
}

.recordingslist div:hover a {
	color: #FFFFFF;
}

.recordingslist div a:visited {
	color: #828282;
}

.recordingslist div:hover a:visited {
	color: #BAFFBB;
} 

.recordingslist div div {
	display: table-cell;
}

.recordingslink {
	vertical-align: top;
}

/* Tabellendesign Recordings */

.recordingssize {
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
}
.recordingstitle {
	vertical-align: top;
	padding-left: 5px;
	width: 100%;
}

/* Formatierung fuer Flashplayer */

#player1 {
	float: left;
	padding-right: 10px;
	margin: 0px;
}

/* "Knaststruktur" Recordingsliste */

.odd {
	background-color: #FFFFFF;
	display: table-row;
}

.even {
	background-color: #E8E8E8;
	display: table-row;
}

/* Temporaere Formatierung fuer Sortierungsrichtungs-text */

.sorted {
	padding-right: 5px;
	float: right;
	font-weight: bold;
}

/* Taglist */

.taglist {
	padding-left: 5px;
}
