/*
Theme Name: Telekom
Theme URI: http://www.advanced-store.de/
Description: Telekom LP Theme by <a href="http://www.advanced-store.de/">advanced STORE</a>.
Version: 1.0
Author: advanced STORE
Author URI: http://www.advanced-store.de/
Tags: pink, custom header, fixed width, two columns, widgets
*/

/************************/
/** Allgemeine Angaben **/
/************************/
.spacer{
  line-height:0;
  margin:0;
  padding:0;
  clear:both;
  float:none;
  height:0;  
}
html, body {
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	margin: 0;
	padding: 0;
	
	background: transparent #FFFFFF repeat-x;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	
	color: #333;
}

img {
	-ms-interpolation-mode: bicubic;
}

a, a:link, a:active, a:visited {
	outline: none;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

p {
	margin-bottom: 0;
}

a, div, img, input {
	behavior: url(../plugins/hits-ie6-pngfix/THM2/iepngfix.htc);
}

input {
	
	font-family: Arial, sans-serif;
	font-size: 10px;
	
	color: #333;
}

sup {
	font-size: 16px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { /* for IE/Mac */
	display: inline-block;
}

.pink {
	color: #e20074;
}

.green {
	color: #4E8909;	
}

.blue {
	color: #027bab;
}

.red {
	color: #F00;
}

.white {
	color: #FFF;
}

.cursiv {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.grey999 {
	color: #999;
}

.grey666 {
	color: #666;
}

.grey333 {
	color: #333;
}

.narrow {
	letter-spacing: -0.5px;
}

.fs9 {
	font-size: 9px;
}

.fs11 {
	font-size: 11px;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.fs24 {
	font-size: 24px;
}

.fs26 {
	font-size: 26px;
}

.fs28 {
	font-size: 28px;
}

.fs30 {
	font-size: 30px;
}

.fs32 {
	font-size: 32px;
}

.undln {
	text-decoration: underline;
}

/********************/
/** Header-Bereich **/
/********************/

#logomenu {
	
	margin: 0 9px 5px 9px;
	width: 982px;
	height: 95px;
  background: url(images/header.png) transparent no-repeat;
	position:relative;
	
}
#logomenu .menu2{
  position:absolute;
  bottom:5px;
  right:0;
  
}

#logomenu .menu2 a,
#logomenu .menu2 a:link,
#logomenu .menu2 a:visited,
#logomenu .menu2 a:active {
	
	color:#333;
	font-size:10px;
	text-decoration: none;
	margin-right: 20px;
}

#logomenu .menu2 a:hover {
	text-decoration: underline;
}

#page {
	
	margin: 0 9px 0 9px;
	padding: 0 7px 30px 3px;
	
	width: 972px;
}

#header {
	
	width: 972px;
	height: auto;	
}

#menubottom {

	width: 972px;
	height: 28px;
}

.subtitle {
	float: left;
	
	font-size:16px;
	color:#333;
}

.searchfield {
	float: right;
}

#searchform { /* I have todo this, else IE6 makes a big gap at bottom */
	float:right;
	height:28px;
}

#s {
	width: 194px;
	height: 14px;
	
	padding: 2px 5px 2px 5px;
	
	vertical-align: middle;
	
	border: none;
	
	background: url(images/searchfield_bg.png) transparent no-repeat;
}

#searchsubmit {
	width: 80px;
	height: 19px;
	
	border: none;
	
	vertical-align: middle;
	
	background: url(images/btn_search.png) transparent no-repeat;
}

#topnavigation {
	height: 30px;
}

.firstnavilink {
	float: left;
	display: block;
	
	width: 133px;
	height: 30px;
	
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	
	font-size:10px;
	
	margin-right: 11px;
	
	background: url(images/top_cat_1.png) transparent no-repeat;
}

.navilink, .navilink:link, .navilink:active, .navilink:visited, .navilink:hover {
	float: left;
	display: block;
	
	width: 109px;
	height: 30px;
	
	text-align: center;
	text-decoration: underline;
	line-height: 30px;
	
	font-size:10px;
	
	color: #333;
	
	background: url(images/top_cat_2.png) transparent no-repeat;
}

.firstnavilink:hover, .navilink:hover {
	text-decoration: underline;
}

#naviwrapper {
	
	padding: 6px 0 0 4px;
	
	height: 27px;
	
	background: url(images/top_cat_bg.png) transparent no-repeat;
}

.pagelink {
	
	float: left;
	display: block;
	
	width: 178px;
	height: 24px;
	
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
	
	padding: 0 0 0 8px;
	
	color: #000;
		
	background: url(images/btn_page_inactive.png) transparent no-repeat;
	
}

.pagelink:hover {
	color: #FFF;
	font-weight: normal;
	
	text-decoration: none;
	
	background: url(images/btn_page_hover.png) transparent no-repeat;
}

.pagelinkactive {
	
	float: left;
	display: block;
	
	width: 178px;
	height: 24px;
	
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	
	padding: 0 0 0 8px;
	
	color: #FFF;
		
	background: url(images/btn_page_active.png) transparent no-repeat;
	
}

.pagelinkactive:hover {
	color: #FFF;
	
	/*font-weight: normal;*/
	
	text-decoration: none;
	
	/*background: url(images/btn_page_hover.png) transparent no-repeat;*/
}

/*********************/
/** Content-Bereich **/
/*********************/

#content {
	clear: both;
	
	overflow: hidden;
	zoom: 1;
	
	width: 972px;
	height: auto;
	
	margin: 0 0 0 0;
	padding: 0 0;
	
	background: url(images/content_bg.gif) transparent scroll left top repeat-y;
}

#content_top {
	clear: both;
	
	overflow: hidden;
	zoom: 1;
	
	width: 960px;
	height: auto;
	
	margin: 0 0 0 0;
	padding: 0 6px;
	
	background: url(images/top_content_bg.png) transparent scroll left top repeat-y;
}

#content_bottom {
	clear: both;
	
	overflow: hidden;
	zoom: 1;
	
	width: 972px;
	height: 9px;
	
	margin: 0 0 0 0;
	padding: 0 6px;
	
	background: url(images/content_bottom.png) scroll left top no-repeat;
}

#main_content_bottom {
	clear: both;
	
	overflow: hidden;
	zoom: 1;
	
	width: 972px;
	height: 9px;
	
	margin: 0 0 0 0;
	padding: 0 6px;
	
	background: url(images/main_content_bottom.png) scroll left top no-repeat;
}

#breadcrumb {
	font-size: 10px;
	
	padding: 8px 0 15px 6px;
	
	color: #999;
}

#breadcrumb span.activepage {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	
	margin: 0 0 0 5px;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {	
	color: #333;
}

#innercontent {
	float: left;
	
	width: 770px;
	
	padding: 0 0 0 0;
}

#innercontent_search {
	float: left;
	
	width: 751px;
	
	padding: 10px 0 0 19px;
}

#innercontent_search p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#innercontentvoll {
	float: left;
	
	width: 956px;
	
	padding: 0 0 0 4px;
}

.content_title {
	padding: 0 0 0 6px;
	margin: 0 0 3px 0;
	
	font-size: 18px;
}

#content_teaser {
	float: left;
	
	width: 756px;
	height: 233px;
	
	margin: 0 0 0 6px;
	padding: 0 0 0 0;
	
	display: inline-block;
}

#content_teaser_bottom {
	float: left;
	
	width: 766px;
	height: auto;
	
	margin: 0 0 0 4px;
	padding: 0 0 0 0;
	
	display: inline-block;
}

.stoerer {
	
	position: absolute;
	
	display: block;
	
	float: right;
	
	margin: 0 0 0 0;
	
	left: 135px;
	
	width: 85px;
	height: 85px;
	
	z-index: 10;
}

.post_box, .post_box_home {
	font-size: 12px;
}

.post_box .stoerer {
	left: 163px;
}

.post_box {
	
	float: left;
	
	display: inline-block;
	
	position: relative;

	margin: 0 9px 0 0;
	padding: 0 0 0 0;
		
	width: 246px;
}

.post_box .content {	
	
	position: relative;
	
	width: 246px;
	
	top: 0px;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	z-index: 5;
}

.post_box .title {
	width: 246px;
	height: 25px;
	
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 25px;
	
	background: url(images/post_box_title_bg.png) transparent no-repeat;
	
}

.post_box .innercontent {
	
	position: relative;
	
	width: 246px;
	height: auto;
	
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	
	font-size: 12px;
	font-weight: bold;
	
	background: url(images/post_box_content_bg.png) transparent repeat-y;
	
}

.post_box .innercontent .top div {
	
	margin: 10px 0 0 0;
	
}


.post_box_home {
	position: relative;
	
	display: block;
	
	float: right;

	margin: 0 10px 0 50px;
		
	width: 240px;
}

.post_box_home .content {	
	
	width: 230px;
	
	top: 90px;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	z-index: 5;
}

.post_box_home .title {
	width: 230px;
	height: 24px;
	
	margin: 90px 0 0 0;
	padding: 0 0 0 10px;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 24px;
	
	background: url(images/post_box_home_title_bg.png) transparent no-repeat;
	
}

.post_box_home .innercontent {
	
	width: 220px;
	height: 248px;
	
	margin: 0 0 0 0;
	padding: 10px 10px 0 10px;
	
	font-size: 12px;
	font-weight: bold;
	
	background: url(images/post_box_home_content_bg.png) transparent no-repeat;
	
}

.post_box_home .innercontent .top div {
	
	margin: 10px 0 0 0;
	
}

.post_box .innercontent .top div {
	
	margin: 10px 0 0 0;
	
}

.innercontent div.preis {
	padding: 0 0 0 0;
	
	text-align: right;
}

.innercontent div.preis span {
	margin: 0 0 0 4px;
}

.icon {
	display: block;
	
	float: left;
	
	width: 21px;
	height: 21px;
	
	margin: 0 10px 0 0;
}

.icon.call {
	background: url(images/icon_call.png) transparent no-repeat;
}

.icon.call_surf {
	background: url(images/icon_call_surf.png) transparent no-repeat;
}

.icon.entertain {
	background: url(images/icon_entertain.png) transparent no-repeat;
}

.icon.sternchen {
	width: 15px;
	height: 15px;
	
	margin: 0 5px 0 0;
	
	background: url(images/icon_sternchen.png) transparent no-repeat;
}

.icon.quader {
	width: 8px;
	height: 8px;
	
	margin: 3px 5px 0 0;
	
	background: url(images/icon_quader.png) transparent no-repeat;
}

.btn_angebot {
	
	float: left;
	
	display: block;
	
	width: 170px;
	height: 20px;
	
	margin: 0 auto;
	
	background: url(images/btn_angebot.png) transparent no-repeat;
}

a.more {
	
	float: right;
	
	top: 0px;
	
	text-align: right;
	
	font-size: 11px;
	
	text-decoration: underline;
	
	color: #000;
}

.innercontent .top {
	width: 220px;
	
	height: 158px;
}

.innercontent .bottom {

	width: 170px;

	margin: 10px 0 0 31px;
	
}

#highlight_box_cat .innercontent .top {
	width: 247px;
	
	height: auto;
	
	margin: 5px 10px 0 10px;
}

#highlight_box_cat .innercontent .bottom {
	width: 247px;
	
	height: auto;
	
	margin: 5px 10px 0 10px;
}

.post_box .innercontent .top {
	width: 226px;
	
	height: 180px;
	
	margin: 0 10px 0 10px;
}

.post_box .innercontent .bottom {

	width: 170px;
	
	margin: 0 8px 0 8px;	
}

.innertitle {
	margin: 0 0 0 10px;
}

.post_box_product .stoerer {
	left: 290px;
}

.post_box_product {
	
	display: inline-block;
	
	position: relative;
	
	float: right;

	margin: 0 33px 0 0;
	padding: 0 0 0 0;
		
	width: 369px;
}

.post_box_product .content {	
	
	width: 369px;
	
	top: 90px;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	z-index: 5;
}

.post_box_product .title {
	width: 369px;
	height: 26px;
	
	margin: 35px 0 0 0;
	padding: 0 0 0 0;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 26px;
	
	background: url(images/post_box_product_title_bg.png) transparent no-repeat;
	
}

.post_box_product .innercontent {
	
	width: 369px;
	/*height: 242px;*/
	height: 278px;
	
	margin: 0 0 0 0;
	padding: 7px 0 10px 0;
	
	font-size: 12px;
	font-weight: bold;
	
	background: url(images/post_box_product_content_bg.png) transparent no-repeat;
	
}

.post_box_product .innercontent .top div {
	
	margin: 10px 0 0 20px;
	
}

.post_box_product .innercontent .top {
	width: 349px;
	
	height: 173px;
	
	margin: 0 10px 0 10px;
}

.post_box_product .innercontent .bottom {

	width: 356px;
	
	margin: 0 8px 0 8px;
}

.post_box_product .innercontent .bottom .left_bottom {
	float: left;
	width: 170px;
	
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

.post_box_product .innercontent .bottom .right_bottom {
	float: left;
	width: 170px;

	font-weight: normal;
}

.preis_bottom {
	float: left;
	margin: 6px 0 0 0;
}

.post_box_product .innercontent .bottom .left_bottom a,
.post_box_product .innercontent .bottom .left_bottom a:link,
.post_box_product .innercontent .bottom .left_bottom a:active,
.post_box_product .innercontent .bottom .left_bottom a:visited {
	
	color: #666;
	
	text-decoration: underline;	
}

.bottom p {
	margin: 0;
}

/*********************/
/** Sidebar-Bereich **/
/*********************/

#sidebar {
	float: left;
	width: 190px;
	
	font-size: 12px;
	font-weight: normal;
	
	text-decoration: none;
}

#side_pages {
	height: auto;
	
	margin: 0 0 19px 0;
}

#side_pages a, #side_pages a:link, #side_pages a:active, #side_pages a:visited {
	font-size: 12px;
	font-weight: bold;
	
	text-decoration: none;
	
	color: #000;
}

#side_pages a:hover {
	
	color: #FFF;
	
	text-decoration: none;
}

#side_pages a.active, #side_pages a.active:link, #side_pages a.active:active, #side_pages a.active:visited {
	font-size: 12px;
	font-weight: bold;
	
	text-decoration: none;
	
	color: #FFF;
}

.sidebar_page_first {
	display: block;
	
	width: 184px;
	height: 28px;
	
	padding: 0 0 0 6px;
	
	line-height: 28px;
	
	background: url(images/sidebar_first_page.png) transparent no-repeat;
}

.sidebar_page_first:hover {
	background: url(images/sidebar_first_page_hover.png) transparent no-repeat;
}

.sidebar_page_first.active {
	color: #FFF;
	
	background: url(images/sidebar_first_page_active.png) transparent no-repeat;
}

.sidebar_page_mid {
	display: block;
	
	width: 184px;
	height: 24px;
	
	padding: 0 0 0 6px;
	
	line-height: 24px;
	
	background: url(images/sidebar_mid_page.png) transparent no-repeat;
}

.sidebar_page_mid:hover {
	background: url(images/sidebar_mid_page_hover.png) transparent no-repeat;
}

.sidebar_page_mid.active {
	color: #FFF;
	
	background: url(images/sidebar_mid_page_active.png) transparent no-repeat;
}

.sidebar_page_last {
	display: block;
	
	width: 184px;
	height: 24px;
	
	padding: 0 0 0 6px;
	
	line-height: 24px;
	
	background: url(images/sidebar_last_page.png) transparent no-repeat;
}

.sidebar_page_last:hover {
	background: url(images/sidebar_last_page_hover.png) transparent no-repeat;
}

.sidebar_page_last.active {
	color: #FFF;
	
	background: url(images/sidebar_last_page_active.png) transparent no-repeat;
}

.sidebar_cst_title {
	
	width: 178px;
	height: 26px;
	
	padding: 0 0 0 11px;
	
	font-size: 12px;
	font-weight: bold;
	
	text-decoration: none;
	
	line-height: 26px;
	
	color: #FFF;
	
	background: url(images/sidebar_blue_header.png) transparent no-repeat;
}

.sidebar_title {
	
	width: 178px;
	height: 27px;
	
	padding: 0 0 0 11px;
	
	font-size: 12px;
	font-weight: bold;
	
	text-decoration: none;
	
	line-height: 27px;
	
	color: #666;
	
	background: url(images/sidebar_title_bg.png) transparent no-repeat;
	
}

#verf_check {
	
	width: 189px;
	height: auto;
	
	margin: 3px 0 0 1px;
}

#verf_check_container {
	width: 169px;
	height: auto;
	
	overflow: hidden;
	
	padding: 13px 9px 0 11px;
	
	background: url(images/sidebar_content_bg.png) transparent repeat-y;
	/*background: url(images/verf_check_bg.png) transparent no-repeat;*/
}
#mobil_portal {
	width: 169px;
	height: auto;
	
	overflow: hidden;
	
	padding: 13px 9px 0 11px;
	
	background: url(images/sidebar_content_bg.png) transparent repeat-y;
	/*background: url(images/verf_check_bg.png) transparent no-repeat;*/
}

#verf_check_container p {
	margin: 0 0 18px 0;
}

#verf_check_container a, #verf_check_container a:link, #verf_check_container a:active, #verf_check_container a:visited {
	text-decoration: underline;
}

.sidebar_bottom {
	
	float: left;
	
	display: block;
	
	width: 189px;
	height: 12px;
	
	padding: 0 0 0 0;
	
	background: url(images/sidebar_bottom.png) transparent no-repeat;
}

#sidebar_services {
	
	width: 189px;
	height: auto;
	
	color: #000;
	
	margin: 3px 0 0 1px;
	
}

#sidebar_services_container {
	width: 169px;
	height: auto;
	
	padding: 5px 9px 5px 11px;
	
	background: url(images/sidebar_services_bg.png) transparent no-repeat;
}

#sidebar_services_container .grey333 {
	margin-top: 15px;
}

.btnServiceTel {
	
	display: block;
	
	margin: 5px 0 0 0;
	
	width: 168px;
	height: 24px;
	
	background: url(images/btn_service_tel.png) transparent no-repeat;
}

/****************************/
/** Bottom-Content-Bereich **/
/****************************/

#bottomcontent {
	float: left;
	
	margin: 0 0 0 2px;
	
	width: 768px;
}

#presse_box {
	
	display: block;
	
	width: 765px;
	height: auto;
	
}

.presse_box_title {
	
	float: left;
	
	width: 765px;
	height: 31px;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 31px;
	
	color: #333;
	
	padding: 0 0 0 10px;
	
	background: url(images/grey_title_bg.png) transparent no-repeat;
}

#presse_box_container {
	
	float: left;
	
	display: block;
	
	width: 709px;
	height: auto;
	
	padding: 10px 0 0 56px;
	
	background: url(images/container_bg.png) transparent repeat-y;
	
}

.container_bottom {
	
	float: left;
	
	display: block;
	
	width: 765px;
	height: 16px;
	
	padding: 0 0 0 0;
	
	background: url(images/container_bottom.png) transparent no-repeat;
}

.container_top {
	
	float: left;
	
	display: block;
	
	width: 765px;
	height: 16px;
	
	padding: 0 0 0 0;
	
	background: url(images/container_top.png) transparent no-repeat;
}

.small_container_bottom {

	display: block;
	
	width: 376px;
	height: 16px;
	
	padding: 0 0 0 0;
	
	background: url(images/small_container_bottom.png) transparent no-repeat;
}

.small_content_bottom {

	float: left;

	display: block;
	
	width: 377px;
	height: 16px;
	
	padding: 0 0 0 0;
	
	background: url(images/small_content_bottom_bg.png) transparent no-repeat;
}

.bottom_container_title {
		
	float: left;
		
	width: 765px;
	height: 25px;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 25px;
	
	padding: 0 0 0 10px;
	
	background: url(images/small_container_title.png) transparent no-repeat;
}

.testsiegel {
	float: left;
	
	width: 140px;
	
	margin: 0 30px 0 0;
}

.testsiegel img {
	border: #999 1px solid;
}

.commentlist {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	list-style: none;	
}

#comments {
	
	display: block;
	
	width: 765px;
	height: auto;
	
}

#comment_container {
	
	clear: both;
	
	display: block;
	
	width: 745px;
	height: auto;
	
	padding: 5px 0 0 20px;
	
	line-height: 16px;
	
	font-size: 12px;
	color: #333;
	
	background: url(images/container_bg.png) transparent repeat-y;
	
}

.comment_title {
		
	width: 715px;
	height: 43px;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 35px;
	
	color: #FFF;
	
	padding: 0 0 0 50px;
	
	background: url(images/comments_title_bg.png) transparent no-repeat;
}
#news,
.news {
	float: left;
	display: block;
	
	width: 765px;
	height: auto;
	
}

.news_container,
#news_container {
	
	clear: both;
	
	display: block;
	
	width: 730px;
	height: auto;
	
	padding: 5px 15px 0 20px;
	
	line-height: 16px;
	
	font-size: 12px;
	color: #333;
	
	background: url(images/container_bg.png) transparent repeat-y;
	
}

.news_container iframe,
#news_container iframe  {

	height: auto;	
	
}

.news_title {
	
	float: left;
		
	width: 715px;
	height: 43px;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 35px;
	
	color: #FFF;
	
	padding: 0 0 0 50px;
	
	background: url(images/news_title_bg.png) transparent no-repeat;
}

.quest_title {
		
	width: 715px;
	height: 43px;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 35px;
	
	color: #FFF;
	
	padding: 0 0 0 50px;
	
	background: url(images/quest_title_bg.png) transparent no-repeat;
}

.small_quest_title {
		
	width: 327px;
	height: 43px;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 35px;
	
	color: #FFF;
	
	padding: 0 0 0 50px;
	
	background: url(images/small_quest_title_bg.png) transparent no-repeat;
}

.small_video_title {
		
	width: 327px;
	height: 43px;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 35px;
	
	color: #FFF;
	
	padding: 0 0 0 50px;
	
	background: url(images/small_video_title_bg.png) transparent no-repeat;
}

.tmobile_box {
	
	float: left;
	
	width: 376px;
	height: 200px;
	
	margin: 0 3px 0 2px;	
}

.tmobile_title {
	
	width: 376px;
	height: 25px;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 25px;
	
	color: #FFF;
	
	background: url(images/small_blue_title_bg.png) transparent no-repeat;
	
}


.tmobile_content {
	clear: both;
	
	display: block;
	
	width: 346px;
	height: 140px;
	
	padding: 10px 10px 0 20px;
	
	line-height: 16px;
	
	font-size: 12px;
	color: #333;
	
	background: url(images/small_content_bg.png) transparent repeat-y;
}

#info_cst_box {
	
	display: block;
	
	width: 765px;
	height: auto;
	
}

.info_title {
		
	float: left;
		
	width: 715px;
	height: 43px;
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 35px;
	
	color: #FFF;
	
	padding: 0 0 0 50px;
	
	background: url(images/info_title_bg.png) transparent no-repeat;
}

#info_cst_container {
	
	clear: both;
	
	display: block;
	
	width: 730px;
	height: auto;
	
	padding: 2px 15px 0 20px;
	
	line-height: 16px;
	
	font-size: 12px;
	color: #333;
	
	background: url(images/container_bg.png) transparent repeat-y;
	
}

#info_telekom_box {
	
	float: left;
	
	display: block;
	
	width: 765px;
	height: auto;
	
}

#info_telekom_container {
	
	display: block;
	
	float: left;
	
	width: 737px;
	height: auto;
	
	line-height: 16px;
	
	padding: 10px 8px 0 20px;
	
	font-size: 12px;
	color: #333;
	
	background: url(images/container_bg.png) transparent repeat-y;
	
}

#info_telekom_container img {
	border: 1px #ccc solid;
	
	margin: 0 8px 0 0;
}

.linkintitle {
	float: left;
	
	margin: 5px 0 0 0;
}

.flleft {
	float: left;
	width: 720px;
}

.flleft_small {
	float: left;
	width: 327px;
}

a.help {
	
	display: block;
	
	width: 15px;
	height: 15px;
	
	background: url(images/icon_help.png) transparent no-repeat;
}

#warum_cst_box_big {
	
	float: left;
	
	display: block;
	
	width: 765px;
	height: auto;
	
}
.warum_cst_box, 
#warum_cst_box {
	
	float: left;
	
	display: block;
	
	width: 377px;
	height: auto;
	
}
.warum_cst_container,
#warum_cst_container {
	
	float: left;
	
	display: block;
	
	width: 342px;
	height: auto;
	
	padding: 5px 15px 0 20px;
	
	font-size: 12px;
	color: #333;
	
	line-height: 16px;
	
	background: url(images/small_content_bg.png) transparent repeat-y;
	
}

span.question {
	font-weight: bold;
	
	padding: 0 0 0 13px;
}

/********************/
/** Footer-Bereich **/
/********************/

#footer {
	
	clear: both;
		
	float: left;
	
	width: 949px;
	
	margin: 30px 4px 0 7px;
	
	font-size: 10px;
	
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #333;
}

#footer_top {
	width: 949px;
}

#footer_top a {
	margin: 0 30px 0 0;
}

#footer_top #links {
	width: 949px;
}

#footer #footer_hinweis {
	
	width: 949px;
	
	margin: 18px 0 0 0;
	
	color: #999;
}

#footer_bottom {
	
	margin: 25px 0 0 15px;
	
	font-size: 10px;
	
	color: #999;
	
}

.footer_bottom {
	float: left;
	
	width: 180px;
	margin: 0 5px 0 0;
}

.footer_bottom a, .footer_bottom a:link, .footer_bottom a:active, .footer_bottom a:visited {
	
	clear: both;
	float: left;
		
	color: #999;
}


/******************/
/** Such-Bereich **/
/******************/

.search_entry {
	clear: both;
	
	float: left;
	
	width: 766px;
	
	margin: 0 0 15px 0;
}

.search_entry p, .search_entry a, .search_entry a:link, .search_entry a:active, .search_entry a:visited {
	color: #000;
}

.search_entry a:hover p {
	text-decoration: underline;
}

.search_entry a {
	float: left;
}

.search_entry .top {
	clear: both;
	
	float: left;
	
	width: 500px;
	
	margin: 10px 0 0 0;
}

.search_entry .bottom {
	
	float: right;
	
	width: 186px;
	
	margin: 10px 8px 0 8px;
}

.search_entry .top div {
	clear: both;
	
	float: left;
	
	width: 500px;
	
	margin: 5px 0 0 0;
}

/***********************/
/** Kommentar-Bereich **/
/***********************/

#comments {
	float: left;
}

.comment_footer {
	clear: both;
	float: left;
	
	width: 740px;
	
	text-align: right;
}

.comment_footer div {
	margin: 0 0 0 10px;
}

.cpage, .page-numbers {
	
	float: left;
	display: block;
	
	width: 12px;
	height: 12px;
	
	font-size: 8px;
	
	line-height: 12px;
	text-align: center;
	
	color: #000;
	
	margin: 0 5px 0 0;
	
	background: url(images/cpaging_inactive.png) transparent no-repeat;
}

.cpage.active, .page-numbers.current {	
	color: #FFF;
	
	background: url(images/cpaging_active.png) transparent no-repeat;
}

.cpage:hover, .page-numbers:hover {
	text-decoration: none;
}

.comment-author.vcard {
	font-size: 10px;
	
	color: #666;
}

.comment-author.vcard p {
	margin: 2px 0;
}

.comment-author.vcard img {
	vertical-align: text-top;
}

.comment-edit-link, .comment-edit-link:link, a.comment-edit-link:active, a.comment-edit-link:visited, a.comment-edit-link:hover {
	color: #666;
	text-decoration: none;
}

ul.commentlist li {
	
	float: left;
	
	margin: 0 0 15px 0;
	
}

#respond {
	float: left;
	
	margin: 15px 0 0 0;
}

.url, .url:link, .url:active, .url:visited, .url:hover {
	color: #425e0e;
	text-decoration: underline;
}

.btn_mobile_angebot {
	float: right;
	display: block;
	
	width: 171px;
	height: 20px;
	
	margin: 20px 0 0 0;
	
	background: url(images/btn_mobile_angebote.png) transparent no-repeat;
}

.verf_check_grey {
	float: left;
	display: block;
	
	width: 759px;
	height: auto;
	
	margin: 0 0 0 4px;
}

.verf_grey_top {
	float: left;
	display: block;
	
	width: 759px;
	height: 10px;
	
	/*background: url(images/verf_grey_top.png) transparent no-repeat;*/
}

.verf_grey_content .left {
	float: left;
	
	width: 360px;
	height: auto;	
}

.verf_grey_content .right {
	float: left;
	
	width: 399px;
	height: auto;	
}

.verf_grey_content {
	float: left;
	display: block;
	
	width: 759px;
	height: auto;
	
	/*background: url(images/verf_grey_content_bg.png) transparent repeat-y;*/
}

.verf_grey_bottom {
	float: left;
	display: block;
	
	width: 759px;
	height: 9px;
	
	/*background: url(images/verf_grey_bottom.png) transparent no-repeat;*/
}

.verf_check_pink {
	float: left;
	display: block;
	
	width: 398px;
	height: auto;
	
	margin: 0 0 0 0;
}

.verf_pink_top {
	
	float: left;
	
	width: 398px;
	height: 8px;
	
	font-size: 1%;
	
	background: url(images/verf_right_top.png) transparent no-repeat;
}

.verf_pink_content {
	float: left;
	
	width: 398px;
	height: auto;
	
	background: url(images/verf_right_content_bg.png) transparent repeat-y;
}

.verf_pink_content .innercontent {
	width: 383px;
	margin: 0 0 0 10px;	
}

.verf_pink_bottom {
	float: left;
	
	width: 398px;
	height: 9px;
	
	font-size: 1%;
	
	background: url(images/verf_right_bottom.png) transparent no-repeat;
}

.verf_title {	
	font-size: 16px;
	font-weight: bold;
	
	color: #333;
}

.formlbl {
	float: left;
}

.formval {
	float: left;
	
	margin: 0 5px 0 5px;
}

.vwahl {
	width: 59px;
	height: 18px;
	
	padding: 2px 5px 2px 5px;
	
	vertical-align: middle;
	
	border: none;
	
	background: url(images/verf_vorwahl.png) transparent no-repeat;
}

.rufnummer {
	width: 144px;
	height: 18px;
	
	padding: 2px 5px 2px 5px;
	
	vertical-align: middle;
	
	border: none;
	
	background: url(images/verf_rufnummer_bg.png) transparent no-repeat;
}

.btn_abfrage_starten {
	float: right;
	display: block;
	
	border: none;
	outline: none;
	
	width: 172px;
	height: 20px;
	
	background: url(images/btn_abfrage_starten.png) transparent no-repeat;
}


#recommend input {
	margin-top: 7px;
}


.form_row {
	width: 766px;
	height: 30px;
}

.frmcol {
	float: left;
	
	line-height: 30px;
	
	height: 30px;
	
	margin: 0 20px 0 0;
}

#highlight_box_cat {
	position: relative;
	
	display: inline-block;

	margin: 0 0 0 12px;
}

#highlight_box_cat .innercontent {
	
	position: relative;
	
	width: 267px;
	height: 203px;
	
	background: url(images/highlight_box_category.png) transparent no-repeat;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	top: 9px;
	
	z-index: 5;
}

.stoerer_highlight_cat {
	
	position: absolute;
	
	display: block;
	
	float: right;
	
	margin: 0 0 0 0;
	
	left: 220px;
	
	width: 85px;
	height: 85px;
	
	z-index: 10;
}

.cuntdown {
	float: left;
	
	width: 247px;
	height: 40px;
	
	margin: 5px 0 0 0;
		
	background: url(images/cuntdown_bg.png) transparent top left no-repeat;
}

.cuntdown .countblock {
	float: left;
	
	display: block;
	
	text-align: center;
	
	width: 24px;
	height: 17px;
	
	line-height: 20px;
	
	margin: 0 8px 0 0;
}

.btn_highlight_angebot {
	display: block;
	
	width: 170px;
	height: 20px;
	
	background: url(images/btn_weiter_zum_angebot.png) transparent no-repeat;
}

.btn_highlight_angebot:hover {
	background: url(images/btn_weiter_zum_angebot_hover.png) transparent no-repeat;
}

.btn_big_highlight_angebot {
	display: block;
	
	width: 280px;
	height: 40px;
	
	background: url(images/btn_big_angebot.png) transparent no-repeat;
}

.btn_big_highlight_angebot:hover {
	background: url(images/btn_big_angebot_hover.png) transparent no-repeat;
}

.btn_weiter {
	display: block;
	
	width: 140px;
	height: 20px;
	
	background: url(images/btn_weiter.png) transparent no-repeat;
}

.btn_weiter:hover {
	text-decoration: none;
	border: none;
	background: url(images/btn_weiter_hover.png) transparent no-repeat;
}

#highlight_box_cat .innercontent .pr_img  {
	
	float: left;
	
	width: 64px;
	
}

#highlight_box_cat .innercontent .pr_txt {
	
	float: left;
	
	margin: 0 0 0 5px;
	
	width: 178px;
	
}

.post_box .innercontent .pr_img  {
	
	float: left;
	
	width: 64px;
	
}

.post_box .innercontent .pr_txt {
	
	float: left;
	
	margin: 0 0 0 5px;
	
	width: 161px;
	
}

.post_box .innercontent .bottom {

	width: 230px;
	
	margin: 0 8px 0 8px;	
}

.post_box_bottom {
	
	position: relative;
	
	float: left;
	
	width: 246px;
	height: 10px;
	
	background: url(images/post_box_bottom.png) transparent no-repeat;
}

#highlight_box_home {
	float: left;
	
	position: relative;
	
	display: inline-block;

	margin: 0 0 0 12px;
}

#highlight_box_home .innercontent {
	
	position: relative;
	
	width: 492px;
	height: 203px;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	top: 9px;
	
	z-index: 5;
}

.stoerer_highlight_home {
	
	position: absolute;
	
	display: block;
	
	float: right;
	
	margin: 0 0 0 0;
	
	left: 390px;
	
	width: 85px;
	height: 85px;
	
	top:10px;
	
	z-index: 10;
}

#highlight_box_home .cuntdown {
	float: left;
	
	width: 247px;
	height: 40px;
	
	margin: 5px 0 0 0;
		
	background: url(images/cuntdown_bg.png) transparent top left no-repeat;
}

#highlight_box_home .innercontent .pr_txt {
	
	float: left;
	
	margin: 0 0 0 5px;
	
	width: 250px;
	
}

#highlight_box_home .innercontent .pr_img  {
	
	float: left;
	
	width: 207px;
	
	height: 170px;
	
	margin: 12px 0 0 5px;
	
}

#highlight_box_home .innercontent .bottom {
	float: left;
	
	margin: 10px 0 0 0;
	width: 255px;
	height: auto;
}

#highlight_text_box {
	float: left;
	
	width: 232px;
	height: 200px;
	
	margin: 10px 0 0 5px;
	
	background: url(images/highlight_text_bg.png) transparent top left no-repeat;
}

#highlight_text_box .content {
	
	width: 212px;
	
	margin: 10px 10px 10px 10px;
	
	color: #FFF;
}

#content_teaser.product {
	float: left;
	
	width: 756px;
	height: 328px;
	
	padding: 0 0 0 0;
}

#content_teaser.product #highlight_box_home {
	
	float: left;
	
	display: inline-block;
	
	width: 746px;
	height: 318px;
	
	margin-left: 10px;
	margin-top: 10px;
}

#content_teaser.product #highlight_box_home .innercontent {
	width: 736px;
	height: 308px;
}

#content_teaser.product .innercontent .bottom,
#content_teaser.product .innercontent .bottom .pr_txt {
	width: 400px;
	height: 308px;
	margin: 0;
}

#content_teaser.product .innercontent .bottom .pr_txt div {
	width: 400px;
}

#content_teaser.product .innercontent .pr_img {
	width: auto;
	height: 308px;
	margin: 0;
}

/* Bewertung */


.nb_product_top {
    background: url("images/contents/new_box_product_top_lang.png") repeat scroll 0 0 transparent;
    height: 11px;
    width: 720px;
}

.nb_product_bottom {
    background: url("images/contents/new_box_product_bottom_lang.png") repeat scroll 0 0 transparent;
    height: 4px;
    width: 720px;
}

#nb_product {
    background: url("images/contents/new_box_product_bg_lang.png") repeat-y scroll 0 0 transparent;
    height: 270px;
    position: relative;
    width: 720px;
}

#nb_bewerte_bar_text {
    left: 3px;
        opacity:0.9;
    	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
    position: absolute;
    top: 0;
}

#nb_bewerte_bar_text h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    color: #555555;
    float: left;
    height: 25px;
    margin: 0;
    padding: 6px 18px 2px;
}

#nb_bewerte_bar_text #nb_bewerte_bar_text_bg {
    background: url("../../../../wp-content/themes/wp-genius-prem-new/images/contents/element-title-w.png") no-repeat scroll right center transparent;
    float: left;
    height: 34px;
    width: 8px;
}

#nb_bewerte_total {
    background: url("../../../../wp-content/themes/wp-genius-prem-new/images/contents/products/new_box_bwt_bottom.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    width: 143px;
}

#nb_bewerte_total font {
    color: #555555;
    font-size: 11px;
    margin: 0 20px 0 13px;
}

ul#nb_bewerte_rang {
    background: url("../../../../wp-content/themes/wp-genius-prem-new/images/contents/products/new_box_bwt.png") repeat scroll 0 0 transparent;
    float: right;
    height: 239px;
    margin: 26px 0 0;
    width: 45px;
    list-style:none;
    padding:0;
}

ul#nb_bewerte_rang li.not_btw {
    cursor: no-drop;
}

ul#nb_bewerte_rang li {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 19px;
    margin: 0 0 1px;
    padding: 4px 0 0 7px;
    text-align: center;
    width: 38px;
}

.choiser_nb{
  background:url("../../../../wp-content/themes/wp-genius-prem-new/images/contents/products/new_box_bwt_act.png") no-repeat scroll 0 0 transparent;
}

#nb_bewerte_bef {
    float: left;
    padding: 110px 20px;
    width: 95px;

}
#nb_bewerte_bef p,
#nb_bewerte_bef a {
    background: url("../../../../wp-content/themes/wp-genius-prem-new/images/contents/products/bwt_before_white.gif") no-repeat scroll 9px 2px transparent;
    padding-left: 35px;
}

#nb_bewerte_next {
    float: left;
    padding: 110px 20px;
    width: 60px;

}
#nb_bewerte_next p,
#nb_bewerte_next a {
    background: url("../../../../wp-content/themes/wp-genius-prem-new/images/contents/products/bwt_next_white.gif") no-repeat scroll 51px 2px transparent;
    padding-right: 35px;
    
}

#nb_bewerte_next p,#nb_bewerte_bef a, #nb_bewerte_next a, #nb_bewerte_bef p {
    color: #888888;
    display: block;
    font-size: 10px;
    height: 30px;
    line-height: 14px;
    width: 60px;
    cursor:pointer;
}

#nb_bewerte_img {
    float: left;
}

#nb_bewerte_next p:hover,
#nb_bewerte_bef a:hover,
#nb_bewerte_next a:hover,
#nb_bewerte_bef p:hover{
   color:#444;
}

#nb_bewerte_bef a:hover,
#nb_bewerte_bef p:hover{
   background:url("../../../../wp-content/themes/wp-genius-prem-new/images/contents/products/bwt_before_grey.gif") no-repeat scroll 9px 2px transparent
}

#nb_bewerte_next p:hover,
#nb_bewerte_next a:hover{
   background:url("../../../../wp-content/themes/wp-genius-prem-new/images/contents/products/bwt_next_grey.gif") no-repeat scroll 51px 2px transparent
}

.logo_mail{
    float:left;
}

.text_mail{
  float:left; 
  width:438px;
  line-height:19px;
  margin:0 10px;   
}

.weiter_mail{
  border:0;
  float:left;
  margin-top:9px; 
}

.block_weiter{
  height:40px;
  margin:15px 0;
}

/*mailpress*/

div.MailPress div.mp-container, div.MailPress div.mp-formdiv {
	position:relative;
}

div.MailPress div.mp-loading, div.MailPress div.mp-message  {
	position:absolute;
	filter:alpha(opacity=0); // IE
       -moz-opacity:0;
       -khtml-opacity: 0;
	opacity:0;
}


/* active campaign stuff defs */

#mailpress_special {
    background-color: #E3E3E3;
    border: 1px dotted #000000;
    height: 55px;
    margin: 0;
    width: 714px;
}
#mailpress_special h4 {
    color: #333333;
    margin: 5px 0 0 15px;
    padding: 0;
}
#mailpress_special input.MailPressFormEmail {
    border: 1px solid #AAAAAA;
    color: #444444;
    height: 19px;
    margin: 4px 0 0;
    position: relative;
    width: 160px;
}
#mailpress_special input.MailPressFormSubmit {
    background: url("/wp-content/themes/wp-genius-prem-new/mhl_img/bottom_bg_gray.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 20px;
    margin: 3px 0 0 10px;
    width: 30px;
}

#mailpress_special .text_mp {
    color: #666666;
    float: left;
    font-size: 12px;
    margin: 5px 0 0 15px;
    position: relative;
    width: 460px;
}

#_MP_mf_0 {
    float: left;
    height: 30px;
    margin: 0;
    width: 225px;
}

/*LTE SEITE*/

#lte_table{
  height: 220px; 
  width: 360px; 
  float: right; 
  overflow: auto; 
  border: 1px solid #c5c5c5; 
  background: none repeat scroll 0% 0% #ffffff; 
  padding-top: 5px; 
  padding-left: 5px;
}

#lte_table .dataTables_wrapper{
  width:335px;
}

.datenschutz{
  text-decoration:underline !important;
  font-size: 11px !important;
}    


.prufen_box_title{
    background: url("images/medium_container_title.png") no-repeat scroll 0 0 transparent;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 10px;
    width: 765px;
}        

#prufen_box_container {
    background: url("images/container_bg.png") repeat-y scroll 0 0 transparent;
    display: block;
    float: left;
    height: auto;
    padding: 6px 11px 0 40px;
    width: 710px;
}


