﻿/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
min-width: 950px;
}

a:link, a:visited {
color: #009900;
text-decoration: underline;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
content: ' ';
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.noscreen {
display: none;
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Wrapper of the site */

#wrapper {
background-color: white;
width: 950px;
margin: 0 auto;
}


/* Paragraphs, headings, ... */

p {
line-height: 170%;
margin-bottom: 10px;
color: #252525;
}

h1 {
font-size: 1.9em;
font-weight: normal;
color: #FFFFFF;
text-align: left;
padding: 20px 0 4px 0;
margin-left: 61px;
background: url('../img/h1-bg.gif') repeat-x 0 100%;
width: 50%;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h2 {
font-size: 1.3em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #FFFFFF;
letter-spacing: 1px;
text-align: left;
padding-left: 61px;
margin-top: 4px;
}

h3 {
font-size: 1.4em;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
color: #252525;
letter-spacing: 1px;
padding-bottom: 3px;
border-bottom: 1px solid #252525;
margin: 20px 0 7px 0;
width: 100%;
}

h3.first {
margin: 0 0 7px 0;
}

h4 {
font-size: 0.8em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #FFFFFF;
letter-spacing: 1px;
text-align: left;
padding-left: 2px;
margin-top: 2px;
}

address {
font-style: normal;
line-height: 160%;
margin: 5px 8px;
}


/* Header */

#header {
width: 950px;
height: 138px;
position: relative;
margin: 0 auto;
background: #000000 url('../img/hd-bg.gif') repeat-x 0 0;
text-align: left;
}


/* Logo, slogan */

#logo {
position: absolute;
top: 6px;
left: 15px;
width: 45px;
height: 125px;
}

#logo a, #logo a:visited {
color: #FFFFFF;
}

#logo img {
border: 0;
}

#slogan {
font-size: 1.0em;
letter-spacing: 1px;
position: absolute;
top: 97px;
right: 250px;
color: #FFFFFF;
}

#slogan span {
color: #5DD500;
}

#ccard {
width: 180px;
position: absolute;
top: 20px;
right: 12px;
}

/* Search form */

form.searching {
width: 240px;
position: absolute;
top: 20px;
right: 20px;
}

form.searching fieldset {
border: 0;
}

form.searching input.search {
letter-spacing: 1px;
float: left;
padding: 2px 0 2px 6px;
width: 139px;
border: 0;
}

form.searching input.hledat {
font-size: 0.9em;
letter-spacing: 2px;
padding-left: 0;
margin-left: 4px;
font-weight: bold;
float: left;
}

form.searching label {
display: none;
}

/* Search order */

/* webform */

.webform {font-size:0.9em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }
.webform fieldset { border: 0px none; }
.webform label { margin-right:0.3em; color:#000000; text-align:right;}
.webform .inputbox {color:#000000; margin-right:0.3em; border:3px outset #5DD500; text-align:center;}
.submit { font-weight:bold; color:#000000; background-color:#5DD500; border:3px outset #F4FF7C}

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:70%;
padding:8px;
}
.comments {visibility: hidden;}
.spacer{clear:both; height:1px;}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #295B00;
background:#E8FFC8;
font-size:11px;
color:#666666;
}
fieldset { 
border: 0px none; 
}
legend
{
border: 0px;
} 
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:190px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:190px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #295B00;
width:240px;
margin:2px 0 10px 10px;
}
#stylized texarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #295B00;
margin:2px 4px 0 4px;
}
#stylized button{
clear:both;
margin-left:18px;
width:125px;
height:31px;
background:#666666;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
float:left
}

/* Menu */

#menu-box {
width: 950px;
margin: 0 auto;
background: #4A4A4A url('../img/menu-bg.gif') repeat-x 0 0;
margin-bottom: 3px;
}

#menu {
width: 950px;
margin: 0 auto;
}

#menu li {
display: inline;
list-style-type: none;
text-align: center;
}

#menu li.first a {
margin-left: 20px;
display: inline
}

#menu li a {
float: left;
color: #FFFFFF;
font-weight: bold;
display: block;
padding: 0 1.4em;
line-height: 29px;
}

#menu li a:hover {
color: #8BFC33;
font-weight: bold;
text-decoration: none;
}

#menu li a.active {
color: #FFFFFF;
background-color: #252525;
font-weight: bold;
}


/* 3 columns layout */

#content {
width: 950px;
margin: 0 auto;
text-align: left;
background: #FFFFFF url('../img/content-bg.gif') repeat-y 0 0;
}

#content img {
border: 0;
}

#column-1 {
float: right;
width: 770px;
}

#column-1 #column-11 {
float: left;
width: 590px;
background-color: white;        
}

#column-1 #column-13 {
float: left;
width: 768px;
font-size: 0.9em;
background-color: white;        
}

#column-1 #column-12 {
float: right;
width: 178px;
font-size: 0.9em;
}

#column-2 {
float: left;
width: 178px;
font-size: 0.9em;
}

#column-1, #column-2, #column-12 {
padding-bottom: 30px;
}

#column-1 #column-12 p, #column-2 p {
margin: 0; line-height: 1.4;
}

#column-2 h3, #column-1 #column-12 h3 {
background: #DB6201 url('../img/h3-bg.gif') no-repeat 0 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
font-weight: bold;
color: #FFFFFF;
line-height: 29px;
margin: 0; padding: 0; border: 0;
text-align: center;
width: 100%;
}

#column-11 div.content {
margin: 0.5em 1.3em 0 1em;
}

#column-13 div.content {
margin: 0.5em 1.3em 0 1em;
}

#column-2 div.content, #column-12 div.content {
margin: 0.4em 0.5em 1.2em 0.9em;
}

#column-12, #column-2 {
background-color: #EBFFCC;
}


/* Menu in columns */

.menicko {
text-align: left;
list-style-type: none;
margin: 0.6em 0.3em 1.2em 0.3em;
}

.menicko li {
color: #252525;
font-weight: bold;
text-decoration: none;
margin: 0 0 12px 5px;
}

.menicko li a, .menicko li a:visited {
color: #252525;
font-weight: bold;
text-decoration: underline;
}

.menicko li a:hover {
text-decoration: none;
}

.menicko ul {
list-style-type: square;
list-style-position: inside;
}

.menicko ul li {
margin: 5px 0 0 0;
}

.menicko ul li a, .menicko ul li a:visited {
font-weight: normal;
}

.menicko ul li a:hover, .menicko ul li a.active {
text-decoration: none;
background-color: #252525;
color: #FFFFFF !important;
padding: 0 1px;
}

.menicka {
text-align: left;
list-style-type: none;
margin: 0.6em 0.3em 1.2em 0.3em;
}

.menicka li {
color: #252525;
font-weight: bold;
text-decoration: none;
margin: 0 0 12px 5px;
}

.menicka li a, .menicka li a:visited {
color: #252525;
font-weight: bold;
text-decoration: none;
}

.menicka li a:hover {
text-decoration: none;
}

.menicka ul {
list-style-type: square;
list-style-position: inside;
}

.menicka ul li {
margin: 9px 0 0 0;
}

.menicka ul li a, .menicka ul li a:visited {
font-weight: normal;
}

.menicka ul li a:hover, .menicka ul li a.active {
text-decoration: none;
background-color: #5DD500;
color: #FFFFFF !important;
padding: 0 1px;
}


/* Definition list in colum */

dl.news {
margin: 0.6em 0.3em 1.2em 0.6em;
}

dl.news dt {
font-weight: bold;
}

dl.news dd {
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 1px dotted #202020;
}

dl.news dd a, dl.news dd a:visited {
font-style: italic;
color: #A51F00;
}


/* Gallery in midlle column */

#small-gallery {
margin: 1.5em 0 3em 0;
width: 100%;
padding: 1px 0;
}

#small-gallery .foto {
float: left;
display: inline;
width: 128px;
height: 110px;
text-align: center;
margin: 0 20px 20px 0;
}

#small-gallery .foto img {
border: 3px solid silver;
}

#small-gallery .foto a:hover img {
border: 3px solid #44C200;
}

#small-gallery .foto p {
margin: 0;
}

#small-gallery .foto p a, #small-gallery .foto p a:visited {
color: #202020;
font-weight: normal;
}


/* Table */

table {
font-size: 1.1em;
border-collapse: collapse;
border: 2px solid #202020;
margin: 15px 0 20px 0;
}

th, td {
padding: 3px 13px;
border: 1px solid #202020;
}

th {
text-align: right;
font-weight: bold;
}

td {
text-align: right;
}

.first-row {
background: #F4FF7C;
}

.first-row th {
text-align: center;
font-weight: bold;
border-bottom: 2px solid #202020;
}

.first-column {
background: #FFD162;
border-right: 1px solid #202020;
}

.last-column {
background-color: #FFD162;
border-left: 1px solid #202020;
}


/* Footer */

#footer {
width: 950px;
margin: 0 auto;
height: 38px;
background: #000000 url('../img/footer-bg.gif') repeat-x 0 0;
clear: both;
}

#footer-in {
width: 950px;
margin: 0 auto;
}

p.footer-left {
float: left;
width: 450px;
color: #FFFFFF;
text-align: left;
margin: 7px 0 0 15px;
display: inline;
}

p.footer-left a, p.footer-left a:visited {
color: #FFFFFF;
padding: 1px 2px;
}

p.footer-left a:hover {
background-color: #FFFFFF;
color: #202020;
}

p.footer-right {
float: right;
width: 450px;
color: #FFFFFF;
text-align: right;
margin: 7px 15px 0 0;
display: inline;
}

p.footer-right a, p.footer-right a:visited {
font-size: 0.9em;
color: #FFFFFF;
padding: 1px 2px;
}

p.footer-right a, p.footer-right a:visited  {
font-weight: normal;
}

#foter {
width: 950px;
margin: 0 auto;
height: 38px;
background: #000000 url('../img/footer-bg.gif') repeat-x 0 0;
clear: both;
}

#foter-in {
width: 950px;
margin: 0 auto;
}

p.foter-left {
float: left;
width: 920px;
color: #FFFFFF;
text-align: center;
font-size: 0.7em;
margin: 7px 0 0 15px;
display: inline;
text-decoration: none;
}

p.foter-left a, p.footer-left a:visited {
color: #FFFFFF;
padding: 1px 2px;
font-weight: normal;
text-decoration: none;
}

p.foter-left a:hover {
text-decoration: none;
}
