/*
	SKY ANGEBOT by elabs 2009
	VERSION 1.0
	
	----------
	
	CONTENTS
	
	1 - GLOBAL
		- Body
		- Typo
		- Links
		
	2 - LAYOUT
		-	Header
			-	Logo
			-	Banner
			-	Navigation
				-	Nav
				-	Subnav
			-	Partner
		-	Content
		-	Footer
			-	Logo
			-	Typo
			-	Navigation
		
	3 - TABLE
	4 - FORM
	5 - UTILITIES
		-	Clear
	6 - CAROUSEL
 	  - REDIRECT

	----------
	
	COLOURS
	
	lightgrey	#e6e6e6
	darkgrey	#cccccc
	lightblue	#d1e2ea
	darkblue	#151839
	selectblue	#25a9df
	orange		#f6901e
	
	----------

*/




/* 1 - GLOBAL ---------- */

body { 
	background: #e6e6e6;
	font: 75%/1.5 Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center;
}

hr {
	border: 0; 
	height: 1px; 
	background: #e6e6e6; 
	color: #e6e6e6; 
	margin: 0 0 30px 0;
	width: 730px;
	float: left;
}



/* Typo */

h1, h2, h3 {
	line-height: 1.2;
	margin-bottom: 10px;
}

h2 {
	font-size: 2.4em;
	
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1em;
}

p {
	margin-bottom: 10px;
}

.bullet_arrow p {
	background: url(../images/template/bullet_arrow.png) no-repeat;
	padding: 0 0 0 20px;
}

/* Links */

a {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}




/* 2 - LAYOUT ---------- */

.wrapper {
	background: #FFF /*url(../images/grid.png) repeat-y top left*/;
	width: 729px;
	margin: 0 auto;
	padding: 15px 21px 40px 21px;
	border: 1px solid #ccc;
	border-bottom: none;
	border-top: none;
	text-align: left;
}

/* Header */

#header {
	background: #151839 /*url(../images/template/header_bkg.png) repeat-x top left*/;
	margin: 0 0 5px 0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	position: relative;
}

#header h1 {
	width: 210px;
	display: inline; 
	margin-left: 20px;
	margin-top: -5px;
	float: left; 
}
#header h1 a {
	background: url( logo.png) top left no-repeat; 
	display: block; 
	height: 70px; 
}
#header h1 span {
	position: absolute; 
	top: -9999px;
}

/* Banner */

#header .banner {
	background: #FFF;
	float: left;
}

#header .b468 {
	width: 468px;
	height: 60px;
	margin: 10px 0 10px 20px;
}

#header .b728 {
	width: 728px;
	height: 90px;
	margin: 15px 0 0 20px;
	
}

.hide {
	display: none;
}

/* Navigation */

.nav {
	background: #e6e6e6;
	height: 40px;
	width: 729px;
	float: left;
}
.nav ul {
	list-style: none;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;	
}
.nav ul li, #header .subnav ul li {
	display: inline;
}
.nav ul li a {
	float: left; 
	padding: 7px 20px;  
	border-right: 2px solid #f5f5f5;
	font-size: 120%;
	font-weight: bold;
	color: #444;
	text-decoration: none; 
}
.nav li.last a {
	border-right:0px; 
}
.nav li.selected a { 
	background: #25a9df; 
	color: #fff; 
	}
.subnav {
	background: #d1e2ea;
	height: 28px;
	width: 729px;
	float: left;
}

.subnav ul {  
	padding-left: 5px;
}
.subnav li a {  
	float: left; 
	color: #888; 
	padding: 5px 10px; 
	text-decoration: none; 
	background: url(../images/template/subnav_split.png) 100% 50% no-repeat;
}
.subnav li.last a { 
	background: none; 
}

/* Partner */

#partner {
	float: left;
	width: 730px;
}
#partner .logo {
	float: left;
	margin-right: 165px;
}

p.skylogo {
	float: right;
	position: relative;
	margin: 0;
	top: 25px;
	right: 20px;
}



/* 3 - CONTENT ---------- */

#content {}

#content .row {
	width: 730px;
	margin-bottom: 30px;
	float: left;
}

.col1x3 {
	width: 230px;
	margin-right: 20px;
	float: left;
}

.col2x3 {
	width: 480px;
	float: left;
}

.col1x4 {
	width: 167px;
	margin-right: 20px;
	float: left;
}

#content .last {
	margin-right: 0px !important;
}

.head {
	background: #DDD;
	padding: 20px;
	margin: 0 0 30px 0;
	width: 690px;
	float: left;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	position: relative;
}

.head li {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 3px;
}

.head .col2x3 {
	width: 420px;
}

.headerimage, .paragraphimage {
	text-align: center;
}

#content .frame img {
	background: #d1e2ea;
	border: 4px solid #e6e6e6;
	margin: 10px 0;
	display: block;
}

#content .el1 .frame img {
	width: 221px;
	height: 140px;
}

#content .el2, #content .el1 {
	margin-bottom: 0px;
}

#content .el2 .frame img {
	width: 158px;
	height: 100px;
}

#content .el3 .frame img {
	width: 221px;
	height: 140px;
	margin: 0px;
	border-color: #FFF;
}

#content .el3 ul li a {
	background: url(../images/template/bullet_arrowgrey.png) no-repeat;
	padding: 0 0 5px 20px;
	display: block;
}

#content .el4 {
	margin: 10px 0;
}

#content .el4 li {
	border-bottom: 1px dashed #CCC;
	float: left;
	padding: 10px 0; 
}
#content .el4 li.first {
	border-top: 2px solid #e6e6e6;
}
#content .el4 li.last {
	margin-bottom: 60px;
	border-bottom: 0px;
	}

#content .el1 li, #content .el2 li  {
	background: url(../images/template/bullet_tick.png) no-repeat;
	padding: 0 0 5px 20px;
	float: left;
}

#content #welcome {
	background-color: #25a9df;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 10px 10px 1px 10px;
}

#content #welcome a.logo {
	float: left;
}

#content #welcome p {
	padding-left: 100px;
}

ul.nofloat li
{
	clear: both;
}

/* Buttons */

.btn {
	margin-top: 10px;
	position: relative;
}

.btn a.onlinebestellen {
	background: url(../images/buttons/btn_onlinebestellen.png) no-repeat 0% 0%; 
	height: 30px;
	padding: 0 70px;
	float: left;
}

.btn a:hover.onlinebestellen {
	background: url(../images/buttons/btn_onlinebestellen.png) no-repeat 0% 100%;
}

.btn a.onlinebestellen_large {
	background: url(../images/buttons/btn_onlinebestellen_large.png) no-repeat 0% 0%; 
	height: 35px;
	padding: 0 80px;
	float: left;
	display: block;
}

.btn a:hover.onlinebestellen_large {
	background: url(../images/buttons/btn_onlinebestellen_large.png) no-repeat 0% 100%;
}

.btn a.weitereinformationen {
	background: url(../images/buttons/btn_weitereinformationen.png) no-repeat 0% 0%; 
	height: 30px;
	padding: 0 45px;
	float: left;
	display: block;
}

.btn a:hover.weitereinformationen {
	background: url(../images/buttons/btn_weitereinformationen.png) no-repeat 0% 100%;
}

.btn a.weitereinformationen_large {
	background: url(../images/buttons/btn_weitereinformationen_large.png) no-repeat 0% 0%; 
	height: 35px;
	padding: 0 80px;
	float: left;
}

.btn a:hover.weitereinformationen_large {
	background: url(../images/buttons/btn_weitereinformationen_large.png) no-repeat 0% 100%;
}

a.bestehenderkunde {
	background: url(../images/buttons/btn_bestehenderkunde.png) no-repeat 0% 0%; 
	height: 40px;
	padding: 0 115px;
	float: left;
}

a:hover.bestehenderkunde {
	background: url(../images/buttons/btn_bestehenderkunde.png) no-repeat 0% 100%;
}

a.neuerkunde {
	background: url(../images/buttons/btn_neuerkunde.png) no-repeat 0% 0%; 
	height: 40px;
	padding: 0 95px;
	float: left;
	margin-right: 20px;
}

a:hover.neuerkunde {
	background: url(../images/buttons/btn_neuerkunde.png) no-repeat 0% 100%;
}

a.besteller {
	background: url(../images/buttons/btn_besteller.png) no-repeat 0% 0%; 
	height: 40px;
	padding: 0 220px;
	float: left;
}

a:hover.besteller {
	background: url(../images/buttons/btn_besteller.png) no-repeat 0% 100%;
}

div.besteller {
	margin-bottom: 20px;
	text-align: center;
}

div.besteller a {
	background: url(../images/buttons/btn_besteller.png) no-repeat 0% 0%; 
	display: block;
	height: 40px;
	margin: 0 auto;
	width: 440px;
}

div.besteller a:hover {
	background-position: 0% 100%;
}

a.onlinebestellen_table {
	background: url(../images/buttons/btn_onlinebestellen_table.png) no-repeat 0% 0%; 
	height: 40px;
	padding: 7px 58px;
	text-decoration: none;
}

a.onlinebestellen_table span {
	position: absolute;
	left: -1000em;
}

a:hover.onlinebestellen_table {
	background: url(../images/buttons/btn_onlinebestellen_table.png) no-repeat 0% 100%;
}

#messagebox {
	clear: both;
	padding: 1em;
	font-weight: bold;
	font-size: 1.3em;
	background: #ffffe5;
	margin: 1em 0 2em 0;
	border: 1px dashed #999;
}

#messagebox a {
	
	padding: 1em 0 1em 0;
	line-height: 3em;
	color: #000;
}

#messagebox ul.alternativesLogos {
	float: right;
}

#messagebox ul.alternativesLogos li {
	display: inline;
	margin-left: 5px;
}

#messagebox ul.alternativesLogos li a {
	line-height: 0;
	padding: 0;
}


#whatIsDigitalTV ul li a {
	
	font-size: 1.15em;
	font-weight: bold;
	background: url(../images/template/bullet_arrow.png) no-repeat;
	padding: 0 0 0 20px;
}

#breadcrumb {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumb li {
	float: left;
	color: #999;
	font-size: 1.15em;
}

#breadcrumb li a {
	color: #000;
	padding-right: 10px;
	background: url(../images/template/bg_breadcrumb.png) right center no-repeat;
	font-weight: bold;
}


/* 4 - FOOTER ---------- */

#footer {
	background: #151839;
	color: #d1e2ea;
	height: 200px;
}

#footer .wrapper {
	width: 730px;
	margin: 0 auto;
	padding: 20px 21px;
	text-align: left;
	background: none;
	border: none;
}

/* Logo */

#footer .logo {
	margin-left:20px;
}

/* Typo */

#footer p {
	font-size: 85%;
	margin-left: 5px;
}

#footer a {
	color: #FFF;
}

/* Navigation */

#footer .nav {
	background: none;
	width: 480px;
	margin-bottom: -20px;
	float: left;
}

#footer .nav ul {
	list-style: none;
	border-top: none;
	border-bottom: none;	
}

#footer .nav ul li {
	display: inline;
}

#footer .nav ul li a {
	padding: 0px 5px;  
	border-right: 1px solid #333366;
	font-size: 100%;
	font-weight: normal;
	color: #FFF;
	text-decoration: none; 
}

#footer .nav li.last a {
	border-right:0px; 
}

#footer .nav li.selected a { 
	background: #25a9df; 
	color: #fff; 
}
	
#footer .subnav {
	display:none;
}





/* 5 - TABLE ---------- */

table { 
	border-collapse: collapse; 
	width: 100%; 
	margin: 10px 0 30px 0; 
	font-size: 100%;
	color: #333;
}
	
table td, table th { 
/*	border-bottom: 1px dashed #ccc;*/
	padding: 10px 0 0 10px; 
	text-align: center; 
}

table thead td { 
	background: #e6e6e6; 
	color: #666; 
	font-size: 100%;
	text-transform: uppercase; 
	line-height: 1.2em;
	border: 0px;
}

table thead td span {
	font: small-caption;
	vertical-align: top;
}

table tbody td { 
	font-size: 180%;
	text-align: center;
}

table tbody td span {
	font-size: 80%;
} 

table .tcol1x4 { 
	width: 21%;
	vertical-align: middle;
	padding: 5px 0;
}

table .tcol1x4s { 
	width: 21%;
	vertical-align: middle;
	padding: 0px 0;
}

table .tcol1x4b { 
	width: 18%;
	vertical-align: middle;
	padding: 5px 0;
}

table .tcol2x4 { 
	width: 47%;
	text-align: left;
	padding: 5px;
}

table .tcol2x4 p {
	font-size: 45%;
	margin: 0px;
}


table tr.smallprint {
	font-size: 50%;
	border-bottom: 1px solid #fff;
	border-top: 2px solid #fff;
}

table tr.smallprint td {
	background: #e6e6e6;
}

table tr.smallprint p {
	text-align: left;
	margin-bottom: 5px;
}

table .plusimage, table .tcol1x4 p {
	float: left;
	margin: 5px 5px 0 0;
	white-space: nowrap;
}

table .plusimage {
	margin-top: 7px;
}

.tableboxes thead {
	height: 40px;
	font-size: 100%;
}

table .darkborder {
	background: #FFF url(../images/template/dashedline.png) repeat-x top left;
}

table .highlightborder {
	background: #f2fbff url(../images/template/dashedline.png) repeat-x top left;
}

table .highlight {
	background: #ffffe5 url(../images/template/dashedline.png) repeat-x 0 0;
	font-size: 240%;
}

table .highlights {
	background: #d1e2ea url(../images/template/dashedline.png) repeat-x 0 0;
	font-size: 180%;
}

table thead .highlights { 
	background: #25A9DF;
	color: #FFF;
	font-size: 110%;
}	
	
table thead .highlight { 
	background: #151839;
	color: #FFF;
	font-size: 130%;
}

table .highlighted {
	background: #f2fbff;
}

.tableboxes .tcol2x4 p {
	font-size: 65%;
}

.tableboxes .tcol1x4 p {
	font-size: 70%;
	float: none;
	color: #999;
}

.tableboxes .buttons {
	height: 70px;
	border-bottom: 10px solid #e6e6e6;
}

.tableboxes h4 {
	color: #25a9df;
}

.tableboxes h5 {
	color: #25a9df;
	font-size: 70%;
}

.tableboxes .tcol1x4 h6 {
	font-size: 50%;
	float: none;
	color: #666;
}

.tableboxes .tcol1x4s h7 {
	font-size: 65%;
	float: none;
	color: #666;
}

/* 6 - FORM ---------- */

input, textarea {
	font: 100%/1.2 Arial, Verdana, sans-serif;
}

label {
	font-weight: bold;
	display: block;
}

form p {
	margin-bottom: 15px;
}

input {
	width: 214px;
	height: 12px;
	padding: 5px 0;
}

input#submit {
	width: 120px;
	height: auto;
	float: right;
}

textarea {
	width: 210px;
	height: 90px;
	padding: 5px;
}
.econlogo {
	margin-top: 25px;
}
#map { float: left; width: 224px; height: 227px; /*border: 5px solid #CCC;*/ margin-top:17px;}


/* 7 - UTILITIES ---------- */

.clear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.clear {
	display: inline-block;
}
/* Hides from IE-mac \*/ 
* html .clear {
	height: 1%;
} 
.clear {
	display: block;
} 
/* End hide from IE-mac */


.fl {
	float: left;
}
.fr {
	float: right;
}

.nomargin {
	margin:0px;
}

.hidden {
	display: none;
}

.alert {
	clear: both;
	margin: 2em 0 3em 0;
	padding: 1em 0;
	color: red;
	font-weight: normal;
	border: dashed red;
	border-width: 3px 0;
}

/* 8 - CAROUSEL ---------- */

#carousel {
	margin-bottom: 2em;
	overflow: hidden;
	height: 250px;
}

#carousel div {
	height: 250px;
	position: relative;
}

#carousel div a.weitereinformationen_large {
	position: absolute;
	bottom: 13px;
	left: 200px;
}

#carousel div a.onlinebestellen_large {
	position: absolute;
	bottom: 13px;
	left: 370px;
}

#carousel #skywelt, #carousel #film, #carousel #sport, #carousel #bundesliga {
	display: none;
	float: left;
	width: 550px;
	height: 250px;
	margin: 0;
}

#carousel #bundesliga {
	display: block;
}

#carousel .paketbadge {
	position: absolute;
	top: 15px;
	left: 20px;
}

#carousel ul {
	background: #151839;
	float: left;
	width: 179px;
	height: 250px;
}

#carousel ul li {
	display: block;
	padding: 0;
}

#carousel ul a {
	color: #fff;
	text-decoration: none;
	line-height: 2em;
	height: 62px;
	line-height: 62px;
	display: block;
	font-weight: bold;
	padding-left: 15px;
	border-bottom: 1px solid #fff;
}

#carousel ul li:last-child a {
	border-bottom: 0;
}

#carousel ul a.selected {
	background: #25A9DF;
}

/* 9 - REDIRECT ---------- */
#redirect
{
	background-color: #FFFFFF;
}

#redirect #content {

	width: 400px;
	margin: 0 auto;
	margin-top: 150px;
}




