@charset "UTF-8";
/* CSS Document */

body {
margin: 0;
background: #67af24 url(img/bg.png) repeat;
}

#container {
width: 1025px;
height: auto;
min-height: 768px;
text-align: left; /*zrušenie vycentrovania textu*/
margin: 0 auto; /*vycentrovanie v ostatných prehliadačoch*/
background: url(img/conteiner.jpg) repeat-y;
}

ul {
margin: 0;
padding: 0;
list-style: none;
width: 1025px;
height: 66px;
float: right;
background: url(img/menu.jpg) no-repeat;
}

ul li {
float: left;

}

ul a {
display: block;
padding-top: 0.7em;
padding-left: 4em;
line-height: 2.1em;

text-decoration: none;
font: bold italic medium Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}

ul a:hover {
color: #9ac5eb;

}

#content {
width: 1035px;
background: url(img/text.jpg) repeat-y;
}

.text .typ_partnera {
padding-left: 1em;
font: italic x-small Verdana, Arial, Helvetica, sans-serif;
color: #f4c62d;
}

.first_button {
padding-left: 4em;
}

.text {
margin: 0 auto;
text-align: justify; 
font: small Verdana, Arial, Helvetica, sans-serif;
width: 90%;
color: #333333;
}

.text .lavy {
float: left;
width: 200px;
padding: 1em 0 1em;
}

.text .lavy a {
font: italic bold small Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #0058a4;
}

.text .lavy a:hover {
text-decoration: underline;
}

.text .pravy {
float: right;
width: 650px;
padding: 1em 0 0.7em;

}

.text .pravy a {
font: italic small Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #0058a4;
}

.text .pravy a:hover {
text-decoration: underline;
}

.text #mapa_left {
float: left;
width: 300px;
}

.text #adresa_right {
float: right;
width: 300px;
}

.clear {
clear: both;
}

#footer {
width: 1025px;
height: 53px;
padding: 2.5em 2.5em;
background: url(img/footer.jpg) no-repeat;
clear: both;
font: x-small Verdana, Arial, Helvetica, sans-serif;
color: #67af24;
}

#footer a {
color: #67af24;
text-decoration: none;
}

#footer a:hover {
color: #67af24;
text-decoration: underline;
}

/* Metoda Phark nahradzania textu prehliadnym obrazkom */

h1 {
margin: 0;
padding: 0;
text-indent: -5000px;
background: url(img/header.jpg) no-repeat;
width: 1025px;
height: 162px;
}

h1 a {
width: 1025px;
height: 162px;
display: block;
}

/* Nadpis nad textom */

h2 {
margin: 0;
padding: 0 1em 1em;
background: url(img/nadpis.jpg) no-repeat left bottom;
font: bold medium Verdana, Arial, Helvetica, sans-serif;
color: #0058a4;
}

/* Nadpis clanku */

h3 {
margin: 0;
padding: 0.5em 1em 0.3em 0.3em;
font: bold small Verdana, Arial, Helvetica, sans-serif;
color: #0058a4;
}

/* Nadpis nad textom */

h4 {
margin: 0;
padding: 0 1em 0.3em;
background: url(img/nadpis_bg.png) no-repeat left bottom;
font: bold small Verdana, Arial, Helvetica, sans-serif;
color: #0058a4;
}

/* formular */

fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #ccc;
background: #f8f8f8;
}

legend {
font-weight: bold;
color: #000000;
}

label {
display: block;
}

.contacts {
width: 300px;
}

.email {
display: none;
}

.required {
font-size: 0.75em;
color: #760000;
}

input.radio {
float: left;
margin-right: 1em;
}

input:focus, textarea:focus {
background: #ffc;
}

input[type="text"], textarea {
border-top: 2px solid #999;
border-left: 2px solid #999;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

#specification div {
width: 8em;
float: left;
}

#specification h4 {
font: bold small Verdana, Arial, Helvetica, sans-serif;
}

#specification label {
width: 3em;
float: none;
display: inline;
font: small Verdana, Arial, Helvetica, sans-serif;
}

#specification p {
margin: 0.3em 0;
}

textarea {
width: 400px;
height: 200px;
}

/* hlasenia po odoslani kalkulacie */

.error
{
	color: #FF0000;
	background-color: #F9E1E9;
	padding: 20px;
	border: 1px #FF0000 solid;
	width: 300px;
}

.ok
{
	color: #006600;
	background-color: #E2FDDB;
	padding: 20px;
	border: 1px #006600 solid;
	width: 300px;
}
