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

body {
margin: 0;
background: #3e3e3e url(img/bg.png);
}

#container {
width: 1035px;
text-align: left; /*zrušenie vycentrovania textu*/
margin: 0 auto; /*vycentrovanie v ostatných prehliadačoch*/
}

#header {
width: 882px;
height: 122px;

}

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

ul li {
float: left;

}

ul a {
display: block;
padding: 2em 4em;
line-height: 2.1em;

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

ul a:hover {
color: #fff;

}

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

.text .img_priatelia {
width: 60px;
border: 0;
}

.text .img_vychod {
width: 200px;
border: 0;
}

.text .img_viva {
padding-left: 1em;
width: 130px;
border: 0;
}

.text .img_euro {
padding-left: 1em;
width: 150px;
border: 0;
}

.text .img_edomasa {
width: 100px;
border: 0;
}

.text .img_hladas {
width: 100px;
border: 0;
}

.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: 85%;
color: #333333;
}

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

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

}

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

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

.clear {
clear: both;
}

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

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

#footer a:hover {
color: #FFFFFF;
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: 1035px;
height: 122px;
}

h1 a {
width: 800px; 
height: 161px; 
display: block;
}

/* Nadpis nad textom */

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

/* Nadpis clanku */

h3 {
margin: 0;
padding: 0.5em 1em 0.3em 0.3em;
background: url(img/nadpis_left.png) no-repeat left bottom;
font: bold medium Verdana, Arial, Helvetica, sans-serif;
color: #d9261c;
}

/* 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: #f4c62d;
}

/* 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;
}