@charset 'utf-8';
@import url(/zz_global/css/reset.css);
@import url(/zz_global/css/thickbox.css);
@import url(typography.css);
@import url(forms.css);


/* -------------------------------------------------------------

 Funkhaus Nuernberg webKickSet v1.0 (20080718)
 Zusammenstellung: Stefan Fejfar

 Einfache Regeln zur Organisation und Effizienzsteigerung
 http://meiert.com/de/publications/articles/20080515/
	
------------------------------------------------------------- */

body {
	background: #000 url(../zz_img/layout/body_background.jpg) 50px 0 no-repeat fixed;
	padding: 0;
}

.hide {	display:none; }
.visible { display: block; }

#gong971 {
	width: 1120px;
	margin: 0;
	padding: 0;
}

#wrapper {
	clear: both;
	float: left;
	margin: 0 5px 0 10px;
	padding-bottom: 10px;
	width: 945px;
}

hr {
	border: 0;
	border: 1px solid #c00418;
	margin: 1em;
}
 
/* Success, notice and error boxes
------------------------------------------------------------- */
.error,
.notice, 
.success    { display: block; padding: 10px; margin: 5px 0 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }

.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* HEADER
------------------------------------------------------------- */
#header {
	background: transparent url(../zz_img/layout/header_navi_bg.jpg) 200px top no-repeat scroll;
	height: 99px;
	margin-bottom: 10px;
}

#logo img {
	float: left;
	height: 99px;
	width: 200px;
}

#actual_song,
#search_song,
#mod_onair {
	font-size: 0.9em;
	float: left;
	height: 49px;
}

#actual_song {
	padding: 5px 0 5px 10px;
	width: 290px;
}

#search_song {
	padding: 5px;
	width: 235px;
}

#search_song a {
	margin-right: 5px;
}

#search_song a.jamba,
#search_song a.musicload,
#search_song a.amazon {
	color: #fff;
	padding-left: 10px;
}

#search_song a.jamba {
	background: transparent url(/images/icons/partner/jamba.png) no-repeat 0 50%;
}

#search_song a.musicload {
	background: transparent url(/images/icons/partner/musicload.png) no-repeat 0 50%;
}

#search_song a.amazon {
	background: transparent url(/images/icons/partner/amazon.png) no-repeat 0 50%;
}

#mod_onair {
	position: relative;
	padding: 5px;
	width: 190px;
}

#mod_onair img#modpic {
	position: absolute;
	right: 10px;
	bottom: 1px;
}

.interpret,
.titelsuche,
.mod_name {
	color: #c00418;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 5px;
}

.song {
	margin-top: 3px;
}

#navigation {
	margin-left: 220px;
	padding-top: 68px; 
}

ul.gong_navi li {
	list-style: none;
	display: inline;
	padding: 0 0.5em;
}

ul.gong_navi a {
	color: #fff;
}



/* WERBUNG / PROMO
------------------------------------------------------------- */
div.boxhinweis {
	border-bottom: 1px solid #c00418;
	height: 0.8em;
	margin: 10px 0 5px;
	width: 200px;
}

span.hinweis {
	background: #000;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-left: 15px;
	padding: 0 0.2em;
	text-transform: uppercase;
}

#leaderboard {
	margin: 9px 165px 10px 10px;
	width: 728px;
	text-align: right;
}

#skyscraper {
	float: left;
}


/* LINKE SEITENLEISTE
------------------------------------------------------------- */
#left_bar {
	float: left;
	margin-top: 10px;
}

#opt-nav li {
	list-style: inside square;
	margin-bottom: 5px;
}

#socialmedia a img {
	margin-right: 3px;
}

#socialmedia iframe {
	background: #fff;
}

.promo {
	height: auto;
	line-height: 0;
	margin-bottom: 5px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 200px;
}

#voting {
	border: 1px solid #fff;
	margin-bottom: 5px;
	overflow: hidden;
	width: 198px;
}

.vote-answer {
	display: block;
	margin: 5px 0;
}

p.vote-date {
	font-weight: bold;
	padding: 5px 5px 0;
}

ol.chartlist li {
	float: left;
	margin-bottom: 3px;
	width: 100%;
}

.vote-results-answer {
	display: block;
	padding-bottom: 3px;
}

.vote-results {
	background: #676767;
	height: 1em;
	position: relative;
	padding: 0.25em 0;
}

.vote-results-count {
	position: absolute; 
	top: 0; 
	right: 0.5em;
	z-index: 2;

	display: block; 
	text-align: right; 
	color: #fff;
	line-height: 1.35em;
}

.vote-results-index {
	position: absolute; 
	left: 0px;
	top: 0;
	z-index: 1;

	background: #c00418;
	display: block; 
	height: 100%;
	overflow: hidden;
}

/* RECHTE SEITENLEISTE
------------------------------------------------------------- */
#right_bar {
	float: right;
}

#webradio {
	background: url('/gong971.de/zz_img/layout/webradio.png') no-repeat;
	height: 20px;
	margin-bottom: 5px;
	padding: 10px 0 15px 50px;
	width: 150px;
}

#unwetter {
	background: url('/gong971.de/zz_img/layout/unwetter.png') no-repeat;
	height: 20px;
	margin-bottom: 5px;
	padding: 10px 0 15px 50px;
	width: 150px;
}



#wetter {
	position: relative;
	background: url('/gong971.de/zz_img/layout/bg_wetter.png') no-repeat;
	height: 100px;
	margin: 0 0 5px;
	width: 200px;
}

#wetter #wetter-icon {
	position: absolute;
	left: 12px;
	top: 29px;
}

#wetter #temperatur-box {
	position: absolute;
	right: 60px;
	top: 30px;

	color: #fff;
	font-size: 2.0em;
	font-weight: bold;
	height: 59px;
	line-height: 2.2em;	
	text-align: center;
	vertical-align: bottom;
	width: 62px;
}

#verkehr {
	position: relative;
	background: url('/gong971.de/zz_img/layout/bg_verkehr.png') no-repeat;
	color: #000;
	height: 100px;
	margin-bottom: 5px;
	width: 200px;
}

#lokalnews {
	position: relative;
	background: url('/gong971.de/zz_img/layout/bg_blanko.png') no-repeat;
	color: #000;
	height: 100px;
	margin-bottom: 5px;
	width: 200px;
}

#verkehr .info-text,
#lokalnews .info-text {
	color: #676767;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: -2px 10px 12px 75px;
	padding-left: 1px;
}

#verkehr .mehr,
#lokalnews .mehr {
	position: absolute;
	right: 15px;
	bottom: 4px;

	font-size: 0.8em;
}

.mehr a,
.mehr a:hover {
	color: #fff;
}

/* CONTENT
------------------------------------------------------------- */
#mid_container {
	margin: 20px 205px 0;
}

#mid_container_ohnerechts {
	margin: 20px 0 0 205px;
}


div.no_js {
	background: transparent url(../zz_img/layout/feature_bg.png) 0 0 repeat-x scroll;
	border: 1px solid #c00418;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-align: center;
}

#couponshop {
	border: 1px solid #fff;
	height: 131px;
	margin-top: 5px;
	overflow: hidden;
}

#topthema {
	border: 1px solid #fff;
	height: 131px;
	margin-bottom: 5px;
	overflow: hidden;
}

#topthema img {
	float: right;
	margin-left: 5px;
} 

#autocreate {
	overflow: hidden;
}

#autocreate #kino,
#autocreate #galerie,
#autocreate #event {
	position: relative;
	border: 1px solid #fff;
	float: left;
	height: 228px;
	margin: 5px 0;
	overflow: hidden;
	width: 173px;
	vertical-align: middle;
	text-align: right;
}

#autocreate .box_overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;

	background: transparent url(../zz_img/layout/feature_bg.png) repeat;
	line-height: 1em;
	padding: 0.5em 5px;
	width: 100%;
}

.box_overlay a.kino,
.box_overlay a.galerie,
.box_overlay a.events {
	padding-left: 20px;
}

.box_overlay a.kino {
	color: #fff;
	font-weight: bold;
	background: transparent url(/images/icons/fugue/films.png) no-repeat 0 50%;
}

.box_overlay a.galerie {
	color: #fff;
	font-weight: bold;
	background: transparent url(/images/icons/fugue/calendar_month.png) no-repeat 0 50%;
}

.box_overlay a.events {
	color: #fff;
	font-weight: bold;
	background: transparent url(/images/icons/fugue/camera.png) no-repeat 0 50%;
}

#autocreate #galerie {
	margin: 5px;
}

#themen .themencontent {
	border: 1px solid #fff;
	height: 131px;
	margin-bottom: 5px;
	overflow: hidden;
}

.themencontent img.leftside {
	float: left;
	margin-right: 5px;
}

.themencontent img.rightside {
	float: right;
	margin-left: 5px;
}

p.teasertext {
	line-height: 1.35em;
	padding: 5px;
}


/* CONTENT Feature Box
-------------------------------------------------------------- */
#feature_block {
	border: 1px solid #fff;
	height: 220px;
	overflow: hidden;
	position: relative;
	width: 533px;
}


#feature_block #feature_area,
#feature_block .feature_area {
	float: left;
	line-height: 0;
	overflow: hidden;
	text-align: center;
	width: 358px;
}

#feature_block #right_column {
	position: absolute;
	right: 0;
	top: 0;

	background: transparent url(../zz_img/layout/feature_bg.png) 0 0 repeat-x scroll;
	float: left;
	height: 100%;
	width: 175px;
}

#feature_block #right_column h3 {
	color: #fff;
	margin: 10px 20px 0 20px;
}

#feature_block #right_column #pfeil { position: absolute; }

#feature_block #right_column #feature_items {
	margin: 20px;
	width: 140px;
}

#feature_block #right_column #feature_items li {
	margin: 10px 0 10px 0;
}

#feature_block #right_column #feature_items a {
	position: relative;
}

#feature_block #right_column #feature_items a:hover {
	color: white;
	background: transparent;
}

#feature_block #right_column #feature_items a.selected {
	color: white;
	font: 1.5em Arial;
	font-weight: bold;
}

/* CONTENT UNTERSEITE Allgemein
------------------------------------------------------------- */
.contentbox {
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
	padding: 5px;
	overflow: hidden;
}

.feed {
	float: right;
	padding-top: .35em;
}

.feed-icon {
	padding-left: 5px;
	vertical-align: middle;
}

.vor-zurueck {
	float: left;
	margin: 5px 0 10px;
	text-align: center;
	width: 100%;
}

.vor {
	font-weight: bold;
	margin-left: 0.25em;
}

.zurueck {
	font-weight: bold;
	margin-right: 0.25em;
}

.anmod {
	margin: 15px 0 10px;
	line-height: 1.35em;
}


.listing-item {
	clear: left;
	display: inline-block;
	margin: 10px 0 5px;
	line-height: 1.35em;
	width: 100%;
}

.listing-item img.themenbild,
.listing-item a img.themenbild,
.reflectBox {
	float: left;
	margin: 0.55em 15px 15px 0;
}

div.text-bild {	
	margin-bottom: 10px;
	margin-left: 190px;
	padding-right: 5px;
}

.h4-zusatzinfo {
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

p.beschreibung {
	margin: 0 0 5px;
	letter-spacing: 1px;
	line-height: 1.35em;
}

.item-mehr {
	display: inline;
	float: left;
	font-weight: bold;
	margin: 0.5em 0 0 20px;
}


/* CONTENT Guten Morgen Gong
------------------------------------------------------------- */


/* CONTENT Programm
------------------------------------------------------------- */


/* CONTENT Podcast
------------------------------------------------------------- */
.dropselektor {
	float: right;
	margin: .025em 0 0;
}

a.podcastMP3 {
	padding-left: 10px;
	vertical-align: middle;
}



/* CONTENT Bilder
------------------------------------------------------------- */
.imagethumb a,
.imagethumb a:hover {
	background-color: #F6F6F6;
	border: 1px solid #E6E6E6;
	display: block;
	line-height: 0;
	margin: 0 9px 9px 0;
	padding: 9px;
}


/* CONTENT Events
------------------------------------------------------------- */


/* CONTENT Moderatoren
------------------------------------------------------------- */


/* CONTENT Sport
------------------------------------------------------------- */


/* CONTENT Kino
------------------------------------------------------------- */
.kinoBewerten {
	margin: 10px 0 5px 115px;
}


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


/* CONTENT Ticketshop
------------------------------------------------------------- */
#ticketshop {
	height: 550px;
	margin: 10px 0 5px;
	overflow: auto;
	width: 740px;
}


/* CONTENT Nachrichten
------------------------------------------------------------- */
div.listing-text {
	margin-left: 115px;
	line-height: 1.35em;
}

/* BOTTOM
------------------------------------------------------------- */
#fb_like {
	margin: 0 205px 0;
	padding: 5px 5px 10px;
}

#footer {
	border-top: 1px dotted #fff;
	font-size: 0.8em;
	margin: 0 205px 0;
	padding: 5px;
}

#editorial {
	float: right;
}