@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #4072b1;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	
	margin: 10px 0px 0px 0px;
	
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #ccc;
}

h1 {
	font-size: 1.4em;
	color: #666;
	margin-bottom: 0.9em;
}

h2 {
	font-size: 1.1em;
	color: #3d8ac4;
}

a:link { color: #6889bf; text-decoration: none; }
a:visited { color: #6889bf; text-decoration: none; }
a:active { color: #6889bf; text-decoration: none; }

#main {
	width: 960px;
	margin: 0 auto;  	
    height: auto;
    position: relative;	

}

#header {
	width:	960px;
	height: 120px;
	position: relative;
}

#logo {
	width: 400px;
	height: 90px;
	top: 68px;
	left: 15px;
	position: absolute;
}

#social {
	width: 60px;
	height: 30px;
	top: 72px;
	left: 220px;
	position: absolute;
}

#commercial {
	width: 480px;
	height: 80px;
	top: 15px;
	float: right;
	position: relative;
}

#content {
	width: 920px;
	min-height: 200px;
	margin-top: 5px;
	padding: 20px;
	background-color: #000;
	position: relative;
	z-index: 0;
}

#content img {
	border: 0px;
}

#footer {
	height: 30px;
	background-color: #000;
	margin-top: 5px;
	padding: 10px;
	text-align: right;
	font-size: 0.8em;
}

/* Tabellen */

#content table {
	background: #111111;
	border-collapse: collapse;
	border-width: 0px;
}

#content th {
	background: #222222;
	border-width: 0px;
	padding: 4px;
}

#content td {
	border-width: 0px;
	padding: 4px;
}

/* Navigation */

#navigation {
	width: 920px;
	height: 70px;
	position: relative;
	z-index: 10;
	
	padding: 20px;
	
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
}

/* TV */

#tv_main {
	width: 920px;
	height: 450px;
	padding: 0px;
	position: relative;

	background-color: transparent;
}

#tv_articles {
	width: 310px;
	height: 437px;
	border: 1px #aaa solid;
	
	font-size: 0.9em;
	
	position: relative;
	
	float: left;
	overflow: auto;
	
	background-color: #333;
}

#tv_articles table {
	width: 100%;
	border-collapse: collapse;
}

#tv_articles table tr {
	height: 50px;
}

#tv_articles table tr td {
	padding: 10px;
}

#tv_articles img {
	border: 1px solid #ccc;
	margin: 0px 5px 5px 0px;
	float: left;
}

#tv_articles span.date {
	font-size: 0.9em;
	color: #3d8ac4;
}

#tv_articles .article_info {
	font-size: 0.9em;
	color: #bbb;
}

#tv_articles table tr.artikel_header {
	height: 30px;
}

#tv_articles table tr.artikel_header td {
	padding: 5px 10px;
	font-weight: bold;
	font-size: 1.1em;
}

tr.artikel_aktuell {
	background: #333;
}

#tv_player {
	width: 598px;
	height: 437px;
	border: 1px #aaa solid;
	margin: 0px;
	text-align: center;
	
	position: relative;
	float: right;	
}

/* Sonstiges */

img.abstand {
	margin: 0px 20px 10px 0px;
}

