body {
	border: 0px;
	padding: 0px;
	background-color:#000000;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

img {
	border:none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:140%;
}

/* L I N K S */

a:link {
	/*font-size: 12px;*/
	color: #ffffff;
	text-decoration: none;
}

a:active {
/*	font-size: 12px;*/
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	/*font-size: 12px;*/
	color: #ffffff;
	text-decoration: none;
}

a:hover {
/*	font-size: 12px;*/
	color: #ffffff;
	text-decoration: none;
}

/* F R O N T E N D */

#frontend {
	position:absolute;
	left:50px;
	top:0px;
	width:968px;
}

/* H E A D E R */

#header {
	margin-top:0px;
	height:50px;
	width:100%;
}

#header_logo {
	float:left;
}

#header_menu {
	float:right;
	margin-top:27px;
}
/* M E N U */

#menu {
	margin-top:50px;
	height:95px;
	width:100%;
}

#menu_buttons {
	height: 30px;
	width: 100%;
	background-color: #0f0f0f;
}

#menu_title {
	float:left;
	margin-top:23px;
}

#menu_rss {
	float:left;
	margin-top:36px;
	margin-left:10px;
}

#menu_suche {
	margin-top:30px;
	float:right;
}

#menu_line {
	margin-top:0px;
	width:100%;
}

/* C O N T E N T */

#content {
	margin-top:15px;
	width:968px;
}

#contentBackground {
	color:#ffffff;
	background-color:#454545;
	width:100%;
	height:100%;
}

.contentBackground {
	color:#ffffff;
	background-color:#454545;
	width:100%;
	height:100%;
}

#contentBackgroundVideos {
	color:#ffffff;
	background-color:#454545;
	width:100%;
	height:100%;
}

.contentBackgroundBlack {
	color:#ffffff;
	background-color:#000000;
	width:100%;
	height:100%;
}
	
.contentBackgroundGray {
	color:#ffffff;
	background-color:#141414;
	width:100%;
	height:100%;
}

.contentHeadline {
    font-size: 14px;
    font-weight: Bold;
	line-height:120%;
}

.contentHeadlineVideos {
	font-size: 14px;
	font-weight: Bold;
	padding-top: 7px;
	padding-left: 5px;
}
	
.contentBoldWhite {
	color:#ffffff;
	font-weight:bold;
}

.contentBoldYellow {
    color:#ffea1b;
    font-weight:bold;
}

.contentBoldGray {
	color:#454545;
	font-weight:bold;
}

.contentWhite {
	color:#ffffff;
}

.contentYellow {
    color:ffea1b;
}

.contentGray {
	color:#454545;
}

.contentThumbnailComments {
	height:14px;
	width:20px;
	display:block;
	font-size:9px;
	color:#FFEA1B;
	padding-left:1px;
	padding-right:1px;
	left:88px;
	top:64px;
	position:relative;
	text-align:center;
}

.contentThumbnailVideoComments1 {
	height:14px;
	width:20px;
	display:block;
	font-size:9px;
	color:#FFEA1B;
	padding-left:1px;
	padding-right:1px;
	left:88px;
	top:48px;
	position:relative;
	text-align:center;
}

.contentThumbnailVideoComments2 {
	height:14px;
	width:20px;
	display:block;
	font-size:9px;
	color:#FFEA1B;
	padding-left:1px;
	padding-right:1px;
	left:258px;
	top:143px;
	position:relative;
	text-align:center;
	}

/* P R O G R A M M */
	
#programmCalendar {
	position:relative;
	left:-17px;
	width:1000px;
	height:440px;
}

#programmMonth {
	position:relative;
	left:-17px;
	width:1000px;
	height:130px;
}

#programmBottom {
	margin-top:10px;
}

#programmBottomContent {
	margin-top:10px;
	height:475px; /*305;*/
}

#programmWatchList {
	float:left;
	margin-right:7px;
	width:211px;
	height:100%;
}

#programmVideosPics {
	float:left;
	margin-right:7px;
	width:363px;
	height:100%;
	background-color:#660066;
}

#programmYoutube {
	float:left;
	width:750;
	height:100%;
}

#programmNewsList {
	float:right;
	width:380px;
	height:100%;
}

/* V O T I N G */

#voting {
	float:left;
	background-color:#454545;
	border:solid 1px #ffffff;
	
	height:15px;
	width:30px;
	
	text-align:center;
}

#voting_border {
	float:left;
	background-color:#000000;
	border:solid 1px #ffffff;
	
	padding:2px;
	
	margin-left:-1px;
	margin-right:-1px;
	
	width:300px;
	height:10 px;
	
	font-size:1px;
	line-height:0px;
}

#voting_bar {
	background-color:#ffea1b;
	height:11px;
}

/* F O O T E R */

#footer {
	margin-top:15px;
	width:100%;
}

/* F O R M */

select {
	border: 1px solid #666;
	height: 19px;
	min-width: 40px;
}

option {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 12px;
	padding-top: 4px;
	height:18px;
}

input {
	color: #000000;
	border: 1px solid #666;
	padding-left: 3px;
	height:17px;
}

.file {
	border: 1px solid #666;
}

input:active,
input:focus,
select:active,
select:focus {
   background-color: #FFF;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666;
}