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

body {
margin: 0;
background: #000000 url(img/bg.jpg) repeat-x;
}

#container {
margin-left: -513px;
width: 1025px;
position: relative;
left: 50%;
}

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

ul li {
float: left;
}

ul a {
display: block;
padding: 0.7em 2.2em;
line-height: 2.1em;
margin-right: 1em;
text-decoration: none;
font: bold medium Verdana, Arial, Helvetica, sans-serif;
color: #5d6e29;
}

ul a:hover {
color: #fff;
}

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

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

.text a { 
font: small Verdana, Arial, Helvetica, sans-serif;
color: #748e27;
}


#footer {
width: 1025px;
height: 38px;
background: url(img/footer.jpg) no-repeat;

}



/* Metoda Phark nahradzania textu prehliadnym obrazkom */

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

/* Nadpis nad textom */

h2 {
margin: 0;
padding: 0 1em 0.3em;
font: bold medium Verdana, Arial, Helvetica, sans-serif;
color: #748e27;
}

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

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