/* CSS Document */
html,body{
	margin:0;
	padding:0;
	text-align: center;
	height:100%;
	
}

#header{
	width: 100%;
	height: 420px;	
}

#content_pricelist{
	width:1000px;
	text-align:left;
	background-image:url(gfx/pricelist_bg.gif);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	height:55%; /* IE6: treaded as min-height*/
	min-height:55%; /* real browsers */
}

#content{
	width:1000px;
	text-align:left;
	background-image:url(gfx/bg.gif);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	height:55%; /* IE6: treaded as min-height*/
	min-height:55%; /* real browsers */
}

.htmlcontent{
	width:1000px;
	background-image:url(gfx/content.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.htmlcontent_pricelist{
	background-image:url(gfx/pricelist_content.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/* POPUP */
/*######POPUP#######*/
#popup{
	position: absolute;
	z-index:1000;
	left: 50%;
	top:80px;
	width:790px;
	height:440px;
	display:none;
}

#popup_header{
	width:790px;
	height:21px;
	background-image:url(gfx/popup_header.png);
	background-repeat:no-repeat;
}

#popup_footer{
	width:790px;
	height:21px;
	background-image:url(gfx/popup_footer.png);
	background-repeat:no-repeat;
}

#popup_main{
	width:790px;
	height:400px;
}

#popup_left{
	float:left;
	width:21px;
	height:400px;
	background-image:url(gfx/popup_left.png);
	background-repeat:no-repeat;
}

#popup_content{
	float:left;
	width:748px;
	height:400px;
	background-color:#FFFFFF;
}

#popup_right{
	float:left;
	width:21px;
	height:400px;
	background-image:url(gfx/popup_right.png);
	background-repeat:no-repeat;
}

#overlay{
    background-color:#666666;
    z-index:50;
    position: absolute;
    left:0;
    top:0;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.popupbg{
	background-image:url(gfx/popup_txtbg.gif);
	background-repeat:no-repeat;
	background-position:left;	
}

.popup_down{
	background-image:url(gfx/popup_down.jpg);
	background-repeat:no-repeat;
	background-position:bottom;	
}

.popuptxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.popuptxtprice{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

input.nupp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 0px solid #6E6E6E;
	height: 18px;
	background-color: #FFFFFF;
}

input.nupp2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #999999;
	height: 18px;
	width:20px;
	background-color: #FFFFFF;
}

select.nupp2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #999999;
	height: 18px;
}

.popup_calc{
	background-image:url(gfx/popup_down.jpg);
	background-repeat:no-repeat;
	background-position:bottom;	
}
