*,html{
	margin:0px;
	padding:0px;
}
html{
	height:100%;
}
body{
background:none #393631;
	text-align:center;
	width:100%;
	height:100%;
	font-family: sans-serif;
	font-size:9pt;
}

div{
	display:block;
	text-align:left;
	position:relative;
}
.logo_podklad{
	background-image:url('../img/header_logo.jpg');
	width:155px;
	height:133px;
}
.home_image{
	background-image:url('../img/home.jpg');
	width:700px;
	height:251px;
}
.apartmany_podklad{
	background-image:url('../img/apartmany.jpg');
	width:511px;
	height:315px;
}
a:link{
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;	
}
a img{
	border:none;
}
.fl_left{
	float:left;	
}
.fl_right{
	float:right;
}

.pageLayout{
	width:950px;
	margin:0px auto;
	/*border-left:10px solid #fff;
	border-right:10px solid #fff;*/
}


.shadow{
	background:url('../img/page_shadow.jpg') transparent no-repeat left 86px ;
	width:30px;
	height:600px;
	float:left;
}
.page{
	width:920px;
	float:left;
}





.header{
	height:210px;
	background:url('../img/header_bg.jpg') transparent repeat-x left 20px ;
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.header a.logo{
	margin:77px 0px 0px 0px;
	border:none;
	width:155px;
	height:133px;
	display:block;
	float:left;
}
.header .theme{
	float:right;
	width:445px;
	height:210px;
	background:url('../img/header_castle.jpg') transparent no-repeat top left;
}
.header .border{
	width:10px;
	background:none #fff;
	height:144px;
	margin:66px 0px 0px 0px;	
}
.header .theme .border{
	clear:right;	
	margin:6px 0px 0px 0px;
}

.header h1.caption,.header h2.caption{
	color:#fff;
	text-transform: uppercase;
	text-align:left;
	font-size:14pt;
	font-weight:normal;
	font-family:helvetica,sans-serif;
	
	line-height:28px;
	float:left;
	margin:125px 0px 0px 20px;
	padding-left:28px;
	display:inline;
	
}
.header .theme .lang_selection{
	float:right;
	color:#fff;
	margin:40px 0px 0px 10px;	
	height:20px;
	line-height:20px;
}
.header .theme .lang_selection a{
	color:#fff;
	font-size:8pt;
}

.footer{
	height:38px;
	line-height:38px;
	width:100%;
	vertical-align:middle;
	text-align:right;
	color:#707070;
	font-size:9pt;	
	clear:both;
}




.pageContent{
	background:url('../img/content_bg.gif') #fff repeat-y top left;
	border:10px solid #fff;
	border-top:none;
	margin:0px 0px 0px 0px;
	float:left;
}


.naviColumn{
	width:196px;
	background:url('../img/menu_bg.jpg') #000 no-repeat top left;
	float:left;
}
.naviColumn .spacer{
	height:100px;
	width:196px;
	clear:both;
	float:left;
}



.menu{
	width:196px;
	height:280px;
	padding-top:35px;
	float:left;
}
.menu a{
	color:#ccc;
	text-indent:10px;
	text-transform:uppercase;
	text-decoration:none;
	
	display:block;
	width:140px;
	height:38px;
	line-height:46px;
	float:right;
	overflow-y:hidden;
	border-bottom:1px solid #bbb;
}

.menu a:hover{
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;	
	
}
.menu a.active,.menu a.active:hover{
	color:#fff;
	border-bottom:1px solid #800702;
}




/* vzhled textu ve strance */

.content{
	float:right;
	width:700px;
	margin:4px 0px 0px 4px;
	background:none #fff;
}

.content h2{
	color:#9e0802;	
	font-size:11pt;
	margin:20px 15px;
	padding:0px;
}
.content h3,.content h4{
	color:#333;	
	font-size:10pt;
	margin:5px 15px;
	padding:0px;
	font-weight:bold;
}
.content p{
	color:#797777;
	text-align:justify;
	margin:0px 15px 10px 15px;
}
.content a{
	color:#797777;
	text-decoration:underline;
	font-weight:bold;
}









/* rezervacni formular */


.contentForm{
	margin:15px 15px;
	float:left;
}

.itemTitle{
	width:120px;
	height:24px;
	line-height:20px;
	text-align:right;
	float:left;
	clear:both;
	margin:0px 5px 0px 0px;
	padding:0px;
}

.itemValue, .dataBox{
	width:500px;
	float:left;
	text-align:left;
	height:24px;
	line-height:20px;

	
}
form .itemValue input,form .itemValue textarea{
	width:200px;	
	margin:0px;
	padding:0px;
}
form .dataBox select,form .dataBox input{
	width:50px;
	height:20px;
	margin:0px 5px 0px 0px;
	float:left;
}
form .dataBox select.year,form .dataBox input.year{
	width:70px;	
}
form input.formButton{
color: #ffffff;
background-color: #7F0600;
font-weight: bold;
border:0px;
height: 20px;
margin: 34px 0 0 0;
padding: 2px; 	
}


