/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
body {
	margin: 0 auto;
	font-size: 12px;
	color:  #113648;
	text-align: center;
	/*background-color: #F3F3F3;*/
	background-color: #87C5E2/*#333333*/;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 10px;
	/*background-image:url(bilder_n2/bd_bg.png);*/
	background-image:url(bilder_n2/bd_bg6opt.jpg);
	background-position: center top;
	background-repeat:repeat-x;
}


a {
	color: #19506c;
	text-decoration: none;
}
.rightcont a {
	/*text-decoration: underline;*/
}
a:hover {
	color: #87C5E2;
	text-decoration: none;
}
a > img {
	text-decoration:none;
	border:none;
}
/*Überschriften*/
h1 {
	font-size:24px;
	line-height: 60px;	
	padding: 0px;
	margin:0px;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	line-height: 25px;
	padding: 0px;
	margin:0px;
}
h3 {
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	padding: 0px;
	margin:0px;
}

h4 {
	font-size: 13px;
	font-weight:bold;
	line-height: 15px;
	padding: 0px;
	margin:0px;
}
/*ALLGEMEINE SACHEN*/
.cbfl {
	clear: both;
}

/*Überschrift shopblog*/
.mod_shopblog a h1 {
	color: #FFFFFF;
}
.mod_shopblog a:hover h1 {
	color: #F3F3F3;
}
/*kleiner text*/
.smalltxt {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
/*benötigter text*/
.inputRequirement {
	color:#FF0000;
	font-size:9px;
}

/*_________FOOTFOOT______________*/
.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
	font-size: 9px;
	line-height: 1.5;
	text-align:center;
	color: #CCCCCC;
}
/*eigabefeld*/
FORM {
	display: inline;		   
}
/*_______index.html definitionen______*/
.mainbody_i {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(bilder_n2/mainc_bg.png);
	display: block;
	background-color: #FFFFFF;
}
.logoheader {
	height: 110px;
	width: 1000px;
	float: left;
	background-image: url(bilder_n2/logoneu5.gif);
	text-align: right;
	background-color: #519ABD;
}
.loginbx {
	width: 180px;
	float: right;
	height: 110px;
	display: block;
	overflow: hidden;
}
/*topnav*/
.topnavbar {
	height: 30px;
	width: 1000px;
	float: left;
	background-image: url(bilder_n2/topnav.png);
	clear:both;
	background-repeat: no-repeat;
	background-color: #20506B;
}
.tnb_men {
	height: 30px;
	width: 120px;
	text-align: center;
	display: block;
	float: left;
	background-image: url(bilder_n2/tn1_butt.png);
	line-height:30px;
	font-size:15px;
	font-weight:bold;
}
.tnb_men a{
	color:#FFFFFF;
	font-weight:bold;
	width:120px;
	height:30px;;
	display:block;
	overflow:hidden;
	line-height:30px;
	font-size:15px;
}
.tnb_men a:hover{
color:#87C5E2;
background-image: url(bilder_n2/tn1_butt_md.png);}

/*suchbalken, warenkorb, konto anmelden.....*/
.topnavbar2 {
	clear:both;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 1000px;
	text-align: right;
	background-image: url(bilder_n2/tpn2.png);
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 15px;
	background-color: #67A5C3;
}
.topnavbar2 a{
	color: #FFFFFF;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.topnavbar2 a:hover{
	color: #87C5E2;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/*_____SUCHBOX_______*/
.srchbx {
	width: 350px;
	float: left;
	display: block;
	overflow: hidden;
	height: 30px;	
}
.sb_text {
	float: left;
	display:block;
	overflow: hidden;
	height: 30px;

	padding-left: 5px;
	padding-right: 5px;
}
.sb_text a, .sb_text a:hover{
	line-height: 25px;
	font-size: 9px;
}
.sb_form {
	float: left;
	display:block;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	padding-top: 7px;
}
.sb_form input{
	background-color: #D6E7EF;
	color: #000033;
	font-weight: bold;
	font-size: 10px;
	border: dotted 1pt #C4D1FF;
}
.sb_button {
	float: left;
	display:block;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	padding-top: 6px;
	padding-left: 5px;
}
.mainc {
	clear:both;
	display: block;
	width: 1000px;
	float: left;
	background-image: url(bilder_n2/mainc_bgbot.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.leftmen {
	width: 200px;
	float: left;
	display: block;
	background-image: url(bilder_n2/lm_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	/*border-bottom-color: #F1F1F1;*/
}
.leftmen li {
	list-style-type: none;
	padding-bottom: 5px;
}
#adminpan1 {
	background-color: #CCCCCC;
}
.rightcont {
	float: left;
	width: 780px;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 20px;
}
.banner {
}
.footer {
	background-repeat: no-repeat;
	background-position: left;
	height: 70px;
	clear: both;
	background-color: #16465F;
	background-image: url(bilder_n2/foot.png);
}
.footer a{
	color: #FFFFFF;
	font-weight:bold;	
}
.footer a:hover{
	color: #87C5E2;	
}
/*_______B O X E N_____________*/
/*________Leftmen_______*/
.boxhead1 {
	float:left;
	width:200px;
	height: 30px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	background-color:#4A83A5;
}
.boxhead1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#FFFFFF;
	font-weight: bold;
	font-style: oblique;
}
.boxhead1 a:hover{
	color:#F5F5F5;
}
.bh_title {
	float:left;
	width:150px;
	background-image: url(bilder_n2/lm_round.jpg);
	text-indent: 5px;
	background-repeat: no-repeat;
	background-position:left;
	display: block;
}
.bh_img {
	width:50px; 
	float:right;
}
.boxText {
	width: 200px;
	display: block;
	overflow: hidden;
	float: left;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	padding-bottom: 10px;
}

.boxText a {
	color:#113648;
}
.boxText a:hover {
	color:#19506c;
}
/*menü mouseefekte content und categories*/
/*.moduleRow{
height:12px;
line-height:12px;
}
.moduleRowOver{
height:12px;
line-height:12px;
}*/

.moduleRow > b > a > b{
	color: #87C5E2;
}
.moduleRow > a > b{
	color: #98C5f5;
}
.boxhead2 {
	float:left;
	width:200px;
	height: 30px;
	background-image: url(bilder_n2/lm_nr.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#FFFFFF;
	font-weight: bold;
	font-style: oblique;
	background-color:#4A83A5;
}
.boxhead2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#FFFFFF;
	font-weight: bold;
	font-style: oblique;
}
.boxhead2 a:hover{
	color:#F5F5F5;
}
.bh_title2 {
	float:left;
	width:170px;
	text-indent: 5px;
}
.bh_img2{ width:30px; float:right;
}
.boxText2 {
	width: 200px;
	display: block;
	background-image: url(bilder_n2/bx2%20bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

/*__________________Loginbox__________*/
.lginbox {
	height: 110px;
}
.loginttl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/*_________M O D U L E__________________*/

/*modulüberschrift*/
.modhead {
}
.modimghldr {
	height: 60px;
	width: 60px;
	background-color: #19506C;
	display: block;
	float: left;
	overflow: hidden;
	background-image:url(bilder_n2/logoklein2.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
.modtitle {
	float: left;
	width: 720px;
	display: block;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(bilder_n2/modhead3opt.png);
	background-repeat: repeat-x;
	background-position:left top;
	height: 60px;
	text-indent: 5px;
	background-color: #57A0D8;
}
/*modulüberschrift 2 und 3*/
.modsub {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(bilder_n2/tpn2.png);
	background-position:center right;
	color:#FFFFFF;
	clear: both;
	width:100%;
	text-indent:3px;
	background-color: #4A83A5;
}
.modsub a {color:#FFFFFF;}

/*ACCOUNTHISTORY:HTML*/

/*keine ahnung____nur einmal benutzt*/
.acc_his_pr_img {
	float:left;
	display:block;
	width:100%;
	overflow:hidden;
	height:45px;
	background-color: #E2E2E2;
}
.prodtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	display: block;
}

/*Module allgemein*/
.edacc {
	background-image:url(bilder_n2/edbg.png);
	border: 1pt dotted #aaaaaa;
	padding: 2px;
	background-position: left;
	background-repeat: repeat-y;
	display: block;
	background-color: #FFFFFF;
	width:774px;
	float:left;
}
.edacc_sm {
	background-image:url(bilder_n2/edbg.png);
	border: 1pt dotted #aaaaaa;
	padding: 2px;
	background-position: left;
	background-repeat: repeat-y;
	display: block;
	background-color: #FFFFFF;
	width:376px;
	float:left;
	margin:2px;
}
.edacc_sm2 {
	padding: 2px;
	display: block;
	float:left;
	width:774px;
}
.colleft {
	display:block;
	float:left;
	width: 386px;
	padding: 2px;
	background-color:#F5F5F5;
	clear:both;
}
.colright {
	display:block;
	float:left;
	width: 386px;
	padding: 2px;
}
.imp_left {
	display:block;
	width:50%;
	float:left;
	clear:both;

}
.imp_rght {
	display:block;
	width:49%;
	float:left;
}
.il_imp{
	line-height:24px; 
	padding-right:5px;
}
.ir_imp{
	line-height:24px;
	height:24px; 
}
.lhfs{ height:60px; line-height:60px; font-size:14px;}
.error_acc {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}
/*__________Blog_________________*/
.blg img  {
/*display:none;*/
}
.mod_shopblog{
background-image:url(bilder_n2/blogbg.png)}

/*produktpräsie*/
.prdprvprinf {
	font-size:8px;
	font-style:italic;
	line-height: 9px;
}
/*globaler preis*/
.prodprice {
	font-family: /*Impact,*/ ARIAL;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	/*line-height: 30px;*/
	letter-spacing: -0.5px;
	/*height:30px;*/
}
.productOldPrice{
	font-size:12px;
	text-decoration:line-through;
	color:#666666;
	/*line-height:16px;*/
}
/*eurozeichen*/
.prodprice b {
	font-size: 16px;
}

/*wahrscheinlich überflüssig, bild wird immer rausgefiltert, nur padding aktiv*/
.prdbg {
	background-image: url(bilder_n2/tpn2.png);
	padding: 5px;
}
/*wird nur für top 5 kats benutzt u ähnliche*/
._fll31 {
	clear: both;
	float: left;
	width: 16%;
	background-color: #00FF00;
}
._fll32 {
	float: left;
	width: 63%;
}
._fll33 {
	float: left;
	width: 20%;
	position: relative;
	vertical-align: bottom;
	height: 100px;
}
img._fll31{
	width: 100px; /* replaces 468px width */
	height: 100px; /* replaces 60px height */
}
/*whats new, top 5 kats*/
.prdprvwbx {
	float:left;
	width:154px;
	background-image:url(bilder_n2/prdbxbg.png);
	background-position:bottom center;
	margin:1px;
	margin-bottom:5px;
}
.prdprvimg {
	height:100px;
	width:150px;
	margin-top: 5px;
	background-color:#ffffff;
}
.prdprvnam {
	background-image:url(bilder_n2/prodnamebg.png);
	margin-top:-30px;
	height:35px;
	width:150px;
	line-height: 17px;
}
.prdprvnam a:hover{ color:#CCCCCC !important;}

.pordprvprbx {
	padding:2px;
	padding-bottom: 0px;
}
.prdprvcat {
	font-size:10px;
	padding-right:2px;
	line-height:11px;
}



/*Credits: Dynamic Drive CSS Library */
/*______________products_info.html_________________*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #fdfdfd;
	padding: 2px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0px;
	left: 5px; /*position where enlarged image should offset horizontally */

}

.style_1{
	border: 1pt dotted #aaaaaa;
	padding: 2px;
	background-position: left;
	background-repeat: repeat-y;
	display: block;
	background-color: #FFFFFF;
	width:774px;
	float:left;
}
.style_0{
	border: 1pt dotted #aaaaaa;
	padding: 2px;
	background-position: left;
	background-repeat: repeat-y;
	display: block;
	background-color: #F5F5F5;
	width:774px;
	float:left;
}
.float_0{
	display:block;
	float:left;
	padding: 2px;
	clear:both;
}
.float_1{
	display:block;
	float:left;
	padding: 2px;
	background-color: #F5F5F5;
}
.col_0{
}
.col_1{
	background-color: #F5F5F5;
}
/*box kat new*/
.boxheadcat{
background-image:url(bilder_n2/bxcathead.png);
background-repeat:no-repeat;
background-position:bottom left;
height:35px;
padding-top:30px;
text-indent:5px;
}
.boxheadcat a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#FFFFFF;
	font-weight: bold;
	font-style: oblique;
}
.boxTextc{
background-image:url(bilder_n2/bxcatbg.gif);
background-position:bottom left;
background-repeat:repeat-y;
padding-left:2px;
}
.bhc_bot {
background-image:url(bilder_n2/bxcatbot.png);
background-repeat:no-repeat;
background-position:bottom left;
height:22px;
}
.l1{
background-color:#DADADA;
display:block;
width:184px;
margin:0px;
padding:0px;
height:14px;
line-height:14px;
background-image:url(bilder_n2/icon_arrow.gif);
letter-spacing:-0.1pt;
border-bottom: 1px solid #FFFFFF;padding-left:2px;}
.l1 a{
display:block;
width:184px;
}
.l2{
	background-color:#E8E8E8;
	display:block;
	width:186px;
	margin:0px;
	padding:0px;
	line-height:14px;
	background-image:url(bilder_n2/icon_arrow.gif);
	background-repeat:no-repeat;
	letter-spacing:-0.1pt;
	border-bottom: 1px solid #FFFFFF;
}
.l2 a{
display:block;
padding-left:5px;
width:181px;
}

.l3{
display:block;
width:186px;
	margin:0px;
	padding:0px;
	line-height:14px;
	background-image:url(bilder_n2/icon_arrow.gif);
	background-repeat:no-repeat;
	letter-spacing:-0.1pt;
	border-bottom: 1px solid #FFFFFF;
}
.l3 a{
display:block;
padding-left:10px;
width:176px;
}
.l1 .act a{
	background-color:#CCCCCC;
	display:block;
}
.l2 .act a{
	background-color:#C9E4F1;
	display:block;
	font-weight:bold;
}
.l3 .act a{
	background-color:#D8ECF5;
	display:block;
	font-weight:bold;
}
/*menü mouseefekte content und categories*/

.l1:hover{
	background-color:#C9E4F1;
}
.l2:hover{
	background-color:#C9E4F1;}
.l3:hover{
	background-color:#C9E4F1;}
	
.boxheadcont{
background-image:url(bilder_n2/bxconthead.png);
background-repeat:no-repeat;
background-position:bottom left;
height:35px;
padding-top:30px;
text-indent:5px;
}
.boxheadcont a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#FFFFFF;
	font-weight: bold;
	font-style: oblique;
}
.boxheadwhne{
background-image:url(bilder_n2/bxwhnehead.png);
background-repeat:no-repeat;
background-position:bottom left;
height:35px;
padding-top:20px;
text-indent:5px;
}
.boxheadwhne a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#FFFFFF;
	font-weight: bold;
	font-style: oblique;
}