
body {
margin-top: 0px;
background-color: white;
}

.page {
position: relative;
width: 800px;
height: 700px;
margin: auto;
}

img {
border: 0px none;
}


.info {
position: absolute;
text-align: left;
top: 20px;
left: 0px;
width: 500px;
height: 98px;
}

.content {
position: relative;
float: right;
width: 615px;
}


.footer {
position: relative;
width: 800px;
height: 30px;
background-color: #9dc6a6;
}

.fotogalerie {
overflow: hidden;
float: left;
width: 100px;
height: 100px;
margin: 9px;
border: 1px solid #9dc6a6;
}

.hledat {
position: absolute;
text-align: left;
top: 210px;
right: 5px;
width: 145px;
height: 30px;
}

.center {
text-align: center !important;
}

#contact-form {
}
#contact-form table {
border: 5px #c7e3f0 solid;
font-size: 11px;
width: 500px;
margin: 20px auto;
background-color: #c7e3f0;
}
#contact-form th {
text-align: left;
vertical-align: top;
}
#contact-form span.required {
color: red;
}
#contact-form img.captcha {
margin: 5px;
}
.separated { border-top: 1px white solid; border-bottom: 1px white solid; padding: 10px 0px; }
#contact-form td input.text, #contact-form td textarea.text {
width: 360px;
}
#contact-errors {
margin: 1em 0px;
padding: 1em;
background-color: #f96;
border: 2px #c63 solid;
color: black;
}
#contact-messages {
margin: 1em 0px;
padding: 1em;
background-color: #C8DFC7;
border: 2px #9DC6A6 solid;
color: black;
}
