body {
	margin:0 auto; 
	padding: 0;
  background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
  color: #5c5b5b;
}
  
img {border: 0px; }   



/* Nadpisy */ 
h1 {font-family: 'Open Sans Condensed', sans-serif; font-weight: bold; font-size: 60px; color: #ffffff; margin: 0 0 0 0; padding:25px 0 0 0px; line-height: 70px;} 
h2 {font-family: 'Open Sans Condensed', sans-serif; font-weight: normal; font-size: 38px; color: #000000; margin: 0 0 0 0; padding:20px 0 40px 0;}
h3 {font-family: 'Open Sans Condensed', sans-serif; font-weight: normal; font-size: 38px; color: #000000; margin: -14px 0 0 0;}
h4 {font-family: 'Open Sans Condensed', sans-serif; font-weight: bold; font-size: 22px; color: #5c5b5b; margin: 25px 0 15px 0;}




/* Pozadí stránky */

#top-background {
  width:100%;
	height:147px;
}

#header-background {
  width:100%;
	height:518px;
	background:url(images/header.jpg); 
}

#obsah1-background {
  width:100%;
	height:630px;
	background:url(images/grey_background.jpg); 
}

#obsah2-background {
  width:100%;
	height:475px;
}
  
#footer-background {
	width:100%;
	height:69px;
  line-height: 0px;
	background:url(images/footer.jpg); 
} 


/* Header */
#header {
  width:960px;
  height:477px;
  margin: 0 auto;
  background:url(images/montaze_kamer1.png);
}

.sipka{
  width:960px;
  height:41px;
  margin: 0 auto;
}   

/* Obsah1 */
#obsah1{
  width:960px;
  height:580px;
  margin: 0 auto;
  padding:25px 0 0 0;
}   

.obsah1_kontakt{
  width:360px;
  height:420px;
  margin: 0 0 0 25px;
  padding: 0 0 0 35px;
  float: right;
  background-color: #ffffff;
}   

.sipka1{
  width:100%;
  height:41px;
  margin: 0 auto;
}  

/* Obsah2 */
#obsah2{
  width:960px;
  height:430px;
  margin: 0 auto;
  padding:25px 0 0 0;
}   

/* Footer */

#footer{
  width:960px;
  height:69px;
  margin: 0 auto;
}   

.text{
  width:400px;
  height:32px;
  margin: 0 auto;
  padding:37px 0 0 0;
  float: left;
  color: #ffffff;
}

.telefon{
  width:400px;
  height:51px;
  margin: 0 auto;
  padding:18px 0 0 0;
  float: right;
  text-align: right;
  color: #ffffff;
}

/* Formular */
table{
  width: 960px;
}

table input{
  border: 1px solid #e6e6e6;
  width: 228px;
  height: 35px;
  padding-left: 5px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #5c5b5b;
}

table textarea{
  border: 1px solid #e6e6e6;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 5px;
  color: #5c5b5b;
}

tr.delimiter{
  height: 20px;
}

textarea.message{
  width: 944px;
  height: 150px;
  font-size: 14px;
}

.submit{
  position: relative;
  background-image: url(images/button_odeslat.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  width: 267px;
  height: 71px;
  margin-top: 50px;
  margin-left: 343px;
  cursor: pointer;
}

.announcement{
  display: block;
  margin: 30px 0 0 0;
  font-size: 14px;
  color: #00a82f;
}


/* Potvrzení odeslání */

#confirm {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 12;
}

#confirm.hide {
  display: none;
}

#confirmMessage {
  position: relative;
  top: 100px;
  width: 500px;
  height: 300px;
  background-color: #fff;
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

#confirmText {
  position: relative;
  top: 115px;
  color: #00b900;
}

#errorText {
  position: relative;
  top: 115px;
  color: red;
  font-size: 75%;
  padding: 0 20px;
}

#confirmClose {
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}