
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: 1.3;
	text-align: center;
}

/** STRANKA */
#page {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#headerBox, #mainBox, #footerBox {
	width: 100%;
}

/** HLAVICKA */
#headerBox {
	position: relative;
	height: 106px;
	background: url('./HeaderBg.gif') bottom center no-repeat;
}
#headerBox #logo {
	position: absolute;
	bottom: 10px;/*38px;*/
	left: 0;/*10px;*/
}
#headerBox #logo img {
	border: none;
}
#headerBox #link {
	display: none;
	position: absolute;
	bottom: 23px;
	left: 110px;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
#headerBox #link a, #headerBox #link a:visited {
	color: #888;
	text-decoration: none;
}
#headerBox #link a:hover, #headerBox #link a:active {
	text-decoration: underline;
}

/** TELO */
#mainBox {
	height: 420px;
	background: #e8e8e8;
}

/** OBSAH */
#mainContentBox {
	position: relative;
	float: right;
	width: 600px;
	height: 350px;
	margin: 18px 5px 0 0;
	padding: 10px 25px 25px 20px;
	background: #e8e8e8;
	overflow-y: scroll;
}
#mainContentBox .article {
	margin-top: 10px;
}
#mainContentBox .article p {
	text-align: justify;
	line-height: 18px;
	margin-top: 5px;
}
#mainContentBox .article p.noMargin {
	margin: 0;
}
#mainContentBox .article p.perex {
	line-height: 30px;
}

/** Nadpisy */
h1, h2, h3 {
	font-family: Arial, Tahoma, Verdana;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
}
.style-1 h1 {
	color: #185d65;
}
.style-2 h1 {
	color: #c73f02;
}
.style-3 h1 {
	color: #517011;
}
h2 {
	font-size: 16px;
	padding-top: 3px;
}
.style-1 h2 {
	color: #1b626b;
}
.style-2 h2 {
	color: #c73f02;
}
.style-3 h2 {
	color: #517011;
}
h3 {
	color: #000;
	font-size: 14px;
	padding-top: 5px;
}

/** Odkazy */
a, a:visited {
	text-decoration: underline;
}
.style-1 a, .style-1 a:visited {
	color: #185d65;
}
.style-2 a, .style-2 a:visited {
	color: #c73f02;
}
.style-3 a, .style-3 a:visited {
	color: #517011;
}
a:hover, a:active {
	text-decoration: none;
}

/** Seznamy */
#mainContentBox .article ul, #mainContentBox .article ol {
	padding: 0 0 0 20px;
}
.style-1 #mainContentBox .article ul li {
	list-style-image: url('./ListImageStyle-1.gif');
}
.style-2 #mainContentBox .article ul li {
	list-style-image: url('./ListImageStyle-2.gif');
}
.style-3 #mainContentBox .article ul li {
	list-style-image: url('./ListImageStyle-3.gif');
}
#mainContentBox .article ul li, #mainContentBox .article ol li {
	/*line-height: 25px;*/
	line-height: 18px;
	text-align: justify;
	margin: 0;
	padding: 0;
}

/** Navigacni tlacitka */
#naviButtons {
	clear: both;
	display: block;
	margin-top: 40px;
	padding-bottom: 10px;
}
#naviButtons a {
	float: right;
	margin-left: 20px;
}
#naviButtons img {
	border: none;
}

/** HLAVNI MENU */
#mainMenuBox {
	float: left;
	width: 229px;
	background: none;
}
/** Prvni uroven */
#mainMenuBox ul {
	width: 100%;
	list-style: none;
	margin: 0 5px;
}
#mainMenuBox ul li {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-indent: 10px;
}
/* Bloky */
#mainMenuBox ul li.firstTop, #mainMenuBox ul li.secondTop, #mainMenuBox ul li.thirdTop {
	height: 42px;
	margin: 0;
}
#mainMenuBox ul li.firstTop img, #mainMenuBox ul li.secondTop img, #mainMenuBox ul li.thirdTop img {
	display: block;
	margin: 0;
	cursor: pointer;
	border: none;
}
#mainMenuBox ul li.hover {
	cursor: pointer;
}
#mainMenuBox ul li img.noHover {
	cursor: default;
}
#mainMenuBox ul li.firstTop a.active img, #mainMenuBox ul li.secondTop a.active img, 
#mainMenuBox ul li.thirdTop a.active img {
	cursor: default;
}
#mainMenuBox ul li.firstBottom, #mainMenuBox ul li.secondBottom, #mainMenuBox ul li.thirdBottom {
	height: 16px;
}
#mainMenuBox ul li.firstMiddle, #mainMenuBox ul li.secondMiddle, #mainMenuBox ul li.thirdMiddle {
	height: 79px;
}
#mainMenuBox ul li.firstBottom, #mainMenuBox ul li.secondBottom, #mainMenuBox ul li.thirdBottom {
	margin-bottom: 2px;
}
/* Prvni blok */
#mainMenuBox ul li.firstMiddle, #mainMenuBox ul li.firstMiddle2 {
	border-top: 1px solid #277782;
}
#mainMenuBox ul li.firstMiddle {
	background: url('./BlockFirstPhoto.jpg') transparent center center no-repeat;
}
#mainMenuBox ul li.firstMiddle2 {
	background: url('./MainMenuFirstMiddleBg.gif') #185c65 top left repeat-x;
}
#mainMenuBox ul li.firstBottom {
	background: url('./MainMenuFirstBottomBg.gif') bottom center no-repeat;
}
/* Druhy blok */
#mainMenuBox ul li.secondMiddle, #mainMenuBox ul li.secondMiddle2 {
	border-top: 1px solid #d84000;
}
#mainMenuBox ul li.secondMiddle {
	background: url('./BlockSecondPhoto.jpg') transparent center center no-repeat;
}
#mainMenuBox ul li.secondMiddle2 {
	background: url('./MainMenuSecondMiddleBg.gif') #d23900 top left repeat-x;
}
#mainMenuBox ul li.secondBottom {
	background: url('./MainMenuSecondBottomBg.gif') bottom center no-repeat;
}
/* Treti blok */
#mainMenuBox ul li.thirdMiddle, #mainMenuBox ul li.thirdMiddle2 {
	border-top: 1px solid #6e8c1b;
}
#mainMenuBox ul li.thirdMiddle {
	background: url('./BlockThirdPhoto.jpg') transparent center center no-repeat;
}
#mainMenuBox ul li.thirdMiddle2 {
	background: url('./MainMenuThirdMiddleBg.gif') #567513 top left repeat-x;
}
#mainMenuBox ul li.thirdBottom {
	background: url('./MainMenuThirdBottomBg.gif') bottom center no-repeat;
}
/* Odkazy v prvni urovni*/
#mainMenuBox ul li a, #mainMenuBox ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#mainMenuBox ul li a:hover, #mainMenuBox ul li a:active, #mainMenuBox ul li a.active {
	text-decoration: underline !important;
}
/** Druha uroven */
#mainMenuBox ul li ul {
	margin: 0;
}
#mainMenuBox ul li ul li {
	width: 100%;
	height: 23px;
		line-height: 23px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
}
#mainMenuBox ul li ul li a {
	line-height: 23px;
}
/*
#mainMenuBox ul li ul li:hover, #mainMenuBox ul li ul li:active, #mainMenuBox ul li ul li.active {
	background: url('./MainMenuSubItemBgActive.png') center left no-repeat;
}
/*

/** TOP MENU */
#subMenuBox {
	position: absolute;
	top: 60px;
	right: 0;
}
#subMenuBox ul {
	list-style: none;
}
#subMenuBox ul li {
	display: inline;
	margin-left: 4px;
}
#subMenuBox ul li a, #subMenuBox ul li a:visited {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	height: 33px;
	line-height: 33px;
	padding: 11px 0 11px 32px;
}
#subMenuBox ul li a:hover, #subMenuBox ul li a:active {
	color: #888;
	text-decoration: underline;
}
#subMenuBox ul li a#home {
	background: url('./LinkHomeBg.gif') top left no-repeat;
}
#subMenuBox ul li a#home:hover {
	background: url('./LinkHomeBg.gif') bottom left no-repeat;
}
#subMenuBox ul li a#partners {
	background: url('./LinkPartnersBg.gif') top left no-repeat;
}
#subMenuBox ul li a#partners:hover {
	background: url('./LinkPartnersBg.gif') bottom left no-repeat;
}
#subMenuBox ul li a#contact {
	background: url('./LinkContactBg.gif') top left no-repeat;
	margin-right: 16px;
}
#subMenuBox ul li a#contact:hover {
	background: url('./LinkContactBg.gif') bottom left no-repeat;
	margin-right: 16px;
}

/** PATICKA */
#footerBox {
	height: 82px;
	background: url('./FooterBg.gif') top center no-repeat;
}
#footerBox-copy {
	color: #333;
	text-align: right;
	padding-top: 23px;
	padding-right: 15px;
}

/** Dalsi styly */
.noScreen {
	display: none;
}
.noBorder {
	border: none;
}
.rating {
	position: absolute;
	bottom: 45px;
	left: 15px;
}

/** Mapa v kontaktech */
#mainMap {
	position: absolute;
	top: 45px;
	right: 20px;
	width: 340px;
	height: 320px;
	clear: both;
}

/** Spesl ScrollBar */
#mainContentBox {
	overflow: auto;
	position: relative;
	background: none;
}
.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
}
.fixedwidth {
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
.flexcroll {
	width: 100%;
	overflow: auto;
	position: relative;
	margin: 0.3em auto 0.3em -20px;
	padding: 20px;
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 5px;
	left: 0;
	height: 375px !important;
	_height: auto; /* zde nutne pouziti kvuli IE */
	margin-left: -8px;
	background: url('./ScrollBarTrack.gif') top center repeat-y !important;
}
.vscrollerbase {
	width: 2px;
	background: none;
}
.vscrollerbar {
	width: 10px;
	height: 128px !important;
	margin-left: -4px;
	background: url('./ScrollBarFace.gif') top center no-repeat !important;
}
.hscrollerbase {
	display: none;
}
#flex__1_vscrollerbar {
	height: 128px !important;
}

#slider{
    display: block;
    height: 350px;
    position: absolute;
    right: 7px;
    top:140px;
}
#contentWrapper{}
.ui-slider-handle{
    height: 100px !important;
    margin-top: -50px !important;
}
