/*
 * Project:	hotel_zamek_havirov
 * Author:	Josef Zachar
 * Date:	30.10.2008
 * 
 */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body{
	margin: 0px;
	background-color: #4a0f01;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
}
a img{
	border: none;
}
.accessibility{
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 1px;
	height: 1px;
	font-size: 0px;
}
.hidden{
	display: none;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 0px;
}

a {
	color: #9a1a00;
	text-decoration: underline;
}
a:visited {
	color: #ce2400;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/*-----------------------*/
/*        HEADER         */
/*-----------------------*/
#header_bar{
	height: 127px;
	background-color: #5b1e1f;
	border-top: 5px solid #570200;
	text-align: center;
}
#header{
	position: relative;
	margin: 0 auto;
	height: 127px;
	width: 914px;
	background: url(../img/layout/header_background.jpg) no-repeat center;
}
#logo{
	position: absolute;
	z-index: 1000;
	top: -5px;
	left: 0px;
	width: 220px;
	height: 131px;
	cursor: pointer;
	background: transparent url(../img/layout/logo2.png) no-repeat;
  	_background: none!important; 
  	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/layout/logo2.png', sizingMethod='scale');
}
#language{
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
	color: #923031;
	font-size: 11px;
}
#language a.active{
	color: #cb8380;
	text-decoration: underline;
}
#language a{
	color: #923031;
	text-decoration: none;
}
#language a:hover{
	color: #cb8380;
	text-decoration: underline;
}

/*-----------------------*/
/*         MENU          */
/*-----------------------*/
#menu{
	position: absolute;
	right: 0px;
	bottom: 1px;
	_bottom: 0px;
}
#menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu li{
	float: left;
	display: block;
	margin: 0px 0px 0px 3px;
	padding-bottom: 6px;
	font-size: 11px;
}
#menu li#menu_1{
	background: url(../img/layout/menu_bottom01.png) repeat-x bottom;
}
#menu li#menu_2{
	background: url(../img/layout/menu_bottom02.png) repeat-x bottom;
}
#menu li#menu_3{
	background: url(../img/layout/menu_bottom03.png) repeat-x bottom;
}
#menu li#menu_4{
	background: url(../img/layout/menu_bottom04.png) repeat-x bottom;
}
#menu li.active a{
	color: #ffe2e1;
	background-color: #831717;
}
#menu a{
	display: block;
	padding: 5px 10px 5px 10px;
	color: #923031;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#menu a:hover{
	color: #ffe2e1;
	text-decoration: underline;
}

/*-----------------------*/
/*       COLUMNS         */
/*-----------------------*/
.column_left{
	float: left;
	width: 568px;
	padding: 0px 20px 0px 10px;
	border-right: 1px solid #5d1304;
}
.column_right{
	float: left;
	width: 304px;
	margin-left: -1px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #5d1304;
}
#main .column_left{
	border-right: 1px solid #c9af69;
}
#main .column_right{
	border-left: 1px solid #c9af69;
}
/*-----------------------*/
/*       CONTENT         */
/*-----------------------*/
.content{
	padding: 0px 0px 0px 10px;
}
h1, h2{
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	color: #5d1304;
	font-weight: normal;
	text-transform: uppercase;
}
h3{
	color: #5d1304;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	text-transform: uppercase;
}
h4, h5, h6{
	color: #5d1304;
	margin: 20px 0px 0px 0px;
	font-size: 13px;
}
h5, h6{
	color: #776332;
}
p{
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	line-height: 18px;
}
p a {
	color: #9a1a00;
	text-decoration: underline;
}
p a:visited {
	color: #ce2400;
}
p a:hover {
	color: #000;
	text-decoration: none;
}
ul{
	margin: 0px 0px 10px 15px;
	padding: 0px;
}
ul li{
	padding: 0px;
	font-size: 11px;
	line-height: 18px;
}
#middle .content h2, #middle .content h3, #middle .content h4{
	color: #dfcb96;
}
#main .content h2, #main .content h3, #main .content h4 {
	color: #5d1304;
}

#main .content h3 a {
	color: #5d1304;
	text-decoration: none;
}
#main .content h3 a:hover {
	color: #5d1304;
	text-decoration: underline;
}

#middle .content p, #middle .content div{
	color: #cf8e8c;
}
#main .content p{
	color: #4d4531;
}
#middle .content ul{
	color: #cf8e8c;
}
#main .content ul{
	color: #4d4531;
}
.separator{
	height: 1px;
	width: auto;
	margin: 20px 0px 20px 0px;
	font-size: 0px;
	border-bottom: 1px solid #c9af69;
}
/*-----------------------*/
/*        MIDDLE         */
/*-----------------------*/
#middle_bar{
	background: #4a0f01 url(../img/layout/background_pattern.jpg) repeat-x;
}
#middle{
	width: 914px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#main_image{
	width: 914px;
}
#main_image img{
	float: left;
}
#main_image_shadow{
	float: left;
	width: 914px;
	height: 10px;
	font-size: 0px;
	background: transparent url(../img/layout/main_image_shadow.png) no-repeat;
  	_background: none!important; 
  	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/layout/main_image_shadow.png', sizingMethod='scale');
}
div.image-effect{
	width: 914px; height: 262px;
	display: block;
	position: relative;
	z-index: 0;
	font-size: 0px;
	padding: 0; margin: 0 auto;
	overflow: hidden;
}
div.image-effect img{
	top:  0;
	left: 0;
	border: 0;
	z-index: 1;
}
#ad_image{
	width: 296px;
	height: 186px;
}
/*-----------------------*/
/*      NAVIGATION       */
/*-----------------------*/
#navigation_top, #navigation_sub{
	width: 560px;
	padding-left: 6px;
	border-bottom: 1px solid #5d1304;
}
#navigation_top{
	margin: 0px 0px 8px 0px;
}
#navigation_sub{
	margin: 0px 0px 8px 0px;
}
#navigation_top ul, #navigation_sub ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navigation_top li, #navigation_sub li{
	float: left;
	display: block;
	padding: 3px 4px 7px 4px;
	font-size: 11px;
}
#navigation_sub li{
	padding: 0px 4px 8px 4px;
}
#navigation_top a{
	color: #e5cccb;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation_sub a{
	color: #e3d3a0;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation_top a:hover, #navigation_sub a:hover{
	text-decoration: underline;
}
#navigation_top li.active a, #navigation_sub li.active a{
	color: #f9eb52;
	text-decoration: underline;
}
/*-----------------------*/
/*         MAIN          */
/*-----------------------*/
#main_bar{
	background-color: #dfcb96;
}
#main{
	position: relative;
	width: 914px;
	margin: 0 auto;
	padding: 15px 0px 20px 0px;
}
#main_shadow{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 914px;
	height: 24px;
	background: transparent url(../img/layout/main_shadow.png) no-repeat;
  	_background: none!important; 
  	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/layout/main_shadow.png', sizingMethod='scale');
}
.gallery{
	
}
.gallery_item{
	margin: 0px 2px 0px 2px;
	float: left;
}
.gallery_item a img{
	border: 1px solid #a79870;
}
/*-----------------------*/
/*         NEWS          */
/*-----------------------*/
#news{
	
}
.news_item{
	margin: 5px 0px 15px 0px;
}
.news_item .text{
	float: left;
	width: 185px;
	font-size: 11px;
	color: #4a0f01;
}
.news_item .text a{
	color: #b41e00;
	text-decoration: none;
	text-transform: uppercase;
}
.news_item .text a:hover{
	text-decoration: underline;
}
.news_item .more{
	text-align: right;
}
.news_item .more a{
	padding: 0px 10px 0px 5px;
	font-size: 9px;
	color: #fff;
	background-color: #4d4531;
}
.news_item .image{
	float: left;
	width: 88px;
}
.news_item .image img{
	width: 84px;
	height: 84px;
	border: 3px solid white;
}
/*-----------------------*/
/*        FOOTER         */
/*-----------------------*/
#footer{
	width: 914px;
	margin: 0 auto;
	padding: 20px 40px 30px 0px;
	text-align: right;
	font-size: 10px;
	color: #8e6961;
}
#footer span{
	padding-right: 5px;
}
img#powered {
	width: 141px;
	height: 19px;
	border: 0px;
	margin-bottom: 5px;
}
