@charset "utf-8"; /* CSS Document *****************************************
*       _________________   ______  __           ________________         *           
*       ___  __ \_  ____/   ___  / / /__________ ___  /_  /___  /_        *
*       __  /_/ /  / _________  /_/ /_  _ \  __ `/_  /_  __/_  __ \       *
*       _  ____// /___/_____/  __  / /  __/ /_/ /_  / / /_ _  / / /       *
*       /_/     \____/      /_/ /_/  \___/\__,_/ /_/  \__/ /_/ /_/        *
*                                                                         *
***************************************************************************            
*        Copyright: PC-Health | www.pc-health.ch | Wolfgang Wahl          *
***************************************************************************

***************************************************************************
*        CSS - Stylesheet: IE 6 & IE 7 Hacks                              *
***************************************************************************		 
		 
/*#########################################################################
---- Danke Microsoft, für diese grossartigen Browser ----------------------
#########################################################################*/

html {
	overflow-x: hidden !important;		
}

body { 

	overflow-y: visible !important;
}

#outline #header ul {
	filter: alpha(opacity = 90);
}

#outline #main #navigation {
	z-index: 10;	
}

#outline #main #header .wrap #flashheader {
	z-index: 1;
}

#outline #main #header .wrap #flashheader #bottomround {

}

#outline #main #seiteninhalt #router input.suche {
	height: 26px;
	border: none;
}

#outline #main #seiteninhalt .produkt p.hinweis span#hwbottom-left {
	bottom: 2px;
}

#outline #main #seiteninhalt .produkt p.hinweis span#hwbottom-right {
	bottom: 2px;
}

#outline #main #seiteninhalt div.hide {
	display: none;
}

form#bestellen {
	margin-top: -20px;
}

#bestellen p.fieldsetspace {
	display: none;	
}

#bestellen table.display td  {
	padding-bottom: 0;
}

#bestellen legend span.legend-left {
	top: 10px;	
}

#bestellen legend span.legend-right {
	top: 10px;
}

#bestellen table.display th.bestellnr { 
	padding-bottom: 10px;
}

#bestellen table.display th.bestellnr input { 
	padding: 10px;
	padding-bottom: 1px;
}

#bestellen table.display td  {	

}
#text-align #bestellen .fieldsetbg p#bestnr{
	padding-bottom: 5px;			
}

#text-align #bestellen .fieldsetbg p#bestnr input {
	position: absolute;
	margin-top: -6px;			
}

#bestellen table.display td.qty input,
#bestellen table.display td.subtot input { 
	padding-top: 0;
}

#bestellen table.display td.qty input { 
	margin-left: 18px;
}

#bestellen dl {
	height: 26px;
}

#bestellen dt {
	height: 26px;			
}

#bestellen dd {
	height: 26px;	
}

#bestellen dt span.must {	
	margin-top: -15px;
}

#bestellen dd.check {
	line-height: 20px;	
}

#bestellen dd.check.kunde {
	margin-top: 5px;	
}

#bestellen dd.check.zahlungsweise {
	margin-top: 3px;	
}

#bestellen label span.agb {
	margin-top: -4px;
}

#bestellen dl.ie7textarea {
	height: 100px; 
}

#bestellen dd.textarea {
	height: 100px; 
}

#bestellen fieldset div.fieldsetbg.last {
	padding-bottom: 15px;		
}

#outline #main #link ul.link li a img.empty {
	filter: alpha(opacity = 30);	
}

/*#########################################################################
---- Internet Explorer 6 Hacks --------------------------------------------
#########################################################################*/

html, body {
	_background-image: none;
	_height: 100%;
	_overflow-y: visible !important;
	_background-image: url(../images/body/bg-body.jpg);
	_background-repeat: no-repeat;
	_background-position: center top;
}

#background {
	_display: none;	
}

#outline {
	_display: none;	
}

#body-image {
	_position: absolute;
	_width: 960px;
	_height: 280px;
	_left: 50%;
	_margin-left: -480px;
	_top: 50%;
	_margin-top: -140px;
	_background-image: url(../images/ie6-alert/body.png);
	_background-repeat: no-repeat;
	_background-position: center center;	
}

#body-image { 
	_behavior: url(http://www.naturevit.ch/png-fix/iepngfix.htc);
}

