/*###################################################
# Author:		Benjamin Kollmansberger
# Tel:			+49 (821) 9000 600
# Fax:			+49 (821) 9000 619
# Company:	[.nfq] Netzfrequenz GmbH
# Website:	http://www.nfq.de
# E-Mail:		info@nfq.de
####################################################*/

/***** CSS RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, /* sub, sup, */ tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style-type: none;
}
body {
	line-height: 1;
}
/* 
ol, ul {
	list-style: none;
} */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
p { 
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

/* Remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
sub {
	position: relative;
	top: 0;
	left: 0;
	font-size: 70%;
	line-height: 0%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
* html sub { 
	/* \ */
	top: -1px;
	font-size: 90%;
	letter-spacing: 1px;
	/* ie6 */
}
*+html sub { 
	/* \ */
	position: relative;
	top: 2px;
	vertical-align: baseline;
	font-size: 90%;
	letter-spacing: 1px;
	/* ie7 */
}
html, body { 
	background-color: #FFFFFF;
	color: #656D73;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: normal 11px/14px "verdana", sans-serif;	
	width: 100%;
}


/***** GENERAL SETTINGS *****/

a, a img { 
	border: 0 none;
	outline-width: 0;
	cursor: pointer;	
}
input, select { 
	outline-width: 0;
	vertical-align: middle;
}
.c:after {
	/* clearing */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .c { 
	/* \ */
	height: 1%;
	/* ie6 */
}
.c2 { 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fl { 
	float: left;
}
.fr { 
	float: right;
}


/****** ID SETTINGS *****/

#wrapper { 
	width: 980px;
	margin: 0 auto 0 auto;
	background: #FFFFFF url(../img/bg_header.png) no-repeat 0px 0px;
}
#header_box { 
	width: 975px;
	position: relative;
  height: 113px;
	overflow: hidden;
	margin: 0 3px 0 2px;
}
#o2_logo_box { 
	float: left;
	width: 44px;
	height: 42px;
	margin: 15px 20px 0 20px;
	background: transparent url(../img/bg_o2_logo.png) no-repeat 0px 0px;
}
#o2_logo_box a:link,
#o2_logo_box a:active,
#o2_logo_box a:visited,
#o2_logo_box a:focus,
#o2_logo_box a:hover {
	display: block;
	width: 44px;
	height: 42px;
	border: 0 none;
	text-indent: -7500px;
}
#content_box { 
	margin:0;
	width: 980px;
}
#cart {
	width: 980px;
	background: transparent url(../img/bg_cart_grad.png) repeat-y 0px 0px;
	margin: 0 0 20px 0;
}
#cart_top { 
	display: block;
	position: relative;
	left: 0;
	top: -5px;
	width: 980px;
	height: 5px;
	background: transparent url(../img/bg_cart_top.png) no-repeat 0px 0px	
}
#cart_bottom { 
	display: block;
	position: relative;
	left: 0;
	bottom: -10px;
	width: 980px;
	height: 10px;
	clear: both;	
	background: transparent url(../img/bg_cart_bottom.png) no-repeat 0px 0px	
}
#cart_inner {
  padding: 20px 28px 10px 29px;
  position: relative;
  margin-bottom: 20px;
}
  #cart_options h1 {
    margin: 10px 16px 15px 2px;
  }
#footer_box {
	color: #93999d;
	clear: both;
	padding: 0 3px 20px 2px;
}
#footer_box_inner_left { 
	float: left;
}
#footer_box_inner_right { 
	float: right;
}
#content_box_footnotes {
	position: relative;
	top: -60px;
	left: -25px;
	width: 717px;
	font: normal 10px/14px "verdana", sans-serif;
	margin: 0 0 20px 40px;
	padding: 0 0 0 15px;
	color: #B0B4B7;
}
#content_box_footnotes p { 
	position: relative;
	padding: 0 0 0 5px;
}
#content_box_footnotes sup {
	position: absolute;
	font: normal 10px/14px "verdana", sans-serif;
	left: -10px;
	top: -4px;
}


/* Cart Options */
#cart_options { width: 980px; overflow: hidden; }
#cart_options > ul {
  list-style: none;
  position: relative;
  padding-left: 2px; 
  width: 1000px;
}
  *+html #cart_options ul { margin-bottom: 10px; }
  #cart_options > ul > li {
    float: left;
    display: block;
    position: relative;
    width: 311px;
    margin: 0 21px 15px 0;
    padding-bottom: 15px;
    background: transparent url(../img/bg_cart_options_bottom.gif) no-repeat left bottom;
  }
    #cart_options ul li h3 {
      display: block;
      background: transparent url(../img/bg_cart_options_top.gif) no-repeat left top;
      margin: 0;
      padding: 15px 0 5px 0;
      color: #202c56;
    }
      #cart_options ul li h3 strong {
      display: block;
      height: 25px;
      }
    #cart_options ul li .img {
      float: left;
      text-align: center;
      padding: 11px 0 0 0;
      width: 125px;
      overflow: hidden;
    }
    #cart_options ul.hardware li .c .info { height: 110px; }
    #cart_options ul li .c {
      float: left;
      width: 170px;
    }
    #cart_options ul li .bluearrow_anker { margin-bottom: 10px; }
    #cart_options ul.tarif li h3 {
      padding: 20px 0 10px 0;
      font-size: 1.2em;
    }
    #cart_options ul.tarif li .bluearrow_anker { margin-bottom: 20px; }
    #cart_options ul li ul {
      padding: 0 0 5px 0;
    }
      *+html #cart_options ul li ul { padding: 0; }
      #cart_options ul li ul li {
        padding-left: 10px;
        line-height: 14px;
        background: transparent url(../img/bg_small_bullet_blue.gif) no-repeat 0 5px;
      }
    #cart_options ul li .order_anker { margin: 8px 0; right: 0px; }
    #cart_options ul li p { font-size: 10px; padding-bottom: 5px; }
    #cart_options ul li .payback { 
      display: block;
      width: 32px;
      text-indent: -1000px;
      overflow: hidden;
      margin-right: 3px;
      height: 20px;
      float: right;
      background: transparent url(../img/bg_cart_500_points.gif) no-repeat 0 0;
    }
		*+html #cart_options ul li .payback {
			/* \ */
			position: absolute;
			right: 18px;
			/* \ */
		}
		#cart_options ul li .payback_250 { 
			background: transparent url(../img/bg_payback_points.png) no-repeat 0 0;		
		}		
		#cart_options ul li .payback_500 { 
			background: transparent url(../img/bg_payback_points.png) no-repeat 0 -30px;		
		}		
    #cart_options ul li big,
    #cart_options ul li small {
      color: #990000;
      font: normal 13px/18px "verdana", sans-serif;
    }
    #cart_options ul li big { font: normal 22px/18px "verdana", sans-serif; }

/***** MAINNAVIGATION *****/

ul#main_navigation {
  position: absolute;
  list-style: none;
  list-style-position: outside;
  left: 104px;
  top: 0px;
}
ul#main_navigation li {
	display: block;
	float: left;
	margin: 0 35px 0 0;
}
ul#main_navigation li span {
	display: block;
	margin: 45px 0 0 0;
	font: normal 11px/13px "verdana", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
	text-indent: -10000px;
}

/*** MAIN NAVIGATION ID 1 ***/

ul#main_navigation li span#main_navigation_id_1 {
	margin: 47px 0 0 0;
	width: 34px;
	height: 13px;
	background: transparent url(../img/bg_mainnavigation_disabled.png) no-repeat 0px 0px;
}

/*** MAIN NAVIGATION ID 2 ***/

ul#main_navigation li span#main_navigation_id_2 {
	margin: 47px 0 0 0;
	width: 100px;
	height: 13px;
	background: transparent url(../img/bg_mainnavigation_disabled.png) no-repeat -39px 0px;
}
/*** MAIN NAVIGATION ID 4 ***/

ul#main_navigation li span#main_navigation_id_3 {
	margin: 47px 0 0 0;
	width: 43px;
	height: 13px;
	background: transparent url(../img/bg_mainnavigation_disabled.png) no-repeat -171px 0px;
}


/***** METANAVIGATION *****/

#meta_navigation_box { 
	float: right;
	margin: 45px 20px 0 20px;
}
#meta_navigation_box ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#meta_navigation_box ul li {
	display: block;
	float: left;
	margin: 0 0 0 25px;
}
#meta_navigation_box ul li a:link,
#meta_navigation_box ul li a:active,
#meta_navigation_box ul li a:visited,
#meta_navigation_box ul li a:focus,
#meta_navigation_box ul li a:hover { 
	font: normal 11px/13px "verdana", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#meta_navigation_box ul li a:focus,
#meta_navigation_box ul li a:hover { 
	color: #71D0FF;
}


/*** META NAVIGATION FOOTER ***/

#meta_navigation_box_footer { 
	float: right;
	margin: 0 0 0 0;
}
#meta_navigation_box_footer ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#meta_navigation_box_footer ul li {
	display: block;
	float: left;
	margin: 0 0 0 25px;
}
#meta_navigation_box_footer ul li a:link,
#meta_navigation_box_footer ul li a:active,
#meta_navigation_box_footer ul li a:visited,
#meta_navigation_box_footer ul li a:focus,
#meta_navigation_box_footer ul li a:hover { 
	font: normal 11px/13px "verdana", sans-serif;
	color: #93999d;
	text-decoration: none;
}
#meta_navigation_box_footer ul li a:focus,
#meta_navigation_box_footer ul li a:hover { 
	color: #202C56;
}


/*** LINKS ***/

a.order_anker:link,
a.order_anker:active,
a.order_anker:visited,
a.order_anker:focus,
a.order_anker:hover {
	cursor: pointer;
	display: block;
	width: 126px;
	height: 30px;
	padding: 0 0 0 43px;
	color: #FFFFFF;
	right: -2px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	font: bold 12px/27px "verdana", sans-serif;	
	background: transparent url(../img/bg_order_anker_169x30.png) no-repeat 0px 0px;
	margin-bottom: 10px;
}
a.bluearrow_anker:link,
a.bluearrow_anker:active,
a.bluearrow_anker:visited,
a.bluearrow_anker:focus,
a.bluearrow_anker:hover {
	display: block;
	background: transparent url(../img/bg_arrow_right_blue.gif) no-repeat 0px 3px;	
	padding: 0 0 0 10px;
	color: #202C56;
	text-decoration: none;
}
a.bluearrow_anker:focus,
a.bluearrow_anker:hover { 
	color: #0080bb;
	background: transparent url(../img/bg_arrow_right_lightblue.gif) no-repeat 0px 3px;	
}

/* Internet Pack-M Checkbox and Info */

a#IPM_check,
a#IPM_check:link,
a#IPM_check:visited {
  padding-left: 18px;
  background: transparent url(../img/bg_checkbox.gif) no-repeat  0 1px;
  color: #1c274c;
  float: left;
  position: relative;
  clear:both;
  text-decoration: none;
  display: block;
  height: 16px;
  line-height: 16px;
}
  a#IPM_check:hover,
  a#IPM_check:active {
    color: #0080bb;
    background: transparent url(../img/bg_checkbox.gif) no-repeat  0 -15px;
  }
  a#IPM_check.checked,
  a#IPM_check.checked:link,
  a#IPM_check.checked:visited {
    background: transparent url(../img/bg_checkbox.gif) no-repeat  0 -31px;
  }
    a#IPM_check.checked:hover,
    a#IPM_check.checked:active {
      background: transparent url(../img/bg_checkbox.gif) no-repeat  0 -47px;
    }

a.info_dot,
a.info_dot:link,
a.info_dot:visited {
  display: block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  float: left;
  overflow: hidden;
  text-indent: -10000px;
  background: transparent url(../img/bg_info_dot.gif) no-repeat 0 0;
}
a.info_dot:hover,
a.info_dot:active {
  background: transparent url(../img/bg_info_dot.gif) no-repeat 0 -16px;
}


/***** Warenkorb ******/

#top_order_anker {
  bottom: -10px;
  margin: 0;
}
ul#frmw_content_lnkrow {
	width: 45%;
	float: left;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 20px 0;
}
ul#frmw_content_lnkrow li { 
	display: block;
	float: left;
}
ul#frmw_content_lnkrow li a:link,
ul#frmw_content_lnkrow li a:active,
ul#frmw_content_lnkrow li a:visited,
ul#frmw_content_lnkrow li a:focus,
ul#frmw_content_lnkrow li a:hover { 
	display: block;
	float: left;
	font: normal 11px/13px "verdana", sans-serif;
	color: #1c274c;		
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
	background: transparent url(../img/bg_arrow_right_blue.gif) no-repeat scroll 0px 3px;
	text-decoration: none;
}
ul#frmw_content_lnkrow li a:focus,
ul#frmw_content_lnkrow li a:hover { 
	color: #0080bb;
	background: transparent url(../img/bg_arrow_right_lightblue.gif) no-repeat 0px 3px;	
}
.frmw_basket_box { 
	background-color: #f3f3f3;
	color: #1c274c;	
	padding: 0 3px 8px 3px;
	margin: 0 0 5px 0;
	font: bold 11px/13px "verdana", sans-serif;	
	clear: both;
	position: relative;
} 
*+html .frmw_basket_box { padding: 0; }
*+html .frmw_basket_content { border: 3px solid #f3f3f3; border-top: 0; border-bottom: 8px; }
.frmw_basket_box_inner {
	margin: 4px 0 0 0;
}
.frmw_basket_header { 
	position: relative;
	background: transparent url(../img/bg_grad_blue_6.gif) repeat-x 0px 100%;
	color: #ffffff;	
	padding: 9px 0 6px 0;
	height: 13px;
	display: block;
	font: bold 11px/13px "verdana", sans-serif;
}
.frmw_basket_header_col,
.frmw_basket_content_col { 
	font-size: 11px;
	line-height: 13px;
	float: left;
}
.frmw_basket_content,
.frmw_basket_content_col { 
	min-height: 22px;
}
* html .frmw_basket_content,
* html .frmw_basket_content_col { 
	/* \ */
	height: 22px;
	/* ie6 */
}
.frmw_basket_content_col p { 
	font: normal 11px/13px "verdana", sans-serif;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
	color: #656D73;
}
ul.frmw_basket_content_lnkrow { 
	margin: 5px 0 10px 0;
	padding: 0 0 0 0;
	list-style-type: none;
	display: block;
}
ul.frmw_basket_content_lnkrow li {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.frmw_basket_content_lnkrow a:link,
ul.frmw_basket_content_lnkrow a:active,
ul.frmw_basket_content_lnkrow a:visited,
ul.frmw_basket_content_lnkrow a:focus,
ul.frmw_basket_content_lnkrow a:hover { 
	display: block;
	float: left;
	font: normal 11px/13px "verdana", sans-serif;
	color: #1c274c;		
	padding: 0 0 0 10px;
	margin: 0 6px 0 0;
	background: transparent url(../img/bg_arrow_right_blue.gif) no-repeat scroll 0px 3px;
	text-decoration: none;
}
ul.frmw_basket_content_lnkrow a:focus,
ul.frmw_basket_content_lnkrow a:hover { 
	color: #0080bb;
	background: transparent url(../img/bg_arrow_right_lightblue.gif) no-repeat 0px 3px;	
}
.frmw_basket_header_col1,
.frmw_basket_header_col2,
.frmw_basket_header_col3 {
  width: 141px;
  text-align: right;
  padding: 0 10px;
}
.frmw_basket_header_col1 { 
  text-align: left;
  width: 550px;
}
*+html .frmw_basket_header_col1 { width: 540px; }
.frmw_basket_content_col1,
.frmw_basket_content_col2,
.frmw_basket_content_col3,
.frmw_basket_content_col4 {
  padding: 0 10px;
}
.frmw_basket_content_col1 { width: 190px; }
.frmw_basket_content_col2 { width: 340px; }
*+html .frmw_basket_content_col2 { width: 330px; }
.frmw_basket_content_col3,
.frmw_basket_content_col4 {
  width: 140px;
  text-align: right;
  border-left: 1px solid #f3f3f3;
}
.frmw_basket_content { 
	padding: 10px 0;
	margin: 0 0 5px 0;
	background-color: #ffffff;
	display: block;
	color: #1c274c;
	font-weight: normal;
}
h1 { 
	font: normal 20px/22px "verdana", sans-serif;
	color: #1c274c;		
}
.frmw_basket_content_col h2,
.frmw_basket_price {
	font: bold 16px/22px "verdana", sans-serif;
	color: #0081bb;
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0 none;
}
.frmw_basekt_price_small { 
	display: block;
	margin: 0 0 3px 0;
	color: #0081bb;	
	font-size: 11px;	
}

/***** Blocklayer *****/

#nfq_blocklayer {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 10086;
	background: transparent url(../img/bg_blocklayer.png) repeat left top;
}
#nfq_blocklayer_hl #close_popup {
	top: 6px;
	z-index: 10088;
}
#nfq_blocklayer_inner {
	position: absolute;
	margin: 0 0 0 -350px;
	top: 118px;
	left: 50%;
	width: 700px;
	height: 530px;
	overflow: hidden;
	z-index: 10089;
	clear: both;
	background: transparent;
}
* html #nfq_blocklayer_inner {
	/* \*/
	top: 217px;
	/* ie6 */
}
#nfq_blocklayer_top {
	width: 700px;
	height: 21px;
	background: transparent url(../img/bg_blocklayer_top.png) no-repeat left top;
}
#nfq_blocklayer_middle_container {
	position: relative;
	padding: 10px 10px 0 10px;
	top: 0;
	left: 0;
	width: 680px;
	height: 480px;
	background: transparent url(../img/bg_blocklayer_middle.png) repeat-y left top;
}
#nfq_blocklayer_middle_inner {
	margin: 0 15px 0 25px;
	width: 640px;
	height: 480px;
	overflow: auto;
}
#nfq_blocklayer_bottom {
	width: 700px;
	height: 21px;
	background: transparent url(../img/bg_blocklayer_bottom.png) no-repeat left bottom;
}
#frmw_blocklayer_inner { 
	background-color: #FFFFFF;
	color: #202C56;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: normal 11px/14px "verdana", sans-serif;	
	width: 610px;
}
a.nfq_close,
a.nfq_close:link,
a.nfq_close:visited,
a.nfq_close:active,
a.nfq_close:hover,
a.nfq_close:focus {
	display: block;
	position: absolute;
	top: -7px;
	right: 25px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-decoration: none;
	background: transparent url(../img/bg_blocklayer_close.png) no-repeat left bottom;
}
a.nfq_close:hover,
a.nfq_close:focus {
	background: transparent url(../img/bg_blocklayer_close.png) no-repeat left top;
}
#nfq_preload {
	display: none;
}


.m_top { margin-top: 10px;}


/* Optimize for Print */
#print a.info_dot { display: none; }
#print h1 { margin-bottom: 1%; }
#print #IPM_check { float: none; display: block; margin-top: 1%; }
#print #cart_options,
#print #header_box,
#print #cart_bottom,
#print .order_anker,
#print #frmw_content_lnkrow,
#print .frmw_basket_content_lnkrow,
#print #cart_top,
#print #content_box_top { display: none;}
#print #wrapper { width: 96%; padding: 2%; background: none; }
#print #content_box { width: 100%; background: none; }
#print #cart { width: 100%; background: none; padding: 0;margin: 0; background: none; }
#print #cart_inner { margin: 0; padding: 0;}
#print #footer_box { margin: 1% 0; padding: 0; }
#print .frmw_basket_box { margin-bottom: 1%; }
#print .frmw_basket_header_col1,
#print .frmw_basket_header_col2,
#print .frmw_basket_header_col3 {
  width: 18%;
  padding: 0 1%;
}
#print .frmw_basket_header_col1 { 
  width: 58%;
}
*+html #print .frmw_basket_header_col1 { width: 56%; }
#print .frmw_basket_content_col1,
#print .frmw_basket_content_col2,
#print .frmw_basket_content_col3,
#print .frmw_basket_content_col4 {
  width: 18%;
  padding: 0 1%;
}
#print .frmw_basket_content_col2 { width: 34%; }
#print .frmw_basket_content_col1 { width: 22%; }
*+html #print .frmw_basket_content_col2 { width: 32%; }
#print .frmw_basket_content_col3,
#print .frmw_basket_content_col4 {
  border: none;
}

