   /* <!-- */

/* FCK-Editor Styles*/
@import url("../../admin/includes/modules/fckeditor/editor/css/fck_editorarea.css") all;


	/* General styles */
    body {
        margin: 10px 0 10px 0px;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */

        

		background: url(images/hg-grau.jpg) repeat-x fixed 0% 0% #F4F4F4;
		font-size:80%;
		font-family:Comic Sans MS,Times New Roman,Times,serif;

    }
	a {
    	color:#369;
	}
	/*
	a:hover {
		background:#666;
		text-decoration:underline;
		color: #fff;
	}*/
	a:hover {
		background:red none repeat scroll 0 0;
		color:#FFFFFF;
		text-decoration:underline;
		padding:1px 1px;
	}

	.uploadinfo, .infotext {
		color: red;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	
	.left {
		float: left;
		overflow: hidden;
		padding:0;
		margin:0;
	}
	.right {
		float: right;
		overflow: hidden;
	}
	#link {
		padding: 3px 10px;
		background: url(images/moduleheader.png) repeat-x scroll 0% 0% transparent;
		background: #D42F14;
		font-size:120%;
		overflow: hidden;
		color: white;
		clear:both;
	}
	* html #link{
		width: 98%;
	}
	
	/* */

	#wrapperouter {
		width:1004px;
		margin: 0 auto;
		overflow:hidden;
		border:2px outset #ccc;
}
	#wrapperinner {
		
		overflow:hidden;
		border:1px solid #aaa;
	
	
	}

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:95%;
        background: #ffffff;
        padding: 0 25px 0 25px;
    }
    * html #header {
		line-height: 15px;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.wrapper {
	    /*background:#FFFD8F;*/    	/* Right column background colour */
        background:#F9D914;
		/* background:#fff;*/
	}
    .wrapper .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .wrapper .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        /*background:#FFFD8F; */   	/* Left column background colour */
        background:#F9D914;

    }
    .wrapper .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.wrapper .col1 {
        margin:0 215px;			/* Centre column side padding:
        				    	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	    /*color:#360080;*/
	    font-size:110%;
	    padding-top:15px;
	}
    .wrapper .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:190px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:5px;         	/* Width of the left-had side padding on the left column */
        padding-top: 10px
    }
    .wrapper .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:190px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:15px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
        padding-top: 10px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
		background: #EEEEEE;
    }
    #footer {
    	text-align:center;
        padding:10px;
        margin:0;
    }
    /* --> */
    </style>
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}

	
/* neu */	

.col2 .infoBoxHeading,
.col3 .infoBoxHeading {
	background: url(images/moduleheader.png) repeat-x;
	color: #FFFFFF;
	text-align: left;
	padding: 2px 0 0 5px;
	height: 18px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.col2 .infoBoxHeading h1,
.col3 .infoBoxHeading h1{
	font-weight: bold;
	font-size: 10px;

}
.boxText {  
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 2px 5px 5px 5px;
	overflow: hidden;
	width: 95%;
}
		
.middle {
	width:auto;
	border:0px solid #cacaca;
	text-align:left;
}
.middle input,
.middle a,
.middle img {
	vertical-align:bottom;
}

.center {
	text-align: center;
}

.boxcontainer {
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	overflow:hidden;
	margin: 0 0 5px 0 ;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #FFF96A;
}

CHECKBOX, INPUT, RADIO, SELECT {
	border: 1px;
	padding: 1px 1px 1px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #5F5F6E;

}

TEXTAREA {
  width: 80%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

input,
textarea{
	border: 1px inset #ccc;
}
* html input,
* html textarea{
	border: 1px none;
}
input[type = "image"] {
	border: 1px none ;
}
input:focus,
textarea:focus {
	background: #eee;
	border: 1px inset #FF684F;
}
.both {
	clear:both;

}
.paddingtop{
	padding-top: 2px;
}

.inputwidth input{
	width: 95%;
}

.nobold a,
.nobold{
	font-weight: normal !important; 
}
.cart {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 2px;
	
}

.main {

  line-height: 1.5;
  overflow: hidden;
}


.moduleHeading,
.contentsTopics{
	font-family: Comic Sans MS,Times New Roman,Times,serif;
	font-weight: bold;
	font-size: 15pt;
}
h1.moduleHeading,
h1.contentsTopics{
	display: block;
}


.col1 a:hover {
		/*display:block; Darstellungsfehler (flackern) bei hoover*/
	}
/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/


h1, h2, h3 {font-weight: bold} 
h1 {font-size: 1.5em; } 
h2 {font-size: 1.3em; }
h3 {font-size: 1.1em; }

.boxcontainer h1, 
.main h1,
.mainprlist h1{
	display: inline;
	text-transform: uppercase;
} 

h2.contentsTopics {
	font-size: 1.3em;
}

/*
body {
	background: transparent;
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}


.body2 {
	background: transparent;
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: transparent;
	background-image: url(images/body_back.gif);
}
*/
table td.body_outer {
	padding: 0px;
	border: 0px solid #cccccc;
	width: 465px;

}


#content_outer {
	padding: 2px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 2px;
	float: left;

}

.w3ctd1 {
  background-image : url(images/_header_02.jpg);  
}


.w3ctd2 {
  background-image : url(images/back_02.jpg);  
}

.w3ctd3 {
  background-image : url(images/moduleheader.png);  
}

.w3ctd4 {
  background-image : url(images/_header_04.jpg);  
}

.w3ctd5 {
  background-image : url(images/_header_06.jpg);  
}

.w3ctd6 {
  background-image : url(images/_header_11.jpg);  
}


a.pathway:link {color: #FFFFFF; text-decoration: none; }
a.pathway:visited {color: #FFFFFF; text-decoration: none; }
a.pathway:hover {color: #FFFFFF; text-decoration: underline; }
a.pathway:active {color: #FFFFFF; }
.pathway {color:#FFFFFF;}

.style11 {color: #FFFFFF}
.style12 {color: #000000}
.style13 {color: #FFFFFF; font-size: 11px; font-family: Geneva, Arial, Helvetica, sans-serif;}


#pathway_text {
  overflow: hidden;
	display: block;
	padding-left: 4px;
	border: 0px solid #FFFFFF;
	margin-bottom: 2px;
}

.pathway {
  overflow: hidden;
	padding-left: 4px;
	border: 0px solid #FFFFFF;
	margin-bottom: 2px;
}


#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}





.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBG-info {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align:center;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}


img{
	border:0;
}



A {
  color: #000000;
  text-decoration: none;
}

.main a {
	text-decoration: underline;
}





FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 0px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #fff;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}



TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


TD.infoBoxHeading {
	background: url(images/moduleheader.png) repeat-x;
	color: #FFFFFF;
	width: 165px;
	text-align: left;
	padding-top: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}


TD.infoBoxHeading_right {
	background: url(images/moduleheader.png) repeat-x;
	color: #FFFFFF;
	width: 165px;
	text-align: left;
	padding-top: 0px;
	padding-left: 2px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}


div.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: 0px solid;
  /*background: #E6E6E6; */
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #E6E6E6; */

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  font-size: 10px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {

  line-height: 1.5;
  
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #5F5F6E;
}



SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0px;
  line-height: 0.0;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0px;
  line-height: 0.0;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 line-height: 1.5;
 color: #5F5F6E;


}
.moduleRowOver { 
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.5; 
    color: #FF0000;
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#fff; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 165px;
}


#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #000000;
  padding: 1px;
  float: none !important;
  float: left;
}

#right_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#right_inner {
  border: 1px solid #000000;
  padding: 1px;
  float: none !important;
  float: left;
}

.navRight {
	border-right: 1px solid;
	border-color: #FFFFFF;
	background-image: url(img/bg_left_column.jpg);
	width: 165px;
}



.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
.price {
	font-weight:bold;
	color: #D42F14;
	background: #FFF96A;
	padding: 3px;
}
h1.products_name{
	font-weight:bold;
	color: #D42F14;
	font-size: 150%
}
h1.products_name_info{
	font-weight:bold;
	color: #D42F14;
	font-size: 170%;
	margin: 20px  0 20px 0;
}

#product-listing a h1:hover {
	color: white;
	text-decoration:underline;
}
#product-listing a:hover {
	padding:1px;
}
#product-listing p.right a:hover {
	padding:0px;

}

.product-description {
	border: 1px #ccc solid;
	background: #FFFEDF;
	padding: 2px 10px;

}

.mainprlist {
margin: 0;
}


/* Kategorien Boxen */
.catober {
	font-weight: bold;
}
.catunter .catactiv {
	color: red;
}
