/*Relaxace.cz stylesheet*/
* {
  padding: 0;
  margin: 0;
  border: 0; 
}
body{
	color: black;
	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;
  height: 0;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
}
.dashed-line{
  width: 100%;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: 0;
  padding: 0;
}
a.selected{
	text-decoration: none;
}
fieldset{
  border: 1px solid rgb(201, 203, 202);
  padding: 5px;
}
legend{
  padding: 0 2px 0 2px;
}
input{
  border: 1px solid rgb(65, 73, 109);
  margin: 3px 0 3px 0;
}
button{
  width: 115px;
  height: 22px;
  line-height: 22px;
  background-image: url(../grafika/button.gif);
  background-position: left top;
  background-repeat: no-repeat;
  color: rgb(63, 76, 108);
  font-size: x-small;
  text-align: center;
}
div.formbox{
  font-size: 75%;
  text-align: left !important;
}
div.formbox p#SendFormResult{
  margin: 0 0 10px 0;
}
div.formbox a{
  color: rgb(63, 76, 108);
}
.half{
  width: 45%;
  padding: 0 10px 0 10px;
}
.third{
  width: 30%;
  padding: 0 5px 0 5px;
}
.floatleft{
  float: left;
}
.floatright{
  float: right;
}
.hidden{
  display: none;
}
.block{
  display: block;
}
.textcenter{
  text-align: center;
}
.textleft{
  text-align: left;
}
.textright{
  text-align: right;
}
.padding10{
  padding: 10px;
}
.padding0{
  padding: 0;
}
.margin10{
  margin: 10px;
}
.margin0{
  margin: 0;
}
.height15{
  height: 15px;
}
.height20{
  height: 20px;
  line-height: 20px;
}
.fontsmall{
  font-size: small;
}
.fontxsmall{
  font-size: x-small;
}
.colorblack{
  color: black;
}
.colordarkblue{
  color: rgb(63, 76, 108);
}

/*BANNERY*/
.top-ad{
	width: 1000px;
  color: rgb(61, 76, 107);
  background: white url(../grafika/reklama_v.gif) left bottom no-repeat;
  font-size: 75%;	
	margin: 5px auto 0 auto;
	padding: 0 0 0 9px;
	text-align: center;
}
/*LAYOUT*/
#center-area{
	width: 992px;
	margin: 5px auto 0 auto;
	padding: 3px;
	border: 1px solid rgb(216, 216, 216);
}
/* HEADER */
#header{
	width: 990px;
	height: 113px;
	background-image: url(../grafika/header.gif);
	background-position: left top;
	background-repeat: no-repeat;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#header a#logo{
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 325px;
  height: 85px;
  display: block;
} 

/* CONTENT */
#horizontal-menu{
	width: 990px;
	height: 40px;
  background: rgb(183, 222, 253) url(../grafika/menu-girl.jpg) right top no-repeat;
  border: 1px solid white;
  border-bottom: none;
}

#horizontal-menu .menu{
  float: left;
  width: 700px;
  height: 31px;
  line-height: 31px;
  color: white;
  background-color: rgb(183, 222, 253);
  margin: 0;
  padding: 9px 0 0 25px;
  overflow: hidden;
}
#horizontal-menu .menu div.listecek{
  float: left;
  width: 35px;
  height: 31px;
  background-image: url(../grafika/menu-listecek.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
#horizontal-menu .menu a{
  float: left;
  width: 108px;
  height: 31px;
  line-height: 28px;
  color: rgb(62, 77, 110);
  font-size: small;
  text-align: center;
  background-image: url(../grafika/zalozky.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 0 0 0;
  margin: 0;
}
#horizontal-menu .menu a.selected{
  color: rgb(62, 77, 110);
  background-image: url(../grafika/zalozky.gif);
  background-position: -108px top;
  background-repeat: no-repeat;
  margin: 0;
}
#horizontal-menu .menu a:hover{
  color: rgb(62, 77, 110);
  background-image: url(../grafika/zalozky.gif);
  background-position: -108px top;
  background-repeat: no-repeat;
}
#horizontal-menu form{
  float: right;
  height: 22px;
  padding: 0 10px 0 0;
  margin: 9px 0 9px 0;
}
#horizontal-menu form input{
  height: 18px;
  line-height: 18px;
  border: 1px solid rgb(178, 178, 178);
  margin: 0;
  padding: 0;
}
#horizontal-menu form input.submit{
  width: 83px;
  height: 22px;
  line-height: 23px;
  border: none;
  background: transparent url(../grafika/orange-button.gif) left top no-repeat;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0;
}
#horizontal-menu .girl-part{
  float: right;
  width: 246px;
  height: 40px;
  background-image: url(../grafika/menu-girl.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 0 0 0;
  padding: 0;
}
p.dashed-line{
  width: 990px;
  height: 3px;
  line-height: 3px;
  font-size: x-small;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  margin: 0 auto 0 auto;
  padding: 0;
}
.submenu-ad{
  float: right;
  width: 468px;
  height: 60px;
  color: rgb(61, 76, 107);
  font-size: 75%;
  border: 1px solid rgb(219, 239, 167);
  margin: 8px 60px 5px 0px;
  padding: 0;
  text-align: center;
  overflow: hidden
}
.search{
  float: right;
  width: 215px;
  height: 40px;
  /*background-image: url(../grafika/search.jpg);
  background-position: left top;
  background-repeat: no-repeat;*/  
  margin: 20px 0 0 0px;
  padding: 0;  
}
.search form input{
  width: 120px;
  height: 18px;
  line-height: 18px;
  border: 1px solid rgb(178, 178, 178);
  margin: 0;
  padding: 0;
}
.search form input.submit{
  width: 83px;
  height: 22px;
  line-height: 23px;
  border: none;
  background: transparent url(../grafika/orange-button.gif) left top no-repeat;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0;
}
.girl-part{
  float: right;
  width: 246px;
  height: 77px;
  background-image: url(../grafika/submenu-girl.jpg);
  background-position: left top;
  background-repeat: no-repeat;  
  margin: 0 0 0 0;
  padding: 0;
 /* border: 1px solid black;*/  
}
#contentblock{
	width: 990px;
	text-align: left;
	/*background-image: url(../grafika/column-borders.gif);
	background-position: left top;
	background-repeat: repeat;*/
	padding: 0px 0px 0px 0px; 
	margin: 10px auto 0 auto;
}

#leftcol {
  float: left;
	width: 173px;
	text-align: left;
	border: 0px solid black;
	padding: 0px 0px 0px 0px; 
	margin: 0px 5px 0px 0px;
}
div.redhead{
	width: 100%;
	line-height: 26px;
	font-size: x-small;
	color: white;
	text-align: center;
	background-color: rgb(255, 82, 117);
	background-position: left top;
	background-repeat: no-repeat;	
}
div.redhead strong{
  letter-spacing: 2px;
}
div.redhead a {
  text-decoration: none;
  color: #fff
}
div.redhead a:hover {
  text-decoration: underline
}
div.orangehead{
	width: 100%;
	line-height: 26px;
	font-size: x-small;
	color: white;
	text-align: center;
	background-color: rgb(254, 152, 34);
	background-position: left top;
	background-repeat: no-repeat;	
}
div.orangehead strong{
  letter-spacing: 2px;
}
div.orangehead a {
  text-decoration: none;
  color: #fff
}
div.orangehead a:hover {
  text-decoration: underline
}
div.greenhead{
	width: 100%;
	line-height: 26px;
  font-size: x-small;	
  color: white;
  text-align: center;
	background-color: rgb(156, 211, 6);
	background-position: left top;
	background-repeat: no-repeat;	
}
div.greenhead strong{
  letter-spacing: 2px;
}
div.greenhead a {
  text-decoration: none;
  color: #fff
}
div.greenhead a:hover {
  text-decoration: underline
}
div.bluehead{
	width: 100%;
	line-height: 26px;
  font-size: x-small;
  color: white;	
  text-align: center;
	background-color: rgb(88, 169, 234);
	background-position: left top;
	background-repeat: no-repeat;	
}
div.bluehead strong{
  letter-spacing: 2px;
}
div.bluehead a {
  text-decoration: none;
  color: #fff
}
div.bluehead a:hover {
  text-decoration: underline
}
/* NASTAVENI PANELU */
.panel-black{
	width: 100%;
	margin: 0 0 15px 0; 
	overflow: hidden;
}
.panel-black a{
  width: 100%;
  display: block;
  color: rgb(75, 81, 103);
  font-size: 75%;
  text-decoration: none;
  background-image: url(../grafika/blue-arrow.jpg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  padding: 5px 0 5px 28px;
}
.panel-black a:hover{
  text-decoration: underline;
}

/****  RUBRIKY CLANKU ****/
.panel-articles{
	width: 100%;
	margin: 0 0 15px 0; 
	overflow: hidden;
}
.panel-articles a{
  width: 100%;
  display: block;
  color: rgb(88, 169, 234);
  font-size: 75%;
  text-decoration: none;
  background-image: url(../grafika/blue-arrow.jpg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  padding: 5px 0 5px 28px;
}
.panel-articles img.withBorder{
  border: 1px solid rgb(183, 222, 253);
  background-color: white;
  padding: 2px;
}
.panel-articles div.photos{
  padding: 5px 5px;
  text-align: left;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
}
.panel-articles div.photos img {
  margin: 5px 5px;
}
.panel-articles a:hover{
  text-decoration: underline;
}
.panel-articles .user-m{
  line-height: 24px;
  background-image: url("../grafika/ikonky/user.gif");
  background-position: 5px 4px;
  background-repeat: no-repeat;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  font-size: small;
  font-weight: bold;
  color: rgb(65, 73, 109);
  padding: 0 0 0 28px;
  margin: 5px 0 0 0;
}
.panel-articles .user-z{
  line-height: 24px;
  background-image: url("../grafika/ikonky/user_female.gif");
  background-position: 5px 4px;
  background-repeat: no-repeat;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  font-size: small;
  font-weight: bold;
  color: rgb(65, 73, 109);
  padding: 0 0 0 28px;
  margin: 5px 0 0 0;
}
/****  SLUZBY ****/
.panel-services{
	width: 173px;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.panel-services a{
  width: 145px;
  display: block;
  color: rgb(141, 184, 8);
  font-size: 75%;
  text-decoration: none;
  background-image: url(../grafika/green-arrow.jpg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  padding: 5px 0 5px 28px;
}
.panel-services a:hover{
  text-decoration: underline;
}
/****  AKCNI NABIDKY ****/
.panel-offers{
	width: 100%;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.panel-offers h4 a{
  width: 98%;
  line-height: 16px;  
  color: rgb(141, 184, 8);
  font-size: 75%;
  padding: 0 0 3px 0;  
}
.panel-offers div{
  width: 96%;
  color: black;
  font-size: 75%;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  padding: 0 0 0 10px;
}
.panel-offers div a{
  width: 96%;
  display: block;
  color: /*rgb(141, 184, 8)*/black;
  font-size: 95%;
  text-decoration: underline;
  padding: 0 0 0 0;
  margin: 3px 0 5px 0;
  border: none;
}
.panel-offers div a:hover{
  color: rgb(141, 184, 8);
  text-decoration: none;
}
/****  LAZNE ****/
.panel-spa{
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.panel-spa h4{
  /*border-bottom: 1px dashed rgb(202, 204, 203);*/
}
.panel-spa h4 a{
  width: 100%;
  display: block;
  color: rgb(255, 82, 117);
  font-size: 65%;
  padding: 0 0 0 0; 
  margin: 0; 
}
/****  OBSAHOVY SLOUPEC ****/
#contentcol{
  float: left;
	width: 485px;
	overflow: hidden;
	text-align: left;
  padding: 0 10px 0 10px; 
	margin: 0px 0px 0px 0px;  
}
/**** ZOBRAZENI MAPY CR U SLUZEB ****/
#contentcol div.mapa-kraje{
  float: left;
  width: 46%;
  margin: 0 10px 20px 10px;
}
#contentcol div.mapa-kraje h4{
  color: rgb(255, 82, 117);
  font-size: small;
  margin: 0;
  padding: 0;
}
#contentcol div.mapa-kraje ul{
  list-style-type: none;
}
#contentcol div.mapa-kraje ul li{
  display: inline;
  margin: 0 5px 0 0;
}
#contentcol div.mapa-kraje ul li a{
  font-size: x-small;
  color: rgb(88, 169, 234);
}
#contentcol div.mapa-kraje ul li a.selected{
  font-size: x-small;
  color: rgb(75, 81, 103);
}
#contentcol div.mapa-kraje ul li a:hover{
  text-decoration: none;
}
#contentcol div.mapa{
  float: left;
  width: 46%;
  margin: 0 0 20px 10px;
  text-align: center;
}
#contentcol div.script{
  color: rgb(65, 73, 109);
  font-size: 80%;
	text-align: left;
	padding: 10px 0 0 0; 
	margin: 0px 0px 0px 0px;  
}
#contentcol div.script h2{
  color: rgb(88, 169, 234);
}
#contentcol div.script p{
  padding: 10px 0 10px 0;
}
#contentcol div.script ul{
  margin: 0 0 0 20px;
}
#contentcol div.error{
  background-image: url("../grafika/ikonky/dialog-warning.png");
  background-position: 5px 5px;
  background-repeat: no-repeat;
  border: 1px dashed red;
  font-size: small;
  padding: 15px 10px 10px 50px;
  margin: 0 0 10px 0;
}
#contentcol div.information{
  background-image: url("../grafika/ikonky/dialog-information.png");
  background-position: 5px 5px;
  background-repeat: no-repeat;
  border: 1px dashed green;
  font-size: small;
  padding: 15px 10px 10px 50px;
  margin: 0 0 10px 0;
}
#contentcol div.article{
  width: 485px;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  padding: 5px 0px 10px 0px;
  margin: 0 0 10px 0;
}
#contentcol div.pr-article{
  width: 485px;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  background-color: rgb(254, 224, 231);
  background-image: url(../grafika/komercni-sdeleni.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 5px 0px 15px 0px;
  margin: 0 0 10px 0;
}
#contentcol div.article h1, div.pr-article h1,
#contentcol div.article h2, div.pr-article h2{
  height: 15px;
  line-height: 15px;  
  color: rgb(255, 82, 117);
  font-size: 85%;
  padding: 0 5px 0 0;  
  margin: 0 0 10px 10px;
}
#contentcol div.article h1 a, div.pr-article h1 a,
#contentcol div.article h2 a, div.pr-article h2 a{
  color: rgb(255, 82, 117);
  text-decoration: underline;
}
#contentcol div.article h1 a:hover, div.pr-article h1 a:hover,
#contentcol div.article h2 a:hover, div.pr-article h2 a:hover{
  color: rgb(255, 82, 117);
  text-decoration: none;
}
#contentcol div.article div.left, div.pr-article div.left{
  float: left;
  width: 106px;
  margin: 0 10px 0 0;
  padding: 0;
}
#contentcol div.article div.left img, div.pr-article div.left img{
  border: 1px solid rgb(183, 222, 253);
  background-color: white;
  padding: 2px;
  margin: 0 0 0 10px;
}
#contentcol div.content{
  width: 468px;
  border-left: 2px solid rgb(168, 192, 225);
  font-size: medium;
  margin: 0 0 10px 0;
}
#contentcol div.article div.right, div.pr-article div.right{
  float: left;
  width: 356px;
  margin: 0 0 0 0;
}
#contentcol div.article div.right p.date, div.pr-article div.right p.date{
  float: left;
  width: 75px;
  height: 15px;
  line-height: 16px;  
  color: rgb(88, 169, 234);
  font-size: 75%;
  margin: 0 0 5px 0;
}
#contentcol div.article div.right a.section, div.pr-article div.right a.section{
  float: right;
  width: 260px;
  height: 15px;
  line-height: 15px;  
  color: rgb(88, 169, 234);
  /* border-right: 1px solid rgb(88, 169, 234); */
  font-size: 75%;
  font-weight: bold;
  text-align: right;
  text-decoration: underline;
  padding: 0 10px 0 5px;
  margin: 0 0 5px 0;
}
#contentcol div.article div.right a:hover.section, div.pr-article div.right a:hover.section{
  text-decoration: none;
}
#contentcol div.article p.perex, div.pr-article p.perex{
  line-height: 20px;
  color: rgb(63, 76, 108);
  font-size: 75%;
  text-align: left;
  padding: 0;
  margin: 5px 10px 0 10px;
}
#contentcol div.article p.perex a, div.pr-article p.perex a{
  color: rgb(255, 82, 117);
  text-decoration: underline;
}
#contentcol div.article p.perex a:hover, div.pr-article p.perex a:hover{
  text-decoration: none;
}
#contentcol div.article a:hover, div.pr-article a:hover{
  text-decoration: none;
}
#contentcol div.subarticle-ad{
  width: 480px;
  color: rgb(61, 76, 107);
  background: white url(../grafika/reklama_h.gif) left top no-repeat;
  font-size: 75%;  
  margin: auto;
  padding: 9px 0 0 0;
  text-align: center;  
}
#contentcol div.subarticle-ad a{
  color: rgb(63, 76, 108);
}
/* SLUZBY - zacatek */
#contentcol div.service{
  width: 785px;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  padding: 5px 0px 10px 0px;
  margin: 0 0 10px 0;
}
#contentcol div.pr-article{
  width: 485px;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  background-color: rgb(254, 224, 231);
  background-image: url(../grafika/komercni-sdeleni.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 5px 0px 15px 0px;
  margin: 0 0 10px 0;
}
#contentcol div.service h1, div.pr-article h1{
  /*height: 20px;*/
  line-height: 20px;  
  color: rgb(255, 82, 117);
  font-size: 85%;
  padding: 0 5px 0 0;  
  margin: 0 0 10px 10px;
}
#contentcol div.service h1 a, div.pr-article h1 a{
  color: rgb(255, 82, 117);
  text-decoration: underline;
}
#contentcol div.service h1 a:hover, div.pr-article h1 a:hover{
  color: rgb(255, 82, 117);
  text-decoration: none;
}
#contentcol div.service div.left, div.pr-article div.left{
  float: right;
  width: 106px;
  margin: 0 10px 0 0;
  padding: 0;
}
#contentcol div.service div.left img, div.pr-article div.left img{
  border: 1px solid rgb(183, 222, 253);
  background-color: white;
  padding: 2px;
  margin: 0 0 0 10px;
}
#contentcol div.content{
  width: 468px;
  border-left: 2px solid rgb(168, 192, 225);
  font-size: medium;
  margin: 0 0 10px 0;
}
#contentcol div.service div.right, div.pr-article div.right{
  float: left;
  width: 356px;
  margin: 0 0 0.35em 0;
}
#contentcol div.service div.right p.date, div.pr-article div.right p.date{
  float: left;
  width: 75px;
  height: 15px;
  line-height: 16px;  
  color: rgb(88, 169, 234);
  font-size: 75%;
  margin: 0 0 5px 0;
}
#contentcol div.service div.right a.section, div.pr-article div.right a.section{
  float: left;
  /*width: 260px;*/
  height: 15px;
  line-height: 15px;  
  color: rgb(88, 169, 234);
  /* border-left: 1px solid rgb(88, 169, 234); */
  font-size: 75%;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
  padding: 0 10px 0 5px;
  margin: 0 0 5px 10px;
}
#contentcol div.service div.right a:hover.section, div.pr-article div.right a:hover.section{
  text-decoration: none;
}
#contentcol div.service p.perex, div.pr-article p.perex{
  line-height: 20px;
  color: rgb(63, 76, 108);
  font-size: 75%;
  text-align: left;
  padding: 0;
  margin: 5px 10px 0 10px;
}
#contentcol div.service p.perex a, div.pr-article p.perex a{
  color: rgb(255, 82, 117);
  text-decoration: underline;
}
#contentcol div.service p.perex a:hover, div.pr-article p.perex a:hover{
  text-decoration: none;
}
#contentcol div.service a:hover, div.pr-article a:hover{
  text-decoration: none;
}
#contentcol div.subarticle-ad{
  width: 480px;
  color: rgb(61, 76, 107);
  background: white url(../grafika/reklama_h.gif) left top no-repeat;
  font-size: 75%;  
  margin: auto;
  padding: 9px 0 0 0;
  text-align: center;  
}
#contentcol div.subarticle-ad a{
  color: rgb(63, 76, 108);
}
/* SLUZBY - konec */
/**** PRAVY SLOUPEC ****/
#rightcol{
  float: right;
  width: 300px;
  margin: 0;
  padding: 0;
}
#rightcol .square-ad{
  width: 300px;
  color: rgb(61, 76, 107);
  background: white url(../grafika/reklama_h.gif) left top no-repeat;
  font-size: 75%;  
  padding: 9px 0 0 0;
  margin: 0 0 15px 0;
  text-align: center;   
}
/*PARTNERI WEBU*/
#rightcol div.partnerhead{
	width: 300px;
	height: 26px;
	line-height: 26px;
  font-size: 1px;	
	background-image: url(../grafika/red-head-background.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
	background-color: rgb(128, 33, 15);
	margin: 0 0 10px 0;
}
#rightcol div.partner{
  width: 298px;
  height: 50px;
  color: rgb(61, 76, 107);
  font-size: 75%;
  border: 1px solid rgb(219, 239, 167);
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}
.panel-consultings{
	width: 300px;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.panel-consultings a{
  width: 272px;
  height: 26px;
  line-height: 26px;  
  display: block;
  color: rgb(255, 82, 117);
  font-size: 75%;
  text-decoration: none;
  background-image: url(../grafika/blue-arrow.jpg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  /*border-bottom: 1px dashed rgb(201, 203, 202);*/
  padding: 0 0 0 28px;
}
.panel-consultings a:hover{
  text-decoration: underline;
}
/* FOOTER */
#footer{
	width: 972px;
	height: 90px;
	color: white;
	background-image: url(../grafika/footer.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	border-top: 1px solid rgb(156, 211, 8);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 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);
}

/* ul_3_column */

#akcni_nabidky h1.nadpis {
	font-size: 1em;
	background: #9CD306;
	color: #fff;
	padding: 4px 0.5em 4px 0.5em;
	margin: 0 0 1em 0;
	font-weight: normal;
}

#akcni_nabidky h2#prehled {
	font-size: 1em;
	margin: 1em 0 0.5em 0;
	color: #FF5275;
	margin-bottom: 0;
	padding-bottom: 0;
}

#akcni_nabidky h3 {
	font-size: 0.9em;
	color: black;
	background-color:#e9f8bf;
	padding:3px;
	color:#006600;
	margin-top:20px;
	/*text-decoration: underline;*/
}

#akcni_nabidky h3 a {
color:#006600;
}

#akcni_nabidky p.info {
	font-size: 0.8em;
	margin: 0.25em 0 1em 0;
	padding-top: 0;
	color: #7C7C7C;
}

#akcni_nabidky .ul_3_column {
	margin: 0 0 0.25em 0;
	padding: 0;
}

#akcni_nabidky .ul_3_column li {
	list-style-type: none;
	font-size: 0.8em;
	float: left;
	width: 370px;
	background: url('../grafika/blue-arrow.jpg') no-repeat 3px 6px;
	padding: 0 10px 0.25em 15px;
	margin-left:10px;
}

#akcni_nabidky .ul_3_column li a {
	color: #8DB808 !important;	
}

/* KONEC - ul_3_column */

/* 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;
}
.line20{
  line-height: 20px;
}
.largecol{
  width: 984px;
  border: 0px solid rgb(216, 216, 216);
  margin: 10px 0;
}
.partneri-div {
  color: #3E4D6E;
  text-align: center;
  font-size: small;	
  line-height: 20px
}
.partneri-div a {
  text-decoration: underline;
  color: #3E4D6E
}
.partneri-div a:hover {
  text-decoration: none
}
.center {
  text-align: center
}

a {
	text-decoration: none;
	color: #58A9EA;
}

a:hover {
	text-decoration: underline !important;
}


/* schování nadpisu na HP */
h1#frontpage-title {position:absolute; top: -1000px;}