center, isindex, menu, dir,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 101%;
font-family: inherit;
font-variant: inherit;
vertical-align: baseline;}

/* Remember to define focus styles! */
:focus { outline: 0px }

body {
line-height: 1;
color: black;
background: white;}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
border-collapse: separate;
border-spacing: 0;}
caption, th, td {
text-align: left;
font-weight: normal;}

blockquote:before, blockquote:after,
q:before, q:after {content: none}
blockquote, q {quotes: none}

ul, ol, dl {position: relative}

html {overflow-y: scroll}

body {
	background-color: #f1f4f4;
	font: 62.5%/160% Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.6em;
	line-height: 1em;
}
h3 {
	color: #000;
	font-size: 1.4em;
	text-transform: uppercase;
}
h4 {
	margin: 0;
	padding: 0;
}
h2,
h3,
table,
p,
ul,
ol,
dl,
hr {
	margin-bottom: 1.6em;
}
dd {
	margin-bottom: 1.2em;
}
a {
	color: #005954;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none 0;
}
hr {
	background: #8E8E8E;
	border: none;
	clear: both;
	color: #8E8E8E;
	display: block;
	height: 1px;
	width: 100%;
}

/* clearfix
======================================== */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

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

/* Klassen
================================================== */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignright {
	text-align: right;
}
img.arrow {
	margin-left: 6px;
	margin-top: 3px;
}
.clear,
.desc {
	clear: both;
}
div.clear {
	clear: both;
	height: 1%;
}
.error {
	background: #faf5ba;
	border: 2px solid #F00;
	padding: 5px;
}

/* Formulare
================================================== */
form {
	display: block;
	padding: 0;
	margin: 0;
}
form br {
	clear: left;
}
fieldset {
	border: 1px solid #005954;
	margin-bottom: 10px;
	padding: 10px;
}
legend {
	background: #005954;
	border: 1px solid #005954;
	color: #FFF;
	padding: 3px 5px;
}
textarea {
	width: 440px;
}
label {
	float: left;
	margin-bottom: 10px;
	width: 120px;
}
label.longlabel {
	width: 400px;
}
input.submit {
	width: auto;
	margin: 10px 0;
}

/* table 
======================================== */
table {
	border-collapse: collapse;
    border: 1px solid #005954;
    width: 100%;
}
th {
	background: #005954;
    color: #FFF;
    font-weight: bold;
	padding: 4px;
    text-align: left;
}
td {
	padding: 4px;
}

/* container
================================================== */
#container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

	/* header
	================================================== */
	#header {
		background: url(images//header_background.jpg) left top no-repeat;
		position: relative;
		width: 1000px;
		height: 150px;
	}
		#header a {
			color: #000;
		}
		#header img {
		}

		
		/* suche
		================================================== */
		#suche {
			display: block;
			left: 20px;
			position: absolute;
			top: 25px;
			z-index: 2;
		}
		#suche input,
		#suche label {
			margin-bottom: 0;
		}
		
		
		/* mainmenu
		================================================== */		
		#mainmenu {
			position: absolute;
			top: 108px;
			z-index: 3;
		}
		#mainmenu ul {
			background: url(images//menu_background.gif) left top repeat-x;
			height: 29px;
			list-style: none;
			margin: 0;
			margin-left: 8px;
			padding: 0;
			width: 986px;
		}
		#mainmenu ul li {
			background: url(images/navbg.gif) left top repeat-x;
			border-right: 1px solid #FFF;
			display: inline;
			float: left;
			height: 29px;
		}
		#mainmenu ul li a {
			display: block;
			line-height: 29px;
			padding: 0 12px 0 8px;		
		}
		#mainmenu ul li a:link,
		#mainmenu ul li a:visited {
			color: #FFF;
			font-size: 105%;
			font-weight: bold;
			text-decoration: none;
		}
		#mainmenu ul li a:focus,
		#mainmenu ul li a:hover,
		#mainmenu ul li a:active,
		#mainmenu ul li.current a {
			background-position: 0 -29px;
		}
	
	/* main
	================================================== */	
	#main {
		position: relative;
		width: 1000px;
	}

		/* content
		================================================== */	
		#content1 {
			float: left;
		}
		#content1,
		#content3 {
			width: 216px;
			padding-top: 32px;
			position: relative;
		}
		#content3 {
			float: right;
		}
		div#contentall {
			float: left;
			position: relative;
			width: 568px;
		}
		
			/* root
			================================================== */
			#root {
				border-bottom: 1px solid #999;
				margin-bottom: 10px;
				padding-bottom: 10px;
				position: relative;
			}
				#root a {
					color: #019E95;
					text-decoration: none;
				}
				#root a:hover {
					color: #666;
				}
				
			/* content2
			================================================== */
			#content2top {
				border-bottom: 1px solid #eaeaea;
				height: auto;
				margin-bottom: 10px;
				position: relative;
			}
			#content2start,
			#content2end {
				background: url(images//content_start.gif) left top no-repeat;
				height: 19px;
				position: relative;
				width: 568px;
			}
			#content2  {
				background: #C3EBEA url(images//content_background.jpg) left top repeat-y;
				padding: 25px;
				padding-top: 10px;
				width: 518px;
			}
				#content2 h2 {
					background: url(images//arrow_content.gif) no-repeat;
					padding-left: 25px;
				}
				#content2 h3 {
					color: #019E95;
				}
				#content2 ul {
					padding: 0;
					list-style: none;
				}
			#content2end {
				background-image: url(images//content_end.gif);
			}
		
		.boxmiddle {
			background-color: #fff;
			height: auto;
			margin-right: 10px;
			position: relative;
			width: 204px;
			padding: 5px;
			border: 1px solid #019E95;
		}

	/* Boxen
	================================================== */	
	.boxleft,
	.boxright,
	.boxkat,
	.boxend {
		background: url(images//box_content_bg.gif) left top repeat-y;
		position: relative;
		width: 216px;
		color: #FFF;
	}
	.boxkat {
		background: url(images//box_content_bg_kat.gif) left top repeat-y;
		padding-top: 0;
		padding-right: 20px;
		width: 196px;
	}
		.boxkat h3 {
			background: url(images//box_kat_bg.gif) left top no-repeat;
			font-size: 1.2em;
			line-height: 32px;
			margin: 0;
			margin-bottom: 10px;
			padding-left: 20px;
			color: #FFF;
			width: 196px;
		}
		
		/* Kategoriemenu
		================================================== */	
		.boxkat ul {
			list-style-type: disc;
			margin: 0;
			margin-left: 20px;
		}
		.boxkat ul li.current a {
			font-weight: bold;
		}
		.boxkat ul li ul {
			margin-left: 0;
			padding-left: 5px;
		}
		.boxkat ul ul ul {
			margin-left: 0;
			padding-left: 5px;
		}

		.boxend_kat {
			background: url(images//box_content_end_kat.gif) left top no-repeat;
			height: 19px;
			margin-bottom: 20px;
		}

	.boxleft,
	.boxright {
		padding: 20px;
		padding-top: 10px;
		width: 176px;
	}
		.boxend {
			background: url(images//box_content_end.gif) left top no-repeat;
			height: 19px;
			margin-bottom: 20px;
		}
		.boxhead {
			background: url(images//box_content_bg.gif) left top repeat-y;
			height: 32px;
		}
			.boxhead h3 {
				background: url(images//box_kat_bg_green.gif) left top no-repeat;
				color: #fff;
				font-size: 1.2em;
				line-height: 32px;
				padding-left: 20px;
			}
		.boxleft a,
		.boxright a,
		.boxkat a {
			color: #fff;
			text-decoration: none;
		}
		.boxleft a:hover,
		.boxright a:hover,
		.boxkat a:hover {
			text-decoration: underline;
		}
		.boxleft ul,
		.boxright ul,
		.boxkat ul {
			padding-left: 20px;
		}
		
		/* categories
		================================================== */	
		.catteaser {
			background: #00655F;
			border: 1px solid #444;
			float: left;
			margin-right: 7px;
			margin-bottom: 7px;
			padding: 4px;
			text-align: center;
			width: 158px;
		}
		.catteaser img {
			border: 1px solid #FFF;
			display: block;
		}
		.catteaser a:link,
		.catteaser a:visited {
			color: #FFF;
			text-decoration: underline;	
		}
		.catteaser a:focus,
		.catteaser a:hover,
		.catteaser a:active {
			text-decoration: none;	
		}
		.no_margin_right {
			margin-right: 0;
		}
		
		/* cross selling + also purchased
		================================================== */	
		.contentbox {
			background: #FFF;
			border: 1px solid #019E97;
			margin-bottom: 20px;
			padding: 5px;
			position: relative;
			height: 1%;
		}
		.contentboximg {
			float: left;
			margin-right: 10px;
			width: 135px;
		}
		.contentboximg img {
			border: 1px solid #00655F;
			display: block;
		}
		.contentboxtext {
			float: left;
			width: 359px;
		}
		.contentboxtext h4 {
			margin-bottom: 8px;
		}
		
	/* footer
	================================================== */	
	#footer {
		clear: both;
		height: auto;
		margin: 0 auto;
		padding: 3px 0;
		position: relative;
		width: 556px;
	}
	#footer {
		text-align: center;
	}
	
/* ################################################################################################################### */
/* ### productInfo1 ################################################################################################## */
/* ################################################################################################################### */

.productInfo1 {
	color: #444;
}
.productListing1BuyNow {
	margin-bottom: 20px;
}
.containerProdListing {
	margin-bottom: 10px;
}

/* ### Bilder ###*/
.productInfo1 img.imgfloatleft {
	background: #fff;
	padding: 15px;
	border: 1px #9A9999 solid;
}

/* product_listing
================================================== */
.product_listing_product {
	width: 100%;
}
.product_listing_image {
	float: left;
	margin-right: 10px;
}
.product_listing_description {
	float: left;
}

/* ### Produkname ###*/
.productInfo1 h2 {
	background: transparent;
	padding: 0;
	border: 0;
}

.productInfo1 .basicData {
	float: right;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: right;
}

#col3_content .productInfo1 input[type=text]{
	width: 2em;
	float: none;
}

.productInfo1 .basicData p.addCart {
	float: none;
	text-align: right;
}
.productInfo1 .addCart input {
	cursor: pointer;
}

/* ################################################################################################### */
/* ### Bildpositionierung in Boxen ################################################################### */
/* ################################################################################################### */
/* ### Bild links ### */
img.imgRight {
	float: right;
 	margin: 2px 0px 2px 10px;
 	position: relative;
}

/* ### Bild rechts ### */
img.imgfloatleft {
	float: left;
	margin: 2px 10px 2px 0px;
	position: relative;
}

/* module-checkout - checkout_payment */
.module-checkout {
	border: 1px solid #005954;
	margin-bottom: 10px;
	padding: 0 5px;
}
.module-checkout p input {
	width: 200px;
}
