/*******************************************************************************
 *     ___ ___ ___ 
 *   / __/ __/ __/
 *  | (__\__ \__ \
 *  \___|___/___/
 *   
 *   CSS-Stylesheet
 *   nec tv - Fernsehen ganz nah.
 *   
 *   Copyright 2008, Andreas Oelzner
 *   www.andreas-oelzner.de
 * 
 ******************************************************************************/



/******* Breadcrumb-Navigation ************************************************/

#bread, #datum {
	position: relative;
	height: 17px;
	left: 190px;
	top: 8px;
	font-size: 8pt;
	color: white;
	float: left;}
#bread {
	width: 440px;}
#datum {
	width: 220px;
	text-align: right;}
#bread a {
	color: white;
	text-decoration: none;}



/******* Spalten/Inhalt *******************************************************/

#spalte_links {
	width: 180px;
	margin-right: 10px;
	float: left;}
#spalte_mitte {
	width: 430px;
	float: left;}
#inhalt {
	line-height: 145%;
	padding: 25px 15px 0 15px;
	background: white url(standard_FILES/back_inhalt.gif) repeat-x;}
#inhalt p {
	margin: 0;
	padding: 0 25px 15px 0;}



/******* Web TV ***************************************************************/

/*  EINZELANZEIGE */
h4 { /* Titel unter Video-Fenster */
	background-color: #272b46;
	color: white;
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 2px 0;
	padding: 6px 8px 6px 8px;
	text-transform: uppercase;}



/******* Footer-Bereich *******************************************************/

#footer {
	width: 400px;
	height: 13px;
	padding: 4px 15px 4px 15px;
	font: 7pt Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #272b46;}
#hilfsnavigation {
	width: 200px;
	float: left;}
#toplink {
	width: 200px;
	text-align: right;
	float: left;}
