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

/*
############################################################MEDIATHEK*/

#mediathek #stage {
background:#194a7f url(../img/bg.mediathek.content.jpg) no-repeat scroll  0 0;
border-top: none;
overflow: hidden;
padding-bottom: 50px
}

#mediathek #content {
width:920px;
min-height:400px;
border:none;

}

#mediathek #content li {
	margin-bottom: 0;
	
	}

#mediathek_list li
{
	padding: 4px 0;
	overflow: hidden;
}

#mediathek #nav {
background:transparent url(../img/mastersprite.png) no-repeat scroll 0 0;
border-bottom: none;
}

#mediathek #breadcrumbs {
border:none;
color:#fff;
}

#mediathek #breadcrumbs a{
color:#fff;
}

#mediathek #breadcrumbs a:hover{
color:#fff;
}

#logo-mediathek {
float:right;
color:#fff;
margin:0 20px -20px 0;
}





h2
	{
	margin: 0 0 10px; 
	}

/*
##############################LATEST*/

.media-latest
	{
	background: #eee;
	padding: 0 5px 8px;
	overflow: hidden;
	clear: both;
	}

.media-latest ul
	{
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
	}

.media-latest li
	{
	width: 276px;
	margin: 0 5px 0 0;
	display: block;
	float: left;
	cursor: pointer;
	position:relative;
	padding: 6px 6px 4px;
	background: #fff;
	border: solid 1px #ddd;
	}

.media-latest h3
	{
	font-size:14px;
	font-weight:800;
	line-height:1.3em;
	margin: 4px 0 0;
	min-height: 40px;
	}



.bildlink
	{
	overflow:hidden;
	height:148px;
	border: 2px solid #ccc;
	display: block;
	}

.bildlink:hover
	{
	border-color: #F05724;
	}


.bildlink img
	{
	margin-top:-31px;
	}


.media-latest-daten
	{
	background: #fff;
	border-top: 1px solid #FFFFFF;
	color: #5B6469;
	font-size: 10px;
	padding: 0 6px;
	position: absolute;
	right: 8px;
	top: 0;
	}



#kategorien
	{
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	width: 210px;


	}

#kategorien li
	{
	margin: 0;
	padding: 0;
	}

#kategorien a
	{
	background:#eee;
	border-bottom: solid 1px #fff;
	display: block;
	text-decoration: none;
	padding: 2px 6px;
	}

#kategorien a:hover
	{
	background:#ddd;
	}

#kategorien li.selected a
	{
	font-weight: 700;
	background: #224477;
	color: #fff;
	}

/*
##############################LIST*/

#mediathek_list
	{
	margin: 0 !important;
	}

/*
##############################SEITENNAVIGATION*/


#seitennavigation
	{
	font-size: 10px;
	}

#seitennavigation a
	{
	text-decoration: none;
	padding: 1px 3px;
	border: solid 1px #999;
	}

#seitennavigation a.aktiv
	{
	background: #999; 
	color: #fff;
	}
