html {
	background-color:#CCC;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0; margin:0;
}
img {
	border:none;	
}

h1 {
	font-weight:normal;
	letter-spacing:0.08em;
	border-bottom:1px dashed #DDD;
}

.link1 {
	color:#06C;
	text-decoration:none;	
}
.link1:hover {
	text-decoration:underline;	
}

.link2 {
	text-decoration:none;
	font-weight:normal;
}
.link2:link { color:#000000;}
.link2:visited { color:#000000;}
.link2:hover {	color:#FF6600; }
.link2:active {	color:#000000;}

.link3 {
	color:#06C;
	text-decoration:none;	
}
.link3:hover {
	text-decoration:underline;	
}

.btn1, .btn2, .btn3 {
	cursor:pointer;
	background-color:#FFF;
	border:1px solid #DDD;
	background:url(../layout/sixpol_v3/btn_arrows.png) top right no-repeat;
	overflow:visible; /* für IE kompat.mode */
}
.btn1:hover, .btn2:hover {
	border-color:#CCC;
	background-color:#F3F3F3;
}

.btn1 {
	line-height:27px;
	height:30px;	
	padding-right:38px;
	padding-left:15px;
}
.btn2 {
	height:20px;
	padding-right:20px;
	padding-left:5px;
	background-position:right -56px;	
	background-color:#FFF;
}
.btn3 {
	height:30px;
	width:23px;
	border:none;
}

label {
	cursor:pointer;
}

#site {
	position:relative;
	width:1245px;
	margin:60px auto 50px auto;
	background-color:#FFF;
	-moz-box-shadow: 0 0 20px -5px #000;
	-webkit-box-shadow: 0 0 20px -5px #000;
	box-shadow: 0 0 20px -5px #000;
}
#headerTop {
	position:relative;
	height:80px;
}
#headerTop img {
	position:absolute;
	z-index:1;
}
#sixpolLogo {
	top:5px; left:5px;	
}
#poweredBySixpol {
	top:20px;
	left:880px;	
}
#headerTopBorder {
	position:relative;
	background-color:#F3F3F3;
	height:65px;
}
#siteMenu {
	margin-bottom:2px;
	background:url(../layout/sixpol_v3/menu_bg.jpg) repeat-x;
	height:38px;
	border-bottom:1px solid #FFF;
	-moz-box-shadow: 0 4px 10px -4px #999;
	-webkit-box-shadow: 0 4px 10px -4px #999;
	box-shadow: 0 4px 10px -4px #999;
}
#siteMenu a {
	float:left;
	position:relative;
	top:-2px;
	padding-top:2px;
	height:36px;
	line-height:38px;
	width:200px;
	text-align:center;
	color:#000;
	text-decoration:none;
}
#siteMenu a:hover {
	background-color:#FFF;
	padding-top:0px;
	padding-bottom:2px;
	height:36px;
	border-top:2px solid #DD2A1B;
}
#shoppingCart {
	position:relative;
	z-index:1;
	float:right;
	width:225px;
	padding:0 10px;
}
#basketImg {
	position:absolute;
	top:-70px;
	right:-10px;	
}
#shoppingCart {
	position:relative;
	height:325px;
}
#shoppingCartDesc {
	position:absolute;
	bottom:0px; right:15px;
	font-size:10px;
	color:#999;
}
#shoppingCart td.shoppingCartVKP {
	text-align:right;	
}

#shoppingCart button {
	float:right;
	margin-top:20px;
}
#shoppingCartTitle {
	font-size:18px;
	margin:5px 0 20px 0;
}
#shoppingCartNoItems {
	color:#999;
	font-size:12px;
	font-style:italic;
}

#headerBar {
	position:relative;
	margin:20px 0;
}
#headerDate {
	float:right;
	line-height:30px;
	width:230px;
	text-align:right;
	padding-right:15px;
}
#searchBar {
	width:450px;
	overflow:hidden;
	float:right;
}
#searchBar * {
	float:right;
	margin-left:5px !important;
}
#searchBar div {
	line-height:30px;
	margin-left:0px !important;
}
#searchInput, .txtInput1, .selectInput1 {
	background-color:#F9F9F9;
	border-top:1px solid #BBB !important;
	border-left:1px solid #BBB !important;
	border-bottom:1px solid #E5E5E5 !important;
	border-right:1px solid #E5E5E5 !important;
	line-height:1.2em;
	padding:0.3em 5px !important;
	margin:0;
	outline:none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#searchInput:focus, .txtInput1:focus, .selectInput1:focus {
	background-color:#FFF;
}

#searchInput {
	width:350px;
	font-size:16px;
	height:30px;
	padding-top:0 !important;
	padding-bottom:0 !important;
}

/* MENÜ */

#leftColumn {
	float:left;
	width:230px;	
}
#leftMenu a {
	position:relative;
	z-index:100;
	display:block;
	color:#000;
	text-decoration:none;
	padding:10px 15px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}
#leftMenu a span {
	color:#999;
	font-size:12px;
}
#leftMenu a.active {
	background-color:#FFF;
	-moz-box-shadow: 0 0 20px -5px #000;
	-webkit-box-shadow: 0 0 20px -5px #000;
	box-shadow: 0 0 20px -5px #000;
	border-bottom-color:#CCC;
	border-top-color:#CCC;
}
#leftMenu a.active.showMenu:after {
	position:absolute;
	z-index:101;
	right:-10px; top:0px; bottom:0px;
	width:20px;
	content:"";
	border:none;
	background-color:#FFF;
}

#content {
	float:left;
	padding:20px;
	width:750px;
}

#rightColumn {
	float:right;
	width:200px;
	margin-right:20px;
}

#dOverlay {
	display:none;
	position:absolute;
	z-index:99;
	width:100%;
	height:100%;
	background-color:#000;	
}

.catLayover {
	display:none;
	position:absolute;
	z-index:100;
	top:505px;
	left:230px;
	padding:10px 0 10px 10px;
	background-color:#FFF;
	border:1px solid #CCC;
	-moz-box-shadow: 0 0 20px -5px #000;
	-webkit-box-shadow: 0 0 20px -5px #000;
	box-shadow: 0 0 20px -5px #000;
}
.catListing a {
	display:block;
	color:#000;
	text-decoration:none;
}
.catListing a:hover {
	background-color:#EBEBEB;
}
.catListing td {
	vertical-align:top;
	border-right:1px dashed #CCCCCC;
	padding-right:10px;
	width:33%;
}

.catListing .catLTitle {
	display:block;
	font-weight:bold;
	line-height:30px;
	border:1px dashed #CCCCCC;
	border-left:none; border-right:none;
	background:url(../layout/sixpol_v3/kat_icons.png) no-repeat 0px 2px;
	padding-left:30px;
	padding-right:1em;
	
}
.catListing ul {
	margin:5px 0 5px 5px;
	padding:0;
	list-style:none;
}
.catListing li {
	margin:0; padding:0;
}
.catListing li a {
	padding:0.2em;
}
.catListing li a.catLayoverMore {
	color:#03C;
	font-style:italic;
}

/* ENDE MENÜ */

/* Easy Slider */

#headersliderContainer, #headerslider li {
	width:1000px;
	height:325px;
	overflow:hidden;
}
#headersliderContainer {
	position:relative;
	float:left;
}
#headerslider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#headerslider img {
	height:325px;
	width:1000px;	
}
#hsPrevBtn, #hsNextBtn {
	position:absolute;
	z-index:50;
	top:145px;
	left:15px;
	width:25px;
	height:36px;
	margin:0;
	padding:0;
	overflow:hidden;
	text-indent:-8000px;
}
#hsNextBtn {
	left:auto;
	right:15px;
}									
#hsPrevBtn a, #hsNextBtn a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../layout/sixpol_v3/slide_arrows.png) no-repeat 0 0;
}	
#hsNextBtn a { 
	background:url(../layout/sixpol_v3/slide_arrows.png) no-repeat 0 -150px;
}
#hsPrevBtn a:hover {
	background-position:0 -300px;
}
#hsNextBtn a:hover {
	background-position:0 -450px;
}

/* numeric controls */	

#hsControls {
	position:absolute;
	z-index:50;
	bottom:15px;
	right:10px;
	margin:0;
	padding:0;
}
#hsControls li{
	margin:0 5px 0 0; 
	padding:0;
	float:left;
	list-style:none;
}
#hsControls li a{
	display:block;
	height:14px; width:14px;
	background:url(../layout/sixpol_v3/slide_pages.png) no-repeat 0 0;
	text-indent:-8000px;
}
#hsControls li.current a{
	background-position:0 -50px;
}
#hsControls li a:focus, #hsPrevBtn a:focus, #hsNextBtn a:focus {
	outline:none;
}

/* // Easy Slider */

#headerslider_corner {
	position:absolute;
	z-index:50;
	top:0px; right:0px;
	width:51px; height:38px;
	background:url(../layout/sixpol_v3/headerslider_corner.png) no-repeat 0 0;
}


#body {
	margin-bottom:50px;	
}

#footer {
	border-top:1px solid #AAAAAA;
	background-color:#EDEDED;
	padding:30px 0;
}
#copyright {
	font-size:12px;
	text-align:center;	
}
#copyright2 {
	margin-top:1em;
	font-size:10px;
	text-align:center;
	color:#666;
}

.cPicContainer {
	float:left;
	display:block;
	position:relative;
	width:50px;
	height:50px;
	overflow:hidden;
	border:3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right:8px;
	margin-bottom:3px;
	cursor:pointer;
}
.cPicContainer:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.cPic {
	position:absolute;
	top:-75px; left:-75px;
	width:200px;
	height:200px;
	background:center center no-repeat;
	cursor:pointer;
}

/* ---------------------- */

.sxgrssreader {
	overflow:hidden;
	font-size:12px;
}
.sxgrssreader ul {
	margin:0;
	padding:0;	
}
.sxgrssreader ul li {
	display:block;
	margin:0;
	padding:0;
	height:70px;
	overflow:hidden;
}
.sxgrssreader ul li a {
	text-decoration:none;
	color:#333;
}
.sxgrssreader ul li a:hover {
	text-decoration:underline;
	color:#009;
}
.sxgrssreader ul li .description {
	font-size:12px;
	color:#999;
	overflow:hidden;
	margin-top:7px;
	padding-bottom:15px;
}
.sxgrssreader ul li .description img {
	margin-right:7px;
}

/* ---------------------- */

#chgLng {
	position:absolute;
	top:-37px;
	right:0px;	
}
#chgLng a {
	color:#000;
	background:no-repeat url(../layout/sixpol_v3/lang_flags.png) 8px 6px;
	text-decoration:none;
	padding:5px 5px 5px 37px;
	line-height:14px;
	font-size:12px;
	margin-left:1em;
	border:1px solid transparent;
}
#chgLng a.it {
	background-position:8px -45px;
}
#chgLng a:hover {
	border-color:#FFF;
}

#footerMenu {
	margin:50px 0;
}
#footerMenu .footerMenuItem {
	float:left;
	border-left:1px dashed #BFBFBF;
	padding-top:0.5em;
	padding-left:5px;
	width:190px;
	height:130px;
}
#footerMenu li, #footerMenu ul {
	list-style:none;
	padding:0; margin:0;
}
#footerMenu b {
	line-height:2em;	
}
#footerMenu a {
	color:#666;
	text-decoration:none;
	line-height:2em;	
}
#footerMenu a:hover {
	text-decoration:underline;	
}

#infoWidgets {
	margin-bottom:30px;	
}
.infoWidget {
	float:left;
}
.widgetTitle {
	position:relative;
	height:30px;
	line-height:30px;
	background-color:#F4F4F4;
	margin-bottom:20px;
}
.widgetIcon {
	position:relative;
	margin-right:10px;
	top:-6px;
	float:left;
	width:40px; height:40px;
	background:url(../layout/sixpol_v3/icons.png) no-repeat 0px 0px;
	-moz-box-shadow: 2px 2px 10px -2px #999;
	-webkit-box-shadow: 2px 2px 10px -2px #999;
	box-shadow: 2px 2px 10px -2px #999;
}

/* --------------- */

.katauswahl {
	background-color:#ECF2FB;
	border-top:#CFE0F5 solid 1px;
}
.katauswahl:hover {
	background-color:#DEE9FA;
	border-top:#CFE0F5 solid 1px;
}
.katauswahl_invisible {
	background-color:#FFFFFF;
	border:#CCCCCC dashed 1px;
}

/* --------------- */

.s_kategorien_titel {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
.s_kategorien {
	margin-top:10px;
}
.s_kategorie_0 {
	position:relative;
	display:block;
	color:#000000;
	text-decoration:none;
	font-size:14px;
	line-height:25px;
	padding-left:3px;
	border:1px solid #CCCCCC;
	margin-top:5px;
}
.s_kategorie_0:hover {
	background-color:#E6F2FF;
	cursor:pointer;
}
.s_kategorie_1 {
	position:relative;
	display:block;
	text-decoration:none;
	color:#000000;
	font-size:14px;
	line-height:25px;
	padding-left:3px;
	border:1px solid #CCCCCC;
	border-left:3px solid #FF0000;
	margin-top:5px;
}
.s_kategorie_rechts {
	position:absolute;
	top:0px;
	right:0px;
}
.s_kategorie_treffertxt { 
	float:left;
	font-size:12px;
	text-align:right;
	line-height:25px;
	color:#666666;
	padding-right:5px;
}
.s_kategorie_trefferzahl {
	float:left;
	background-color:#EEEEEE;
	text-align:center;
	width:35px;
	line-height:25px;
}

.s_kategorie_treffertxt_insg { 
	float:right;
	font-size:14px;
	text-align:right;
	color:#666666;
	font-weight:normal;
	padding-right:5px;
}
.s_kategorie_trefferzahl_insg {
	float:right;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	width:35px;
}

.s_kategorien_showall {
	line-height:20px;
	color:#0000FF;
	text-decoration:none;
}
.s_kategorien_showall:hover {
	text-decoration:underline;
}

/* -------------- */


.u1 {
	font-weight:bold;
	color: #FFFFFF;
	background-color: #009900;
}
.u2 {
	font-weight: bold;
	color:#213461;
	background-color:#EFF3FC;
}
.txt {
}
.u3 {
}

/* -------------- */
/* detail.php: EP-Spezifikationen-Tabelle */

.epSpecTable td {
	padding:0.4em 0.1em;
}
.epSpecTable td.u2 {
	color:#666!important;
	background-color:#F3F3F3;
	border-bottom:1px dashed #E1E1E1;
}



/* -------------- */



/* ----- SHADOWBOX ----- */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* ----- ENDE SHADOWBOX ------ */