html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(/shop/tpl/wq_classic/images/bg.png);
	font-size: 0.75em;
	font-family: Arial,Helvetica,sans-serif;
	color: #666;
	background-color: #fffffe;
}

img {
	border-width: 0px;
}

h1 {
	font-size: 140%;
	color: #000;
}

h2 {
	font-size: 120%;
	color: #000;
}

h3 {
	font-size: 110%;
	color: #000;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

form {
	margin: 0;
}

/* toplinks */

#toplinks {
	color: #000726;
	font-size: 13px;
	text-align: right;
	margin-right: 50px;
	margin-top: -70px;
	display:none;
}

#toplinks a {
	color: #000726;
	text-decoration: none;
}

#toplinks a:hover {
	text-decoration: underline;
}

#site    { 
	width: 980px;
	margin: 112px auto 0px auto;
	background: #fff url(/shop/tpl/wq_classic/images/site_t.png) repeat-x top;
}

.site-tl { background: transparent url(/shop/tpl/wq_classic/images/site_tl.png) no-repeat top left; }
.site-tr { background: transparent url(/shop/tpl/wq_classic/images/site_tr.png) no-repeat top right; }
.site-r  { background: transparent url(/shop/tpl/wq_classic/images/site_r.png) repeat-y right; }
.site-l  { background: transparent url(/shop/tpl/wq_classic/images/site_l.png) repeat-y left; }
.site-b  { background: transparent url(/shop/tpl/wq_classic/images/site_btm.jpg) repeat-x bottom; }
.site-inner { padding: 22px 17px 18px 17px; }
.wrapper { width: 100%; }

.sidebar {
	width: 190px;
	padding: 0 5px 20px 5px;
}

#sidebar_l {
	background: transparent url(/shop/tpl/classic/images/sidebar_l.png) repeat-y right;
	vertical-align: top;
}
#sidebar_r {
	background: transparent url(/shop/tpl/classic/images/sidebar_r.png) repeat-y left;
	vertical-align: top;
}

.sidebar h2 {
	font-size: 120%;
}
#sidebar_l h2 {
	background: transparent url(/shop/tpl/wq_classic/images/heading_l_02.png) repeat-y;
	width: 190px;
	text-align: center;
}
.sidebar h3 {
	font-size: 110%;
	margin-top: 1.2em;
	margin-bottom: 0.2em;
}
#sidebar_l h2 span { display: block; background: transparent url(/shop/tpl/wq_classic/images/heading_l_01.png) no-repeat top left;}	
#sidebar_l h2 span span { background: transparent url(/shop/tpl/wq_classic/images/heading_l_03.png) no-repeat bottom left; padding: 4px 19px 11px 19px; min-height: 14px; }	

#sidebar_r h2 {
	background: transparent url(/shop/tpl/wq_classic/images/heading_r_02.png) repeat-y;
	width: 190px;
	text-align: center;
}
#sidebar_r h2 span { display: block; background: transparent url(/shop/tpl/wq_classic/images/heading_r_01.png) no-repeat top left;}	
#sidebar_r h2 span span { background: transparent url(/shop/tpl/wq_classic/images/heading_r_03.png) no-repeat bottom left; padding: 4px 19px 11px 19px; min-height: 14px; }	

#content {
	vertical-align: top;
	padding: 10px;
}

#footer {
	font-size: 80%;
	text-align: center;
	margin: 1em 0;
	width: 960px;
	margin: 0 auto;
}

#home p {
	font-size: 120%;
	text-align: center;
	clear: both;
	margin: 3em 0 2em 0;
}

#home .box1 { background: transparent url(/shop/tpl/wq_classic/images/mb_t.png) repeat-x top; clear: both; }
#home .box2 { background: transparent url(/shop/tpl/wq_classic/images/mb_b.png) repeat-x bottom; }
#home .box3 { background: transparent url(/shop/tpl/wq_classic/images/mb_l.png) repeat-y left; }
#home .box4 { background: transparent url(/shop/tpl/wq_classic/images/mb_r.png) repeat-y right; }
#home .box5 { background: transparent url(/shop/tpl/wq_classic/images/mb_tl.png) no-repeat top left; }
#home .box6 { background: transparent url(/shop/tpl/wq_classic/images/mb_bl.png) no-repeat bottom left; }
#home .box7 { background: transparent url(/shop/tpl/wq_classic/images/mb_tr.png) no-repeat top right; }
#home .box8 { background: transparent url(/shop/tpl/wq_classic/images/mb_br.png) no-repeat bottom right; }

#home .box  {
	padding: 18px;
	clear: both; 
}

#home .category {
	float: left;
}
#home .category a {
	display: block;
	text-align: center;
	width: 138px;
	height: 138px;
	padding: 10px;
}

#home .category a:hover {
	padding: 5px 5px 15px 15px;
	text-decoration: none;
}
#home .item0, #home .item1, #home .item3, #home .item4 {
	border-right: 1px solid #fff;
	border-right: 1px solid #eee;
}
#home .item0, #home .item1, #home .item2 {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid #eee;
}

ul.categories {
	display: block;
	float: left;
	width: 250px;
}


#location {
	margin-bottom: 5px;
}

#search {
	float: right;
	width: 251px;
	background-color: #f7f7f7;
	padding: 10px;
	border: 1px solid #eee;
	margin: 0 0 10px 10px;
}

#search h2 {
	margin: 0 0 0.6em 0;
	color: #00397f;
	font-size: 110%;
}
#search .editbox {
	border: 1px solid #dedede;
	background-color: #fff;
	width: 200px;
}

#search .input-border {
	background-color: #fff;
	border: 1px solid #ff7f07;
	padding: 1px;
	width: 202px;
	float: left;
	margin-top: 1px;
}


#header {
	margin: 0;
	padding-top: 3px;
	padding-left: 0px;
	height: 84px;
	width: 994px;
	margin: 0 auto;
}

#logo {
	width: 900px;
	height: 70px;
	margin:0px auto 0 20px;
}


#brands {
	width: 165px;
	margin: 0 auto;
	background-color: #fff;
}

.button, .button2 {
	height: 28px;
	width: 138px;
	background: transparent url(/shop/tpl/wq_classic/images/button.png) no-repeat;
	text-align: center;
	display: block;
	padding-top: 7px;
	margin-top: 5px;
}
.button:hover, .button2:hover {
	text-decoration: none;
	background-position: 0 -35px;
}

#items {
	clear: both;
}

#items .product {
	padding: 10px 0;
	border-top: 1px solid #efefef;
}
#items .product h2 { margin-top: 0; }
#items .product:hover { background-color: #f8f8f8; }

#items .product .price {
	float: right;
	width: 170px;
	margin-left: 10px;
}

#items .product .image {
	float: left;
	width: 150px;
	margin: 0 10px 10px 0;
}
#items .product .image a {
	border: 1px solid #efefef;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 120px;
}
#items .product:hover .image a {
	border: 1px solid #ccc;
}
#items .product .image a:hover {
	border: 1px solid #ff7c00;
	border-right-color: #ffa23d;
	border-top-color: #ffa23d;
}

#items .product .image img {
	display: block;
	border: 10px solid #fff;
}

#items .product .description {
	margin: 0 0 0 160px;
}

#specifications .button, #specifications .button2 {
	margin: 0 auto;
}

#product .image {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#product .image img {
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}

#product .description {
	margin-left: 220px;
	width: 60%;
}
#items {
	clear: both;
}
#items .offer {
	padding: 10px 0;
	clear: both;
	border-top: 1px solid #efefef;
}
#items .offer:hover { background-color: #f8f8f8; }

#items .offer .image {
	float: left;
	width: 150px;
	margin: 0 10px 10px 0;
}

#items .offer .image a {
	border: 1px solid #efefef;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 120px;
}
#items .offer:hover .image a {
	border: 1px solid #ccc;
}
#items .offer .image a:hover {
	border: 1px solid #ff7c00;
	border-right-color: #ffa23d;
	border-top-color: #ffa23d;
}
#items .offer .image img {
	display: block;
	border: 10px solid #fff;
	padding: 0;
}

#items .offer .price {
	float: right;
	width: 170px;
}
#items .offer .store {
	float: right;
	width: 130px;
}

#items .offer .description {
	margin: 0 330px 0 170px;
}

#items .button, #items .button2 {
	margin-top: 5px;
}

#specifications {
	width: 100%;
	clear: both;
}
#specifications td {
	padding: 10px;
	vertical-align: top;
}
#specifications h3 {
	margin-top: 30px;
	clear: both;
	background-color: #efefef;
	padding: 10px;
}
#specifications .product {
	text-align: center;
}
#specifications .specification {
	padding: 5px 0;
}
#specifications .label {
	border-bottom: 1px solid #efefef;
}
#specifications .value {
	border-bottom: 1px solid #efefef;
}

ul#menu {
	margin: 0;
	padding: 2px 0 0 7px;
	list-style-type: none;
	height: 40px;
	width: 936px;
	position: absolute;
	top: 76px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	background: transparent url(/shop/tpl/wq_classic/images/menutop.jpg) no-repeat top left;
	display:none;
}
ul#menu li {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	height: 40px;
	position: relative;
	width: 105px;
	margin-left: 4px;
}

ul#menu li a {
	margin: 14px 0 0 0;
	display: block;
	color: #fff;
	text-align: center;
}


.pagination {
	text-align: center;
	border: 1px solid #fd8f00;
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 10px 0;
	clear: both;
	font-size: 120%;
	font-weight: bold;
}
.pagination .prev {
	float: left;
}
.pagination .next {
	float: right;
}


#sort {
	clear: both;
	margin: 20px 0;
	text-align: center;
}

div.helptext {
	width: 250px;
	background-color: #FFF;
	position: absolute;
	padding: 4px;
	border:	1px solid #BBBBBB;
}

#contact form {
	line-height: 250%;
}

#contact form ul {
    padding: 0;
    list-style: none;
}

#contact form ul li {
    clear: left;
}

#contact form ul li label {
    float: left;
    width: 12em;
    margin-right: 1em;
	text-align: right;
}

#contact form ul li input {
    margin: 0;
    border: 1px solid #5a5a54;
    padding: 2px;
}
#contact form ul li textarea {
    border: 1px solid #5a5a54;
	width: 100%;
	height: 150px;
}
#contact .captcha label {
	float: none;
	width: auto;
}

.notice {
	color: #009900;
}

.warning {
	color: #ff6600;
}

.error {
	color: #ff0000;
}

/* ADS */
.fullbanner {
	margin: 20px auto;
	width: 468px;
}
.leaderboard {
	margin: 0px auto 20px auto;
	width: 728px;
}
.skyscraper {
	margin: 0 auto;
	width: 160px;
}

/* FIXES */

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {display: block;}
/* End hide from IE-mac */


/* wq */
	body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:-1px;font-family:arial,helvetica,verdana;}
	table { font-size:13px;}
	form {margin:0;}
	A {text-decoration: none; color:#1E3B6B}
	a:hover  {text-decoration : underline; color : #F18200;}
	.wqMainGutter {margin-left:2px;}
	.wqMainBox {text-align:left;width:995px;min-height:600px;overflow:visible;position:relative;}
	.wqMainBoxPopup {width:auto;overflow:visible;}
	.wqMainBoxPopup .wqContentBox {float:none;text-align:left;}
	.wqContentMain {background-image:url(/gfx/bg_rechtespalte.gif);background-repeat:repeat-y;background-position:570px;float:left;width:918px;margin-bottom:20px;}
	.wqContentMain.wq_typ5_0 {background-image:none;}
    .wqMainBoxShTop {height:81px;width:728px;width:909px;float:left;background-image:url(/gfx/sh_top.gif); background-repeat:repeat-x; background-position:1px 69px;}
	.wqMainBoxLeftLogo {height:81px;width:111px;width:7px;float:left;}
    .wqMainBoxShLeftTop {width:15px;height:18px;background-image:url(/gfx/sh_left_top.gif); background-repeat:no-repeat; background-position:right;}
	.wqMainBoxShRightTop {width:13px;height:18px;float:right;background-image:url(/gfx/sh_right_top.gif); background-repeat:no-repeat;}
	.wqMainBoxShRightTopH {height:81px;width:156px;width:60px;float:left;background-image:url(/gfx/sh_right_top_h.gif); background-repeat:no-repeat; background-position:0 64px}
	.wqMainBoxShLeftTopH {height:81px;width:20px;float:left;background-image:url(/gfx/sh_left_top_h.gif); background-repeat:no-repeat; background-position:bottom}
	.wqMainBoxShLeft {background-color:#ffffff;width:868px;width:946px;background-image:url(/gfx/sh_left.gif); background-repeat:repeat-y;background-position:-105px;float:left;}
	.wqMainBoxShRight {width:868px;width:946px;background-image:url(/gfx/sh_right.gif); background-repeat:repeat-y; background-position:933px;float:left;}
       *html .wqMainBoxShLeft {float:none;}
	*html .wqMainBoxShRight {float:none;}

	.wqMainBoxShBottomRightR {background-color:#f8f8f8;float:right;width:13px;height:21px;margin-top:-9px;background-image:url(/gfx/sh_bottom_right_right.gif); background-repeat:no-repeat;background-position:right;}
	.wqMainBoxShBottomLeftL {float:left;width:120px;width:15px;height:21px;margin-top:-9px;background-image:url(/gfx/sh_bottom_left_left.gif); background-repeat:no-repeat;background-position:right;}
	.wqMainBoxShBottom {background-color:#e3e3e3;width:735px;width:918px;height:12px;font-size:5px;float:left;background-image:url(/gfx/sh_bottom.gif); background-repeat:repeat-x;}
	.wqMainBoxShBottomRight {background-color:e2e2e2;float:right;width:12px;height:12px;background-image:url(/gfx/sh_bottom_right.gif); background-repeat:no-repeat;background-position:right;}
	.wqMainBoxShBottomLeft {float:left;width:12px;height:12px;background-image:url(/gfx/sh_bottom_left.gif); background-repeat:no-repeat;}

	.wqHighlight {color:#cc0000;}
	.wqMainBoxLeftCol {float:left;width:15px;}
	.wqMainBoxLeftColNonTrBox {margin-bottom:20px;margin-left:2px;background-color:#ffffff;background-image:url(/gfx/sh_left_op.gif); background-repeat:repeat-y; background-position:102px;}
	.wqMainBoxRightCol {float:right;width:120px;width:46px;}
	.wqBildungWichtigA {width:918px;background-image:url(/gfx/layout2001.jpg);background-repeat:no-repeat;background-position:-155px -203px;}
	.wqBildungWichtigB {width:918px;background-image:url(/gfx/bildung_wichtig_neu.jpg);background-repeat:no-repeat;background-position:0px 0px;height:728px;background-color:#ffffff;}
	#wqBildungAnmeldung {float:left;margin-left:88px;margin-top:110px;width:300px;height:378px;}
	#wqBildungAnmeldung .wq_datalabel {clear:both;float:left;width:100px;padding-top:2px;margin-bottom:7px;}
	#wqBildungAnmeldung .wq_datafield {float:left;width:184px;margin-bottom:4px;}
	#wqBildungAnmeldung .wq_datafield input {width:180px;padding:0px;height:20px;}
	#wqBildungAnmeldung .wq_info {clear:both;float:left;font-size:12px;margin-top:18px;width:300px;}
	#wqBildungAnmeldung .wq_info span {font-size:11px;color:#808080;}
	#wqBildungAnmeldung form {margin:0px;}
	#wqButtonKostenlosAnmelden {width:208px;height:57px;background:url(/gfx/btn-kostenlos-anmelden.jpg) no-repeat;float:left;clear:both;margin:31px 0px 0px 36px;cursor:pointer;}

	#wqButtonBildungLogin {width:67px;height:21px;background:url(/gfx/btn-login.jpg) no-repeat;float:left;margin-left:2px;cursor:pointer;}
	#wqBildungLogin {float:right;width:440px;margin-top:10px;}
	#wqBildungLogin .wq_datalabel {float:left;color:#940214;font-size:11px;margin-right:6px;padding-top:3px;}
	#wqBildungLogin .wq_datafield {float:left;width:124px;margin-bottom:4px;}
	#wqBildungLogin .wq_datafield input {width:120px;padding:0px;font-size:11px;padding:1px 1px 2px 1px;color:#666666;}
	#wqButtonRealSubmit {width:0px;height:0px;border:0px;background-color:#ffffff;}
       #wqRichtigLogin {height:20px;}
	#wqRichtigLogin .wq_datafield {float:left;width:124px;margin-bottom:4px;}
	#wqRichtigLogin .wq_datafield input {width:120px;padding:0px;font-size:11px;padding:1px 1px 2px 1px;color:#666666;}
	
#W {margin-top:0px;margin-left:-374px;}

	.wqEinl {padding: 16px 33px;display:none;}
   .wqLogo {height:81px;width:371px;float:left;background-image:url(/gfx/wq_logo.gif); background-repeat:no-repeat; background-position:0px 12px;margin-left:0px;}
	.wqLogo a {height:81px;display:block;width:100%;}
	.wqLogo a:focus {outline:none;}
   .wqPaar {height:81px;width:130px;float:left;background-image:url(/gfx/glb.png); background-repeat:no-repeat; background-position:0px -17px;}
   * html .wqPaar {position:relative;margin-top:-1px;background-position:2px -16px;}
      .wqLogoRightTitle {height:81px;width:364px;float:left;margin-left:20px;color:#5087a3;font-weight:bold;font-size:32px;font-family:arial black,arial;letter-spacing:-1.1px;padding-top:15px;}
   .wqLogoRightTitle ul {list-style:none;margin:0px;margin-left:-40px;}
   .wqLogoRightTitle ul li {background-image:url(/gfx/logotitel.gif); background-repeat:no-repeat;background-position:4px -64px;height:36px;float:left;padding-left:9px;}
   .wqLogoRightTitle ul li.wqLTFirst {padding-left:0px;}
   .wqLogoRightTitle ul li.wqLTFirst h2 {display:none;}
   .wqLogoRightTitle ul li.wqLT_A_65 {padding-left:25px;background-position:0px 7px;}
   .wqLogoRightTitle ul li.wqLT_B_66 {padding-left:22px;background-position:-35px 7px;}
   .wqLogoRightTitle ul li.wqLT_C_67 {padding-left:22px;background-position:-67px 7px;}
   .wqLogoRightTitle ul li.wqLT_D_68 {padding-left:22px;background-position:-100px 7px;}
   .wqLogoRightTitle ul li.wqLT_E_69 {padding-left:20px;background-position:-132px 7px;}
   .wqLogoRightTitle ul li.wqLT_F_70 {padding-left:17px;background-position:-164px 7px;}
   .wqLogoRightTitle ul li.wqLT_H_72 {padding-left:23px;background-position:-228px 7px;}
   .wqLogoRightTitle ul li.wqLT_J_74 {padding-left:19px;background-position:-282px 7px;}
   .wqLogoRightTitle ul li.wqLT_K_75 {padding-left:24px;background-position:-313px 7px;}
   .wqLogoRightTitle ul li.wqLT_L_76 {padding-left:20px;background-position:-347px 7px;}
   .wqLogoRightTitle ul li.wqLT_N_78 {padding-left:23px;background-position:-414px 7px;}
   .wqLogoRightTitle ul li.wqLT_Q_81 {padding-left:25px;background-position:-513px 7px;}
   .wqLogoRightTitle ul li.wqLT_T_84 {padding-left:21px;background-position:-611px 7px;}
   .wqLogoRightTitle ul li.wqLT_b_98 {padding-left:19px;background-position:-976px 7px;}
   .wqLogoRightTitle ul li.wqLT_k_107 {padding-left:19px;background-position:-1213px 7px;}
   .wqLogoRightTitle ul li.wqLT_t_116 {padding-left:13px;background-position:-1468px 7px;}
   .wqLogoRightTitle ul li.wqLT_u_117 {padding-left:19px;background-position:-1491px 7px;}
   .wqLogoRightTitle ul li.wqLT_v_118 {padding-left:19px;background-position:-1519px 7px;}
   .wqLogoRightTitle ul li.wqLT_a_97 {padding-left:20px;background-position:-946px 7px;}
   .wqLogoRightTitle ul li.wqLT_n_110 {padding-left:20px;background-position:-1300px 7px;}
   .wqLogoRightTitle ul li.wqLT_r_114 {padding-left:13px;background-position:-1418px 7px;}
   .wqLogoRightTitle ul li.wqLT_m_109 {padding-left:29px;background-position:-1261px 7px;}
   .wqLogoRightTitle ul li.wqLT_M_77 {padding-left:28px;background-position:-376px 7px;}
   .wqLogoRightTitle ul li.wqLT_R_82 {padding-left:21px;background-position:-549px 7px;}
   .wqLogoRightTitle ul li.wqLT_V_86 {padding-left:24px;background-position:-676px 7px;}
   .wqLogoRightTitle ul li.wqLT_W_87 {padding-left:31px;background-position:-708px 7px;}
   .wqLogoRightTitle ul li.wqLT_c_99 {padding-left:19px;background-position:-1005px 7px;}
   .wqLogoRightTitle ul li.wqLT_f_102 {padding-left:12px;background-position:-1093px 7px;}
   .wqLogoRightTitle ul li.wqLT_g_103 {padding-left:20px;background-position:-1114px 7px;height:42px;}
   .wqLogoRightTitle ul li.wqLT_G_71 {padding-left:25px;background-position:-192px 7px;}
   .wqLogoRightTitle ul li.wqLT_d_100 {padding-left:20px;background-position:-1034px 7px;}
   
   
   .wqLogoRightTitle ul li.wqLT_P_80 {padding-left:20px;background-position:-483px 7px;}
   .wqLogoRightTitle ul li.wqLT_S_83 {padding-left:21px;background-position:-580px 7px;}
   .wqLogoRightTitle ul li.wqLT_h_104 {padding-left:20px;background-position:-1144px 7px;}
   .wqLogoRightTitle ul li.wqLT_i_105 {padding-left:9px;background-position:-1174px 7px;}
   .wqLogoRightTitle ul li.wqLT_l_108 {padding-left:9px;background-position:-1242px 7px;}
   .wqLogoRightTitle ul li.wqLT_o_111 {padding-left:19px;background-position:-1330px 7px;}
   .wqLogoRightTitle ul li.wqLT_s_115 {padding-left:18px;background-position:-1440px 7px;}
   .wqLogoRightTitle ul li.wqLT_z_122 {padding-left:17px;background-position:-1641px 7px;}
   .wqLogoRightTitle ul li.wqLT_w_119 {padding-left:30px;background-position:-1546px 7px;}
   .wqLogoRightTitle ul li.wqLT_p_112 {padding-left:20px;background-position:-1359px 7px;height:42px;}
   .wqLogoRightTitle ul li.wqLT_e_101 {padding-left:20px;background-position:-1064px 7px;}
   .wqLogoRightTitle ul li.wqLT_x_120 {padding-left:20px;background-position:-1584px 7px;}
   .wqLogoRightTitle ul li.wqLT_y_121 {padding-left:20px;background-position:-1613px 7px;height:42px;}
   .wqLogoRightTitle ul li.wqLT_ä_228 {padding-left:20px;background-position:-1697px 7px;}
   .wqLogoRightTitle ul li.wqLT_ö_246 {padding-left:20px;background-position:-1726px 7px;}
   .wqLogoRightTitle ul li.wqLT_ü_252 {padding-left:18px;background-position:-1757px 7px;}
	.wqContentRight {float:right;width:338px;margin-top:6px;padding-left:10px;min-height:704px;}
	*html .wqContentRight {width:348px;}
	#wqContentRightQuiz {margin-top:3px;width:328px;}
	.wqContentBox {font-family:arial,helvetica,verdana;font-size:13px;float:left;width:735px;width:918px;overflow:hidden;}
	.wqContentBox h1 {font-size:18px;margin:0;}
	.wqContentBox h2 {font-size:13px;margin:0;}
	.wqContentBox h4 {font-size:13px;margin-bottom:4px;}
	.wqContentBox p {font-size:13px;margin-top:0;margin-bottom:16px;}
	.einleitung {font-weight:bold; margin-bottom:13px;margin-top:23px}
	.wqContentHead, .wqContentHead1, .wqContentHeadBereich {background-color:#0D3159;line-height:18px;color:#ffffff;padding:0 10px 0 10px;font-weight:bold;font-size:11px;display:block}
	.wqContentHead1 {background-color:#5B87B8;}
	.wqContentHeadBereich {background-color:#940214;}
	.wqContentHeadBig {width:918px;height:57px;background-image:url(/gfx/head_big_bg.jpg);background-repeat:no-repeat;}
	.wqContentPath {font-size:11px;border-bottom: solid 1px #808080;padding:4px;margin:10px 30px 10px 30px}
	.wqKatLine {font-size:13px;border-bottom: solid 1px #940214;color:#940214;padding-bottom:6px;padding-top:10px;margin:1px 0 15px 0;font-weight:bold}
	.wqContentBody {float:left;width:559px;}
	.wqContentBody1 {float:left;width:735px;width:918px;}
	.wqContentInlett {padding-left: 33px;padding-right:20px;}
	.wqContentBody1 .wqContentInlett {padding-right:33px}
	.wqTeaser {margin-bottom:22px;margin-top:6px}
	.wqTeaserHead {font-size:18px;color:1E3B6B;font-weight:bold;margin-bottom:16px;margin-top:0}
	.wqTeaserHead h2 {font-size:18px;}
	.wqTeaserText {font-size:13px;}
	.wqTeaserLine {border-top:solid 1px #e2e2e2;clear:both;margin-top:10px;}
   .wqHeadline {font-size:18px;font-weight:bold}
	.wqSubHeadline {font-size:13px;}
	.wqSmallBoxBody .wqLoginLine {border-top:solid 1px #e2e2e2;margin:7px 20px 3px 20px;height:1px;font-size:1px}
	
	.wqMenueBox {font-size:12px;font-family:arial,verdana,helvetica;color:#336699;margin-bottom:12px;border: solid 1px #87AECD;border-right:0;border-bottom:0;overflow:hidden}
	.wqMenueBox a {padding-left:7px;color : #336699;display:block;width:117px}
	.wqMenueBox a:hover {text-decoration: none; color : #336699;background-image:url(/gfx/mbg_over.gif); background-repeat:no-repeat;}
	.wqMenueItem, .wqMenueItemHigh, .wqMenueHead, .wqMenueItemD {position:relative;width:117px;height:20px;border-right:0px;background-image:url(/gfx/mbg.gif); background-repeat:no-repeat;padding-left:0px;line-height:19px}
	.wqMenueHead {background-image:url(/gfx/mbg_h.gif);}
	.wqMenueHead a {color : #ffffff;font-weight:bold}
	.wqMenueItemHigh {background-image:url(/gfx/mbg_high.gif);}
	.wqMenueItemHigh a {padding-left:14px}
	.wqMenueItemD {display:none;}

	.wqSucheHead {border: solid 1px;border-color:#d7dde1 #cfd6da #f2f5f7 #cfd6da;background-color:#f8f8f8;width:993px;height:15px;background-image:url(/gfx/menutop_bg.jpg);background-repeat:repeat-x;}
	* html .wqSucheHead {margin-left:2px;height:17px;overflow:hidden;border-bottom:0px;}
	.wqSucheHead ul {margin:1px 0px 0px -42px;list-style:none;font-size:11px;}
	.wqSucheHead ul li {background:url(/gfx/menutop_trenner.jpg) no-repeat;float:left;padding:0px 9px 0px 12px;letter-spacing:0.09em;}
	.wqSucheHead ul li.wq_first {background-image:none;}
	.wqSucheHead ul li a {color:#437E9D;}
	.wqMNew_ {float:left;display: block;width:993px;height:15px;background-image:url(/gfx/menutop.gif);background-repeat:no-repeat;}
	.wqMLiveQuiz {float:left;display: block;width:69px;height:22px;background-image:url(/gfx/mlivequiz.gif);background-repeat:no-repeat;}
	.wqMEigene {float:left;width:101px;height:22px;background-image:url(/gfx/meigene.gif);background-repeat:no-repeat;}
	.wqMLernen {float:left;width:58px;height:22px;background-image:url(/gfx/mlernen.gif);background-repeat:no-repeat;}
	.wqMWissen {float:left;width:59px;height:22px;background-image:url(/gfx/mwissen.gif);background-repeat:no-repeat;}
	.wqMPremium {float:left;width:67px;height:22px;background-image:url(/gfx/mpremium.gif);background-repeat:no-repeat;}
	.wqMTop50 {float:left;margin-left:132px;width:60px;height:22px;background-image:url(/gfx/mtop50.gif);background-repeat:no-repeat;}
	.wqMNote {float:left;width:44px;height:22px;background-image:url(/gfx/mnote.gif);background-repeat:no-repeat;}
	.wqMGewinnerliste {float:right;width:131px;height:22px;background-image:url(/gfx/mgewinnerliste.gif);background-repeat:no-repeat;}

 	.wqSucheBody {font-size:12px;border: solid 1px #cfd6da;border-top:0;border-bottom:0px;overflow:hidden;background-color:#eeeeee;width:993px;background-image:url(/gfx/headbg.gif);background-repeat:no-repeat;height:56px;}
	* html .wqSucheBody {margin-left:2px;}
	.wqSucheBody form {margin-top:14px;margin-right:10px;float:right;}
	.wqSucheRadioGoggle {display:none;float:left;margin-top:6px;width:160px;height:22;background-image:url(/gfx/google.gif);background-repeat:no-repeat;background-position:18px;}
	.wqSucheText {float:left;height:30;padding-left:10px;}
	.wqSucheText input {margin-left:6px;margin-top:4px;width:200px;height:20px}
   
	.wqTableUebersicht {margin:26px 0;padding:2px 4px;text-align:center;}
   .wqTableUebersicht td {border-right:solid 1px #bbbbbb;border-bottom:solid 1px #bbbbbb;height:24px;}
   #wqUebersichtPM .wqTableUebersicht {width:670px;}

   .wq_mail_ico_read {width:16px;height:16px;margin:0px 8px;padding-left:16px;background-image:url(/gfx/mail/32978436.gif);background-repeat:no-repeat;background-position:0px -1px}
	.wq_mail_ico_unread {width:16px;height:16px;margin:0px 8px;padding-left:16px;background-image:url(/gfx/mail/723754.gif);background-repeat:no-repeat;background-position:0px -1px}
   .wq_mail_ico_re {width:16px;height:16px;margin:0px 8px;padding-left:16px;background-image:url(/gfx/mail/63292847.gif);background-repeat:no-repeat;background-position:0px -1px}
	.wq_mail_ico_write {float:left;width:17px;height:20px;margin-right:8px;background-image:url(/gfx/mail/228376.gif);background-repeat:no-repeat;background-position:0px -1px}
	.wq_mail_ico_write a {display:block;height:100%;}
	.wq_mail_ico_niveau {float:left;width:16px;height:18px;margin-right:8px;background-image:url(/gfx/765431.gif);background-repeat:no-repeat;background-position:0px 0px}
	.wq_mail_ico_niveau a {display:block;height:100%;}
	.wq_mail_ico_trash {float:left;width:19px;height:21px;margin-left:16px;margin-right:8px;background-image:url(/gfx/mail/3498265.gif);background-repeat:no-repeat;background-position:0px -1px}
	.wq_mail_ico_trash a {display:block;height:100%;}
	.wq_mail_icon_bar {float:right;margin-top:-21px}
	.wq_mail_icon_bar .wq_mail_ico_trash {margin-left:0px}
	.wq_mail_icon_bar .wq_mail_date {font-size:10px;line-height:27px;float:left;margin-right:6px}
	.wq_mail_legende {float:left;clear:both;font-size:11px;margin-top:26px;width:700px;margin-bottom:20px;}
	.wq_mail_legende .wq_mail_ico_read, .wq_mail_legende .wq_mail_ico_re {margin-left:14px;margin-right:6px}
	.wq_mail_legende .wq_mail_ico_unread {margin-left:61px;margin-right:6px;margin-top:0px}
	.wq_mail_legende .wq_ico_isonline {float:none;margin-left:12px;margin-right:6px;margin-top:0px;padding-left:16px;padding-bottom:0px;padding-top:3px}
	.wq_mail_legende .wq_ico_isnotonline {float:none;margin-left:10px;margin-right:6px;padding-left:16px;padding-top:3px;}
	.wq_mail_legende .wq_mail_ico_write, .wq_mail_legende .wq_mail_ico_niveau, .wq_mail_legende .wq_mail_ico_trash {float:none;margin-left:12px;padding-left:19px;padding-bottom:5px;padding-top:5px}
	* html .wq_mail_legende .wq_mail_ico_write, * html .wq_mail_legende .wq_mail_ico_niveau, * html .wq_mail_legende .wq_mail_ico_trash {padding-top:0px}
   .wq_mail_messagebox {min-height:420px;}
	* html .wq_mail_messagebox {height:420px;}

	.wq_ico_fw {position:relative;float:left;width:39px;height:23px;margin-left:18px;margin-right:8px;margin-top:-2px;background-image:url(/gfx/ico_w.png);background-repeat:no-repeat;}
	.wq_ico_fg {float:left;width:62px;height:20px;margin-top:3px;margin-right:8px;background-image:url(/gfx/ico_g.png);background-repeat:no-repeat;}
	.wq_ico_fz {float:left;width:22px;height:17px;margin-top:4px;background-image:url(/gfx/ico_z.png);background-repeat:no-repeat;}
	.wq_ico_fzr {float:left;width:22px;height:17px;margin-top:4px;background-image:url(/gfx/ico_zr.png);background-repeat:no-repeat;}
	.wq_ico_fo {float:left;width:17px;height:17px;margin-top:4px;background-image:url(/gfx/ico_fo.png);background-repeat:no-repeat;}
	.wq_ico_icotrenner {float:left;width:1px;height:18px;margin-top:3px;margin-left:2px;margin-right:6px;background-image:url(/gfx/icon_trenner.gif);background-repeat:no-repeat;}
	.wq_ico_fw a, .wq_ico_fg a, .wq_ico_fz a, .wq_ico_fzr a, .wq_ico_fo a {display:block;height:100%}
	.wq_ico_box_f {float:right;margin-top:-6px}
	
	
   .wq_niveau_anzrest {padding:4px 6px;text-align:center;display:block;background-color:#7192C8;color:#ffffff;font-weight:bold;}
	.wq_niveau_msgbox {border:solid 1px #7192C8;padding:6px 6px;text-align:center;display:block;font-weight:normal;color:#000000}
	.wq_niveau_msgbox.hidden {display:none;margin-bottom:6px}
	#wqYouLogIn {}
	#wqNickInfoLnk:hover, #wqNickInfoLnk:visited, #wqNickInfoLnk:link, #wqNickInfoLnk:active {text-decoration:none;color:#000000}
	#wqNickInfoLnk:hover {color:#808080}
	li.ignore #wqNickInfoLnk:hover, li.ignore #wqNickInfoLnk:visited, li.ignore #wqNickInfoLnk:link, li.ignore #wqNickInfoLnk:active {color:#e2e2e2}


	.wq_ico_isonline {float:left;width:16px;height:16px;margin-right:8px;background-image:url(/gfx/is_online.gif);background-repeat:no-repeat;}
	.wq_ico_isnotonline {float:left;width:16px;height:16px;margin-right:8px;background-image:url(/gfx/is_not_online.gif);background-repeat:no-repeat;}
	
	.wqError {color:#cc0000;font-weight:bold;}
	.wqFooter {text-align:center;font-size:10px;margin:10px 30px 16px 0;clear:both;}
	.distSky {float:right;width:23px;height:640px;}
	.dist6 {height:6px;font-size:0}
	.break {clear:both;font-size:0;}
	
	font.def, def { font-family:verdana,arial,helvetica; font-size:10px;}
	
 .wqSmallBox, .wqAnmelden {background-color:#fff;width:300px;margin-bottom:12px;font-family:arial,helvetica,verdana;font-size:11px;border: solid 1px #dddddd;}
 #wqLogin {margin-top:12px;}
 #wqLogin .wqSmallBoxBody {text-align:center;}
 #wqLogin span {padding:0;}
 .wqSmallBoxHead, .wqAnmeldenHead {height:20px;line-height:20px;padding-left:5px;background-color:#ffffff;background-image:url(/gfx/containerheadbg.jpg);color:#333333;font-weight:bold}
 .wqSmallBoxBody, .wqAnmeldenBody {padding-top:7px;background-color:#ffffff}
 
 .wqSmallBoxBody ul {margin:6px 0 0 -35px;list-style:none;}
 * html .wqSmallBoxBody ul {margin-left:4px;}
 .wqSmallBoxBody li {padding:2px 4px;margin:0 5px 0 0px;border-top:1px solid #CCCCCC;}
 .wqSmallBoxBody li  div {background-color:#fafafa;margin:-2px -4px;border:0 none;padding:2px 4px;}
 .wqSmallBoxBody li.active, .wqSmallBoxBody li.active div {background-color:#EAECFF;}
 .wqSmallBoxBody li span {float:right;padding:0px;margin:0px;border:0px;}
 .wqSmallBoxBody span_ {display:block;padding:1px 18px;margin:0 5px;border-top:1px solid #CCCCCC;}

 #wqAuswertung {float:right;width:80px;margin-left:6px;margin-bottom:0px;}
 
 #wqZuletztBeantwortet {float:right;width:170px;}
 #wqZuletztBeantwortet .wqSmallBoxHead {text-align:center;padding-left:0px;}
 #wqZuletztBeantwortet li {border:0px;text-align:center;font-weight:bold;padding:0px 4px;}
 #wqZuletztBeantwortet li div {font-weight:normal;background-color:#ffffff;}
 #wqZuletztBeantwortet ul {margin-top:-2px; margin-bottom:5px;}
 
 #wqBesten li b span, #wqBesten li div b span {float:none;margin-left:-2px;}
 #wqBesten li b span {color:#ffffff;}
 #wqBesten li div b span {color:#FAFAFA;}
 #wqBesten li.online b span, #wqBesten li.online div b span {color:#cc0000;}
 #wqBesten li.active, #wqBesten li.active {color:#cc0000;font-weight:bold;}
 
 #wqPlatzierung .wqSmallBoxHead {background-image:none;}
 #wqPlatzierung .wqSmallBoxBody {padding-top:0px;}
 #wqPlatzierung li.active, #wqPlatzierung li.active div {color:#cc0000;font-weight:bold;}
 #wqPlatzierung li b span, #wqPlatzierung li div b span {float:none;margin-left:-2px;}
 #wqPlatzierung li b span {color:#ffffff;}
 #wqPlatzierung li div b span {color:#FAFAFA;}
 #wqPlatzierung li.online b span, #wqPlatzierung li.online div b span {color:#cc0000;}
 
 #wqPlatzierung li.active b span, #wqPlatzierung li.active div b span {color:#cc0000;}

 #wqContentRightQuiz #wqOnliner {margin-bottom:400px;}
 #wqOnliner .wq_gewinngrenze, #wqOnliner .wq_gewinngrenze div {background-color:#eeeeee;}
 #wqOnliner .wq_gewinngrenze b {font-family:arial,helvetica,verdana;font-size:12px;}
 #wqOnliner .wq_flu_lnk {background:url(/gfx/fluest.gif) no-repeat;padding-left:9px;height:11px;margin-left:0px;}
 #wqOnliner li.ignore {color:#e2e2e2;}
 #wqOnliner b {margin-right:2px;font-family:verdana,arial;}
 #wqOnliner b a:hover, #wqOnliner b a:visited, #wqOnliner b a:link, #wqOnliner b a:active {text-decoration:none;color:#cc0000;}
 #wqOnliner b.wq_disabled a:hover, #wqOnliner b.wq_disabled a:visited, #wqOnliner b.wq_disabled a:link, #wqOnliner b.wq_disabled a:active {text-decoration:none;color:#bbb;}
 
 #wqOnliner b.wq_ico_afk {background:url(/gfx/afk.gif) no-repeat 0px 0px;padding-left:20px;height:13px;margin-left:8px;}
 #wqOnliner b.wq_ico_dnd {background:url(/gfx/dnd.png) no-repeat 0px 1px;padding-left:12px;height:12px;margin-left:8px;}
 #wqOnliner b.wq_ico_tagesbester {background:url(/gfx/tagesbester.gif) no-repeat 0px 3px;padding-left:10px;height:8px;margin-left:8px;}
 #wqOnliner b.wq_ico_hmatch {background:url(/gfx/pokal_hbest.gif) no-repeat 0px 0px;padding-left:14px;height:14px;margin-left:4px;}
 #wqContentRightQuiz .wqSmallBoxFoot {font-weight:bold;}
 
 #wqGewinner li,#wqGewinner li div {background-image:url(/gfx/line_hbest.gif); background-repeat:repeat-x;background-position: center bottom;border:none;}
 #wqGewinner li {padding:4px 4px;}
 #wqGewinner li div {padding:4px 4px;margin:-4px -4px;}
 #wqGewinner u {font-weight:bold;text-align:right;width:14px;float:left;margin-right:4px;text-decoration:none;}
 #wqGewinner b {float:right;width:40px;text-align:right;font-weight:normal;color:#000000;}
 #wqGewinner span {text-align:right;width:68px;font-weight:bold;}
 #wqGewinner .wqSmallBoxFoot {border:none;}
 #wqGewinner .wqSmallBoxFoot b {float:none;width:auto;font-weight:bold;}
 
 .wqSmallBoxFoot {background-color:#ffffff;font-weight:normal;padding:6px;margin:0px 4px;border-top:1px solid #CCCCCC;}

 #boxTagesbester .wqSmallBoxBody {text-align:center;padding-bottom:4px;}
 #boxTagesbester .wqSmallBoxBody div {background-color:#FFFFFF;font-weight:bold;height:14px;}
 #boxTagesbester .wqSmallBoxBody span {height:14px;}
 
 #wqZitatBox {border:solid 1px #e2e2e2;background-color:#fff;padding:6px 6px 8px 6px;margin-bottom:12px;margin-right:37px;font-family:arial,helvetica,verdana;font-size:12px;}
 #wqZitatBox div {color:#1E3B6B;text-align:left;padding-bottom:6px;font-weight:bold;font-size:11px;}
 #wqZitatBox span {text-align:right;font-weight:normal;padding-top:6px;display:block;}
 
  #anmelden, #anmeldenpm {display:none;}
 
 .wqAnmeldenHead {background-color:#000000;}
 .wqAnmeldenBody {padding:10px;}
 .wqAnmeldenBody div {background:url(/gfx/btn-jetzt-anmelden.jpg) no-repeat 0px 3px;}
 .wqAnmeldenBody div div{text-align:left}
 .wqAnmeldenBody div a{color:#000000;border-top:0;text-decoration:none;padding-left:132px;display:block;}
 .wqAnmeldenBody div a:hover{text-decoration:none; color:#000000}
 .wqAnmeldenBody span {color:#CC3226;font-weight:bold}
 .wqAnmeldenBody img {margin-right:8px;margin-top:1px;float:left;}
 .icoPfeil, .wqAnmFeatures div {height:12;padding-left:17px;text-align:left;font-weight:normal;background-image:url(/gfx/home/zeig.gif);background-repeat:no-repeat;background-position:3px;}

 
 .wqAntwortDiagramm {clear:both;font-size:11px;color:1E3B6B;margin-top:11px;margin-left:0;padding:0;list-style:none;}
 .wqAntwortDiagramm li {float:left;}
 .wqAntwortDiagramm .richtig, .wqAntwortDiagramm .falsch {background:#CC3226;height:8px;font-size:0;margin:3px 0 0 3px;}
 .wqAntwortDiagramm .richtig {background:#5A9E62;margin:3px 4px 0 1px}

 .wqFrageTeaser {margin-bottom:0;margin-top:6px;width:504px;overflow:hidden;}
 .wqFrageTeaser .antwort {font-size:16px;color:#1E3B6B;margin:0;padding:0;list-style:none;white-space:nowrap;overflow:hidden;}
 *html .wqFrageTeaser .antwort {float:left;}
 .wqFrageTeaser .antwort li{float:left;margin-left:-14px;padding-right:14px;}
 .wqFrageTeaser .antwort li img{margin-right:6px;width:13px;height:13px}
 .wqFrageTeaser .wqTeaserText {clear:both;margin-top:16px;}
 .wqFrageTeaser .wqTeaserHead {margin-bottom:11px;}
 .wqFrageTeaser .wqTeaserHead span {padding-left:14px}
 .wqFrageTeaser .wqTeaserHead img {margin-left:0;margin-right:14px;margin-bottom:6px;}

 .wq_stundenbester_ {background-color:#ffffff;vertical-align:middle;}
 .wq_stundenbester_line {background-color:#ffffff;background-image:url(/gfx/line_hbest.gif); background-repeat:no-repeat; background-position:4px 1px}
 .wq_stundenbester_pokal {background-image:url(/gfx/pokal_hbest.gif); background-repeat:no-repeat; background-position:4px 0px;;}
 
 ul.wq_stundenbester {background:url(/gfx/pokal_hbest.gif) no-repeat 44px 2px;}
 *html ul.wq_stundenbester {background-position:4px 2px;}
 ul.wq_stundenbester li {background:url(/gfx/line_hbest.gif) repeat-x bottom;padding-left:20px;padding-bottom:4px;border:0px;}
 
 .wq_mail_line {background-color:#ffffff;background-image:url(/gfx/mail/line_mail.gif); background-repeat:x-repeat;display:block;height:2px;overflow:hidden;font-size:0px;margin-bottom:26px;clear:both;}
	
 .wqContentRight .ca {margin:0px;margin-bottom:12px;}
 .ca {text-align:center;margin:20px auto 6px auto;width:300px;}
 *html .ca {width:auto;}
 .nv {color:#cc0000;margin-right:4px}
 .hinweis {font-size:11px} 
 
 .teaseritem_title_contentNews, .teaseritem_title_contentTravel, .teaseritem_title_contentCulture, .teaseritem_title_contentSociety, .teaseritem_title_contentHealth, .teaseritem_title_contentScience, .teaseritem_title_contentAutomotive, .teaseritem_title_contentEconomy, .teaseritem_title_contentPolitics, .teaseritem_title_contentSports, .teaseritem_title_contentEntertainment, .teaseritem_title_contentIT, .teaseritem_title_contentFood, .teaseritem_title_contentRecipe, .teaseritem_title_contentDomestic { padding-bottom:9px;color:#1E3B6B;font-size:18px;font-style:normal;font-weight:bold;text-decoration:none;}
#tinc_content .teaseritem_title_contentNews, #tinc_content .teaseritem_contentTravel, #tinc_content .teaseritem_contentCulture, #tinc_content .teaseritem_contentSociety, #tinc_content .teaseritem_contentHealth, #tinc_content .teaseritem_contentScience, #tinc_content .teaseritem_contentAutomotive, #tinc_content .teaseritem_contentEconomy, #tinc_content .teaseritem_contentPolitics, #tinc_content .teaseritem_contentSports, #tinc_content .teaseritem_contentEntertainment, #tinc_content .teaseritem_contentIT, #tinc_content .teaseritem_contentFood, #tinc_content .teaseritem_contentRecipe, #tinc_content .teaseritem_contentDomestic {padding-bottom:7px;}

* html #wqHead {margin-left:2px;}
#wqHead ul li.wqNavSub1First {width:121px;background-image:url(/gfx/glb.png); background-repeat:no-repeat; background-position:6px 7px;height:18px;}
#wqHead ul#wqNavi li li.wqNavSub1First a.wqActive {background:transparent;}
#wqHead ul#wqNavi{clear: both;padding: 0 0 0 20px;margin: 0 0 24px;background: url("/gfx/hnavi_gb.jpg") repeat-x;float: left;width: 973px;height: 24px;border: 1px solid #cfd6da;background-color:#cfd6da} 
* html #wqHead ul#wqNavi{width:993px;border-bottom:0px;}
#wqHead ul li{float: left;list-style: none;font-size: 10px;line-height: normal;}
#wqHead ul#wqNavi li a{display: block;padding: 5px 10px 7px 10px;color: #437e9d;font-weight: bold;border-right: 1px solid #cfd6da;font-size:11px;}
* html #wqHead ul#wqNavi li a{padding-bottom:6px;}
#wqHead ul#wqNavi li > a{height: 13px;}
#wqHead ul#wqNavi ul{background:#FFFFFF;height:23px;left:0;padding-left:20px;position:absolute;width:973px;border:solid 1px #d7dde1;border-top:none;}
#wqHead ul#wqNavi li.wqActive ul {z-index:100;}
* html #wqHead ul#wqNavi ul{margin-left:2px;width:993px;border-bottom:none;background:#FFFFFF url(/gfx/navi_bottom.gif) repeat-x 0px 23px;}
* html #wqHead ul#wqNavi ul ul{background-image:none;}
#wqHead ul#wqNavi ul li{padding: 2px 0 4px 0;text-transform: none;position: relative;}
* html #wqHead ul#wqNavi ul li{padding-bottom:2px;}
#wqHead ul#wqNavi ul li a{display: block;border-right:none;}
#wqHead ul#wqNavi ul li:hover > ul{display: block;}
#wqHead ul#wqNavi a.wqActive {background-color: #fff;border-left: 1px solid #ededed;}
#wqHead ul#wqNavi li  li a{padding: 2px 6px 4px;font-weight: normal;background-image: url("/gfx/hnavi_sub1_bg.gif");background-repeat: repeat-y;background-position: bottom right;}
#wqHead ul#wqNavi li li li {margin-right: 10px;position: static;float: none;}
#wqHead ul#wqNavi li li li a {background-image:none;}
#wqHead ul#wqNavi li li a.wqActive {text-decoration: underline;color: #666;}
#wqHead ul.wqNaviEbene2{float: left;margin: 0;width: auto !important;padding: 0 0 10px 0 !important;height: auto !important;background-color: transparent !important;}
#wqHead .wqNaviEbeneD {display:none;}
#wqHead  ul#wqNavi ul li > ul{left: -1px !important;display: none;position: absolute;top: 23px;border:none;}
* html #wqHead ul#wqNavi ul li ul{left: -1px !important;display: none;position: absolute;top: 23px;border:none;}   
#wqHead ul.wqNaviEbene2 li{display: block;float: none;background: url("/gfx/hnavi_fly_bg.png") repeat-y bottom right transparent;padding: 0 !important;min-width:152px;}
* html #wqHead ul.wqNaviEbene2 li{padding: 0 2px 0 0 !important;height:20px;width:152px;}
#wqHead ul.wqNaviEbene2 li.wqNaviBottom{background: url("/gfx/hnavi_fly_bo_bg.png") no-repeat top right;}
#wqHead ul.wqNaviEbene2 li a{white-space:nowrap;width:auto;display: block;width:132px;padding: 4px 6px !important;border-right: none !important;border-left: solid 1px #ccc;}
*html #wqHead ul.wqNaviEbene2 li a{width:145px;}
#wqHead ul.wqNaviEbene2 li a:hover{background-color: #efefef;}





/* ueber */
.wqPaar {height:74px;margin-left:7px;}
#wqHead {position:relative;}
*+ html #wqHead ul#wqNavi ul{left:0px;margin-left:0px;width:993px;}