body {
	margin: 0px;
	padding: 0;
	background: #7B1B1B url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #9B3334;
}

h1 { font-size: 24px;
	text-align: center;
	font-weight: bold;
}

h2 { font-size: 16px; }

h3 {
	letter-spacing: 2px;
	font-size: 11px;
}

p, ul, ol {
	margin-top: 0;
	text-align: justify;
	line-height: 140%;
}

ul, ol { }

blockquote {
	padding-left: 20px;
	background: url(images/img10.jpg) repeat-y;
	font-size: 14px;

}

a { color: #9B3334; }

a:hover { 
	text-decoration: none;
	color: #DEA4A2;
}

.float_left	{ 
   	float: left; 
} 

.float_right	{ 
   	float: right; 
} 


a img {
	border: none;
}

hr { display: none; }



/* Header */

#header {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
}

/** LOGO */

#logo {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	padding: 123px 0 0 834px;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 50px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(images/img04.jpg) no-repeat left top;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 16px 15px 0px 15px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #464646;
}

#menu a:hover { 
	text-decoration: underline; 
}

#menu .current_page {
	background: #9B3334 url(images/img08.jpg) repeat-x left top;
	text-decoration: underline; 
	color: #FFFFFF;
}

/* Country */

#country {
	float: right;
	width: 270px;
}

#country img{
	padding: 0px 30px 0px 0px;
	}

/* Page */

#page {
	width: 940px;
	margin:0px auto;	
	padding: 20px 20px 0px 20px;
	background: #9B3334 url(images/img03.jpg) repeat-x left bottom;

}

#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 620px;
}

/* Blok */

.blok {
	width: 580px;
	margin-bottom: 20px;
	padding: 20px 20px;
	background: #FFFFFF url(images/img11.jpg) repeat-x left top;
	border: 1px solid #7B1B1B;
}


.blok img 	{
	border: none;
	margin-bottom: 20px;

}


.blok .entry {
	border-top: 1px solid #DEA4A2;
	padding: 10px 0px;
}



.entry img 	{
	border: 1px solid #9B3334;
	margin: 10px 0px 10px 0px;
}


.blok ul li {
	margin: 5px 0 5px 5px;
	
	padding: 0;
	list-style: none;
}

#contact fieldset
	{ 
	border: none;
	padding: 0px;
	text-align:left;
} 

#contact label 
	{ 
	float: left; 
	display:block;
	width: 260px; 
	margin-bottom: 5px;
} 

#contact input,textarea
	{ 
	border: 1px solid #9b3334; 
	width: 300px; 
	background: #FFFFFF;
	margin-bottom: 10px;
} 

#contact input.antispam
	{ 
	width: 40px; 
}

#contact input.telefon
	{ 
	width: 208px; 
}


#contact select.date
	{ 
	background: #FFFFFF;
  	position: absolute; width: 69px; top: -2px; left: -2px;
	margin-bottom:5px;

}

.container {
	border: 1px solid #9b3334; 
  	position: relative; width: 65px; height: 18px; overflow: hidden;
	float:left;
	margin-right: 5px; 

}

.container_druh {
	border: 1px solid #9b3334; 
  	position: relative; width: 208px; height: 18px; overflow: hidden;
	float:left;
	margin-bottom: 5px; 

}
#contact select.druh
	{ 
	background: #FFFFFF;
  	position: absolute; width: 212px; top: -2px; left: -2px;
	margin-bottom:5px;
}


#contact input.button 
	{
	background: url(images/img05.jpg) repeat-x left top;
	border: 1px solid #9B3334;
	color: #FFFFFF; 
	font-weight:bold;
	font-size: 85%;
	text-align:center;
	cursor: pointer;
	padding:1px;
	height: 20px;
	margin-top: 2px;
	margin-left:55px;
	width: 60px;
}

#book table 	{
	width: 550px;
	border-collapse: collapse;
 	border: 1px solid #9B3334;
	text-align: left;
	line-height: 140%;
	margin: 10px 15px 20px 15px;
}


#book thead {
	height: 25px;
	background: #7B1B1B;
	color: #FFFFFF;
	font-size: 14px;


}

#book tbody {
	background: #FFFFFF;
}

#book td, th { 
	padding: 2px 5px 2px 5px ;
} 

#book h3{
	text-align: center;
}

.time{
	text-align: right;
	background: url(images/img05.jpg) repeat-x left top;
	color:#FFFFFF;	
	font-size: 10px;
	font-weight:bold;
}

.offer {
	width: 555px;
	padding: 10px;
}

.offer img 	{
	border: 1px solid #464646;
	margin: 10px 10px 10px 0px;
}

.offer h3 {
	text-transform: none;
	font-weight: bold;
	color: #464646;
	letter-spacing: 0px;
	font-size: 14px;
	padding: 2px 14px;

}

.blue {

	background: #66CCFF;
	border: 1px solid #000099;
}

.red {

	background: #FFCCCC;
	border: 1px solid #FF6666;
}

.yellow {

	background: #FFF999;
	border: 1px solid #CCCC33;
}

.green {

	background: #33FFCC;
	border: 1px solid #009966;
}


#greeny {
	background: #33FFCC;
	border: 1px solid #009966;
}


#title {
	background: none;
	padding-left:4px;
	text-transform: none;
	font-size: 22px;
	font-weight: bold;
	color: #464646;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	border: none;
}

#sidebar li {
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF url(images/img11.jpg) repeat-x left top;
	border: 1px solid #7B1B1B;
}

#sidebar li ul {
	margin: 0px 0px;
	border: none;
}

#sidebar li li {
	margin: 0;
	padding: 10px 0px;
	border: none;
	background: url(images/img06.jpg) repeat-x left bottom;
}

#sidebar li li a {
	padding: 0px 0px 0px 30px;
	font-weight: normal;
	border: none;
	background: url(images/img07.jpg) no-repeat 15px 4px;
}

#sidebar li li a:hover {
	color: #BEA4A2;
	text-decoration: none;
}

#sidebar p {
	margin: 0;
	padding: 0px 3px;
}

#sidebar h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 5px 0 0 15px;
	background: url(images/img05.jpg) repeat-x left top;
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #9B3334;
}

#sidebar h3 {
	text-transform: none;
	font-weight: bold;
	color: #464646;
	letter-spacing: 0px;
	font-size: 14px;
	padding: 2px 14px;

}


#sidebar a {
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	color: #9B3334;
}

#sidebar a:hover {
	color: #BEA4A2;
	text-decoration: none;
}

#sidebar .autor {

	padding: 5px 15px 2px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #9B3334;
}

#sidebar .odkaz {
	margin: 3px 15px 0 22px;
	border:1px solid #9B3334;
}


#sidebar img 	{
	border: 1px solid #9B3334;
	margin: 10px 0px 5px 10px;
}


#counter img{
	margin: 1px 3px 0 0;
	border:none;
}

#counter {
	margin-left: 70px
}

#ohlas table 	{
	width: 258px;
	border-collapse: collapse;
	border:1px solid #9B3334;
	text-align: left;
	margin: 0px 0px 0px 0px;
	line-height: 140%;

}

#ohlas thead {
	height: 25px;
	background: #FFFFFF;
	color: #9B3334;
	font-size: 14px;
}

#ohlas tbody {
	background: #FFFFFF;
}

#ohlas td, th { 
	padding: 2px 5px 2px 5px ;
} 




/* Footer */

#footer {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	background: #9B3334 url(images/img09.jpg) repeat-x left top;

}

#footer p {
	margin: 0;
	padding: 60px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: none;
	font-size: 12px;
	color: #C7DAE5;

}

#footer a {	
	color: #C7DAE5;
}
