/* @override http://dev.blick-apps.ch/css/style.css?7 */

@import url(fonts.css);


article, aside, footer, header, nav, section {
	display: block;
}

a {
	outline: none;
	color: rgb(221, 0, 0);
}

img {
	border: none;
}

hr {
	height: 1px;
	border: none;
	margin: 2em 0;
	background: rgb(204, 204, 204);
	display: block;
}
.line {
	padding: 5px 0;
	margin: 5px 0 8px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	border-width: 0 0 1px 0;
	clear: both;
}

/* @group stoerer */

.stoerer_jetzt_neu {
	background: url(stoerer_jetzt_neu.jpg) no-repeat right 160px;
}
.stoerer_fussball_app {
	background: url(fussball_app_stoerer.jpg) no-repeat right 160px;
}
.stoerer_demnaechst_erhaltich {
	width:186px;
	background: url(stoerer_demnaechst_erhaltich.jpg) no-repeat right 160px;
}

/* @end */
form {
	margin: 0;
	padding: 0;
}

table {
	border: 0;
	border-spacing: 0;
	margin: 1em 0;
}

table td, table th {
	padding: 1px 2px;
}

input {
	vertical-align: middle;
}

button {
	outline: none;
	cursor: pointer;
}

input[type=text] {
	margin: 0;
	padding: 8px;
	background: url(field-left.png) no-repeat;
	line-height: 16px;
	border-radius: 8px;
	border: 1px rgb(204, 204, 204) solid;
	outline: none;
	font-size: 14px;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
}

h1, h2, h3 {
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	margin: 0;
	float: right;
	padding: 18px 0 0 0;
	width: 350px;
	font-size: 35px;
	font-weight: normal;
	line-height: 45px;
	text-align: center;
}

h2 {
	margin: 0 0 0.8em 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}

p {
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: rgb(102, 102, 102);
}

ul {
	padding-left: 20px;
	margin: 1em 0;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	color: rgb(102, 102, 102);
}

table {
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: rgb(102, 102, 102);
}

p.inputs {
	margin: 0;
	line-height: 34px;
}

iframe {
	border: none;
	overflow: hidden;	
}

video {
	background: rgb(127, 127, 127);
}

.clear {
	clear: both;
}

body {
	margin: 0 0 0;
	padding: 0;
	font: 15px/22px "Helvetica", sans-serif;
	background: white url(top-nav-back.png) repeat-x;
}

body > section {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

body > header > header {
	height: 180px;
	position: relative;
}

body > section > footer {
	clear: both;
	margin-top: 54px;
	border-top: 1px solid rgb(64, 64, 64);
	color: rgb(64, 64, 64);
	font-size: 10px;
}

body > section > footer a {
	color: rgb(64, 64, 64);
	font-size: 10px;
}

/* @group NAV */
#nav {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 34px;
	text-align: left;
	clear: both;
}
/* @group main-nav */
#main_nav {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	float: left;
	margin-bottom: 25px;
	height: 34px;
	font-size: 15px;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	border: 0px dashed green;
	
}
#main_nav ul {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 27px;
	list-style: none;
	
}
#main_nav li {
	padding: 0 18px 0 0;
	height: 27px;
	float: left;
}
#main_nav a {
	display: block;
	line-height: 29px;
	color: rgb(204, 204, 204);
	text-decoration: none;
	text-transform: uppercase;
}

#main_nav li.active a {
	color: white;
	text-decoration: none;
}
/* @end */

/* @group meta_nav */
#meta_nav {
	position: relative;
	right: 0px;
	top: 0px;
	z-index: 1;
	float: right;
	margin-bottom: 25px;
	height: 34px;
	width: 180px;
	font-size: 15px;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	border: 0px solid black;
}
#meta_nav ul {
	margin: 0;
	padding: 0;
	/*width: 200px;*/
	height: 27px;
	list-style: none;
	
}
#meta_nav li {
	padding: 0 18px 0 0;
	height: 27px;
	float: right;
}
#meta_nav a {
	display: block;
	line-height: 29px;
	color: rgb(204, 204, 204);
	text-decoration: none;
	text-transform: uppercase;
}

#meta_nav li.active a {
	color: white;
	text-decoration: none;
}

/*
body > nav {
	margin-bottom: 25px;
	height: 34px;
	font-size: 15px;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	background: url(top-nav-back.png);
}

body > nav ul {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 27px;
	list-style: none;
	border: 1px dashed green;
}

body > nav li {
	padding: 0 18px 0 0;
	height: 27px;
	float: left;
}

body > nav a {
	display: block;
	line-height: 29px;
	color: rgb(204, 204, 204);
	text-decoration: none;
	text-transform: uppercase;
}

body > nav li.active a {
	color: white;
	text-decoration: none;
}
*/
/* @end */

/* @group drop-down */
#dropdown {
	position: relative;
	z-index: 100;
	float: right;
	height: 27px;
	display: block;
	overflow: hidden;
	font-size: 15px;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	
	border: 0px solid black;
	cursor: pointer;
}
#dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px solid #fff;
	background: #e2001a url(top-drop-down-back.jpg) repeat-x;
	/*-- radius --*/
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	/*--/radius --m*/
}
#dropdown li:first-child {
	background: url(top-nav-back.png) repeat-x;
}
#dropdown li {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 27px;
	clear: both;
}
#dropdown a {
	display: block;
	width: 100%;
	
	line-height: 29px;
	color: rgb(204, 204, 204);
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

#dropdown li.active a {
	color: white;
	text-decoration: none;
}

#dropdown li a span {
	float:left;
	cursor: pointer;
}
/* @end */

/* @group meta_nav */
/*
#meta_nav {
	position: absolute;
	border: 1px solid;
}

#meta_nav ul {
	margin: 0 auto;
	padding: 0;
	height: 27px;
	list-style: none;
}

#meta_nav li {
	padding: 0 18px 0 0;
	height: 27px;
	float: right;
}
#meta_nav a {
	display: block;
	line-height: 29px;
	color: rgb(204, 204, 204);
	text-decoration: none;
	text-transform: uppercase;
}

#meta_nav li.active a {
	color: white;
	text-decoration: none;
}
*/
/* @end */

header > nav {
	background: url(content-top.png) left bottom no-repeat;
}

header > nav ul {
	height: 102px;
	margin: 0;
	padding: 0;
	list-style: none;
}

header > nav li {
	width: 63px;
	height: 89px;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
	background: center 74px no-repeat;
}

header > nav li.active {
	background-image: url(nav-item.png);
}

header > nav li.item-1 a {
	background-image: url(nav-item_news.png);
}

header > nav li.item-2 a {
	background-image: url(nav-item_sonntagsblick.png);
}
header > nav li.item-3 a {
	background-image: url(nav-item_news-baa.png);
}
header > nav li.item-4 a {
	background-image: url(nav-item_tv.png);	
}


header > nav li.item-5 a {
	background-image: url(nav-item_superleague.png);	
}

header > nav li.item-6 a {
	background-image: url(nav-item_eishockey.png);	
}

header > nav li.item-7 a {
	background-image: url(nav-item_ski.png);	
}

header > nav li.item-8 a {
	background-image: url(nav-item_tennis.png);	
}

header > nav li.item-9 a {
	background-image: url(nav-item_sportsbarfinder.png);	
}




header > nav a {
	width: 63px;
	height: 64px;
	text-indent: -9999px;
	display: block;
	background-position: 0 0;
}

header > nav a:hover {
	background-position: 0 64px;
}

.sub-navigation {
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	margin: -40px 0 2em 0;
	padding: 15px 0;
	border-bottom: 1px solid rgb(204, 204, 204);
	position: relative;
}

.sub-navigation li {
	margin: 0;
	padding: 0 1em 0 0;
	display: inline;
}

.sub-navigation li.back {
	top: 15px;
	right: 0;
	padding-right: 0;
	position: absolute;
}


.sub-navigation a {
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid rgb(220, 220, 220);
	color: rgb(153, 153, 153);
}

.sub-navigation li.active a {
	color: black;
	border-bottom: none;
}

/* @group article (inhalt) */

article {
	width: 602px;
	padding: 32px 48px 0 40px;
	float: left;
	background: url(content-back.png);
}

article > section {
	position: relative;
}

article > section > footer {
	clear: both;
}

article > header > footer {
	clear: both;
}

article > footer {
	left: 0;
	top: 20px;
	margin: -20px -48px 0 -40px;
	padding: 0 48px 20px 40px;
	background: url(content-bottom.png) left bottom no-repeat;
	position: relative;
}

article > footer .icons {
	float: right;
}

article > footer a {
	margin: 3px 0 3px 12px;
	float: left;
	display: block;
}

article > footer .icon img {
	display: block;
}

article .picture img {
	display: block;
}

article .picture.left {
	float: left;
}

/* @end */

p.top-link {
	margin: 0 0 2em 0;
}

.articles section a {
	color: rgb(102, 102, 102);
	text-decoration: none;
}

.articles section a:hover {
	text-decoration: underline;
}

.articles h2 {
	font-size: 1em;
}

.articles h2 strong {
	color: rgb(0, 0, 0);
	font-weight: normal;
	font-style: normal;
}

.articles section h2 a {
	color: rgb(0, 0, 0);
}

.articles section {
	margin-bottom: 2em;
	min-height: 105px;
	position: relative;
}

.articles p a .link {
	color: rgb(221, 0, 0);
}

.articles p.image {
	top: 10px;
	left: -190px;
	margin: 0;
	position: absolute;
}

.articles p.image img {
	display: block;
}

aside {
	margin-top: -10px;
	width: 237px;
	float: right;
}

aside .logo {
	margin: 34px 0 0 -2px;
}

aside .logo a {
	width: 239px;
	height: 114px;
	text-indent: -9999px;
	background: url(logo-blick.png);
	display: block;
}

.controls {
	padding: 14px 0;
	margin: 34px 0 20px 0;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
}

.controls.center div:first-child {
	margin-left: 80px;
}

.controls.center.blick-tv div:first-child {
	/*margin-left: 20px;*/
	margin-left: 94px;
	margin-right: 60px;
}

.controls.form {
	margin-top: 20px;
	padding-top: 0;
	border-top: 0;
}

.controls.no-content {
	padding: 0;
	border-top: none;
}

.controls form {
	margin-right: 65px;
	position: relative;
}

.controls div a {
	width: 125px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	position:relative;
}

.controls div a:hover {
	top: 1px;
	left: 1px;
}

.controls .control {
	float: left;
	display: block;
	margin: 5px 5px 5px 5px;
}

.control.button{
	padding-top: 20px;
}

.controls .control.right {
	float: right;
}

.controls input {
	width: 130px;
}

.controls .send {
	margin: 0;
	padding: 0;
	width: 125px;
	height: 36px;
	border: 0;
	text-indent: -9999px;
	display: block;
	position: relative;
	background: url(button-send.png);
}

.controls .error {
	width: 200px;
	height: 30px;
	text-align: right;
	padding: 0;
}

.controls .error p {
	margin: 0;
}

.controls .send:hover {
	top: 1px;
	left: 1px;
}

#control-video {
	width: 174px;
	background-image: url(button-video.png);
}

#control-download {
	/*width: 165px;*/
	width: 174px;
	background-image: url(button-download.png);
}

#control-download2 {
	/*width: 125px;*/
	width: 174px;
	background-image: url(button-download2.png);
}

#control-pricing {
	width: 125px;
	background-image: url(button-pricing.png);
}

#control-artikel {
	background-image: url(button-artikel.png);
}

#control-dialog {
	background-image: url(button-dialog.png);
}

#container-video, #container-berichte {
	top: -10px;
	height: 373px;
	padding-top: 25px;
	display: none;
	background: white;
}

.close {
	top: 0;
	right: 0;
	width: 19px;
	height: 19px;
	position: absolute;
	float: right;
}

.close a {
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	display: block;
	background: url(close.png);
}

#video {
	width: 602px;
	height: 350px;
}

/* CODE LUKAS */
.right{
	float: right;
}

.left{
	float: left;
}

.content{
	width: 355px;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: rgb(102, 102, 102);
}

.clear{
	clear: both;
}

.faq-question-container dl {
	color: rgb(102, 102, 102);
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
}

.faq-question-container dt {
	margin: 1em 0 0 0;
	padding: 0;
	color: rgb(0, 0, 0);
}

.faq-question-container dt a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.faq-question-container dd {
	margin: 0 0 1em 0;
	padding: 0;
	display: none;
}

.faq-question-container h3 {
	margin: 1.5em 0;
	border-bottom: 1px solid rgb(220, 220, 220);
}

#signature {
	height: 39px;
	position: absolute;
	right: 1px;
	top: 34px;
	width: 12px;
}

#signature a {
	background: url("station_ag.png") repeat scroll 0 0 transparent;
	display: block;
	height: 39px;
	text-indent: -9999px;
	width: 12px;
}

#pricing-table td {
	padding-right: 10px;
}

.controls.center.news-app div:first-child {
	margin-left: 205px;
}

.controls.center.bilcktv div:first-child {
	margin-left: 215px;
}

.controls.center.xxl div:first-child {
	margin-left: 146px;
}

.controls.center.fussballapp div:first-child {
	margin-left: 233px;
}

.controls.form.fussballapp {
	border:medium none;
	padding-bottom:0;
}

th {
	text-align: left;
	font-weight: normal;
}
.center{
	text-align: center;
}

article .picture.center img {
	display: inline-block;
}

.app-store-icon {
	width: 105px;
	float:right;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	color: rgb(102, 102, 102);
	text-align: right;
}

.marketplace-icon {
	width: 217px;
	float:right;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	color: rgb(102, 102, 102);
	text-align: right;
}

.nokia-store-icon {
	width: 120px;
	float:right;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	color: rgb(102, 102, 102);
	text-align: right;
}

.invisible {
	display: none;
}

/* Slideshow */

.slideshow {
	width: 210px;
	height: 410px;
	overflow: hidden;
}

/* Generated by jQuery */
#nav-item-name {
	top: 0;
	right: 0;
	font-size: 24px;
	font-family: "MetaBoldLF-Roman", "Lucida Grande", sans-serif;
	width: 270px;/*352*/
	height: 64px;
	text-align: center;
	line-height: 64px;
	position: absolute;
}

/* @group carousel */


#carousel1 img {
	display: none;
}

#btn_left {
	outline: none;
	outline-color: #fff;
	width: 70px;
	height: 40px;
	background: transparent url(btn_left.gif) no-repeat 4px center;
	cursor: pointer;
	border: 0px solid red;
	float: left;
}
#btn_left:hover {
	background-position: 0;
}
#btn_right {
	outline: none;
	outline-color: #fff;
	width: 70px;
	height: 40px;
	background: transparent url(btn_right.gif) no-repeat 31px center;
	cursor: pointer;
	border: 0px solid red;
	float: right;
}
#btn_right:hover {
	background-position: 35px;
}


/* @end */

/* @group downloads */

.downloads {
}

.downloads table {
	width: 602px;
}
.downloads table td {
	margin: 0;
	width: 80px;
	height: 80px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	vertical-align: middle;
	font-weight: lighter;
}
.downloads table td:first-child {
	text-align: left;
	width: 113px;
}

.downloads table td a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(btn_download.jpg) no-repeat center center;
}

.downloads table td div {
	width: 62px;
	height: 62px;
	background-repeat: no-repeat;
}
/* @end */

/* @group iPad Wettbewerb */

.input-small{
	width: auto !important;
}

.input-large{
	width: 290px !important;
}

.no-margin{
	margin: 0 !important;
}

#ipad-wettbewerb-stoerer{
	text-indent: 0;
	height: 100px;
	width: 100px;
	display: inline;
	position: absolute;
	left: 550px;
	top: -18px;
}

.vertical-align-top td{
	vertical-align: top;
}

/* @end */












