/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 10px 0; 	
	padding: 0;
	font: normal 14px 'Trebuchet MS', sans-serif;
	color: #444;
	background: #6D5434;
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: none; }

/* headers */
h1, h2, h3 {
	font-family:'Trebuchet MS', Tahoma, Sans-serif;
	color: #B22222;
}
h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
  border: 1px solid #DDD; 
  padding: 5px;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #993333;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #D68686;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:0px 10px 0px 10px; 
	padding: 5px 0px 5px 5px;
	border: 1px solid #eee; 
	background-color: #FAFAFA; 
}
label {
	font-weight:bold;
	margin:5px 0;
  width:100px;
}
input {
	padding: 2px;
	border:1px solid #AAA;
	font: normal 14px 'Trebuchet MS', verdana, sans-serif;
	color:#111;
}
select {
	border:1px solid #AAA;
	font: normal 14px 'Trebuchet MS', verdana, sans-serif;
	color:#111;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 14px 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #AAA;
	height:100px;
	display:block;
	color:#111;
}
input.button { 
	margin: 0; 
	font: bold 14px Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
	cursor:pointer;
}

a.button { 
	margin: 0; 
	font: bold 14px Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
	cursor:pointer;
}
a.button:hover {
  text-decoration:none;
} 

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 14px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 970px;
	margin: 0 auto;
	background: #FFF url(images/wrap-bg.jpg) repeat-y;
}

/* header */
#header {
	position: relative;
	height: 176px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 15px ; 
	top: 15px;
	width: 595px;
	height: 156px;
	background: #FFF url(images/headerphoto.jpg) no-repeat;	
}
#header .logo {
	position: absolute;
	right: 15px ; 
	top: 15px;
	width: 940px;
	height: 156px;
	background: #FFF url(images/rkj-logo.jpg) no-repeat;	
}
#header #logo-box {
	position: absolute;
	left: 15px ; 
	top: 15px;
	width: 340px;
	height: 156px;	
	background: #4E3525;
}
#logo-box h1#logo {
	position: absolute;	
	font: bold 70px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; 
	padding: 0;
	top: 20px; 
	left: 30px;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 20px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFCC;	
	margin: 0; 
	padding: 0;
	top: 100px; 
	left: 60px;
}

/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 970px;		
	background: #FFF url(images/wrap-bg.jpg) repeat-y;
	float: left;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 940px;
	color: #FFF;
	background-color: #4E3525;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #C8935D;
	color: #FFF;
}
#menu li a#current  {
	background: #993333; 

	color: #FFF;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url(images/content.jpg) repeat-y;
}
#content {
	width: 940px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/* sidebar */
#sidebar {
	float: left;
	width: 350px;
	margin: 0px 0px 10px 0px; 
	padding: 0px;	
}	
#sidebar h1, h2, h3 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #660000;	
}
#sidebar p {
	margin: 0px 10px 0px 10px; 
	padding: 5px 5px 5px 5px;	
	border: 1px solid #eee; 
	background-color: #FAFAFA; 
}

/* main */
#main {
	float: right;
	width: 590px;	
	margin: 0; 
	padding: 0;	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}

.post {
	margin: 0; padding: 0;	
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}
.post .post-footer .date {
	background: url(images/clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url(images/comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url(images/page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; 
	padding: 10px 0px 0px 0px;
	margin:0px 15px 0px 15px;
	font: normal 12px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 25px;
	background:#4E3525;
	color: #fff;
	text-align: center;
	border-top:5px solid #fff;
	border-bottom:15px solid #fff;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #fff;	
}
#footer a:hover {
	text-decoration: underline;
	color: #666;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

.frv-label {
	margin:5px 0;
  width:115px;
  float:left;
}
.frv-select {
  width:185px;
}
	
.fpn-label {
	margin:5px 0;
  width:150px;
  float:left;
}
.fpn-select {
  width:315px;
}
.fpn-textarea {
  width:310px;
	height:150px;
}
	
/* reality view */
a .sezn-radek:hover{
  width:568px;
	height:100px;
	border: 1px solid #eee; 
	background-color: #fde6d7; 
  overflow:hidden;
	margin-bottom:5px;
	padding:5px 5px 5px 5px;
	text-decoration:none;
}

.sezn-radek {
  width:568px;
	height:100px;
	border: 1px solid #eee; 
	background-color: #FAFAFA; 
  overflow:hidden;
	margin-bottom:5px;
	padding:5px 5px 5px 5px;
	text-decoration:none;
}
.sezn-nazev {
  font-weight:bold;
  overflow:hidden;
	float:left;
	margin-bottom:3px;
	width:400px;
	color:#993333;
	text-decoration:none;
}
.sezn-cena {
  text-align:right;
  font-weight:bold;
	float:left;
	margin-bottom:3px;
	width:165px;
	color:#0000ff;
	text-decoration:none;
}
.sezn-foto-ram {
  width:98px;
	height:76px;
	border:1px solid #6D5434;
	float:left;
	background-color:#fff;
}
.sezn-foto {
  width:88px;
	height:66px;
  padding: 5px 0px 0px 5px;
  background-color: #FFF;
	border:0px;
}
.sezn-foto-v {
  width:55px;
	height:66px;
  padding: 5px 17px 0px 23px;
  background-color: #FFF;
	border:0px;
}

a .sezn-popis:hover {
  font-size:12px;
	width:270px;
	height:70px;
	overflow:hidden;
	float:left;
	padding:0px 5px 5px 5px;
	line-height:15px;
	color: #444;
  text-align:justify;
	text-decoration:none;
}
.sezn-popis {
  font-size:12px;
	width:270px;
	height:70px;
	overflow:hidden;
	float:left;
	padding:0px 5px 5px 5px;
	line-height:15px;
	color: #444;
  text-align:justify;
	text-decoration:none;
}
.sezn-info {
  font-size:12px;
	width:180px;
	height:75px;
	float:right;
	overflow:hidden;
	color: #444;
	text-decoration:none;
}
.sezn-akce {
  text-align:right;
	margin-right:5px;
	font-weight:bold;
}
.real-azalozka {
  float:left;
	width:90px;
	height:20px;
	background-color:#FFF;
	border-left:1px solid #AAA;
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	padding:3px 10px 3px 10px;
}
.real-nzalozka {
  float:left;
	width:90px;
	height:20px;
	background-color:#F3F0EB;
	border:1px solid #AAA;
	padding:3px 10px 3px 10px;
}
.real-konec {
  float:left;
	width:358px;
	height:27px;
	background-color:#F3F0EB;
	border-bottom:1px solid #AAA;
}
.real-blok {
	background-color:#FFF;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
  width:560px;
	height:500px;
	padding:10px 10px 10px 10px;
	margin-bottom:8px;
	z-index:0;
}
.real-label {
  float:left;
  padding:0px 0px 0px 5px;
	width:150px;
	font-weight:bold;
}
.real-data {
  float:left;
  padding:0px 0px 0px 5px;
	width:380px;
}
.real-data-popis {
  float:left;
  padding:0px 0px 0px 5px;
	width:550px;
	text-align:justify;
  overflow:hidden;
}
.real-vyrizuje-foto {
  width:55px;
	height:70px;
	float:left;
}	
.img-zavinul {
  padding:2px 0px 0px 0px;
  margin:px 0px 0px 0px;
	border:0px;
  background-color: transparent;
}

.img-banner   { border:0;padding:0;margin:0;height:20px;width:75px;}
.img-nastip   { border:0;padding:0;margin:0px 0px 0px 5px;height:20px;width:75px;}
.img-email    { border:0px;padding:0;margin:0;height:18px;position:relative;top:2px;left:5px;}
.img-certifikat { padding:0;margin:5px 5px 5px 0px;float:left;height:141px;width:100px; }

.kontakty {
  font-size:16px;
}
.certifikaty {
  margin:20px 0px 20px 100px;
}

.typy-nem-skupina {
  font-size:16px;
  font-weight:bold;
  margin-top:10px;
}

.typy-nem-typ {
  margin-right:5px;
}

#gallery {
  width: 335px;
  margin: 0px 0px 10px 10px;
  padding: 0px;
  overflow: visible;
}
#gallery ul{
  margin: 0px;
  padding: 0px;
}
#gallery ul li {
  float:left;
  list-style:none; 
	display:inline-table; 
	margin:0px;
	padding:0px;
}
#gallery ul li .pic{
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  opacity:0;
  visibility:hidden; 
  position:absolute;
	top:277px;
  border:1px solid black;
  -webkit-box-shadow:#272229 2px 2px 10px;
  -moz-box-shadow:#272229 2px 2px 10px;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=5);
  box-shadow:#272229 2px 2px 10px;
	z-index:100;

}
#gallery .mini {
  width:98px;
  height:74px;
  margin: 0px 0px 2px 2px;
  padding: 3px 3px 3px 3px;
	background-color:#FFF;
  border: 1px solid #DDD; 
}
#gallery ul li .mini:hover{
  cursor:pointer;
  margin: 0px 0px 2px 2px;
  padding: 3px 3px 3px 3px;
}
#gallery ul li:hover .pic {
  width:569px; 
  height:427px;
  opacity:1; 
  visibility:visible; 
  float:right;
  background-color: #FFF;
}
#gallery .mini-v {
  width:56px;
  height:74px;
  margin: 0px 0px 2px 2px;
  padding: 3px 24px 3px 24px;
	background-color:#FFF;
  border: 1px solid #DDD; 
}
#gallery ul li .mini-v:hover{
  cursor:pointer;
  margin: 0px 0px 2px 2px;
  padding: 3px 24px 3px 24px;
}

