body {
	font-family: 'Trebuchet MS','Verdana','Arial';
	background: url("img/bg.png") top left repeat #222222;
	margin: 0px;
	font-family: 'Arial';
	text-align: center;
	height: 100%;
}
.okno{
	background: white;
	width: 800px;
	min-height: 97%;
	height: auto;
	_height: 98%;
	margin: 0px auto;
	text-align: center;
	border-left: solid 1px #FF3300;
	border-right: solid 1px #FF9900;
}
.header{
	width: 800px;
	height: 150px;
	background: url("img/bg_header.jpg") top right no-repeat black;
	margin: 0px;
}
.footer{width: 800px;
	height: 15px;
	margin: 0px auto;
	background: white;
	bottom: 0px;
	position: relative;
	color: black;
	text-align: center;
	font-size: 11px;
	font-style: italic;
}
.footer a{
	color: black;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.main{
	font-family: 'Trebuchet MS','Verdana','Arial';
	margin: 0px auto;
	width: 750px;
	height: auto;
	margin: 25px 25px 0px 25px;
	text-align: center;
	overflow: hidden;
}
.main input{
	width: 300px;
	background: #f7f7f7;
	border: solid 1px red;
}
.main textarea{
	width: 100%;
	background: #f7f7f7;
	border: solid 1px red;
}
.main select{
	background: #f7f7f7;
	border: solid 1px red;
}
.pasik{width: 800px;
	margin-top: 2px;
	padding: 0px;
	height: 6px;
	font-size: 2px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background: url("img/pasik.jpg") left repeat-y;
}
.str_obrazok{margin: 10px;
}
.adresa{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: black;
	text-align: right;
	float: left;
	width: 48%;
	padding: 10px;
}
.adresa a{
	text-decoration: none;
	color: black;
}
.schranka{
	width: 48%;
	text-align: left;
	float: right;
}
.adresa_nazov{
	font-size: 16px;
	font-weight: bold;
}
.ref_link{
	font-size: 12px;
	color: green;
}
.ref_link a{
	color: green;
	text-decoration: none;
}
.ref_popis{
	text-align: justify;
	font-size: 14px;
	color: black;
	vertical-align: top;
}
.ref_nadpis{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.ref_pasik{font-size: 1px;
	height: 2px;
	background: url("img/pasik.jpg") left repeat-y;
	padding: 0px;
	margin: 3px;
}
.ref_nahlad{
	vertical-align: top;
	text-align: center;
}
.riesenia{
	width: 750px;
	text-align: justify;
	font-size: 14px;
}
.riesenia_napis{
	color: red;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	line-height: 70%;
}
.riesenia_nadpis{
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	line-height: 150%;
}
.riesenia_linky{
	color: green;
	font-size: 11px;
}
.riesenia_linky a{
	color: green;
	text-decoration: none;
}
.riesenia_pasik{
	font-size: 1px;
	height: 2px;
	width: 100%;
	background: url("img/pasik.jpg") left repeat-y;
	padding: 0px;
	margin: 15px 0;
}
.kalkulacia{
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}
.kalkulacia li{
	font-weight: normal;
}
.kalkulacia_text{
	width: 100%;
	text-align: justify;
	font-size: 14px;
	margin: 10px 0px;
}
.index_nadpis{
	border-bottom: solid 2px #FF3300;
	font-style: italic;
	font-weight: bold;
}
.kalkulacia_poslat:hover{
	background: #FF3300;
	color: white;
}
.ok{
	color: green;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px;
}