@charset "utf-8";

/* ****************************************** */
/* Orangefluid GbR                            */
/* www.orangefluid.com                        */
/* ****************************************** */


/* ****************************************** */
/* Global settings for Ackermann              */
/* ****************************************** */

/* Global settings */
* {
	margin:0;
	padding:0;
	text-align:left;
}

html, body {
	height: 100.01%;
	min-width: 960px;
}

/* Main body style */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/background_white.gif) 50% 0 repeat-y;
	color: #000000;	
	font-size: 100.01%;	
	text-align: center;
}

	/* Disable background image, IE 1px bug while resizing horizontally browser window 
	(position of background image), IE need only bg image in div sitecontainer */
	*:first-child+html body  {background-image: none;}
	* html body  {background-image: none;}

a:link, a:visited {
	color:#000000;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #e40017;
	text-decoration: none;
	}

/* ******************************************************************** */	
/* Style settings fonts, links, misc                                    */
/* ******************************************************************** */	

p {
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

/* No border for fieldsets */
fieldset {
	border: 0;	
	float: left;
}

div.clear, br.clear {
	clear: both;
}

/* ******************************************************************** */	
/* Graphic headlines                                                    */
/* ******************************************************************** */	

h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-size: 11px;
	overflow: hidden;
}

h1 em, h2 em, h3 em, h4 em, h5 em {
	display: block; 
	background-repeat: no-repeat;
}

h1 {
	height: 30px;
	width: 575px;
	margin-top: 20px;
}

h1.hauptueberschrift {
	height:41px;
	width:575px;
	margin-top:18px;
}
	
h1 em {
	background-position: top right;
	height: 40px;
	margin-right: 17px;		
}

h2 {
	height: 20px;
	width: 135px;
	margin-top: 28px;	
}
	
h2 em {
	height: 25px;
	width: 130px;
	margin-left: 11px;
}

h2.eckenueberschrift {
	width: 135px;
	height: 25px;
	}
	
h2.eckenueberschrift em {
	width: 135px;
	height: 25px;
	margin-left: 4px;
}

h3 {
	width:600px;
	height:35px;
	margin-top:20px;
}

h3 em {
	width:600px;
	height:35px;
}


h4 {
	height: 12px;
	width: 200px;
}
	
h4 em {
	height: 12px;
}

/* ******************************************************************** */	
/* Site container settings                                              */
/* ******************************************************************** */	

/* Site container, page width, centered, fixed width */
div#sitecontainer {
	position: relative;
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	min-height: 100%;
	background: #000000 url(../images/background_white.gif) 0 0 repeat-y;
}
	/* Small IE Hack, min-height for IE */
	* html div#sitecontainer {height: 100%;}


/* Container left side */
div#column_left {
	position: relative;
	float: left;	
	width: 245px;
	padding-bottom: 20px;
	margin: 0px;
	padding: 0px;
}

/* Container right side */
div#column_right {
	position: relative;
	float: left;		
	width: 715px;
	margin: 0px;
	padding: 0px;
}
	*:first-child+html div#column_right  {padding-bottom: 50px;}
	* html div#column_right  {padding-bottom: 50px;}
	

	/* Content container, full width */
	div#contentcontainer {
		position: relative;
		float: left;		
		width: 715px;
	}
	
	div#contentcontainer div.content{
		position: relative;
		float: left;		
		width: 680px;
		padding-left: 20px;
	}
	
	div#contentcontainer div.contentspalten {
		position: relative;
		float: left;
		width: 680px;
		height: auto;
		padding-left: 20px;
		padding-top: 20px;
		background: #ffffff url(../images/contentspaltenback.gif) 0 0 repeat-y;
		min-height: 400px;
		}
	
	div#contentcontainer div.contentspalten div.contentleft {
		position: relative;
		float: left;
		width: 450px;
		padding-right: 10px;
		}
		
	div#contentcontainer div.contentspalten div.contentright {
		position: relative;
		float: left;
		width: 190px;
		margin: 0px;
		padding: 0px;
		}
		
		div#contentcontainer div.contentspalten div.contentleft p, div#contentcontainer div.contentspalten div.contentright p ,
		div#contentcontainer div.contentspalten div.contentleft li, div#contentcontainer div.contentspalten div.contentright li {
			line-height: 18px;
		}
	
	div#contentcontainer div.content ul, div#contentcontainer div.contentleft ul, div#contentcontainer div.contentright ul {
		padding-left:2em;
		margin-top:1em;
		margin-bottom:1em;
		}
		
	div#contentcontainer div.content ul li, div#contentcontainer div.contentleft ul li, div#contentcontainer div.contentright ul li {
		font-size: 11px;
		color: #000000;
		list-style: disc;
		}

	/* Sidebar container, product infos */
	div#sidebarcontainer {
		position: relative;
		float: left;	
		width: 140px;
	}
		/* Duplicate character bug */
		* html div#sidebarcontainer {margin-right: -3px;}

/* Container footer */
div#footer {
	position: relative;
	clear: both;
	width: 960px;
	min-width: 960px;
	height: 115px;
	margin: -115px auto 0 auto;	
	text-align: center; /* IE 5.5 */
}

	div#footercontent {
		width: 960px;
		clear: both;
		height: 103px;
	}

	div#footercontent img {
		position: relative;
		float: left;
		margin-left: 50px;
	}
	
	div#footercontent p {
		position: relative;
		float: left;
		margin-left: 100px;
		padding-top: 85px;
		color: #333333;
	}
	
	div#footercontent a:link, div#footercontent a:visited {color: #333333; text-decoration: underline;}
	div#footercontent a:active, div#footercontent a:hover {color: #000000; text-decoration: none;}


/* ------------------------------------------ */
/* Left column                                */
/* ------------------------------------------ */

/* Ackermann Logo container */
div#logo {
	width: 245px;
	height: 125px;
	margin-top: 60px;
}
	div#logo img {display: block;}
	

/* Navi container categorys */
div#navicontainer {
	position: relative;
	clear: both;
	padding-top: 35px;
}	
	
	
/* Mini basket container */	
div#minibasketcontainer {
	position: relative;
	clear: both;
	padding-top: 35px;
}			
	
	/* Mini basket */
	div#minibasket {
		position: relative;
		clear: both;
		width: 217px;
		height: 24px;
		margin-top: 10px;
		background-color:#4f4f4f;
		border-bottom: 1px solid #ffffff;	
		border-top: 1px solid #ffffff;	
	}		

	div#minibasket p {
		color: #ffffff; 
		margin-top: 5px;
	}
		*:first-child+html div#minibasket p {margin-top: 4px;}
		* html div#minibasket p {margin-top: 3px; ma\rgin-top: 4px;}
	
	div#minibasket p.left {float: left; margin-left: 3px;}
	div#minibasket p.right {float: right;margin-right: 3px;}

	
	/* Basket navi container */
	div.basketnavi {
		margin-top: 10px;
	}

/* Search box container */
div#searchcontainer {
	position: relative;
	clear: both;
	width: 217px;
}	
	
/* Navi container categorys */
div#subnavicontainer {
	position: relative;
	clear: both;
	padding-top: 35px;	
	z-index: 100;
}

	/* Gap for footer, IE */	
	*:first-child+html div#subnavicontainer {padding-top:0;margin-top: 35px;}
	* html div#subnavicontainer {padding-top:0; margin-top: 35px;}

	/* Top line before subnavi */
	div#subnaviline {
		position: relative;
		float: left;
		width: 217px;
		height: 1px;
		background-color: #ffffff;
		font-size: 0px;
		line-height: 1px;
		margin-top: 10px;
	}	

div#ackermannlogo {
	position: relative;
	clear: both;
	padding-top: 30px;
}

div#ackermannlogo img {
	margin-left:50px;
}


/* ------------------------------------------ */
/* Right column                               */
/* ------------------------------------------ */

/* Top row with content headline container */
div#headline {
	position: relative;
	float: left;	
	width: 575px;
	height: 60px;
	background-color: #000000;
}

/* Category headline top right */
div#category {
	position: relative;
	float: left;
	width: 140px;
	height: 60px;
	background-color: #e40017;
}



	/* DETAIL VIEW */

/* Navigation row "Stöbern" */
div.navigate {
	position: relative;
	clear: both;
	height: 20px;
	width: 542px;
	margin-left: 16px;
	margin-top: 7px;
	margin-bottom: 3px;
	border-bottom: 1px solid #999999;
	z-index: 20;
}

	/* IE adjusting */
	*:first-child+html div.navigate {margin-top: 11px;height: 16px;}
	* html div.navigate {margin-top: 11px; height: 16px;}

	/* Adjusted position for p */
	div.navigate p {
		margin-top: 4px;
		color: #666666;
	}
	
		*:first-child+html div.navigate p {margin-top: -1px;}
		* html div.navigate p {margin-top: -1px;}
	
/* Position up arrow */
div.navigate img {
	border: 0;
	margin-right: 5px;
	margin-bottom: 1px;
}

/* Four containers navi text */	
div.navigate_column1 {float: left; width: 100px;}	
div.navigate_column2 {float: left; width: 230px;}
div.navigate_column3 {float: left; width: 150px;}
div.navigate_column4 {float: right; width: 60px; text-align: right;}
	
	/* Link styles navi text */
	div.navigate a:link, div.navigate a:visited {font-size: 11px; color: #333333; text-decoration: none;}
	div.navigate a:active, div.navigate a:hover {font-size: 11px; color: #000000; text-decoration: underline;}


/* Same navi at bottom */
div.navigatebottom {
	top: 15px;
	border-top: 1px solid #999999;
	border-bottom: 0;
}

	/* IE adjusting */
	*:first-child+html div.navigatebottom {padding-top: 3px;}
	* html div.navigatebottom {padding-top: 3px;}

/* Full size calendar container, float left for NS Background */
div#calendarcontainer {
	position: relative;
	float:left;
	width: 575px;
	background-color: #ffffff;
}

	/* Special content container for the calendar sheets */
	div#calendarsheets {
		position: relative;
		float: left;
		width: 563px;
		padding-top: 8px;
		padding-left: 12px;
	}
		* html div#calendarsheets {width: 575px; w\idth: 563px;}





	/* LIST VIEW */

/* Navigation row show cal format */
div.navigate_list {
	position: relative;
	clear: both;
	height: 20px;
	width: 683px;
	margin-left: 16px;
	margin-top: 7px;
	margin-bottom: 3px;
	border-bottom: 1px solid #999999;
	z-index: 20;
}

	/* IE adjusting */
	*:first-child+html div.navigate_list {margin-top: 11px;height: 16px;}
	* html div.navigate_list {margin-top: 11px; height: 16px;}

	/* Adjusted position for p */
	div.navigate_list p {
		margin-top: 4px;
		color: #666666;
	}
	
		*:first-child+html div.navigate_list p {margin-top: -1px;}
		* html div.navigate_list p {margin-top: -1px;}
	

/* Four containers navi text */	
div.navigatelist_column1 {float: left; width: 110px;}	
div.navigatelist_column2 {float: left; width: 572px;}
	
	/* Link styles navi text */
	div.navigate_list a:link, div.navigate_list a:visited {padding-left: 20px; font-size: 11px; color: #666666; text-decoration: none;}
	div.navigate_list a:active, div.navigate_list a:hover {font-size: 11px; color: #000000; text-decoration: underline;}
	
	div.navigate_list a.active:link, div.navigate_list a.active:visited {color: #000000;}


/* Full size list container, float left for NS Background */
div#calendarcontainer_list {
	position: relative;
	float:left;
	width: 715px;
	background-color: #ffffff;
	overflow: hidden;
}

	/* Special content container for the calendar sheets */
	div#calendarsheets_list {
		position: relative;
		float: left;
		width: 715px;
		padding-top: 8px;
		padding-left: 16px;
	}



/* ------------------------------------------ */
/* Sidebar                                    */
/* ------------------------------------------ */


/* Info container */
div#infocontainer {
	position: relative;
	float: left;
	width: 125px;
	margin-top: 11px;
}	

	div#infocontainer p {
		font-size: 10px;
		line-height: 12px;




		margin-left: 11px;
		color: #000000;
	}

	/* Small line between texts */
	div#infocontainer div.shortline {
		position: relative;
		width: 50px;
		height: 1px;
		margin: 9px 0 9px 0;
		background-color: #008381;
		font-size: 0px;
		line-height: 1px
	}

/* Mixme Addon container */
div#mixme {
	position: relative;
	float: left;
	width: 125px;
	margin-top: 11px;
}

/* Info photographer */
div#infoauthor {
	position: relative;
	float: left;
	width: 125px;
	margin-top: 20px;
}	

	div#infoauthor p {
		font-size: 11px;
		line-height: 12px;
		margin-left: 11px;
		color: #000000;
	}
	

/* Size info box */
div#sizecontainer {
	position: relative;
	float: left;
	width: 140px;
	height: 26px;
	margin-top: 30px;
	background-color: #008381;
}
	
	/* PNG Text as background graphic */
	div#size, div#size_m, div#size_l, div#size_xl, div#size_xxl {
		width: 40px;
		height: 11px;
		margin-top: 7px;
		margin-left: 11px;
	}
	
	div#size_s {background: url(../images/size_s.png) no-repeat;}	
	div#size_m {background: url(../images/size_m.png) no-repeat;}	
	div#size_l {background: url(../images/size_l.png) no-repeat;}	
	div#size_xl {background: url(../images/size_xl.png) no-repeat;}	
	div#size_xxl {background: url(../images/size_xxl.png) no-repeat;}	
	
	
		/* See ie.css for special style for IE */


/* Product infos container */
div#productinfos {
	position: relative;
	float: left;
	width: 140px;
	margin-top: 12px;
}	

/* Pictograms container */
div#individualize {
	position: relative;
	clear: both;
	margin-left: 11px;
	margin-bottom: 15px;
	width: 100px;
}	
	
	div#productinfos p.individualize {
		margin-left: 11px;
		margin-bottom: 3px;
	}	

	div#individualize img {
		float: left;
		display: block;

		margin-right: 3px;
		margin-bottom: 5px;
	}		

/* Order infos container */
div#orderinfos {
	position: relative;
	clear: both;
	width: 140px;
	z-index: 20;
}	

	


/*
	End of layout containers
	Start CSS for navigations
*/




/* ****************************************** */
/* Category Navigation                        */
/* ****************************************** */	
	
/* Category Navi */
#catnavi {
	display: block; 
	margin-top: 12px;
}

/* Font size for text links */
#catnavi ul {
	font-size: 8px;
	list-style-type: none;
}
	*:first-child+html #catnavi ul {text-indent: -5000em;}

/* List elements */
#catnavi li {
	display: block;
	height: 23px;
	width: 217px;
	background-position: 0 -23px;
	background-repeat: no-repeat;
	float: left;
}

/* Link elements */
#catnavi a {
	display: block;
	height: 0;
	padding-top: 23px;
	background-repeat: no-repeat;
	overflow: hidden;
	outline:0;
}
	* html #catnavi a:link {height: 23px; he\ight: 0;}
	* html #catnavi a:visited {height: 23px; he\ight: 0;}

/* List and Link element images */
#catnavi li.nav1, #catnavi a.nava1 {background-image: url(../images/catnav_kunst.gif);}
#catnavi li.nav2, #catnavi a.nava2 {background-image: url(../images/catnav_landschaft.gif);}
#catnavi li.nav3, #catnavi a.nava3 {background-image: url(../images/catnav_staedte.gif);}
#catnavi li.nav4, #catnavi a.nava4 {background-image: url(../images/catnav_architektur.gif);}
#catnavi li.nav5, #catnavi a.nava5 {background-image: url(../images/catnav_blumen.gif);}
#catnavi li.nav6, #catnavi a.nava6 {background-image: url(../images/catnav_tiere.gif);}
#catnavi li.nav7, #catnavi a.nava7 {background-image: url(../images/catnav_inspiration.gif);}
#catnavi li.nav8, #catnavi a.nava8 {background-image: url(../images/catnav_fotokunst.gif);}
#catnavi li.nav9, #catnavi a.nava9 {background-image: url(../images/catnav_lifestyle.gif);}
#catnavi li.nav10, #catnavi a.nava10 {background-image: url(../images/catnav_mixme.gif);}
#catnavi li.nav11, #catnavi a.nava11 {background-image: url(../images/catnav_art12.gif);}
#catnavi li.nav12, #catnavi a.nava12 {background-image: url(../images/catnav_creative.gif);}
#catnavi li.nav13, #catnavi a.nava13 {background-image: url(../images/catnav_mailme.gif);}

/* Initiate mouseover */
#catnavi a:hover {
	background-image: none;
}
	
/* Last line after navi */
div#naviline {
	position: relative;
	float: left;
	width: 217px;
	height: 1px;
	background-color: #ffffff;
	font-size: 0px;
	line-height: 1px
}



/* ******************************************************************** */
/* Basket Navigation                                                    */
/* ******************************************************************** */	

	
/* Navi container */
div.basketnavi {
	display: block; 
	float: left;
}

/* Font size for text links */
div.basketnavi ul {
	font-size: 8px;
	list-style-type: none;
}
	*:first-child+html div.basketnavi ul {text-indent: -5000em;}

/* List elements */
div.basketnavi li {
	display: block;
	height: 16px;
	width: 217px;
	background-position: 0 -16px;
	background-repeat: no-repeat;
	float: left;
}

/* Link elements */
div.basketnavi a {
	display: block;
	height: 0;
	padding-top: 16px;
	background-repeat: no-repeat;
	overflow: hidden;
	outline:0;
}
	* html div.basketnavi a:link {height: 16px; he\ight: 0;}
	* html div.basketnavi a:visited {height: 16px; he\ight: 0;}

/* List and Link element images */
div.basketnavi li.nav1, div.basketnavi a.nava1 {background-image: url(../images/nav_warenkorb.gif);}
div.basketnavi li.nav2, div.basketnavi a.nava2 {background-image: url(../images/nav_zurkasse.gif);margin-bottom: 0;}

/* Initiate mouseover */
div.basketnavi a:hover {
	background-image: none;

}



/* ******************************************************************** */
/* Sub Navigation                                                       */
/* ******************************************************************** */	
	
/* Subnavi container */
div#subnavi {
	float: left;
	display: block; 
	padding-top: 10px;
	border: 0px;
}

div#subnavi img {
	border: 0;
}

/* Font size for text links */
div#subnavi ul {
	font-size: 8px;
	list-style-type: none;
}
	/* *:first-child+html div#subnavi ul {text-indent: -5000em;} */

/* List elements */
div#subnavi li {
	display: block;
	height: 16px;
	width: 217px;
	float: left;
	border:0px;
}

/* List element with gap */
div#subnavi li.gap {
	margin-top: 15px;
}

div#subnavi ul li a {
	border: 0;
	color:#000000;
}
		
		
		
		
/*
	End of CSS for navigations
	Start CSS for specific elements
*/



	
/* ****************************************** */
/* Search field                               */
/* ****************************************** */		
		
/* Position of fieldset */
div#searchcontainer fieldset {
	padding: 10px 0 0 0;
}
		
/* Style form fields */
div#searchcontainer input {
	position: relative;
	float: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a1a1a1;
	width: 183px;
	height: 16px;
	padding: 1px 0 0 6px;	
	border-top: 1px solid #575757;
	border-bottom: 1px solid #575757;
	border-right: 1px solid #575757;
	border-left: 0;
	background-color: #000000;
}
	
	/* IE 6 */
	* html div#searchcontainer input {height: 19px; he\ight: 16px}
	
	/* IE 5.5 */
	* html div#searchcontainer input {width: 189px; w\idth: 183px;}	
	
	/* Opera */
	html:first-child>b\ody div#searchcontainer input {padding-top:0; height: 17px;}

		
	/* Change background on focus */
	div#searchcontainer input:focus, div#searchcontainer textarea:focus {
		color: #ffffff;
	}
		
	/* Image search button */
	div#searchcontainer input.buttonsearch {
		position: relative;
		float: left;
		width: 27px;
		height: 19px;
		border: 0;
		padding: 0;
		background-color: #ffffff;
	}
		/* IE 5.5 */
		* html div#searchcontainer input.buttonsearch {margin-left: -3px; marg\in-left:0;margin-right: -3px; marg\in-right:0;}
		
		/* Opera */
		html:first-child>b\ody div#searchcontainer input.buttonsearch {padding-top: 0px; height: 19px;}
	


/* ****************************************** */
/* Content calendar display                   */
/* ****************************************** */

/* Text position and style */
div#calendarsheets p {
	color: #333333;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 16px;
}

/* Main element container */
div#calendarsheets dl.title {
	position: relative;
	float: left;
	display: inline;	
	margin-right: 12px;
	margin-bottom: 12px;
	width: 268px;
	background-image: url(../images/shadowtop_268.gif);
}

/* Standard image */
div#calendarsheets dl {
	position: relative;
	float: left;
	display: inline;	
	margin-right: 12px;
	margin-bottom: 14px;
	width: 128px;
	background-image: url(../images/shadowtop_128.gif);
}

/* Standard image, padding for shadows */
div#calendarsheets dt {
	padding-left: 4px;
	padding-top: 4px;
}

	div#calendarsheets dt img {
		border:0;
	}

/* Shadow bottom */
div#calendarsheets dd {
	width: 128px;
	height: 7px;
	background-image: url(../images/shadowbottom_128.gif);
	margin-top: -6px;
	font-size: 0px;
	line-height: 1px
}
	* html div#calendarsheets dd {margin-top: -3px;}
	*:first-child+html div#calendarsheets dd {margin-top: -3px;}

/* Shadow bottom title */
div#calendarsheets dl.title dd {
	width: 268px;
	height: 7px;
	background-image: url(../images/shadowbottom_268.gif);
	margin-top: -6px;
	font-size: 0px;
	line-height: 1px
}
	* html div#calendarsheets dl.title dd {margin-top: -3px;}
	*:first-child+html div#calendarsheets dl.title dd {margin-top: -3px;}




	


/* ****************************************** */
/* Content calendar display  - list view      */
/* ****************************************** */

/* Main element container */
div#calendarsheets_list dl {
	position: relative;
	float: left;
	display: inline;	
	margin-right: 21px;
	margin-bottom: 30px;
	width: 155px;
}
	/* Special for IE5 */
	* html div#calendarsheets_list dl {margin-right: 19px; mar\gin-right: 21px;}

/* List image */
div#calendarsheets_list dt {
	border-bottom: 1px solid #999999;
	height: 180px;
	text-align: center;
}

	div#calendarsheets_list dt img {
		border:0;
	}

/* List title */
div#calendarsheets_list dd {
	width: 155px;
	height: 19px;
	border-bottom: 1px solid #999999;
}

	/* Font styles */
	div#calendarsheets_list dd p {
		font-size: 10px;
		font-weight: bold;
		text-align: center;	
		margin: 0;
		padding-top: 2px;
		color: #333333;
	}
	
		/* Calendar format display */
		div#calendarsheets_list dd div.size_list {
			position: relative;
			width: 90px;
			float: left;
		}
			
			/* Calendar format font style */
			div#calendarsheets_list dd div.size_list p {
				text-align: left;
				font-weight: normal;
			}
			
		/* Calendar price display */
		div#calendarsheets_list dd div.price_list {
			position: relative;
			width: 47px;
			float: left;
		}			

			/* Calendar price font style */
			div#calendarsheets_list dd div.price_list p {
				text-align: right;
				font-weight: bold;
				padding-right: 5px;
			}

		/* Calendar link button display */
		div#calendarsheets_list dd div.link_list {
			position: relative;
			width: 18px;
			float: left;
		}	
		
			div#calendarsheets_list dd div.link_list img {
				border: 0;
			}			




/* ****************************************** */
/* Product infos                              */
/* ****************************************** */

/* All text elements */
div#productinfos p {
	color: #000000;
	margin-left: 11px;
	margin-bottom: 16px;
}

/* Special size for size display */
div#productinfos p.size {
	font-size: 12px;
	font-weight: bold;

}

/* Small circle between text */
div#productinfos span.small {
	font-size: 6px;
	vertical-align: 2px;
}


/* ****************************************** */
/* Order infos                                */
/* ****************************************** */

/* Price box */
div#price {
	position: relative;
	float: left;
	width: 140px;
	height: 26px;
	background-color: #008381;
	margin-top: 20px;
}

	/* Style of the text */
	div#price p {
		font-size: 12px;
		font-weight: bold;
		margin-left: 11px;
		padding-top: 5px;
		color: #ffffff;
	}

/* Order box */
div#orderbox {
	position: relative;
	float: left;
	width: 140px;
	height: 130px;
	background-color: #a2c6c6;
}

	/* Style of the text */
	div#orderbox p {
		font-size: 9px;
		color: #2e6161;
		margin-top: 3px;
		margin-left: 11px;
		line-height: 12px;
	}

/* Label for mini form amount */
div#orderbox label {
	position: relative;
	float: left;
	width: 40px;
	margin-left: 11px;

	margin-top: 20px;
	font-size: 11px;
	color: #2e6161;
}

/* Style of the input box */
div#orderbox input {
	position: relative;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 18px 0 14px 10px;
	width: 40px;
	height: 15px;
	padding: 1px 0 0 3px;	
	border: 1px solid #000000;
	background-color: #ffffff;
}
	* html div#orderbox input {height: 17px; he\ight: 15px}

		

/* Order button with background color */
div#orderbutton {
	position: relative;
	clear: both;
	width: 140px;
	height: 26px;
	background-color: #008381;	
}

input#orderbutton {
	position: relative;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 10 0 0 0;
	width: 81px;
	height: 26px;
	padding: 0px;
	border: none;
	background: url(../images/orderbutton.png) no-repeat;
	text-indent: -200px;
}

/* PNG Text as background graphic */
div#orderbuttonbg {
	width: 140px;
	height: 26px;
	background: url(../images/orderbutton.png) no-repeat;	
}
	/* See ie.css for special style for IE */


div#orderbutton input.order {
	position: relative;
	float:left;
	display: block;
	width: 140px;	
	height: 26px;
}

	/* IE 5.5 */
	* html div#orderbutton input.order {margin-left: -3px; marg\in-left:0;margin-right: -3px; marg\in-right:0;}

/* Order box Line */
div#orderbox_line {
	position: relative;
	float: left;
	width: 120px;
	height: auto;
	margin-top: 5px;
	margin-left: 11px;
	margin-bottom: 5px;
	font-size: 9px;
}


/* Category name top right */
h2 em#categoryname {background-image: url(../images/hlcorner_ackermann.png);}



/* News Konfiguration */
div.news-list-container div.news-latest {
	position: relative;
	float: left;
	clear: both;
	width: 172px;
	height: auto;
	margin-left: 18px;
	border-bottom: 1px #cccccc solid;
}

	div.news-latest h3.news {
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-size: 11px;
		width: 172px;
		height: auto;
		margin-bottom: 20px;
	}
	
	div.news-latest span.news-latest-subheader {
		position: relative;
		float: left;
		width: 172px;
		margin-bottom: 20px;
		}
	
	div.news-latest span.news-latest-date {
		font-size: 11px;
		font-weight: normal;
		}
		
	div.news-latest div.news-last-morelink {
		font-size: 11px;
		font-weight: normal;
		margin-bottom: 20px;
		}
		
div.news-single-item {
	position: relative;
	float: left;
	width: 680px;
	}
	
	div.news-single-item h2.news {
		padding: 0px;
		font-size: 14px;
		font-weight: bold;
		margin-bottom:10px;
		margin-top:0px;
		width: auto;
		}
		
	div.news-single-item h3 {
		padding: 0px;
		font-size: 11px;
		font-weight: bold;
		margin-bottom:10px;
		margin-top:0px;
		padding:0px;
		}
	
	div.news-single-item span.news-single-timedata {
		font-size: 11px;
		font-weight: normal;
		}
		
	div.news-single-item div.news-single-backlink {
		position: relative;
		float: left; 
		clear: both;
		margin-top: 20px;
		font-weight: normal;
		font-size: 11px;
		}
		
/* ****************************************** */
/* Basket		                              */
/* ****************************************** */

div.com-basket-container, div.com-chkout-listing {
	position: relative;
	float: left;
	width: 675px;
}

div.com-basket-container p, div.com-basket-container table, div.com-basket-container td, div.com-chkout-listing p, div.com-chkout-listing table, div.com-chkout-listing td, div.tx-commerce-pi3 table, div.tx-commerce-pi3 td, div.tx-commerce-pi3 {
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	}
	
/* ****************************************** */
/* Checkout Process                           */
/* ****************************************** */

tx-commerce-pi3, div.com-chkout-address {
	font-size: 11px;
	width: 100%;
	}

div.com-chkout-steps {
	position: relative;
	float: left;
	width: 675px;
	clear: both;
	}
	
	div.com-chkout-steps div.com-chkout-step-actual, div.com-chkout-steps div.com-chkout-step-inactive, div.com-chkout-steps div.com-chkout-step-active {
		position: relative;
		float: left;
		width: 675px;
		height: 20px;
		line-height: 20px;
		padding-left: 5px;
		font-size: 11px;
		margin-bottom: 2px;
		}
		
	div.com-chkout-steps div.com-chkout-step-active {
		background: #999999;
		color: #000000;
		font-weight: bold;
	}
	
		div.com-chkout-steps div.com-chkout-step-active a {
			color: #000000;
			text-decoration: none;
		}
		
		div.com-chkout-steps div.com-chkout-step-active a:hover {
			color: #ffffff;
		}
		
	div.com-chkout-steps div.com-chkout-step-actual {
		background: #E40017;
		color: #ffffff;
		font-weight: bold;
	}
	
	div.com-chkout-steps div.com-chkout-step-inactive {
		background: #ffffff;
		color: #999999;
	}
	
div.com-chkout-address {
	position: relative;
	float: left;
	clear: both;
	}
	
	div.com-chkout-address dl dt {
		position: relative;
		float: left;
		width: 600px;
		font-size: 11px;
		color: #000000;
		clear: both;
		}
		
		div.com-chkout-address dl dt.com-chkout-address-label {
			color: #ff0000;
			}
			
		div.com-chkout-address dl dt.com-chkout-address-label label {
			color: #000000;
			} 
		
	div.com-chkout-address dl dd {
		position: relative;
		float: left;
		width: 600px;
		font-size: 11px;
		clear: both;
		margin-bottom: 5px;
		}
		
	div.com-chkout-address dl dd input, div.com-chkout-address dl dd select {
		position: relative;
		float: left;
		width: 400px;
		font-size: 11px;
		padding: 2px;
		}
		
	div.com-chkout-address-fields dt.com-chkout-address-radiolabel {
		position: relative;
		float: left;
		width: 400px;
		}
		
	div.com-chkout-address dl dd.com-chkout-address-radio {
		position: relative;
		float: left;
		width: 50px;
		clear: left;
		}
		
		div.com-chkout-address dd.com-chkout-address-radio input {
			position: relative;
			float: left;
			width: 40px;
			margin: 0px;
			}
	
	div.com-chkout-address dl dt.com-chkout-address-radiolabel {
		position: relative;
		float: right;
		width: 620px;
		clear: none;
		}
		
	p.com-chkout-address-fields-submit, p.com-chkout-address-fields-disclaimer {
		position: relative;
		float: left;
		clear: both;
		margin-top: 20px;
		}
		
div.com-chkout-listing-billing-address div.label, div.com-chkout-listing-billing-address div.value,
div.com-chkout-listing-delivery-address div.label, div.com-chkout-listing-delivery-address div.value  {
	position: relative;
	float: left;
	line-height: 18px;
	font-size: 11px;
	heigth: 18px;
	margin-bottom: 4px;
	}
	
	div.com-chkout-listing-billing-address div.label, div.com-chkout-listing-delivery-address div.label {
		position: relative;
		float: left;
		width: 200px;
		font-weight: bold;
		}
		
	div.com-chkout-listing-billing-address div.value, div.com-chkout-listing-delivery-address div.value {
		position: relative;
		float: left;
		width: 200px;
		clear: right;
		}
		
p.com-chkout-listing-disclaimer, p.com-chkout-listing-terms, p.com-chkout-listing-comment, p.com-chkout-listing-submit, p.agb-download {
	position: relative;
	float: left;
	margin-top: 10px;
	clear: both;
	width: 100%;
	}
	
	p.com-chkout-listing-terms {
		font-weight: bold;
		margin-bottom: 10px;
		}
		
	p.com-chkout-listing-terms span.error {
		color: #ff0000;
		}
		
	p.com-chkout-listing-comment textarea {
		position: relative;
		float: left;
		clear: both;
		}
		
div.agb {
	border: solid 1px #000000; 
	background: #EFEFEF; 
	color : #000000; 
	padding : 4px; 
	width : 670px; 
	height : 150px; 
	overflow : auto;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
div.com-chkout-address-fields ol li, div.com-chkout-address-fields ol a {
	font-size: 11px;
	margin-left: 10px;
	list-style: none;
	}
	
	div.com-chkout-address-fields ol a {
		margin-bottom: 10px;
		}
	
	div.com-chkout-address-fields ol li a {
		margin: 0px;
		}
		
div.addresschoice {
	position: relative;
	float: left;
	clear: both;
	width: 675px;
	}
	
	div.addresschoice div.com-chkout-address-radio, div.addresschoice div.com-chkout-address-radiolabel {
		position: relative;
		float: left;
		margin-top: 10px;
		}
		
		div.addresschoice div.com-chkout-address-radio {
			width: 40px;
			}
			
		div.addresschoice div.com-chkout-address-radiolabel {
			width: 400px;
			clear: right;
			}
		
div.com-chkout-address-fields div.addressline {
	position: relative;
	float: left;
	clear: both;
	}
		
div.com-chkout-address-fields dt, div.com-chkout-address-fields dd {
	position: relative;
	float: left;
	margin-bottom: 10px;
}

div.com-chkout-address-fields dt {
	width: 300px;
	color: #ff0000;
	}
	
	div.com-chkout-address-fields dt label {
		position: relative;
		float: left;
		color: #000000;
		width: 300px;
	}
	
div.com-chkout-address-fields dd {
	width: 350px;
	}
	
	div.com-chkout-address-fields dd input, div.com-chkout-address-fields dd select {
		width: 300px;
		}
		
p.com-chkout-address-desc {
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 10px;
	}
	
p.com-chkout-address-fields-submit input {
	width: 100px;
	text-align: center;
	}
		
/* ****************************************** */
/* FE Login			                          */
/* ****************************************** */

div.tx-felogin-pi1 {
	position: relative;
	float: left;
	clear: none;
	font-size: 11px;
	background: #efefef;
	border: 1px solid #999999;
	width: 310px;
	padding: 10px;
	margin-bottom: 10px;
	}
	
div.neukunde, p.neukunde {
	position: relative;
	float: left;
	font-size: 11px;
	background: #efefef;
	border: 1px solid #999999;
	width: 310px;
	padding: 10px;
	margin-left: 10px;
}
	
	div.tx-felogin-pi1 fieldset {
		position: relative;
		float: left;
		clear: both;
		margin-top: 10px;
		margin-bottom: 10px;
		}
		
	div.tx-felogin-pi1 fieldset div {
		position: relative;
		float: left;
		clear: both;
		margin-bottom: 10px;
		}
		
	div.tx-felogin-pi1 p {
		position: relative;
		float: left;
		clear: both;
		}
		
div.nostock {
position: relative;
float: left;
width: 120px;
clear: both;
font-size: 12px;
color: #000000;
padding-left: 10px;
padding-top: 10px;
}

/* ****************************************** */
/* Bestellformular		                      */
/* ****************************************** */

div.tx-thmailformplus-pi1 fieldset p {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	clear: both;
}


div.tx-thmailformplus-pi1 fieldset label {
	position: relative;
	float: left;
	width: 150px;
}

div.tx-thmailformplus-pi1 fieldset input {
	position: relative;
	float: left;
	width: 300px;
}

	div.tx-thmailformplus-pi1 fieldset input.button { text-align: center; }
	
div.tx-thmailformplus-pi1 fieldset ul li { list-style: none; }