/* CSS Document */

body {
	background-color: #F7F7F7;
}


#top_calc {
	height:60px;
	position:absolute;
	left:0px;
	top:12px;
	width:100%;
	padding:0px;
	z-index:-1;
	background-color:#E8E9ED;
}   

#top_logo{
	/*background-image: url(../img/layout/logo_prew.gif);*/
	position:absolute;
	left:20px;
	top: 13px;
	width: 158px;
	height: 59px;
	padding-left:0px;
	z-index:8;
}

#top_address{
  position: absolute;
	left: 0px;
	top: 18px;
	width: 966px;
	height: 60px;
	padding:0px;
	z-index:2;
	font-size: 14px;
	font-weight: bold;
	color: gray;
	text-align: right;
	vertical-align: bottom;
}

#printer{
	z-index:1;
	padding:0;
	border: none;
}

.header{
	/*background-color: #B7D4E8;  nejsvetlejsi*/
	background-color: #D8E8F3;  /*PROSTREDNI*/
	/*background-color: #92C0DB;  NEJTMAVSI*/
}
.subheader{
	border-bottom: solid  #DF5555 1px;
	border-top: solid  #DF5555 1px;
}

.line{
	border-bottom: solid #D8E8F3 2px;
	cursor: hand; cursor: pointer;
}

table.calc {
  width:800px;
}

#calc_title{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D8E8F3;
}

.calc_header{

	border:none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid  #DF5555 1px;
	background-color: #FDF6DB;
}

.calc_header_noline{

	border:none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FDF6DB;
}

.order_header{
	border:1px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid  #DF5555 1px;
	background-color: #D8E8F3;
}

	
.calc_label{
	border:none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid  #DF5555 1px;
	background-color: #D8E8F3;

	
}
.top_line { 
	border-top: solid  #DF5555 1px;
}

.small_font { 
	font-size: 10px;
}


#rest_calc{
position:absolute;
  top:100px;
}

.calc_detail_1{
	background-color: #ceceec;
}

.calc_detail_2{
	background-color: #bcdcc8;
}

.calc_detail_3{
	background-color: #f6b0b0;
}

