html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  _text-align: center; /* IE */
  font-size: x-small;
  font-family: Verdana,sans-serif;
  background: url(../images/header.gif) 50% 0 no-repeat;
}

/* layout */
#page {
  width: 800px;
  height: auto;
  min-height: 100%;
  _height: 100%; /* IE */
  margin: 0 auto;
  position: relative;
  text-align: left;
}

#header {
  height: 100px;
}

#content { 
  padding: 10px; 
  padding-bottom: 80px;
  line-height: 150%;
}

#footer {
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #bf1b1b;
  color: #fff; 
  border-top: solid #666 5px; 
  font-size: x-small;
  line-height: 200%;
}

/* formatovani hlavicky */
h1{
        float: left;
}

.invisible{
	display: none;
}

.header a {
	display: block;
	cursor: pointer;
	width: 205px; 
	height: 90px;
}

.header span{
        top: 0px;
        margin: 0px;
	display: block;
	position: absolute;
	width: 205px; 
	height: 90px;
	background:url("../images/logo.gif") top left no-repeat;
}

#header ul{
  list-style-type: none;
  margin: 0px 20px;
  font-size: small;
  color: #000;
}

#header li{
  padding: 0px 10px;
  float: left;
  border-left: solid #fff 1px; 
}

#header a{
  font-weight: normal;
  color: #fff;
  text-decoration: none; 
}

#header a:hover{
  color: #fff;
  text-decoration: underline; 
}

/* formatovani paticky */
#footer ul{
  list-style-type: none;
  margin: 0px;
}

#footer li{
  padding: 0px 10px;
  float: left;
  border-left: solid #fff 1px; 
}

#footer a{
  font-weight: normal;
  color: #fff;
  text-decoration: none; 
}

#footer a:hover{
  color: #fff;
  text-decoration: underline; 
}

.norm{
  color: #d53939;
  margin: 10px;
}

#footer .norm a{
  color: #d53939;
}

.left{
  margin: 10px 0px 0px 20px;
  float: left;
}

.right{
  margin: 10px 20px 0px 0px;
  float: right;
  text-align: right;
}

/* formatovani html */
h2{
  font-family: 'Lucida Grande','Arial','Lucida Sans Unicode','Arial',sans-serif;
  font-size: medium;
  color: #bf1b1b;
}

h3{
  font-family: 'Lucida Grande','Arial','Lucida Sans Unicode','Arial',verdana,sans-serif;
  font-size: small;
  color: #bf1b1b;
}

h4{
  clear: left;
  font-family: 'Lucida Grande','Arial','Lucida Sans Unicode','Arial',verdana,sans-serif;
  font-size: small;
  color: #636363;
}

h5{
  font-family: 'Lucida Grande','Arial','Lucida Sans Unicode','Arial',verdana,sans-serif;
  font-size: medium;
  color: #bf1b1b;
}

h6{
  margin: 5px;
  font-family: 'Lucida Grande','Arial','Lucida Sans Unicode',verdana,sans-serif;
  font-size: small;
  color: #fff;
}

img{
  border: none;
}
a>img{
  border: none;
}

/* formatovani obsahu */
.certificates{
  font-size: x-small;  
}

.certificates a{
  font-weight: normal;
  color: #000;
  text-decoration: none; 
}

#box{
  padding-bottom: 200px;
}

#box img{
  margin:0px 5px;
  float: left;
}

#box a{
  color: #fff;
}

.box_left{
  display: block;
  padding: 10px;
  font-size: x-small;
  width: 225px;
  height: 150px;
  float:left;
  background: url(../images/box_blue.gif) no-repeat;
  color: #fff;
}

.box_center{
  margin: 0px 15px;
  padding: 10px;
  font-size: x-small;
  width: 225px;
  height: 150px;
  float:left;
  background: url(../images/box_green.gif) no-repeat;
  color: #fff;
}

.box_right{
  padding: 10px;
  font-size: x-small;
  width: 225px;
  height: 150px;
  float:left;
  background: url(../images/box_yellow.gif) no-repeat;
  color: #fff;
} 

.design{
  float:right;
}

.houses{
  margin: 20px 0px;
}

.houses h3>a{
  color: #636363;
  text-decoration: none; 
}

.houses a{
  color: #000;
  text-decoration: none; 
}
.houses img{
  width:100px;
}

.form{
  float: right; 
}

.form fieldset{
  width: 450px;
  border: #bf1b1b solid 1px;
  padding: 5px;
}

.form legend{
  color: #bf1b1b;
  margin: 0 5px;
  font-weight: bold;
}

.form label{
  display: block;
  float: left;
  clear: left;
  width: 100px;
  margin: 2px 0px;
  padding-right: 1em;
  text-align: right;
}

.form .send{
  border: #000 solid 1px;
  margin: 10px 0px 0px 340px;
  _margin: 10px 0px 10px 170px;
  width: 75px;
}

.form input{
  width: 300px;
  margin: 2px 0px;
  display: block;
  float: left;
  border: #000 solid 1px;
} 

.form textarea{
  height: 100px;
  width: 300px;
  margin: 2px 0px;
  display: block;
  float: left;
  border: #000 solid 1px;
} 

.img_left{
  float: left;
  margin: 10px;
}

.houses h4{
  font-family: 'Lucida Grande','Arial','Lucida Sans Unicode','Arial',verdana,sans-serif;
  font-size: medium;
  color: #bf1b1b;
  text-align: right;
}

.houses hr{
  color: #bf1b1b;
}
