﻿@charset "utf-8";
/* CSS Document */

body,html{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

html{
	background:url(../img/bg.gif) repeat-x #2779B6;
}

body{
	background:url(../img/bg_inner.gif) no-repeat center 130px;
}

#container{
	width:980px;
	margin:auto;
}

#head{
	width:980px;
	float:left;
	height:107px;
}

#head #logo{
	float:left;
	margin-top:18px;
	border:none;
}

#navi{
	float:left;
	width:980px;
	height:53px;
	background:url(../img/navi_bg_off.gif) repeat-x left 3px;
}

#navi a{
	padding:7px 22px 4px 22px;
	border-top:5px solid #D7D7D7;
	border-bottom:5px solid #D7D7D7;
	float:left;
	background:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#0060A9;
	line-height:14px;
	margin-top:3px;
}

#navi a.first{
	border-left:5px solid #D7D7D7;
	padding-left:17px;
}

#navi a:hover, #navi a.active{
	border:1px solid #d7d7d7;
	background:url(../img/navi_bg.gif);
	margin:0px;
	padding:14px 21px 9px 21px;
	color:#2d8cd4;
}

#navi .last{
	float:right;
	border-right:5px solid #D7D7D7;
	background:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#0060A9;
	margin-top:3px;
	height:30px
}

#navi a center{
	height:1px;
	margin-top:-1px;
	display:none;
}

#navi a center img{
	margin-top:10px;
	border:none;
}

#navi a:hover center,#navi a.active center{
	display:block;
}

#content{
	width:680px;
	float:left;
}

#sidebar{
	width:290px;
	margin-left:10px;
	float:left;
	font-size:12px;
}

#sidebar h2{
	text-transform:uppercase;
}

.content{
	background:#fff;
	border:5px solid #D7D7D7;
	margin-bottom:10px;
	padding:15px 0 0 15px;
}

h2,titleHR{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#0060A9;
	margin:0 0 0 -5px;
	padding:0 0 12px 5px;
	background:url(../img/hr_stilmittel.gif) no-repeat left bottom;
}

h1,title{
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#0060A9;
	margin:0;
	padding:0;
}

.icon{
	float:right;
	width:50px;
	height:1px;
	text-align:center;
	margin-top:-5px;
	margin-right:5px;
}

.timeTable{
	font-size:14px;
	margin-left:-5px;
	width:100%;
}

.timeTable a{
	color:#000;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #D7D7D7;
	padding:9px 4px;
}

.timeTable a.last{
	border:none;
}

.timeTable a em{
	float:right;
	margin-right:30px;
	color:#0060A9;
}

.timeTable a:hover,.timeTable a.active{
	background:url(../img/play_bt.gif) no-repeat right center #e5eff6;
}

.showCase{
	height:328px;
	margin-top:10px;
	background:url(../img/video_shadow.gif) no-repeat center bottom;
}

#player{
	padding:20px 0 0 80px ;
}

a{
	color:#0060A9;
}

a:hover{
	text-decoration:none;
}

#search{
	float:right;
	padding-right:10px;
}

.fb-like{
	margin:72px 0 0 560px;
	float:left;
}