body {
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
}


#wraper{
   width:960px;
   margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border:1px #cccccc solid;
	 

}

#wraper form {
	margin: 0px;
	padding:0px;
}


#glava {
   background-image: url(../images/glava.jpg);
    background-repeat: no-repeat;
	width:960px;
	height:88px;

}

#uvod {
   padding:10px;

}

.vstopi {
    margin-left: auto;
	margin-right: auto;
}

th {
	padding:0;
	font-size:11px;
	font-style:normal;
	color:#666666;
	background-image: url(../images/menu_bar.png);
    background-repeat: repeat-x;
	height:42px;
}
th.blank {
	background-color:white;
}


table {
	width:100%;
	background:white;
}

td {
	font-size:11px;
	font-style:normal;
	padding-top:5px;
	padding-bottom:5px;
}

td.stroski {
	width:180px
}

tr.fade {
	background:#f0f0f0;
}

tr.result {
	background:#f0f0f0;
	font-weight:bold;
}


th.cells1 {
	width:60%;
}
th.cells_other {
	width:20%;
}

input {
	border:1px #666666 solid;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	text-align:right;
	font-weight:bold;
	vertical-align:middle;
	max-width:100px;
	height:30px;
}


input.result {
	border:1px #666666 solid;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	text-align:right;
	font-weight:bold;
	color:#666666;
	background-color:#f0f0f0;
	vertical-align:middle;
}

input.result_sub {
	border:1px #666666 solid;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	text-align:right;
	color:#666666;
	vertical-align:middle;
}


input.button {
	border:1px #666666 solid;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	font-weight:bold;
	vertical-align:middle;
	max-width:300px;
}

hr {
	line-height:1px;
	height:1px;
	color:gray;
}

td.oznacevanje_strani {
	font-style:normal;
}
#noga {
   background-image: url(../images/noga.jpg);
    background-repeat: no-repeat;
	width:960px;
	height:71px;

}