* {
  margin: 0;
  padding: 0;
}

html, body {	
  height: 100%;
}

body {
  font: 1em 'Arial', 'Geneva CE', lucida, sans-serif;
  background: #cccccc; 
  margin: 0px;	
  padding: 0;	
  height: 100%; 
  text-align: center;
}

#holder {
  position: relative;  
  margin: 0px auto; 
  text-align: left; 
  width: 900px; 
  background: #ffffff;	
  min-height: 100%;	
  height: 100%;		
}

body>#holder {
  height: auto;
}

div.top-edge {
	position : relative;
  height: 40px;
  background-image: url('../images/ramecek_horni.png');
  background-position: top left;
  background-repeat: no-repeat;
}

div.middle {
  position : relative;
  width: 900px;
  height: auto;
  margin: 0px auto;
  padding-bottom: 45px;
}

div.image-header {
  position: relative;
  background: url('../images/hlavicka.png') top left no-repeat;
  height: 162px;
  width: 900px;  
}


div.bottom-edge {
  position: absolute;
  background-image: url('../images/ramecek_dolni.png');
  bottom: 0px;
  height: 45px;
  width: 900px;
}

#menu {
  position: relative;
  height: 52px;
  background-color: #069;
}

#menu ul {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0 0 0 10px;
  height: 30px;
  top: 10px;
} /* IE6: vykresluje ramecek bez ohledu na height */

#menu ul li {
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}
#menu ul li a {
  display: block;
  float: left;
  color: black;
  font: 20px 'Tahoma', Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 0px 0;
  margin: 0px 15px;
  height: 22px;
  font-weight: bold;
}

#menu ul li a:hover {
  border-bottom: 1px white solid;
  color: white;
}

#menu ul li a#active {
  color: white;
}

#content {
  position: relative;
  margin: 0;
  padding: 30px 20px 20px 25px;
  width: 800px;
}

#content-left {
  position: relative;
  float: left;
  margin: 0;
  padding: 30px 20px 20px 25px;
  width: 550px;
}

#content-right {
  position: relative;
  float:right;
  margin: 0;
  padding: 30px 20px 20px 25px;
  width: 250px;
}

h1 {
  font: 30px 'Trebuchet MS', Helvetica, sans-serif;
  color: #C00;
}

#link-boxes {
  position: relative;
  margin: 15px 0;
  padding: 15px;
  background-color: #fc0;
}

div.yellow-box {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 275px;
  height: 240px;
  background-color: #ff0;
}

div.yellow-box-top {
  position : relative;
  height: 20px;
  background-image: url('../images/box-top.png');
  background-position: top left;
  background-repeat: no-repeat;
}

div.yellow-box-content {
  position: relative;
  background-color: #ff0;
  height: auto;
}

.yellow-box-content h2 {
  display: block;
  font: 17px 'Arial', 'Geneva CE', lucida, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  margin-left: 10px;
  padding-left: 20px;
  background-image: url('../images/black_square.png') ;
  background-position: center left;
  background-repeat: no-repeat;
}

.yellow-box-content img {
  display: block;
  padding: 8px;
}

.yellow-box-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
  top: 10px;
}

.yellow-box-content li {
  font-size: 75%;  
}

div.yellow-box-bottom {
  position: absolute;
  background-image: url('../images/box-bottom.png');
  bottom: 0px;
  height: 20px;
  width: 275px;
}

div.more {
  width: 72px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 10;
}

.more a {
  width: 72px;
  height: 30px;
  display: block;
  background: transparent url('../images/more_button.png') 0px 0px;
  font-size: 1.1em;
  text-decoration: none;
  text-indent: 30px;
  color: black;
}

#copyright-notice {
  padding: 5px 10px;
  text-align: right;
  font-size: 70%;
  font-weight: bold;
}

.more a:hover {
  background: transparent url('../images/more_button.png') 0px -31px;
  color: #fd1b14;
}


hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0;
  padding:0;
  border:none;
  visibility: hidden;
}

table.form-table {
  
}

table.form-table td {
  width: 200px;
}

input, textarea {
  border: 1px solid black;
}

fieldset {
  padding: 0 1em 1em 1em;
  font-size: 83%;
}

div#form-buttons {
  float: right;
  margin: 1em;
  width: 200px;
}

legend {
  padding: 1em;
  font-weight: bold;  
}

h3 {
 clear: left;
}

p img {
  float: left;
  margin: 0 1em 1em 0;
}
