@charset "utf-8";
/* CSS fuer Band Bauelemente - basics */

* {
  margin: 0;
  padding: 0;
}

html, body {
  border: 0 solid;
  color: #000000;
  font: 100% Arial, Helvetica, sans-serif; 
  font-size: 62.5%;
  font-size: 0.9em;
  background-image: url(../pic/bodybg.jpg);
  background-repeat: repeat-x;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1.4em;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.6em;
}

h4 {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.4em;
}

p {
  font-weight: normal;
  text-align: justify;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}

li {
  list-style-type: disc;
  list-style-position: inside;
}
input, textarea {
  border: 1px solid #818181;
  background: #FFFFFF;
  margin-bottom: 0.2em;
}
input[type="image"], input.input_img_button {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#passlost {
	font-size: 0.9em;
}
#passlostbox {
	font-size: 0.85em;
	margin-top: 4%;
}
#loginshopbox {
	margin-top: 3%;
}
select {
  border-color: #818181;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 3px;
}
.table {
  border: 1px solid #818181;
}
.tabellenkopf_hintergrund {
  height: 27px;
  background-image: url(../pic/tablebg.jpg);
  background-repeat: repeat-x;
}
.tabellenkopf_schrift {
  color: #ffffff;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.tabellenschrift {
  height: 2em;
}
.zeilenfarbe2 {
  background-color: #efefef;
}

.kontaktfelder {
  width: 250px;
}
.loginbox_felder {
  width: 100px;
}
.kopf_navigation, .kopf_navigation_avtive {
  position: relative;
  top: 5px;
  text-decoration: none;
  font-weight: bold;
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover, a:visited:hover {
  text-decoration: underline;
  color: #e00dd4;
}

a:link.kopf_navigation, 
a:visited.kopf_navigation,
a:link.kopf_navigation_avtive, 
a:visited.kopf_navigation_avtive {
  color: #ffffff;
  text-decoration: none;
}

a:hover.kopf_navigation,
a:hover.kopf_navigation_avtive {
  text-decoration: none;
}
a:active.kopf_navigation,
a:active.kopf_navigation_avtive {
  color: #000000;
  text-decoration: none;
}

.kategori0_block, #l1k, #l2k, #l3k, #r1k, #r2k, #r3k {
  width: 180px;
  height: 28px;
  background-image: url(../pic/kategori0_block.jpg);
}
.boxinhalt {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.kategori0_name {
  position: relative;
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  left: 10px;
  top: 6px;
}
.boxname {
  position: relative;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  left: 12px;
  top: 6px;
}
.kategori1_block {
  width: 180px;
  height: 25px;
  background-image: url(../pic/kategori1_block.jpg);
  background-repeat: repeat-y;
}
.kategori2_block {
  width: 180px;
  height: 20px;
  background-image: url(../pic/kategori2_block.jpg);
  background-repeat: repeat-y;
}
.kategori3_block {
  width: 180px;
  height: 20px;
  background-image: url(../pic/kategori3_block.jpg);
  background-repeat: repeat-y;
}

.kategori1_name {
  color: #000000;
  position: relative;
  font-size: 0.98em;
  text-decoration: none;
  left: 10px;
  top: 4px;
}

.kategori2_name {
  position: relative;
  font-size: 0.96em;
  text-decoration: none;
  left: 10px;
  top: 2px;
}

.kategori3_name {
  position: relative;
  font-size: 0.95em;
  text-decoration: none;
  left: 14px;
  top: 1px;
}

a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #fa00fe;
}

a:link.kategori0_name, 
a:visited.kategori0_name {
  text-decoration: none;
  color: #ffffff;
}

a:link.kategori1_name, 
a:link.kategori2_name, 
a:link.kategori3_name,
a:visited.kategori1_name, 
a:visited.kategori2_name, 
a:visited.kategori3_name {
  text-decoration: none;
  color: #000000;
}

a:hover.kategori0_name,
a:visited:hover.kategori0_name {
  text-decoration: none;
  color: #000000;
}
a:hover.kategori1_name,
a:hover.kategori2_name,
a:hover.kategori3_name,
a:visited:hover.kategori1_name,
a:visited:hover.kategori2_name,
a:visited:hover.kategori3_name {
  text-decoration: underline;
  color: #000000;
}

.menue_fuss, #l1f, #l2f, #l3f, #r1f, #r2f, #r3f {
  width: 180px;
  height: 3px;
  margin-bottom: 10px;
  background-image: url(../pic/menue_fuss.jpg);
  background-repeat: no-repeat;
}

.copyright {
  color: #000000;
  text-decoration: none;
}

a:link.copyright {
  text-decoration: none;
}

a:hover.copyright {
  text-decoration: underline;
  color: #000000;
}

.fuss_navigation {
  color: #999999;
  text-decoration: none;
}

a:link.fuss_navigation{
  color: #999999;
  text-decoration: none;
}

a:hover.fuss_navigation{
  text-decoration: underline;
}

a:visited.fuss_navigation{
  color: #999999;
  text-decoration: none;
}

a:visited:hover.fuss_navigation{
  text-decoration: underline;
}

.sternhinweis {
  color: #666666;
  text-decoration: none;
  font-size: 0.8em;
}

a:link.sternhinweis {
  text-decoration: none;
}

a:hover.sternhinweis {
  text-decoration: underline;
}

.kopf_navi_bild_links {
  width: 10px;
  height: 25px;
}
.kopf_navi_bild_hintergrund {
  height: 25px;
}
.kopf_navi_bild_rechts{
  width: 10px;
  height: 25px;
}

#suche_textfeld {
  width: 130px;
}
#suche_button{
  font-size: 11px;
}

tr.impressum_tr {
	height: 22px;
}
td.impressum_td_links {
	text-align: left;
	width: 45%;
}
td.impressum_td_rechts {
	text-align: left;
	width: 55%;
}
#kontakt_button_reset {
	margin-left: 60px;
}


/* == Bildergalerie == */

.bg_thumbs_div {
	position: relative;
	float: left;
	padding: 2px;
	width: 80px;
	height: 80px;
	border: 1px solid #cdcdcd;
	margin: 4px;
  background-repeat: no-repeat;
  background-position: center center;
}
#temp_overlay {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(http://clix2go.com/pic/overlaybg.png);
  background-repeat: repeat;
  background-position: top left;
  text-align: center;
  z-index: 100;
}

#temp_show_in {
	position: absolute;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px; /* negative Hälfte von width:600px */
	top: 10%;
	text-align: center;
	z-index: 101;
}
#temp_show_in_vorschau {
	margin-bottom: 10px;
}
#temp_show_in_infos {
	margin-bottom: 15px;
	color: #ffffff;
}
#temp_show_in_pic {

}
#bg_pic_voll {
	border: 8px solid #ffffff;
	background: #ffffff;
	background-image: url(http://clix2go.com/pic/wait.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#bg_close {
	position: absolute;
	top: 0px;
	right: 120px;
}


/* == Shop Artikel Vorschau == */

.artikelname {
	margin-bottom: 0.4em;
}
.artikelvorschau_box {
	position: relative;
}
.artikelvorschau_bild {
	position: relative;
	float: left;
	width: 120px;
	height: 130px;
}
.artikelvorschau_name {
	position: relative;
	float: right;
	width: 350px;
}
.artikelvorschau_uvp,
.artikeldetail_uvp {
	font-size: 0.7em;
	text-decoration: line-through;
	color: #ff0000;
	margin-right: 8px;
}
.artikelvorschau_beschreibung {
	float: right;
	width: 350px;
}
.artikelvorschau_preis {
	position: absolute;
	bottom: 18px;
	right: 160px;
	font-weight: bold;
	font-size: 1.3em;
}
.artikelvorschau_button {
	position: absolute;
	bottom: 14px;
	right: 0px;
}

.artikelvorschau_liefern {
	position: absolute;
	bottom: 10px;
	right: 310px;
}
.artikelvorschau_liefern_text {
	display: none;
}
.artikelvorschau_mwst {
	position: absolute;
	bottom: 2px;
	right: 75px;
	font-size: 0.85em;
}
.artikelvorschau_versand {
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 0.85em;
}
.artikelvorschau_trennung {
	clear: both;
	border-bottom: 1px dotted #cdcdcd;
	height: 1px;
	margin-bottom: 15px;
}


/* ==  Kategorie Vorschau == */

.kategorie_vorschau_box {
	border: 1px solid #676767;
	padding: 6px;
	width: 29%;
	float: left;
	margin-bottom: 1%;
	margin-right: 1%;
	text-align: center;
}
.kategorie_vorschau_bild {
	
}
.kategorie_vorschau_name {
	
}

#artikel_beschreibung_text_button,
#artikel_details_text_button,
#artikel_tests_text_button,
#artikel_bewertungen_text_button,
#artikel_bewertungen_bild_button {
	display: none;
}

.kategorie_vorschau_bottom {
	height: 1px;
	clear: both;
	margin-bottom: 15px;
}


/* == Shop Artikel Detailansicht == */

.artikeldetail_box {
	position: relative;
}
.artikeldetail_artikelnummer {
	position: relative;
	top: -6px;
	left: 0px;
	font-size: 1em;
	color: #7f7f7f;
}
.artikelhauptbild {
	height: 200px;
	width: 206px;
	position: relative;
	top: -4px;
	float: left;
	text-align: center;
	background: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #cdcdcd;
}
.artikelzusatzbilder_box {
	position: relative;
	width: 160px;
	height: 160px;
	margin-bottom: 0.5em;
	float: right;
}
.artikelzusatzbild {
	border: 1px solid #cdcdcd;
}
.artikeldetail_preis {
	font-size: 1.4em;
	position: absolute;
	text-align: right;
	right: 0px;
	top: 202px;
}
.artikeldetail_optionen {
	font-size: 1em;
	position: absolute;
	right: 0px;
	top: 175px;
}
#artikeloption {
  width: auto;
}
.artikeldetail_button {
	position: absolute;
	right: 0px;
	top: 227px;
}
.artikeldetail_liefern {
	position: absolute;
	top: 234px;
	right: 245px;
	width: 9px;
	height: 22px;
}
.artikeldetail_mwst {
	position: absolute;
	top: 259px;
	right: 75px;
	font-size: 0.85em;
}
.artikeldetail_versand {
	position: absolute;
	top: 259px;
	right: 2px;
	font-size: 0.85em;
}
.artikeldetail_liefern_text {
	display: none;
}
.artikeldetail_beschreibung {
	position: relative;
	top: 5px;
	clear: both;
	margin-bottom: 20px;
}
#artikeldetail_text {
	border: 1px solid #cdcdcd;
	padding: 6px;
	position: relative;
	top: -3px;
}

/* == eShop Startseite 1 == */

.artikel_start_box {
	position: relative;
	border: 1px solid #cdcdcd;
	float: left;
	width: 225px;
	height: 220px;
	margin: 3px;
	padding: 3px;
	text-align: center;
}
.artikel_start_name {
	font-size: 0.9em;
}
.artikel_start_liefern {
	position: absolute;
	bottom: 20px;
	left: 8px;
}
.artikel_start_preis {
	position: absolute;
	bottom: 50px;
	right: 8px;
	font-weight: bold;
	font-size: 1.2em;
}
.artikel_start_button {
	position: absolute;
	bottom: 16px;
	right: 14px;
}
.artikel_start_mwst {
	position: absolute;
	bottom: 4px;
	right: 100px;
	font-size: 0.85em;
}
.artikel_start_versand {
	position: absolute;
	bottom: 4px;
	right: 19px;
	font-size: 0.85em;
}

.bestellvorgang_steppic {
	display: none;
}

/* == Homepage Layout offline == */

#HPoff_cont {
  width: 400px;
  height: 280px;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  border: 1px solid #cdcdcd;
}

#HPoff_1 {
  background-image: url(http://clix2go.com/pic/logo.jpg);
  background-repeat: no-repeat;
  width: 290px;
  height: 119px;
  position: relative;
  top: 0;
  left: 15px;
}

#HPoff_2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  text-align: center;
  font-size: 2em;
}


#HPoff_3 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: justify;
  font-size: 1em;
}


/* == Homepage Layout online == */

#p0 {
  margin-top: 1%;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../pic/p0bg.jpg);
  background-repeat: repeat-y;
}

#k0 {
  height: 148px;
  background-image: url(../pic/k0bg.jpg);
  background-repeat: no-repeat;
}
#k1 {
  float: right;
  margin-top: 25px;
  margin-right: 10px;
  text-align: right;
  width: 210px;
  height: 20px;
}
#k2 {
  float: right;
  margin-top: 22px;
  margin-right: 10px;
  text-align: right;
  width: 800px;
  height: 25px;
}
#m1 {
  width: 180px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#m2 {
  width: 478px;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#m3 {
  width: 180px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#r1, #r2, #r3, #l1, #l2, #l3 {
  background-image: url(../pic/kategori1_block.jpg);
  background-repeat: repeat-y;
  margin-bottom: 15px;
}
#f0 {
  height: 62px;
  background-image: url(../pic/f0bg.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  clear: both;
}
#f1 {
  position: relative;
  text-align: center;
  height: 20px;
}
#f2 {
  position: relative;
  margin-top: 10px;
  text-align: center;
  height: 20px;
}
