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

***************************************************************************
*        CSS - Stylesheet: www.naturevit.ch                               *
***************************************************************************		 
		 
/*#########################################################################
---- Facebox --------------------------------------------------------------
#########################################################################*/

* {
	_margin: 0;
	_padding: 0;
	_border: none;
	_text-decoration: 0;
}

* html #facebox_overlay {
	_position: absolute;
	_height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#facebox .b, #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br, #facebox .close
 { 
	_position: relative;
	_behavior: url(http://www.naturevit.ch/png-fix/iepngfix.htc);
}

#facebox .b {
	_background: url(../images/facebox/b.png);
}

#facebox .tl {
	_background: url(../images/facebox/tl.png);
}

#facebox .tr {
	_background: url(../images/facebox/tr.png);
}

#facebox .bl {
	_background: url(../images/facebox/bl.png);
}

#facebox .br {
	_background: url(../images/facebox/br.png);
}

#facebox .close {
	_background: url(../images/facebox/close_button.png) no-repeat;
	_display: block;
	_width: 30px;
	_height: 30px;
	_position: absolute;
	_top: 0;
	_right: 0;
	_margin: 5px 3px 0 0;
	_z-index: 1000;
}


/* ---- IE 7 / 8 ---- */
#facebox img.close_image {
	_display: none;
}
/* ---- IE 7 / 8 ---- */

#facebox .close:active {
	_background-position: 0 -30px;
}

#facebox {
	_position: absolute;
	_z-index: 200;
	_text-align: left;
	_padding-bottom: 50px;
}

#facebox .popup {
	position: relative;
}

#facebox table {
	_border-collapse: collapse;
}

#facebox td {
	_border-bottom: 0;
	_padding: 0;
}

#facebox .body {
	_padding: 0;
	_width: 400px;
}

#facebox .facebox_loading {
	_text-align: center;
	_width: 100%;
	_height: 100px;
	_background: url(../images/facebox/loading.gif) no-repeat center center;
}

#facebox .image {
	_text-align: center;
}

#facebox img {
	_border: 0;
	_margin: 0;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	_height: 15px;
	_width: 15px;
	_display: block;
	_overflow: hidden;
	_padding: 0;
}

#facebox_overlay {
	_position: fixed;
	_top: 0px;
	_left: 0px;
	_height: 100%;
	_width: 100%;
}

.facebox_hide {
	_z-index: -100;
}

.facebox_overlayBG {
	_background-color: #000;
	_z-index: 199;
}

* html #facebox_overlay {
    _position: absolute;
	_height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');	
}

#ie6-alert {
	_width: 400px;
	_height: 400px; 
	_color: #fff;
	_background-image: url(../images/ie6-alert/iedownload.jpg);
	_background-repeat: no-repeat;
	_background-color: #fff;
	_font-size:14px;	
}

#ie6-alert p {
	_margin: 0;
	_padding: 20px;
	_padding-bottom: 0;
	_padding-top: 15px;
	_text-align:justify;
	_font-family: Arial, Helvetica, sans-serif;
	_color: #fff;
}

#ie6-alert p.top {
	_margin-top: 40px;
	_color: #fff;		
}

#ie6-alert p.bottom {
	_width: 250px;
	_color: #000;
	_margin-top: 10px;
}

#ie6-alert p a {
	_position: relative;
	_padding-bottom: 2px;
	_font-style: italic;
	_font-weight: bold;
	_color: #c00;		
}

#ie6-alert p a:hover {
	_border-bottom: 1px solid #c00;		
}

#ie6-alert #download {
	_position: absolute;
	_top: 345px;
	_left: 15px;
	_width: 230px;
	_height: 54px;
	_cursor: pointer;
}

#ie6-alert #download a {
	_position: absolute;
	_width: 230px;
	_height: 54px;	
	_background-image: url(../images/ie6-alert/download-a.jpg);
}

#ie6-alert #download a:hover {
	_width: 230px;
	_height: 54px;	
	_background-image: url(../images/ie6-alert/download-h.jpg);	
}
