/* CSS Document */

/* spolecna cast jak pro tisk, tak pro prohlizec */

* {
    margin: 0px; 
}

body {
  font-family: Segoe UI, Arial, Sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 22px;
  font-weight: Bold;
  text-decoration: none;
  margin-bottom: 12px;
}

h2 {
  font-size: 18px;
  font-weight: Bold;
  margin-top: 30px;
  margin-bottom: 12px;
}

h3 {
  font-size: 16px;
  font-weight: Bold;
  margin-top: 30px;
  margin-bottom: 12px;
}

h4 {
  font-size: 16px;
  font-weight: Bold;
  margin: 6px 0px;
}

hr {
    border: 0px;
    border-top: 1px dotted #e1b66c;
    margin: 10px 0px;
}

img {
  margin: 10px;
}

p:first-letter {
  /*margin-left: 20px;*/
}

p {
  text-align: left;
  line-height: 16px;
}

#box_credits {
  text-align: center;
  font-size: 8pt;
}

.left {
  float: left;
}

.right {
  float: right;
}

.foto {
  padding: 4px;
  margin-bottom: 0px;
}

.smalltext {
  font-size: 8pt;
}

/* jenom pro prohlizec */

@media screen {  
  body {
    background: url('page_background.jpg') center top repeat;
    margin: 0 auto;
    color: #ac8643;
  }
  
  a {
    color: #E15C00;
  }
  
  p {
    margin: 0px;
    margin-bottom: 10px;
  }
  
  table {
    border: 1px solid #e1b66c;  
  }
  
  td {
    padding: 0px 5px 0px 5px;
    border: 1px dashed #e1b66c;
  }
  
  th {
    background-color: #e1b66c;
    color: white;
    margin: 0px;
    padding: 0px 10px 0px 10px;
  }
  
  ul {
    font-size: 8pt;
  }
  
  ul li {
    margin-left: -15px;
    list-style-type: square;
  }
  
  ol li {
    margin-left: -15px;
    font-size: 8pt;
  }
  
  blockquote {
    background-color: #fdf6eb;
    padding: 1px 4px 1px 4px;
    margin: 0px;    
  }
  
  #box_content_show {
    width: 780px;
    margin: 0 auto;
    background: url('box_background.gif') center top repeat;  
  }
  
  #box_content_top {
    background: url('box_top.jpg') center bottom no-repeat;
    height: 126px;
  }
  
  #box_content_bottom {
    background: url('box_bottom.gif') center top no-repeat;
    height: 35px;
  }
  
  #box_content_middle {
    margin: 5px 10px 0px 10px;
  }
  
  #box_infobar {
    background: #e1b66c url('infobar_shadow.gif') bottom left repeat-x;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 5px 10px;  
    color: white;
    font-weight: Bold;
    font-size: 8pt;
  }
  
  .menux_box {
    float: left;
    width: 160px;  
  }
  
  .menux_start {
    display: none;
  }
  
  .menux_end {
    display: none;
  }
  
  .menux_separator {
    display: none;
  }
  
  .box_content {
    float: right;
    width: 560px;
    margin-right: 20px;
  }
  
  #box_credits, #box_credits p {
    color: white;
    margin: 0px 0px 20px 0px;
    text-align: center;
  }
  
  #box_credits a {
    color: black;
  }
  
  a.menux_button {
    display: block;
    margin-top: 4px;
    background: #e1b66c url('button.gif') left top no-repeat;
    padding: 20px 0px 0px 14px;
    height: 20px;
    color: white;
    font-weight: Bold;
    text-decoration: none;
    font-size: 10pt;
  }
  
  a.menux_button:hover {
    background: #e1b66c url('button_active.gif') left top no-repeat;
    color: #665E52;
  }
    
  .only_print {
    display: none;
  }
  
  .foto {
    border: 1px solid #cccccc;
  }
}

/* jenom pro tisk */

@media print {
  body {
    color: black;
  }
  
  a {
    color: black;
    text-decoration: underline;
  }
  
  h1 {
    text-align: center;
  }
  
  h2 {
    text-align: center;
  }
  
  h3 {
    text-align: center;
  }
  
  table {
    border: 1px solid black;
  }
  
  th {
    
  }
  
  td {
    border: 1px dashed black;
  }
  
  blockquote {
    border: 1px dotted black;
  }
  
  .no_print {
    display: none;
  }
  
  h1.only_print {
    border: 1px solid black;
  }
}

label {
  width: 140px;
  display: block;
  float: left;
  text-align: right;
  padding-right: 5px;
  font-size: 12px;
}

textarea {
  width: 300px;
  height: 100px;
  margin-bottom: 2px;
}

input {
  margin-bottom: 2px;
}

.warning {
  color: red;
}

.center {
  text-align: center;
}

.guestbook_date {
  float: right;
}

.message_box {
  border: 1px dotted #e1b66c;
  padding: 0px 10px 0px 10px;
}

.reply {
  margin-left: 20px;
  padding: 5px;
  border: 1px dotted #e1b66c;
  /*background-color: #e1b66c;*/
}

.message fieldset legend {
  /*color: white;*/
  /*background-color: gray;*/
  position:absolute; top: -.5em; left: .5em
}

.message fieldset {
  /*background-color: #353535;*/
  position: relative; 
  margin-top:1em; 
  padding-top: 1em; /*1.75em;*/
}
