/*Relaxace.cz stylesheet*/
* {
  padding: 0;
  margin: 0;
  border: 0; 
}
body{
	color: white;
	background-color: rgb(90, 150, 5);
	background-image: url(../graphics/up-background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	padding: 0px 0 0 0;
	margin: 0px;
}
.cleaner {
  clear: both;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
}
a{
  color: rgb(40, 47, 30);
  text-decoration: underline;
}
a:hover{
  color: white;
  text-decoration: none;
}
a.selected{
	text-decoration: none;
}
a.white{
  color:  white;
  text-decoration: underline;
}
a:hover.white{
  text-decoration: none;
}
/*LAYOUT*/
#center-area{
	width: 836px;
	margin: 0 auto 0 auto;
	padding: 0 3px 0 3px;
}
#lang-flags{
  width: 830px;
  height: 30px;
  margin: 0 auto 0 auto;
  padding: 0 6px 0 0;
  line-height: 30px;
  text-align: right;
}
/* HEADER */
#header{
	position: relative;
	top: 0px;
	width: 836px;
	height: 146px;
	background-color: rgb(90, 150, 5);
	background-image: url(../graphics/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 6px;
	padding: 0px;
}
#header-logo{
  position: relative;
	width: 132px;
	height: 85px;
	top: 35px;
	left: 23px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#header-logo a img{
	text-decoration: none;
	border: 0px solid white;
}

/* CONTENT */
#subheader{
	width: 836px;
	height: 39px;
	color: white;
	background-color: rgb(76, 129, 1);
	font-size: x-small;	
	margin: 0 0 6px 0;
	padding: 0;
}
#subheader .left{
  float: left;
  width: 6px;
  height: 39px;
  background-image: url(../graphics/subheader-left.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
#subheader .content{
  float: left;
  width: 799px;
  height: 39px;
  line-height: 39px;
  color: white;
  text-transform: uppercase;
  background-color: rgb(76, 129, 1);
  margin: 0;
  padding: 0 0 0 25px;
}
#subheader .right{
  float: left;
  width: 6px;
  height: 39px;
  background-image: url(../graphics/subheader-right.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
#contentblock{
	width: 654px;
	float: right;
	text-align: left;
	padding: 0px 0px 6px 0px; 
	margin: 0px 0px 0px 0px;
}
#contentblock .upcorners{
	width: 654px;
	height: 5px;
	line-height: 5px;
	font-size: 2px;
	background-image: url(../graphics/content-upcorners.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0; 
	margin: 0;
}
#contentblock .content{
	width: 632px;
	background-image: url(../graphics/content-background.jpg);
	background-position: left top;
	background-repeat: repeat;
	border-left: 1px solid rgb(134, 169, 83);
	border-right: 1px solid rgb(134, 169, 83);
	padding: 10px;
	margin: 0px 0px 0px 0px;
}
#contentblock .content div.popisky{
  float: left;
  width: 220px;
  font-size: 75%;  
  text-align: right;
  margin: 3px 3px 3px 0; 
}
#contentblock .content div.pole{
  float: right;
  width: 400px;
  font-size: 75%;
  margin: 3px 0 3px 3px; 
}
#contentblock .content div.pole input.textove_pole{
  width: 200px;
  border-left: 2px solid #4a5d2e;
  border-top: 2px solid #4a5d2e; 
  border-right: 2px solid #dae5cb;
  border-bottom: 2px solid #dae5cb;  
}
#contentblock .content div.pole select.textove_pole{
  border-left: 2px solid #4a5d2e;
  border-top: 2px solid #4a5d2e; 
  border-right: 2px solid #dae5cb;
  border-bottom: 2px solid #dae5cb;  
}
#contentblock .content div.pole input.send{
  width: 100px;
  border-right: 2px solid #4a5d2e;
  border-bottom: 2px solid #4a5d2e; 
  border-left: 2px solid #dae5cb;
  border-top: 2px solid #dae5cb;
  background-color: white;
  color: black;
  font-weight: bold;  
}
#contentblock .content div.pole textarea{
  width: 350px;
  height: 100px;
  border-left: 2px solid #4a5d2e;
  border-top: 2px solid #4a5d2e; 
  border-right: 2px solid #dae5cb;
  border-bottom: 2px solid #dae5cb; 
}
#contentblock .content div.error{
  border: 1px solid white;
  background-color: rgb(205, 1, 1);
  color: white;
  font-size: 75%;
  font-weight: bold;
  padding: 10px;
  margin: 10px 0 10px 0;
}
#contentblock .content div.result{
  border: 1px solid white;
  background-color: rgb(90, 150, 5);
  color: black;
  font-size: 75%;
  font-weight: bold;
  padding: 10px;
  margin: 10px 0 10px 0;
}
#contentblock .content .left{
	width: 620px;
	float: left;
	font-size: 75%;
	padding: 5px;
	margin: 10px 0px 0px 0px;
}
#contentblock .content .left p{
  line-height: 15px;
  margin: 10px 0 10px 0;
}
#contentblock .content .left ul.kategorie{
  line-height: 15px;
  margin: 10px 0 10px 30px;
}
#contentblock .content .left ul.kategorie li{
  line-height: 20px;
}
#contentblock .content .left .listecek{
	width: 188px;
	height: 195px;
	float: left;
	padding: 0px;
	margin: 0px 8px 0px 8px;	
	overflow: hidden;
	background-image: url(../graphics/listecek.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}	 
#contentblock .content .left .listecek h3{
  width: 135px;
  color: rgb(0, 106, 40);
  margin: 35px 0 0 25px;
  text-align: center;
  font-weight: bolder;
}
#contentblock .content .left .listecek ul{
  width: 135px;
  color: rgb(0, 106, 40);
  font-size: x-small;
  margin: 5px 0 0 30px;
}
#contentblock .content .left .listecek ul.sub{
  color: rgb(0, 106, 40);
  font-size: x-small;
  margin: 0 0 0 15px;
}
#contentblock .content .left .listecek li a{
  color: rgb(0, 106, 40);
}
#contentblock .content .left .listecek li a:hover{
  text-decoration: none;
}
#contentblock .content .right{
	width: 166px;
	height: 333px;
	float: right;
	padding: 5px;
	margin: 30px 0px 0px 0px;
	background-image: url(../graphics/rcol-background.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
#contentblock .content .right h2{
  width: 136px;
  color: rgb(0, 106, 40);
  margin: 10px 0 0 15px;
  text-align: center;
  font-weight: bolder;  
}
#contentblock .content .nomenklatura{
	width: 405px;
	float: left;
	padding: 5px;
	margin: 15px 0px 0px 0px;
}
#contentblock .content .nomenklatura p{
	color: white;
	font-size: 75%;
  padding: 5px;
	margin: 0px 0px 0px 0px;
}
#contentblock .downcorners{
	width: 654px;
	height: 5px;
	line-height: 5px;
	font-size: 2px;
	background-image: url(../graphics/content-downcorners.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 6px 0px; 
	margin: 0px 0px 0px 0px;
}


/* HORIZONTAL MENU */
#menu-column {
  float: left;
	width: 170px;
	text-align: left;
	border: 0px solid black;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 10px 0px;
}
#menu-column .upcorners{
	width: 170px;
	height: 6px;
	line-height: 6px;
  font-size: 1px;	
	background-image: url(../graphics/lcol-upcorners.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}
#menu-column .content{
	width: 168px;
  border-left: 1px solid rgb(78, 121, 17);	
  border-right: 1px solid rgb(78, 121, 17);
}
#menu-column .content .menu{
  width: 158px;
  background-image: url(../graphics/menutab.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  margin: 0 5px 6px 5px;	
}
#menu-column .downcorners{
	width: 170px;
	height: 6px;
	line-height: 6px;
  font-size: 1px;	
	background-image: url(../graphics/lcol-downcorners.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}
#menu-column .content .menu a.selected {
	width: 138px;
	height: 27px;
	line-height: 27px;
	color: white;
  text-transform: uppercase;	
	text-decoration: none;
  background-image: url(../graphics/menutab.gif);
  background-position: -158px top;
  background-repeat: no-repeat;	
	display: block;
	padding: 0 0 0 20px;
	margin: auto;
}
#menu-column .content .menu a {
	width: 138px;
	height: 27px;
	line-height: 27px;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
  background-image: url(../graphics/menutab.gif);
  background-position: left top;
  background-repeat: no-repeat;	
	display: block;
  padding: 0 0 0 20px;
	margin: auto !important;
}
#menu-column .content .menu a:hover {
	width: 138px;
	height: 27px;
	line-height: 27px;
	color: white;
  text-transform: uppercase;	
	text-decoration: none;
  background-image: url(../graphics/menutab.gif);
  background-position: -158px top;
  background-repeat: no-repeat;	
	display: block;
	padding: 0 0 0 20px;
	margin: auto;
}
/* VERTICAL MENU RECTANGLE */
#menu-column .rectangle{
	width: 158px;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0 4px;	
}
#menu-column .rectangle .upcorners{
	width: 160px;
	height: 5px;
	line-height: 5px;
  font-size: 1px;	
	background-image: url(../graphics/menu-upcorners.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;	
}
#menu-column .rectangle .content{
	width: 150px;
	text-align: center;
	background-color: rgb(76, 129, 1);
	margin: 0;
	padding: 0 4px 0 4px;	
}
#menu-column .rectangle .content img{
  margin: 5px 0 5px 0;
}
#menu-column .rectangle .content #logform p{
  font-size: 75%;
}
#menu-column .rectangle .content #logform input{
  width: 80%;
  margin: 3px 0 3px 0;
  border: 1px solid black;
}
#menu-column .rectangle .downcorners{
	width: 160px;
	height: 5px;
	line-height: 5px;
  font-size: 1px;	
	background-image: url(../graphics/menu-downcorners.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;	
}
/* FOOTER */
#footer{
	width: 816px;
	height: 75px;
	color: white;
	background-image: url(../graphics/footer-background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 0px 10px;	
}
#footer a{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: center;	
  text-decoration: underline;	
}
/* THUMBNAILS */
.thumbnails{
	position: relative;
   width: 560px;
	margin: 5px auto 5px auto;
}
.thumbnails .thumb-area{
	width: 136px;
	height: 136px;
	float: left;
	margin: 0 1px 0 1px;
	padding: 0 0 0 0;
}
.thumbnails .thumb-area a{
	width: 136px;
	height: 136px;
	display: block;
	background-color: rgb(27, 95, 178);
	font-size: xx-small;	
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: white;	
}
.thumbnails .thumb-area a:hover{
	width: 136px;
	height: 136px;
	background-color: rgb(118, 158, 207)
}
.thumbnails .thumb-area img{
	margin: auto;
	padding: 0 0 0 0;
	border: 2px solid white;
}
.thumbnails .thumb-area a img{
	border: 2px solid white;
	margin: 10px 5px 3px 5px;
}
.thumbnails .thumb-area a:hover img{
	border: 2px solid rgb(20, 79, 147);
}

/* GIRLS WALLPAPERS */
.girls-thumbnails{
   width: 560px;
	margin: 5px auto 5px auto;
}
.girls-thumbnails .thumb-area{
	width: 175px;
	height: 185px;
	float: left;
	margin: 0 2px 0 2px;
	padding: 0 0 0 0;
}
.girls-thumbnails .thumb-area a{
	width: 175px;
	height: 185px;
	display: block;
	background-color: rgb(27, 95, 178);
	font-size: x-small;	
	font-weight: normal;
	text-decoration: none;
	color: white;	
}
.girls-thumbnails .thumb-area a:hover{
	width: 175px;
	height: 185px;
	background-color: rgb(40, 107, 189);
}
.girls-thumbnails .thumb-area img{
	margin: auto;
	padding: 0 0 0 0;
	border: 2px solid white;
}
.girls-thumbnails .thumb-area a img{
	border: 2px solid white;
	margin: 10px 5px 3px 5px;
}
.girls-thumbnails .thumb-area a:hover img{
	border: 2px solid rgb(147, 0, 37);
}

/* HORIZONTAL MENU THUMBNAILS */ 
#menu-column .thumbnails{
   width: 112px;
	margin: 5px auto 5px auto;
}
#menu-column .thumb-area{
	width: 104px;
	margin: 0 4px 0 4px;
	padding: 0 0 0 0;
}
#menu-column .thumb-area .thumb{
	width: 104px;
	height: 75px;
	margin: 0px 0px 3px 0px;
	padding: 0 0 0 0;
}
#menu-column .thumb-area .title{
	width: 100%;
   text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0 0 0 0;
}

/**** GUEST BOOK ****/
#guest-book{
	width: 554px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#guest-book .form-title{
	width: 100px;
	float: left;
	text-align: right;
	margin: 0 4px 4px 0;
	padding: 0;
}
#guest-book .form-field{
	width: 142px;
	float: left;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;	
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0;
}
#guest-book .form-field-wide{
	width: 389px;
	height: 113px;
	float: left;
	text-align: left;
	vertical-align: top;
	background-image: url(../graphic/book-textarea-background.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#guest-book input{
	width: 142px;
	height: 16px;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;		
	color: white;
	background-color: rgb(140, 174, 216);
}
#guest-book input.code{
	width: 88px;
	height: 16px;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;		
	color: white;
	background-color: rgb(140, 174, 216);
}
#guest-book textarea{
	width: 372px;
	height: 113px;
	color: white;
	background-color: rgb(140, 174, 216);
	margin: 0 8px 0 8px;
}
#guest-book .smileys{
	width: 390px;
	margin: 2px 0 5px 103px;
	padding: 0 7px 0 7px;
}
#guest-book .smileys a{
	float: left;
	width: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
	margin: 0 3px 0 3px;
}
#guest-book .smileys a:hover{
	width: 25px;
	height: 25px;
	text-decoration: none;
	background-color: rgb(118, 158, 207)
}
#guest-book .smileys img{
	margin: 5px;
	padding: 0 0 0 0;
}

#guest-book input.send{
	width: 62px;
	height: 23px;
	background-color: rgb(140, 174, 216);
	background-image: url(../graphic/book-btn-background.gif);
	background-repeat: no-repeat;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;		
	text-transform: uppercase;
	margin: 0 8px 0 8px;
}
#guest-book div.hr{
	width: 558px;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: 1px solid white;
	padding: 0;
	margin: 0 0 2px 0;
}
#guest-book .mess-head{
	width: 560px;
	float: left;
	text-align: left;
	background-color: rgb(20, 79, 147);	
	margin: 0 0 4px 0;
	padding: 0;
}
#guest-book .mess-head .icon-nick{
	width: 15px;
	height: 16px;
	line-height: 16px;
	float: left;
	background-color: rgb(20, 79, 147);
	background-image: url(../graphic/icons/users.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#guest-book .mess-head .icon-topic{
	height: 16px;
	line-height: 16px;
	float: left;
	background-color: rgb(20, 79, 147);
	background-image: url(../graphic/icons/tema.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 4px 0 14px;
}
#guest-book .mess-head .icon{
	width: 18px;
	height: 16px;
	line-height: 16px;
	float: left;
	background-color: rgb(20, 79, 147);
	text-align: center;
	margin: 0 0 0 0;
}
#guest-book .mess-head .item{
	height: 16px;
	line-height: 16px;
	float: left;
	background-color: rgb(20, 79, 147);
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;
}
#guest-book .mess-head .reply{
	height: 16px;
	line-height: 16px;
	float: right;
	background-color: rgb(20, 79, 147);
	background-image: url(../graphic/icons/reply.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 13px 0 0;
}
#guest-book .mess-head .date{
	height: 16px;
	line-height: 16px;
	float: right;
	background-color: rgb(20, 79, 147);
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;
}
#guest-book .mess-reply{
	width: 530px;
	float: right;
	font-size: x-small;
	font-style: italic;
	text-align: left;
	/*background-color: rgb(140, 174, 216);*/
	border: 1px dashed white;
	margin: 0 0 3px 10px;
	padding: 2px 3px 2px 10px;
}
#guest-book .mess-body{
	width: 547px;
	float: left;
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0 3px 0 10px;
}
.deltable{
    width: 160px;
	border: 1px solid white;
	background-color: rgb(140, 174, 216);
	text-align: center;
	padding: 0px;
}
#delokno{
	width: 160px;
	position: absolute;
	display: none;
	border: 1px solid white;
	background-color: rgb(140, 174, 216);
	text-align: left;
	padding: 10px;
}

/**** AJAX FORMULAR ****/

div.float-form{
	position: absolute;
	width: 360px;
	background-image: url(../graphics/black-filter.png);
 	background-repeat: repeat;
	border: 1px solid silver;
	padding: 10px;
	display: none;
}

div.errorbox{
	width: 325px;
	color: white;
	border: 1px solid silver;
	background-color: rgb(205, 1, 1);
	padding: 5px;
	margin: 3px 0 3px 0;
}

div.resultbox{
	width: 325px;
	color: black;
	border: 1px solid silver;
	background-color: rgb(204, 237, 87);
	padding: 5px;
	margin: 3px 0 3px 0;
}

div.float-form #innerdiv{
  width: 340px;
	background-color: rgb(41, 49, 31);
	border: 1px solid silver;
	padding: 10px;
}


div.float-form .leftcol{
	width: 350px;
	float: left;
	font-size: 100%;
	margin-right: 5px;
	padding: 0;
}

div.float-form .rightcol{
	width: 350px;
	float: right;
	margin-left: 5px;
	padding: 0;
}

div.float-form input{
  width: 328px;
	border: 1px solid silver;
	background-color: white;
	color: black;
	padding: 3px;
	margin: 2px 0 5px 0;
}

div.float-form select{
	width: 335px;
	height: 22px;
	border: 1px solid silver;
	background-color: white;
	color: black;
	margin: 2px 0 5px 0;
}

div.float-form textarea{
	width: 335px;
	border: 1px solid silver;
	background-color: white;
	color: black;
	margin: 2px 0 5px 0;
}

div.float-form textarea.text2 {
	height: 140px !important;
}

div.float-form i{
	font-size: x-small;
}

div.float-form a.button-send{
	width: 100px;
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: small;
	color: black;
	text-decoration: none;
	text-align: center;
	border: 1px solid silver;
	background-color: rgb(204, 237, 87);
	cursor: pointer;
	padding: 3px;
	margin-right: 2px;
	display: block;
}

div.float-form a.button-storno{
	width: 100px;
	height: 40px;
	line-height: 40px;
	float: right;
	font-size: small;
	color: white;
	text-decoration: none;
	text-align: center;
	border: 1px solid silver;
	background-color: rgb(205, 1, 1);
	cursor: pointer;
	padding: 3px;
	margin-left: 2px;
	display: block;
}
#loading{
	display: none;
}
