/* HorskéInfo.cz stylesheet*/
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 dotted rgb(201, 203, 202);
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: 0;
  padding: 0;
}

form{
  padding: 0;
  margin: 0;
}

form input.text{
  width: 85%;
  height: 20px;
  background: white url(../graphics/input-bg.gif) left top repeat-x;
  border: 1px solid rgb(186, 186, 186);
  padding: 4px 3px 0 3px; 
}

fieldset{
  border: 1px solid rgb(186, 186, 186);
  padding: 5px;
}

legend{
  padding: 0 2px 0 2px;
}

button{
  height: 27px;
  line-height: 27px;
  color: rgb(105, 105, 105);
  border: none;
  background: transparent;
  font-size: small;
  text-align: center;
  padding: 0;
}

div.button, div.button-green{
  position: relative;
  height: 27px;
  line-height: 27px;
  color: rgb(105, 105, 105);
  border: none;
  font-size: small;
  text-align: center;
  padding: 0;
}

div.button{
  background: transparent url(../graphics/button.gif) left top no-repeat;
}

div.button-green{
  background: transparent url(../graphics/button-green.gif) left top no-repeat;
}

div.button div.close, div.button-green div.close{
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  line-height: 27px;
  margin: 0 0 0 0;
  padding: 0;
}

div.button div.close{
  background: transparent url(../graphics/button-close.gif) right top no-repeat;
}

div.button-green div.close{
  background: transparent url(../graphics/button-green-close.gif) right top no-repeat;
}

button.seek{
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-image: url(../graphics/icons/lupa.gif);
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 4px 0 0 0;
  vertical-align: top;
}

div.formbox{
  font-size: small;
  text-align: left;
}

div.formbox p#SendFormResult{
  margin: 0 0 10px 0;
}

a{
  color: rgb(254, 134, 0);
  text-decoration: underline;
}

a:hover{
  color: rgb(173, 178, 16);
  text-decoration: none;
}

a.selected{
	text-decoration: none;
}

a.link-in{
	padding-right: 10px;
	background-image: url(../grafika/link-in.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

a.link-out{
	padding-right: 10px;
	background-image: url(../grafika/link-out.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
img{
  border: 1px solid rgb(211, 211, 211);
  padding: 2px;
}
/* UNIVERZALNI NASTAVENI */
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}

.half{
  width: 45%;
  padding: 0 10px 0 10px;
}

.third{
  width: 28%;
}

.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;
}

.paddingR10{
  padding-right: 10px;
}

.paddingL10{
  padding-left: 10px;
}

.padding0{
  padding: 0;
}

.margin10{
  margin: 10px;
}

.marginR10{
  margin-right: 10px;
}

.marginL10{
  margin-left: 10px;
}

.margin0{
  margin: 0;
}

.height15{
  height: 15px;
}

.height20{
  height: 20px;
  line-height: 20px;
}

.fontmedium{
  font-size: medium;
}

.fontsmall{
  font-size: small;
}

.fontxsmall{
  font-size: x-small;
}

.colorblack{
  color: black;
}

.colordarkblue{
  color: rgb(63, 76, 108);
}
/* KONEC UNIVERZALNICH NASTAVENI */

/*BANNERY*/
#top-ad{
	width: 999px;
  color: rgb(61, 76, 107);
  font-size: small;	
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}
/*LAYOUT*/
#center-area{
	width: 999px;
	margin: 3px auto 0 auto;
	padding: 0;
}
/* HEADER */
#header{
	position: relative;
  width: 999px;
	height: 151px;
	background: rgb(168, 204, 254) url(../graphics/header-bg.gif) left top repeat-x;
}

#header a#logo{
  position: absolute;
  top: 13px;
  left: 25px;
  background: transparent url(../graphics/header-logo.jpg) left top no-repeat;
  z-index: 2;
  width: 258px;
  height: 137px;
  display: block;
} 

#header div#motto{
  position: absolute;
  top: 60px;
  left: 510px;
  width: 419px;
  height: 37px;
  background: transparent url(../graphics/header-motto.gif) left top no-repeat;
}

#header div#magnifier1{
  position: absolute;
  top: 143px;
  left: 687px;
  width: 30px;
  height: 8px;
  background: transparent url(../graphics/magnifier-1.gif) left top no-repeat;
}

/* CONTENT */
#horizontal-menu{
	position: relative;
  width: 999px;
	height: 39px;
	background: rgb(188, 194, 0) url(../graphics/mainmenu-bg.gif) left top repeat-x;
}

#horizontal-menu ul.menu{
  float: left;
  width: 670px;
  height: 39px;
  color: white;
  margin: 0;
  padding: 0 0 0 5px;
  overflow: hidden;
}
#horizontal-menu ul.menu li{
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#horizontal-menu ul.menu li.split-bar{
  width: 6px;
  line-height: 39px;
  background: transparent url(../graphics/mainmenu-splitbar.gif) left top no-repeat;
  padding: 10px 0;
}

#horizontal-menu ul.menu li a{
  line-height: 39px;
  letter-spacing: 1px;
  color: rgb(231, 237, 189);
  font-size: medium;
  font-family: Tahoma;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  padding: 10px 0;
  margin: 0 5px 0 5px;
}

#horizontal-menu ul.menu li a.selected{
  color: white;
}

#horizontal-menu ul.menu li a:hover{
  color: white;
}

div#search{
  float: right;
  width: 254px;
  height: 27px;
  background: transparent url(../graphics/magnifier-2.gif) left top no-repeat;  
  margin: 0;
  padding: 6px 15px 6px 45px;  
}

div#search input.text{
  height: 19px;
  border: none;
  background: transparent;
  margin: 0 0 0 0;
}

#magnifier3{
  height: 6px;
  background: transparent url(../graphics/magnifier-3.gif) 725px top no-repeat;
  margin: 0 0 5px 0;
  padding: 0;
}

p.dashed-line{
  width: 940px;
  height: 3px;
  line-height: 3px;
  font-size: x-small;
  border-bottom: 1px dotted rgb(201, 203, 202);
	margin: 0 auto 0 auto;
  padding: 0;
}

#container{
	float: left;
  width: 680px;
	text-align: left;
	background-image: url(../grafika/column-borders.gif);
	background-position: left top;
	background-repeat: repeat;
	padding: 0; 
	margin: 0 19px 0 0;
}

#leftcol {
  float: right;
	width: 180px;
	text-align: left;
	padding: 0; 
	margin: 0 19px 0 0;
}

div.short-headline{
	width: 165px;
	height: 30px;
	line-height: 30px;
	font-size: small;
	color: white;
	text-align: left;
	background: transparent url(../graphics/short-headline.gif) left top no-repeat;
  padding: 0 5px 0 10px;
  margin: 0 0 5px 0;
}

div.wide-headline{
	width: 285px;
	height: 30px;
	line-height: 30px;
	font-size: small;
	color: white;
	text-align: left;
	background: transparent url(../graphics/wide-headline.gif) left top no-repeat;
  padding: 0 5px 0 10px;
  margin: 0 0 5px 0;	
}

div.short-headline strong,
div.wide-headline strong{
  letter-spacing: 2px;
}

div.panel{
  width: 100%;
  color: rgb(74, 74, 74);
  font-size: small;
  margin: 0 0 15px 0;
}

div.panel ul{
  list-style-type: none;
  color: white;
  text-align: left;
  padding: 0 0 0 0;
  margin: 0;
}

div.panel ul li{
  text-align: left;
  line-height: 22px;
  border-bottom: 1px solid rgb(182, 202, 229);
  padding: 0;
  margin: 0 0 0 0;
}

div.panel ul li a{
  display: block;
  line-height: 22px;
  color: rgb(42, 92, 153);
  font-size: small;
  text-decoration: none;
  padding: 0 10px;
}

div.panel ul li.current{
  background: rgb(237, 245, 255);
}

div.panel ul li a:hover{
  background: rgb(237, 245, 255);
}

div.panel ul.sub{
  list-style-type: none;
  color: white;
  text-align: left;
  padding: 12px 0 0 20px;
  margin: 0;
}

div.panel ul.sub li{
  text-align: left;
  line-height: 22px;
  padding: 0;
  margin: 0 0 0 0;
}

div.panel ul.sub li.last{
  padding: 0;
}

div.panel ul.sub li a{
  display: block;
  line-height: 22px;
  color: rgb(42, 92, 153);
  font-size: small;
  text-decoration: none;
  padding: 0 10px;
}

div.panel ul.sub li:hover{
  background: red;
}

div.panel ul.sub li a:hover{
  text-decoration: underline;
}

/****  OBSAHOVY SLOUPEC ****/
#contentcol{
  float: right;
	width: 480px;
	overflow: hidden;
	text-align: left;
  padding: 0; 
	margin: 0;  
}
#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("../graphics/icons/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("../graphics/icons/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;
  padding: 5px 0px 10px 0px;
  margin: 0 0 10px 0;
}
#contentcol div.article h1{
  height: 15px;
  line-height: 15px;  
  color: rgb(254, 134, 0);
  font-size: 85%;
  padding: 0 5px 0 0;  
  margin: 0 0 10px 10px;
}
#contentcol div.article h1 a{
  color: rgb(254, 134, 0);
  text-decoration: underline;
}
#contentcol div.article h1 a:hover{
  text-decoration: none;
}
#contentcol div.article div.left{
  float: left;
  width: 106px;
  margin: 0 10px 0 0;
  padding: 0;
}
#contentcol div.article div.left img{
  border: 1px solid rgb(211, 211, 211);
  background-color: white;
  padding: 2px;
  margin: 0 0 0 10px;
}
#contentcol div.article div.right{
  float: left;
  width: 356px;
  margin: 0 0 0 0;
}
#contentcol div.article div.right p.date{
  float: left;
  width: 75px;
  height: 15px;
  line-height: 16px;  
  color: rgb(173, 178, 16);
  font-size: 75%;
  margin: 0 0 5px 0;
}
#contentcol div.article div.right a.section{
  float: right;
  width: 260px;
  height: 15px;
  line-height: 15px;  
  color: rgb(173, 178, 16);
  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{
  text-decoration: none;
}
#contentcol div.article p.perex{
  line-height: 20px;
  color: rgb(74, 74, 74);
  font-size: 75%;
  text-align: left;
  padding: 0;
  margin: 5px 10px 0 10px;
}
#contentcol div.article p.perex a{
  color: rgb(173, 178, 16);
  text-decoration: underline;
}
#contentcol div.article p.perex a:hover{
  text-decoration: none;
}
#contentcol div.article a:hover{
  text-decoration: none;
}
#contentcol div.subarticle-ad{
  width: 480px;
  color: rgb(61, 76, 107);
  font-size: 75%;  
  margin: auto;
  padding: 0 0 0 0;
  text-align: center;  
}

/**** PRAVY SLOUPEC ****/
#rightcol{
  float: right;
  width: 300px;
  margin: 0;
  padding: 0;
}
#rightcol .square-ad{
  width: 300px;
  color: rgb(61, 76, 107);
  font-size: 75%;  
  padding: 0;
  margin: 0 0 15px 0;
  text-align: center;   
}

/*PARTNERI WEBU*/
#rightcol div.partnerhead{
	width: 250px;
	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: 248px;
  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: 100%;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.panel-consultings a{
  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 dotted rgb(201, 203, 202);
  padding: 5px 0 5px 28px;
}
.panel-consultings a:hover{
  text-decoration: underline;
}
/* FOOTER */
#footer{
	width: 979px;
	height: 90px;
	color: white;
	background-image: url(../grafika/horizontal-menu-bg.gif);
	background-position: left 2px;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 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);
}

/* 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;
}
