html,body {
	margin:0;
	padding:0;
	border:0;
	font:12px/15px Arial,Helvetica,sans-serif;
	background:white;
	background-attachment:fixed;
	overflow:auto;
	width:100%;
	height:100%;
	font-family: Arial, Verdana, âHelvetica, sans-serif;
	font-size:75%;
	color:white;
	font-size: 12px;
}

.hsuper {
	font-size:14px;
	font-weight:bold;
	color: #00305E;
	font-family: helvetica, arial, sans-serif;
	background-color: transparent;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 15px;
	display: block;
}

img{
	border: 0 none;
}

a{
	text-decoration:none;
	outline:0 none;
	color: #00305E;
}

#header{
	width:960px;
	height:156px;
	position:absolute;
	left:50%;
	float:left;
	margin-left:-480px;
	z-index:1;
	margin-bottom:0px;
}

img#wappen{
	position:fixed;
	left:50%;
	margin-left:-600px;
	top:100px;
}

/*-- Suche --*/

#suche{
	position:absolute;
	width:234px;
	top:10px;
	left:50%;
	margin-left:236px;
	z-index:2;
}

fieldset.search {
	border: 0;
	width: inherit;
	margin: 0;
	padding:0;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #004172;
	font-size: 1.2em;
	width: 172px;
	padding:0 14px;
	height: 30px;
	background: url(../image/templates/standard/suche.png) no-repeat;
	outline: none;
}
.search button.btn {
	width: 26px;
	height: 26px;
	margin-top:3px;
	float:right;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/image/templates/standard/go.png) no-repeat top right;
}

/*-- Suche Ende --*/

#container{
	width:960px;
	position:absolute;
	left:50%;
	float:left;
	margin-left:-480px;
	margin-top:155px;
}

#container_content{
	width:958px;
	position:relative;
	float:left;
	z-index:1;
	background:white;
	border-left:1px solid #575757;
	border-right:1px solid #575757;
}

#footer{
	width:958px;
	position:relative;
	float:left;
	z-index:1;
	min-height:50px;
	border-left:1px solid #575757;
	border-right:1px solid #575757;
	border-top:1px dotted #AAA;
}

#leftbox{
	width:150px;
	min-height:600px;
	float:left;
	position:relative;
	overflow:hidden;
}

.leftbox_menu{
	width:150px;
	float:left;
	background:url(../image/templates/standard/blau_verlauf.png) no-repeat 10px 0 #00305E;
	padding-top:17px;
	margin-bottom:50px;
}

.leftbox_menu ul{
	margin:0;
	padding:0;
	float:left;
}

.leftbox_menu ul li{
	list-style:none;
	width:151px;
	background:white;
	border-bottom:1px dotted #004172;
}

.leftbox_menu ul li:hover{
	list-style:none;
	width:151px;
	background:#EFEFEF;
	border-bottom:1px dotted #004172;
}

.leftbox_menu ul li a{
	display:block;
	color:#00305E;
	font-size:13px;
	padding:13px 8px 10px 8px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.leftbox_menu ul li:hover a{
	text-decoration:none;
}

ul#leftbox_menu_list{
	margin:0;
	padding:0;
	float:left;
}

ul#leftbox_menu_list li{
	list-style:none;
	float:left;
	width:151px;
	background:white;
	border-bottom:1px dotted #004172;
}

ul#leftbox_menu_list li:hover a{
	text-decoration:none;
}

ul#leftbox_menu_list li a{
	display:block;
	color:#00305E;
	font-size:13px;
	padding:13px 8px 10px 8px;
	font-weight:bold;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
}

.leftbox_submenu{
	float:left;
	width:150px;
}

ul.leftbox_submenu_list{
	margin:0;
	padding:0;
	float:left;
	margin-top:2px;
}

ul#leftbox_menu_list li ul.leftbox_submenu_list li{
	list-style:none;
	margin:0;
	padding:0;
	width:150px;
	border-bottom:1px solid #999999;
	background:url(/image/templates/standard/playerbox_desc_bg.jpg) repeat-x;
}

ul#leftbox_menu_list li ul.leftbox_submenu_list li:hover a{
	text-decoration:none;
}

ul#leftbox_menu_list li ul.leftbox_submenu_list li .leftbox_submenu_preview_pic{
	width:50px;
	height:60px;
	float:left;
	overflow:hidden;
	background:#eee;
}

ul#leftbox_menu_list li ul.leftbox_submenu_list li a{
	margin:0;
	padding:0;
	font-size:10px;
	text-decoration:none;
	padding:8px 8px 5px 8px;
}

#midbox{
	width:590px;
	margin:0 8px;
	float:left;
	position:relative;
}

#contentbox{
	width:570px;
	float:left;
	padding:10px;
	margin-bottom:10px;
	color:#004172;
	font-size:14px;
	line-height:24px;
}

#contentbox a{
	color:black;
}

#contentbox a:hover{
	text-decoration:underline;
}

#contentbox_pic{
	float:left;
	width:570px;
	margin-bottom:10px;
	overflow:hidden;
}

#contentbox_pic img{
	max-width:570px;
}

#ok_button_menu{
	width:590px;
	float:left;
	height:51px;
	background:#004172;
}

#ok_button_menu ul{
	margin:0;
	padding:0 1px;
	float:left;
}

#ok_button_menu ul li{
	list-style:none;
	text-align:center;
	margin-right:1px;
	float:left;
	background:url(../image/templates/standard/ok_buttons_bg.png) repeat-x;
}

#ok_button_menu ul li a{
	display:block;
	height:50px;
	padding:0 11px;
}

#rightbox{
	width:200px;
	min-height:600px;
	float:left;
	position:relative;
	overflow:hidden;
}

#partnerbox{
	float:left;
	width:590px;
	margin-bottom : 10px;
}

#partnerbox_bild{
	float:left;
	width:180px;
	padding:10px;
}

#partnerbox_bild img{
	width:180px;
}

#partnerbox_firma{
	float:right;
	width:370px;
	padding:10px;
}

#partnerbox_firma_name
{
	color :black;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#partnerbox_titel{ font-size: 14px; font-weight: bold; margin-bottom: 10px; color: black; padding-left: 10px; }
#partnerbox_information{ padding-left: 10px; font-size: 12px; color: black; }
#partnerbox_firma_adresse { color :black; font-size: 12px; }
#playerbox{ float:left; width:590px; }
#da_player{ float:left; width:590px; margin-bottom:1px; }
#da_player_desc{ float:left; width:570px; min-height:80px; background:url(/image/templates/standard/playerbox_desc_bg.jpg) repeat-x; font-family:Arial, Verdana, Helvetica, sans-serif; padding: 10px; }
#da_player_medienview{ float:left; width:590px; margin-bottom:10px; }
#da_player_desc_medienview{ float:left; width:570px; min-height:69px; background:#DDDDDD url(/image/templates/standard/playerbox_desc_bg.jpg) repeat-x; font-family:Arial, Verdana, Helvetica, sans-serif; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; }
#da_player_datum{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #00305E; }
#da_player_titel{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: #00305E; font-weight: bold; margin-bottom: 5px; }
#da_player_beschreibung{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #00305E; }
#playerbox2{ float:left; width:590px; padding-top:10px; padding-bottom:10px; text-align:center; }
#playlistbox{ width:590px; float:left; }
#hna_header{ width:590px; height:17px; margin-bottom:1px; background:url(../image/templates/standard/blau_verlauf_gr.png) no-repeat 0 0; }
#playlistbox_header{ width:590px; float:left; height:17px; margin-bottom:1px; background:url(../image/templates/standard/blau_verlauf_gr.png) no-repeat 0 0; }

#playlistbox_header p{
	color:white;
	margin:1px 6px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#playlistbox_playlist{
	width:590px;
	height:242px;
	float:left;
	margin-bottom:1px;
}

ul.playlist{
	margin:0;
	padding:0;
	float:left;
}

ul.playlist li {
	list-style:none;
	width:294px;
	height:80px;
	margin-bottom:1px;
	margin-right:1px;
	float:left;
	border-bottom:1px dotted #004172;
	padding-bottom:1px;
}

.playlist_video_preview_pic{
	width:114px;
	height:80px;
	float:left;
	background:#eee;
	overflow: hidden;
}

.playlist_video_preview_pic img {
	width:114px;
}

.playlist_video_description{
	float:left;
	width:170px;
	padding:5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#004172;
	text-shadow:1px 1px 1px white;
	font-size:11px;
	height: 70px;
	overflow:hidden;
}


#playlistbox_submenu{
	width:590px;
	height:18px;
	float:left;
}

#playlistbox_submenu_back{
	width:86px;
	height:18px;
	float:left;
	text-align:center;
}

#playlistbox_submenu_back a{
	display:block;
	font-size:12px;
	color:white;
	padding:2px 0;
	background:#00305e;
}

#playlistbox_submenu_back a:hover{
	color:white;
	text-shadow:none;
	background:url(../image/templates/standard/title_bg2.jpg) repeat-x;
}

#playlistbox_submenu_mid{
	width:416px;
	height:11px;
	margin:0 1px;
	float:left;
	text-align:center;
	font-size:12px;
	padding:4px 0;
	color:white;
	background:#00305e;
}

.counter{
}

#counter{
	margin-top:-2px;
}

#playlistbox_submenu_forward{
	width:86px;
	height:18px;
	float:left;
	text-align:center;
}

#playlistbox_submenu_forward a{
	display:block;
	font-size:12px;
	color:white;
	padding:2px 0;
	background:#00305e;
}

#playlistbox_submenu_forward a:hover{
	color:white;
	text-shadow:none;
	background:url(../image/templates/standard/title_bg2.jpg) repeat-x;
}


/* RIGHTBOX */

.rightbox_menu{
	float:left;
	width:200px;
	margin-bottom:10px;
}

ul.rightbox_menu_list{
	margin:0;
	padding:0;
	float:left;
}

ul.rightbox_menu_list li{
	list-style:none;
	float:left;
	width:201px;
	margin-bottom:1px;
	background:white;
	border-bottom:1px dotted #004172;
}

ul.rightbox_menu_list li:hover a{
	text-decoration:underline;
}

ul.rightbox_menu_list li a{
	display:block;
	color:#00305E;
	font-size:13px;
	padding:13px 8px 10px 8px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.rightbox_submenu{
	float:left;
	width:200px;
}

ul.rightbox_submenu_list{
	margin:0;
	padding:0;
	float:left;
	margin-top:2px;
}

ul.rightbox_menu_list li ul.rightbox_submenu_list li{
	list-style:none;
	margin:0;
	padding:0;
	width:200px;
	background: #DDD url(../image/templates/standard/playerbox_desc_bg.jpg) repeat-x;
	border-bottom:1px solid #999999;
}

ul.rightbox_menu_list li ul.rightbox_submenu_list li:hover a{
	text-decoration:underline;
}

ul.rightbox_menu_list li ul.rightbox_submenu_list li .rightbox_submenu_preview_pic{
	width:50px;
	height:60px;
	float:left;
	overflow:hidden;
	background:#eee;
}

.rightbox_submenu_preview_pic img{
	width:50px;
}

ul.rightbox_menu_list li ul.rightbox_submenu_list li a{
	margin:0;
	padding:0;
	font-size:10px;
	text-decoration:none;
}

.rightbox_submenu_preview_pic a img{
	height:60px;
	float:left;
}

.rightbox_submenu_video_description{
	float:left;
	width:140px;
	padding:5px;
	color:#00305E;
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
}

/* RIGHTBOX ENDE */

#socialmedia_buttons{
	float:left;
	margin-bottom:10px;
}

#socialmedia_buttons ul{
	margin:0;
	padding:0;
	float:left;
}

#socialmedia_buttons ul li{
	list-style:none;
	margin-bottom:1px;
}
#socialmedia_buttons ul li a{
	display:block;
}

.rightbox_content_likebox{
	float:left;
	width:194px;
	padding:3px;
	background:white;
	color:white;
	font-family: 'PTSansRegular';
	margin-bottom:10px;
}

.rightbox_content_apps{
	width:200px;
	height:380px;
	background:url(/image/banner_app_bw_bg.jpg);
	position:relative;
	float:left;
	margin-bottom:10px;
}

.rightbox_content_vistas{
	width:200px;
	height:270px;
	background:url(/image/vistas_bg.png);
	position:relative;
	float:left;
	margin-bottom:10px;
}

.rca_iphone{
	display:block;
	position:absolute;
	bottom:58px;
}

.rca_android{
	display:block;
	position:absolute;
	bottom:15px;
}

.rca_vistas{
	display:block;
	position:absolute;
	bottom:15px;
}



#likebox{
	float:left;
	background:white;
}

.rightbox_content{
	float:left;
	width:180px;
	padding:10px;
	background:white;
	line-height:18px;
	margin-bottom:10px;
	color:#004172;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img.overlay{
	position:absolute;
	z-index:1;
	cursor:pointer;
}

img.splash{
	position:relative;
	width:590px;
}

#content_overviewbox{
	width:590px;
	float:left;
}

#contentlist_overviewbox{
	float:left;
	margin-bottom:1px;
}

ul#slider_overviewbox{
	margin:0;
	padding:0;
	float:left;
	background:rgb(221, 221, 221) ;
}

ul#slider_overviewbox li ul{
	margin:0;
	padding:0;
	float:left;
	margin-top:1px;
	margin-bottom:1px;
}

ul#slider_overviewbox li ul li{
	width:590px;
	min-height:100px;
	list-style:none;
	margin-bottom:1px;
	float:left;
}

.slider_overviewbox_preview_pic{
	width:190px;
	height:100px;
	float:left;
	overflow:hidden;
}

.slider_overviewbox_preview_pic img{
	width:190px;
}

.slider_overviewbox_description{
	width:379px;
	min-height:90px;
	padding: 5px 10px;
	color:#666666;
	text-shadow:1px 1px 1px white;
	font-size:11px;
	overflow:hidden;
	float:right;
	background: rgb(221, 221, 221) url(../image/templates/standard/overviewbox_bg.jpg) repeat-x;
}

.slider_overviewbox_description_title{
	width:379px;
	float:left;
	display:block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#666666;
	text-shadow:1px 1px 1px white;
	line-height:18px;
	color: #00305E;	
}

.slider_overviewbox_description_datum{
	display:block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-shadow:1px 1px 1px white;
	line-height:18px;
}
.slider_overviewbox_description_info{
	float:left;
	display:block;
	margin-top:2px;
}

ul.rightbox_menu_list li ul.rightbox_submenu_list li.alle_beitraege{
	text-align:center;
	background:url(../image/templates/standard/box_bg3.png) repeat-x;
	height:34px;
}

ul.rightbox_menu_list li ul.rightbox_submenu_list li.alle_beitraege a{
	display:block;
	padding:10px;
	color:white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

ul.rightbox_menu_list li ul.rightbox_submenu_list li.alle_beitraege:hover{
	cursor:pointer;
	background:url(../image/templates/standard/leftbox_menu_li_bg2.png) repeat-x;
}

#copyright{
	color:black;
	float:left;
	font-weight:bold;
	width:158px;
	text-align:center;
	font-size:10px;
	padding:10px 0 5px 0;
}

#footer_links{
	color:#00305E;
	float:left;
	font-weight:bold;
	width:590px;
	text-align:center;
	font-size:10px;
	padding:5px 0;
}

#footer_links ul{
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	margin-left:-140px;
	text-align:center;
}

#footer_links ul li{
	list-style:none;
	float:left;
	margin-left:10px;
}

#footer_links ul li a {
	color:#00305E;
	display:block;
}

#footer_links ul li a:hover{
	text-decoration:underline;
}

#partner{
	position:absolute;
	top:10px;
	left:10px;
}

#partner2{
	position:absolute;
	top:10px;
	right:10px;
}

.suche_inhalt {
	float:left;
	width:150px;
	margin-bottom: 15px;
	height:30px;
	padding:5px;
	color:#00305E;
	font-size: 12px;
	font-weight: bold;
}

.suche_input_suchwort {
	float: left;
}

.suche_input_suchwort input {
	font-size:12px;
	width:140px;
	height:18px;
}

.suche_input_button {
	width:143px;
	height:20px;
}

.suche_input_button input{
	width:143px;
	height:20px;
}

/* Kontakt
-----------------------------------------------------------------------------------*/

.kontakt_uberschrift{
	color: #00305E;
	font-size: 12px;
	width:100%;
	height:20px;
	margin-bottom:10px;
}

.kontakt_daten{
	color: #00305E;
	width:100%;
}

.dienstanbieter1{
	color: #00305E;
	width:100%;
	float:left;
	margin-bottom:10px;
}

.dienstanbieter2{
	color: #00305E;
	width:100%;
	float:left;
	margin-bottom:10px;
}

.zusatztext{
	color: #00305E;
	float:left;
	width:100%;
	margin-bottom: 15px;
}

.kontakt_einzeiler{
	color: #00305E;
	width:inherit;
	height:20px;
	float:left;
	margin-bottom: 10px;
}

.kontakt_einzeiler1{
	color: #00305E;
	width:170px;
	font-size: 12px;
	font-weight: bold;
	float:left;
}

.kontakt_einzeiler2{
	font-size: 12px;
	width:370px;
	float:left;
}

.anschrift{
	width:inherit;
	margin-bottom:20px;
}

.kontakt_hinweis{
	font-size: 12px;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:20px;
}

.kontakt_einzeiler_input{
	width:100%;
	margin:0;
	padding:0;
}

 .kontakt_einzeiler_input_button{
 	width:20px;
 }

 .kontakt_nachricht{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.kontakt_nachricht2{
	width:370px;
	float:left;
}

.kontakt_nachricht2 textarea{
	width:370px;
	min-height:150px;
}

.kontakt_form > .kontakt_einzeiler {
	margin-bottom:2px;
}

.kontakt_einzeiler_input_button2{
 	float:right;
 }

.kontakt_button {
	float:right;
	margin-right:5px;
	width: 135px;
	height:23px;
	background:url(/image/templates/bawue02/bg_button_right.gif) right no-repeat;
	float:right;
}

.kontakt_button input {
	width: 135px;
	height:23px;
	background:url(/image/templates/bawue02/bg_button_left.gif) left  no-repeat;
	color:#ffffff;
	font-weight:bold;
	border:none;
	overflow:visible;
	display:inline;
	margin:0px;
	padding:0px 4px 2px 4px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Sitemap
-----------------------------------------------------------------------------------*/

.sitemap_rubrik a{
	font-weight:bold;
}

.sitemap_forum_struktur{
	padding-left:50px;
}

/* Datenschutz
-----------------------------------------------------------------------------------*/

.datenschutz{
	color: #00305E;
	font-size: 12px;
}

/* Partnerseite
-----------------------------------------------------------------------------------*/

.partner_kopf{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #00305E;
	font-size: 12px;
}

.partner_titel{
	padding-bottom: 10px;
	color: #00305E;
	font-size: 14px;
	font-weight: bold;
}

/* Partnerseite
-----------------------------------------------------------------------------------*/

.kommerz_kopf{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #00305E;
	font-size: 12px;
}

.partner_titel{
	padding-bottom: 10px;
	color: #00305E;
	font-size: 12px;
	font-weight: bold;
}
/* Partnerseite
-----------------------------------------------------------------------------------*/
.medien_count
{
	padding:2px;
	margin-left: 10px;	
}
}
