
/********/
/* main */
/********/

/* poznamka: komentar "special for ie" znamena, ze tento objekt ma specialni vlastnosti pro IE v for_ie.css */

/* layout */

body{
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: white;
}

#body{
  position: relative;
  width: 1000px;
  margin: auto;
  font-family: Georgia, 'Georgia CE', 'Times New CE', 'New York CE', times, serif;
  font-size: 100%;
  text-align: left;
}

#header{
  width: 100%;
  text-align: center;
}

#menu{
  position: relative;
  width: 976px;
  height: 97px;
  margin: 0;
  padding: 0 0 0 24px;
  font-family: 'Times New Roman', 'Times New Roman CE', 'Times New CE', 'Times CE', times, serif;
  font-size: 1.4em;
  background-image: url(./images/menu_bg.gif);
  background-repeat: repeat-x;
}

#left_column{
  width: 702px;
  padding-right: 35px;
  float: left;
}

#content{
  margin: 0 25px;
  font-size: 1em;
}

#right_column{
  width: 263px;
  float: left;
  font-family: 'Times New Roman', 'Times New Roman CE', 'Times New CE', 'Times CE', times, serif;
}

#footer{
  width: 100%;
  padding-top: 80px;
  clear: both;
  font-family: 'Times New Roman', 'Times New Roman CE', 'Times New CE', 'Times CE', times, serif;
  text-align: center;
}

#language{
  position: absolute;
  top: 683px;
  right: 4px;
  color: #6D6D6D;
  cursor: default;
}

/* header */

h1{
  width: 539px;
  height: 538px;
  margin: 53px auto 31px auto;
  text-align: center;
  background-image: url(./images/header.png);
  background-repeat: no-repeat;
}

.en h1{
  background-image: url(./images/header-en.png);
}

h1 a{
  display: block;
  /*width: 100%;*/
  width: 525px;
  height: 127px;
  margin: auto;
  color: black;
  text-decoration: none;
}

h1 span{
  display: none;
}

/* menu */

#menu li{
  width: 158px; /*136*/
  float: left;
  margin: 35px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#menu a{
  padding-right: 4px;
  color: black;
  text-decoration: none;
  background-image: url(./images/dot.gif);
  background-repeat: no-repeat;
  background-position: right 0.81em; /*18px*/
}
#menu a:hover{
  text-decoration: underline;
}

#menu a.actual{
  text-decoration: underline;
}

#menu li.arrows_down, #menu li.arrows_up{
  position: absolute;
  top: 0.25em;
  right: 0;
  z-index: 100;
  width: 17px;
}

#menu li.arrows_down div, #menu li.arrows_up div{
  position: relative;
  width: 13px;
  height: 17px;
  background-image: url(./images/arrows.gif);
  background-repeat: no-repeat;
  cursor: pointer;
}

#menu li.arrows_down div{
  background-position: 0 -17px;
}

#menu li.arrows_up div{
  background-position: 0 0;
}

#menu li.arrows_down span, #menu li.arrows_up span{
  /*display: none;*/
  position: absolute;
  left: -91px;
  top: 20px;
  width: 108px;
  height: 29px;
  padding-top: 49px;
  text-align: center;
  background-image: url(./images/bubble.gif);
  background-repeat: no-repeat;
}

/* language */

#language a{
  /*color: black;*/
  color: #6D6D6D;
  text-decoration: none;
}
#language a:hover{
  text-decoration: underline;
}

#language span{
  font-style: italic;
}

/* footer */

#footer ul{
  width: 778px;
  margin: 0 auto;
  padding: 0.5em 40px 0 40px;
  border-top: 3px solid #444444;
  font-size: 1.4em;
}

#footer li{
  margin: 0;
  padding: 0 26px;
  float: left;
  list-style: none;
}

#footer ul.english li{
  margin: 0;
  padding: 0 18px;
  float: left;
  list-style: none;
}

#footer li a{
  padding-right: 4px;
  color: black;
  text-decoration: none;
  background-image: url(./images/dot.gif);
  background-repeat: no-repeat;
  background-position: right 0.8em; /*18px*/
}
#footer li a:hover{
  text-decoration: underline;
}

#footer a.actual{
  text-decoration: underline;
}

div.copyright{
  clear: both;
  margin-bottom: 1.5em;
  padding-top: 2em;
  font-size: 1em;
  text-align: center;
}

div.copyright a{
  color: black;
  text-decoration: none;
}
div.copyright a:hover, div.links a:hover{
  text-decoration: underline;
}

div.links{
  margin-bottom: 0.5em;
  font-size: 0.8em;
  color: #6d6d6d;
  text-align: center;
}

div.links a{
  color: #6d6d6d;
  text-decoration: none;
}

/* right column */

#right_column h2{
  margin: 3.2em 0 1.4em 0;
  padding-bottom: 0.9em;
  border-bottom: 3px solid #444444;
  font-family: Georgia, 'Georgia CE', 'Times New CE', 'New York CE', times, serif;
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
}

#right_column h3{
  margin: 0 0 0.2em 0;
  font-family: Georgia, 'Georgia CE', 'Times New CE', 'New York CE', times, serif;
  font-size: 1.15em;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.05em;
}

#right_column p{
  margin: 1.5em 0;
  font-size: 1.05em;
  line-height: 1.4em;
}

#right_column a{
  font-style: italic;
  color: black;
}
#right_column a:hover{
  text-decoration: none;
}

#right_column div.contact{
  font-size: 1.05em;
  line-height: 1.4em;
}

#right_column div.contact span{
  width: 5em;
  float: left;
}

#right_column div.contact a{
  font-style: normal;
  text-decoration: none;
}
#right_column div.contact a:hover{
  text-decoration: underline;
}

#right_column ul{
  margin: 0;
  padding: 0;
}

#right_column li{
  margin: 0 0 1.2em 0;
  padding-left: 2.5em;
  list-style: none;
  background-image: url(./images/list.gif);
  background-position: 1.2em 0.5em;
  background-repeat: no-repeat;
}

#right_column li div{
  font-size: 1em;
}

#right_column li h3 a{
  color: black !important;
}

#right_column li a{
  color: #6d6d6d;
  font-style: normal;
  text-decoration: none;
}
#right_column li a:hover{
  text-decoration: underline;
}


/* left column */


/* content */

#content h2{
  margin: 3.2em 0 1.2em 0;
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
}

#content h3{
  margin: 1.6em 0 1.2em 0;
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
}

#content h4{
  margin: 1em 0 0.6em 0;
  font-size: 1.1em;
  font-weight: normal;
  font-style: italic;
}

#content h2 span, #content h3 span, #content h4 span{
  background-image: url(./images/dot.gif);
  background-position: right 0.87em;
  background-repeat: no-repeat;
  padding-right: 4px;
}

#content p{
  margin: 1em 0;
}

#content div.message{
  margin: 66px 0 0 0;
  padding: 2px 0;
  border-top: 2px solid #444;
  border-bottom: 4px solid #444;
}

#content div.message p{
  margin: 0;
  padding: 12px 32px;
  border-top: 4px solid #444;
  border-bottom: 2px solid #444;
}

#content h2.underMessage{
  margin-top: 2em;
}

#content li p{
  font-variant: small-caps;
}

#content p.emphasis{
  font-style: italic;
  font-variant: normal;
}

#content a{
  font-style: italic;
  color: black;
}
#content a:hover{
  text-decoration: none;
}

#content ol{
  margin: 0;
  padding: 0;
}

#content ol li{
  margin-left: 2em;
  list-style-type: decimal;
}

#content ul{
  margin: 0;
  padding: 0;
}

#content ul li{
  margin: 0;
  padding: 0 0 0 2em;
  list-style: none;
  background-image: url(./images/list.gif);
  background-position: 1.2em 0.45em;
  background-repeat: no-repeat;
}

#content blockquote{
  margin: 0 2em;
  font-style: italic;
}

#content acronym{
  border-bottom: 1px dashed black;
}

#content table{
  width: 550px;
  margin: 0.5em 51px;
}

#content th{
  width: 320px;
  height: 1.7em;
  font-weight: normal;
  text-align: left;
}

#content td{
  height: 1.7em;
}

#content thead th, #content thead td{
  border-bottom: 2px solid black;
}

#content fieldset{
  margin-top: 1em;
  padding: 8px 0 10px 10px;
  border: 1px solid black;
}

#content legend{
  padding: 0 0.5em;
}

#content div.contact span{
  width: 5em;
  float: left;
}

#content form{
  margin: 0;
  padding: 0;
}

#content label{
  display: block;
  width: 170px;
  float: left;
  clear: both;
  margin-bottom: 0.4em;
}

#content label.checkbox{
  width: 100%
}

#bill_message{
  margin-bottom: 8px;
}

#content input, #content textarea, #content select{
  float: left;
  margin-bottom: 0.4em;
  font-family: Arial, 'Arial CE', 'Helvetica CE', helvetica, sans-serif;
  font-size: 1em;
}

div.button{
  margin-top: 0.6em;
  text-align: center;
}

div.button input{
  float: none !important;
}

div.separator{
  text-align: right;
  background-image: url(./images/line.gif);
  background-repeat: repeat-x;
  background-position: left center;
}

div.separator div{
  width: 4em;
  margin: 1em 0 0 auto;
  padding-left: 0.4em;
  background-color: white;
}

.en div.separator div{
  width: 2.6em;
}

div.separator a{
  color: black;
}
div.separator a:hover{
  text-decoration: none;
}

div.two_columns div.left{
  width: 47%;
  float: left;
  padding-right: 6%;
}

div.two_columns div.right{
  width: 47%;
  float: left;
}

#members{
  position: relative;
  _height: 20px; /* IE - kvuli animaci */
}

div.three_columns div.left{
  width: 32%;
  float: left;
  padding-right: 1.9%;
}

div.three_columns div.right{
  width: 32%;
  float: left;
}

div.defloater{
  width: 100%;
  height: 2px;
  float: none;
  clear: both;
  font-size: 0;
}

div.members{
  text-align: center;
}

div.members div.name{
  margin-bottom: 0.4em;
  font-variant: small-caps;
}

div.members div.masterpost{
  width: 100%;
  height: 1.5em;
}

div.members div.post{
  margin-bottom: 0.4em;
}

div.members div.mail{
  font-size: 0.9em;
  margin-bottom: 0.4em;
}

div.members p{
  text-align: left;
}

#kontaktni_formular, #contact_form{
  position: relative;
}

#form_changer{
  position: absolute;
  top: 0.3em;
  right: 0;
  _right: 60px;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
}

#message{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 18em;
  padding: 0.8em 0;
  border: 2px solid black;
  text-align: center;
  background-color: white;
}

#kalkulacka div span, #calculator div span{
  width: 12em;
  float: left;
}

#kalkulacka b, #calculator b{
  font-weight: normal;
}

.popup{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border: 6px solid black;
  background-color: white;
  cursor: pointer;
}

.popup .close{
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 8px 8px;
  color: white;
  font-weight: bold;
  background-color: black;
}



@media print
{

#body, #left_column{
  width: 100%;
}

#menu, #right_column, #footer{
  display: none;
}

h1{
  height: auto;
  margin: auto;
  background-image: none;
}

h1 a{
  height: auto;
}

h1 span{
  display: inline;
}

div.separator{
  border-bottom: 3px solid black;
  background-image: none;
}

div.separator div{
  display: none;
}

}

