/*------------------------------------------------------------------
[Table of contents] 

1.   Body
2.   Header / #header
2.1. Satelite Navigation /#satnav
3.   Navigation
3.1. Theme Naviagtion / #themeNav
3.2. Shop Navigation Level One /#shopNavLevOne
3.3. Shop Navigation Level Two /#shopNavLevTwo
4.0. Content Wrapper / #contentWrapper
4.1. Sidebar Wrapper/ #sidebarWrapper
4.2. Content / #content
5.   Teaser Sidebar Below the Shop Menu  /#teaserSidebar 
6.   Search / #search
7.   Footer / #footer
-------------------------------------------------------------------*/

/*-----------------------------------------------------------------
 [A. Global]
 -----------------------------------------------------------------*/
*{
	background-image:none;
}
/*position of the heading */
div.heading{
	position:absolute;
	float:left;
	top:0px;
	left:0px;	
}
/*the picture is over the headeing*/
div.heading img{
display:none;}
div.heading h1,div.heading h2{
	font-family:georgia;
	color:#585858;
	font-weight:300;
}
div.heading h1{
	font-size:12pt;
}
div.heading h2{
	font-size:10pt;
}
/*-----------------------------------------------------------------
 [1. Body]
 -----------------------------------------------------------------*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
div#pageWrapper{
	position:relative;
	float:left;
	width:100%;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
div#mainframe {
	position:relative;
	margin-left:0px; 
	width:100%;
 	font-size:10pt;
}
/*-----------------------------------------------------------------
 [2. Header]
 -----------------------------------------------------------------*/
div#header{
	position:relative;
	float:left;
	height: 140px;
	width:100%;
}
/*Position of the logo*/
div#header div#logo{
	position:absolute;
	float:left;
	top:24px;
	left:20px;
}
div#header div#logo img{
	border:0pt;
}
div#header div#logo img.screen{
	display:none;
}
div#header div#logo img.print{
	display:inline;
}
/*position of the H1 heading */
div#header div.heading{
	position:absolute;
	float:left;
	top:56px;
	left:110px;	
}
/*the picture is over the H1 heading*/
div#header div.heading img{
	position:absolute;
	float:left;
	top:0px;
}
div#productConA,div#productConB,div#productConC{
	display:none;
}
/*-----------------------------------------------------------------
 [2.1. Satelite Navigation]
 -----------------------------------------------------------------*/
div#header div#satnav,div#euroLabel{
display:none;
}
/*-----------------------------------------------------------------
 [3.0. Naviagtion Wrapper]
 -----------------------------------------------------------------*/
div#navWrapper{
display:none;

}
/*-----------------------------------------------------------------
 [3.1. Theme Naviagtion]
 -----------------------------------------------------------------*/
div#themeNav{
display:none;
}
/*-----------------------------------------------------------------
 [3.2. Search] #quickSearch
 -----------------------------------------------------------------*/
div#quickSearch{
display:none;
}
div#shoppingCard{
display:none;
}
/*-----------------------------------------------------------------
 [3.2.1 Shopping Card Info]
 -----------------------------------------------------------------*/
div#cardInfo{
display:none;
}
/*-----------------------------------------------------------------
 [4.0. Content Wrapper]
 -----------------------------------------------------------------*/
div#contentWrapper{
	position:relative;
	float:left;
	width:100%;
}
/*-----------------------------------------------------------------
 [4.1. Sidebar Wrapper]
 -----------------------------------------------------------------*/
div#sidebarWrapper{
display:none;
}
/*-----------------------------------------------------------------
 [4.2. Content]
 -----------------------------------------------------------------*/
div#content{
	position:relative;
	float:right;
	width:100%;
	border:1px solid #DBD9D9;
}
div#content ul,div#list li{
	position:relative;
	float:left;
}

div#contentBottom{
	display:none;
}
div#priceInfo{
	position:relative;
	float:right;
	width:100%;
	height:30pt;
	color:#585850;
	text-align:right;
}

/*-----------------------------------------------------------------
 [5. Teaser Sidebar below the Shop Menu ]
 -----------------------------------------------------------------*/
div#crossSelling{
	display:none;
}
div.printSite,div.printSiteB{
	display:none;
}
/*-----------------------------------------------------------------
 [7. Footer]
 -----------------------------------------------------------------*/
div#footer{
	position:relative;
	float:left;
	width: 100%;
	text-align:center;
	border-top:1pt dotted #999;
}
div#footer div.vcard{
	margin-top:10pt;
}
div#footer a{
	color:#AF3A43;
	text-decoration:underline;
}

div#content div#detail{
	background:none;
	height:auto;
	background-color:#fff;
}
div#detailImage div.bigImage div.image div.openImage a {
	display:none;
}
li.order{
	display:none;
}
div#detail div#breadcrump {
	background:none;
}
div#detailContent li.text{
	font-size:10pt;
}
div.list ul.itemline li.text p.itemAvailable,div.list ul.itemline li.text p a.detail,div#levelNavigation ul li a,#content form#sortbyform ul.pages li a {
	font-size:9pt;
}
div.list ul.itemline{
	border-bottom:1pt solid #333;
}
div.list ul.itemline,ul.itemline li.text p a.detail, ul.itemline li.text input{
	background:none;
}
div.list,div.pagination{
	font-size:0.8em;
}
div.list ul.itemline li.image{
	width:80pt;
}
div.list ul.itemline li.text {
	width:50%;
}
div.list ul.itemline li.info {
	width:20%;
}
div#content div div.heading h2 {
	font-size:11pt;
}
/*
 * Bestaetigung
 */
#shoppingSteps, div#priceInfo{
	display:none;
}
div#advertisement div img{
	padding:20px;
}
div#orderThanks h3,div#orderThanks p, div#orderThanks div.controlAddress{
	padding:5px 15px 5px 15px;
}
div#orderThanks a, div#agb a{
	text-decoration:underline;
	color:#AD3B45;
}
/*
 * Bestaetigung
 */
div#agb,div#footer{
	font-size:0.8em;
	width:980px;
}
div#paragraph h3.toggler, div#paragraph h3.activ,div#orderThanks a, div#agb a {
	color:#000;	
	padding:15px 0px 5px 0px;
}
div#printButttonPrint{
	text-align:right;
}
div#printButttonPrint a{
	background-image:url(../img/content.button.print.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:10px 30px 5px 0px;
	color:#AE3A47;
	font-size:1.1em;
	display:block;
}
div#breadcrump{
	position:relative;
	float:left;
	font-size:0.9em;
	min-height: 30px;
	height: auto !important;
	height: 30px;	
}

