/****************************************/
/*                                      */
/*                xSauna                */
/*                                      */
/****************************************/

body{
	margin: 0px;
	background-color: #fcebb6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.accessibility{
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 1px;
	height: 1px;
	font-size: 0px;
}
.hidden{
	display: none;
}
.clear{
	height: 0px;
	line-height: 0px;
	clear: both;
	font-size: 0px;
}
form{
	margin: 0px;
	padding: 0px;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
a{
	color: #ed5502;
}
p a, li a, table a{
	font-weight: bold;
}
a:hover{
	text-decoration: none;
}
a img{
	border: none;
}
img{
	border: none;
}
.img_border{
  border: 5px solid #FCEBB6;
}
.smalltext{
  font-size: 12px;
  color: #666;
  line-height: 100%;
}
.right-align{
	text-align: right;
}
.center{
	text-align: center;
}


.container{
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#header{
	height: 86px;
	background: url(../img/header_bg.jpg) repeat-x;
	overflow: hidden;
}
#logo{
	position: absolute;
	top: 22px;
	left: 0px;
	display: block;
	width: 143px;
	height: 41px;
	background: url(../img/logo_xsauna.png) no-repeat;
	overflow: hidden;
}
ul#navigation{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#navigation li{
	float: left;
}
ul#navigation li a{
	display: block;
	padding: 38px 19px 25px 17px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fdeec0;
	font-size: 16px;
	background: url(../img/menu_separator.png) no-repeat right bottom;
}
ul#navigation li a:hover{
	text-decoration: underline;
}
ul#navigation li.last a{
	background: none;
	padding-right: 0px;
}


#banner{
	
}
#banner .container{
	height: 337px;
	background: url(../img/main_photo.jpg) no-repeat right;
}
#banner .container h1{
	position: absolute;
	top: 51px;
	left: 0px;
	margin: 0px;
	color: #4d2d1c;
	font-size: 40px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#banner .container h2{
	position: absolute;
	top: 130px;
	right: 510px;
	width: 320px;
	margin: 0px;
	color: #4d2d1c;
	font-size: 30px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}
#banner .container h1 span,
#banner .container h2 span{
	font-weight: bold;
}
a#button_chcisaunu{
	position: absolute;
	top: 242px;
	left: 18px;
	display: block;
	width: 227px;
	height: 62px;
	background: url(../img/button_chcisaunu.png) no-repeat top;
	overflow: hidden;
}
a#button_chcisaunu:hover{
	background: url(../img/button_chcisaunu.png) no-repeat bottom;
}
#small_banner a#button_chcisaunu{
	top: 181px;
	left: 90px;
	background: url(../img/button_chcisaunu_transparent.png) no-repeat top;
}
#small_banner a#button_chcisaunu:hover{
	background: url(../img/button_chcisaunu_transparent.png) no-repeat bottom;
}
#small_banner{
	position: relative;
	width: 480px;
	height: 274px;
	background: url(../img/box_photo.jpg) no-repeat 0px 0px;
	margin: 30px 0px 0px 0px;
}
#small_banner h1{
	position: absolute;
	top: 49px;
	left: 0px;
	width: 320px;
	margin: 0px 0px 0px 35px;
	line-height: 140%;
	color: #4d2d1c;
	font-size: 28px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#small_banner h1 span{
	font-weight: bold;
}
a#button_chciinformace{
	position: absolute;
	top: 250px;
	left: 282px;
	display: block;
	width: 190px;
	height: 48px;
	background: url(../img/button_chciinformace.png) no-repeat top;
	overflow: hidden;
}
a#button_chciinformace:hover{
	background: url(../img/button_chciinformace.png) no-repeat bottom;
}
#deco_slash{
	position: absolute;
	top: 260px;
	left: 257px;
	width: 14px;
	height: 30px;
	background: url(../img/deco_slash.png) no-repeat;
}


.content{
	padding: 0px 0px 5px 0px;
}
.white{
	border-top: 2px solid #ede0b9;
	border-bottom: 2px solid #ede0b9;
	background-color: #fff;
}
.columns4 .column{
	float: left;
	width: 230px;
	margin-right: 20px;
	overflow: hidden;
}
.columns2 .column{
	float: left;
	width: 480px;
	margin-right: 20px;
	overflow: hidden;
}
.columns4 .last,
.columns2 .last{
	margin: 0px;
}
.content h3,
.content h4{
	margin: 25px 0px 15px 0px;
	font-size: 28px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #4d2d1c;
}
.content h4{
	font-size: 18px;
	text-transform: uppercase;
}
.content h3 a{
	color: #4d2d1c;
	text-decoration: none;
}
.content h3 a:hover{
	color: #ed5502;
	text-decoration: underline;
}
.content h3 span{
	font-size: 24px;
}
.content p{
	margin: 15px 10px 20px 0px;
	line-height: 160%;
}
.content p.photo_text{
 margin: 15px 0px 5px;
}
.content ul,
.content ol{
	padding: 0px 0px 0px 25px;
}
.content li{
	line-height: 160%;
	margin: 0px 0px 5px 0px;
}
.content form table{
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}
.content form table h3{
	margin: 20px 0px 10px 0px;
}
.content form table input, form table select{
	padding: 5px 7px;
	font-size: 16px;
	margin: 0px;
}
.content form table td{
	padding: 5px 60px 10px 0px;
}
.content form table label{
	font-size: 18px;
	color: #4D2D1C;
}
.content form table p{
	margin: 5px 0px 10px 30px;
}
.content form .button{
	padding: 5px 20px;
	font-size: 20px;
	margin: 15px 0px 5px 0px;
}
.content .form_message{
	margin: 20px 0px 0px 0px;
	padding: 2px;
	background-color: #fff;
	width: 75%;
}
.content .ok p{
	border: 2px solid #00aa08;
	margin: 0px;
	padding: 20px 80px;
	font-weight: bold;
	color: #00aa08;
	background: url(../img/icon_ok.gif) no-repeat 20px center;
}
.content .nok {
	margin: 0px;
	padding: 20px 80px;
	font-weight: bold;
	color: #ce0000;
	background: url(../img/icon_nok.gif) no-repeat 20px center;
}
.photo_framed{
	position: relative;
	width: 230px;
	height: 155px;
}
a.frame{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 230px;
	height: 155px;
	background: transparent url(../img/photo_frame.gif) no-repeat top;
}
a.frame:hover{
	background: transparent url(../img/photo_frame.gif) no-repeat bottom;
}

.columns2 .gallery{
	width: 500px;
}
.gallery a{
	float: left;
	display: block;
	margin: 0px 20px 15px 0px;
}

#submit {
  color: transparent;
  border: 0px;
  width: 188px;
  height: 62px;
  background: transparent url(../img/button_odeslat.png) no-repeat bottom;
  cursor: pointer;
}

#submit:hover {
  background-image: url(../img/button_odeslat_hover.png);
}

#footer{
	height: 76px;
	margin: 40px 0px 0px 0px;
	background: url(../img/footer_bg.jpg) repeat-x top;
	color: #fcebb6;
	line-height: 160%;
}
#footer a{
	color: #fcebb6;
}
#footer p{
	padding: 17px 0px 0px 0px;
	margin: 0px;
}
#footer .deco_bucket{
	position: absolute;
	top: -30px;
	right: 0px;
	width: 83px;
	height: 98px;
	background: url(../img/deco_bucket.png) no-repeat;
}