@charset "UTF-8";
body {
	background: #000000 url(images/background.jpg) 0px 0px repeat-x;
	margin:0px auto;
    padding:0px;
	color: #ffffff;
	font-size: 10px;
}
* {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#siteHeader {
    width: 1000px;
	height: 130px;
    margin: 0px auto;
	padding: 0px;
	background: url(images/bg_search.png) no-repeat bottom right;
    clear:left;
}
#siteMenu {
    width: 1000px;
	height: 49px;
    margin: 0px auto;
	padding: 0px;
	background: url(images/shadow_top.png) no-repeat top center;
    clear:left;
}
#siteContent{
    width: 1000px;
	height: auto;
	min-height: 480px;
    margin: 0px auto;
	padding: 0px;
	text-align:left;
	background: url(images/shadow_bottom.png) no-repeat bottom center;
    clear:left;
}
#siteFooter{
    width: auto;
	min-width: 1000px;
	height: 28px;
    margin: 0px auto;
	padding: 0px;
	background: url(images/line_bottom.jpg) repeat-x top;
	text-align:center;
	vertical-align:middle;
	line-height: 28px;
	color: #202020;
    clear:left;
	display:block;
}

/* ==================================== HEADER====================================== */
#logo {
    width: 239px;
	height: 130px;
    margin: 0px;
	padding: 0px;
    float:left;
}

/* --------------------------- Vyhledávání ------------------------------ */
a.searchLink, searchAdv {
	color: #858585;
	text-decoration:none;
}
a.searchLink:hover, searchAdv:hover {
	color: #cbcb2c;
}
#searchAdv, searchLink {
    width: 685px;
	height: 15px;
    margin: 0px;
	padding-right: 76px;
	padding-top: 74px;
	text-align:right;
	background: url(images/search_arrow.png) no-repeat 685px 71px;
    float:left;
}
#searchAdv:hover, searchLink:hover {
    width: 685px;
	height: 15px;
    margin: 0px;
	padding-right: 76px;
	padding-top: 74px;
	text-align:right;
	background: url(images/search_arrow_over.png) no-repeat 685px 71px;
    float:left;
}
#searchInput {
	width: 741px;
	height: 15px;
	border: 0px;
	padding-right:20px;
	font-size:10px;
	float: left
}
#searchInput INPUT {
	width: 145px;
	border: 0px;
	color:#FFFFFF;
	background: none;
	position:relative;
	top:4px;
	left: 553px;
	box-shadow: none;
	padding-left:0px;
	margin-top:-2px;
	margin-left: 0px;
}


/* ==================================== BASIC ====================================== */
H1 {
	color: #cbcb2c;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
}
H2 /* KONTAKT */ {
	color: #57c8e2;
	font-size:14px;
	font-weight: normal;
	text-decoration:none;
}
H3 /* TISK */ {
	color: #6fb5d3;
	font-size:12px;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration:none;
}
H4 /* ANIMACE */ {
	color: #fea601;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
}
a {
	color: #cbcb2c;
	text-decoration:none;
}
a:hover {
	color: #ffff00;
}
input {
	border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: white; /* pro starší prohlížeče, které gradient nepodporují */
  	background: gradient(linear, left top, left bottom, from(#999999), to(white)); /* zatím nefunguje */
  	background: linear-gradient(top, #999999, white); /* zatím nefunguje */
  	background: -moz-linear-gradient(top, #999999, white); /* pro Firefox */
  	background: -o-linear-gradient(top, #999999, white); /* pro Operu */
  	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(white)); /* pro Chrome a Safari */
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='white'); /* pro Explorer */
	box-shadow: rgba(0,0,0,0.4) 1px 1px 0px 0px inset;
	border: 0px solid #666;
	margin-left: 10px;
	padding:1px 5px 1px 5px;
}
textarea {
	color: #000000;
	font-size: 11px;
	width: 440px;
	min-height: 100px;
	border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: white; /* pro starší prohlížeče, které gradient nepodporují */
  	background: gradient(linear, left top, left bottom, from(#999999), to(white)); /* zatím nefunguje */
  	background: linear-gradient(top, #999999, white); /* zatím nefunguje */
  	background: -moz-linear-gradient(top, #999999, white); /* pro Firefox */
  	background: -o-linear-gradient(top, #999999, white); /* pro Operu */
  	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(white)); /* pro Chrome a Safari */
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='white'); /* pro Explorer */
	box-shadow: rgba(0,0,0,0.4) 1px 1px 0px 0px inset;
	border: 0px solid #666;
	padding:5px 10px 5px 10px;
}
.button {
	color: #353508;
	font-size: 11px;
	border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #cbcb2c; /* pro starší prohlížeče, které gradient nepodporují */
  	background: gradient(linear, left top, left bottom, from(#879238), to(#cbcb2c)); /* zatím nefunguje */
  	background: linear-gradient(top, #879238, #cbcb2c); /* zatím nefunguje */
  	background: -moz-linear-gradient(top, #879238, #cbcb2c); /* pro Firefox */
  	background: -o-linear-gradient(top, #879238, #cbcb2c); /* pro Operu */
  	background: -webkit-gradient(linear, left top, left bottom, from(#879238), to(#cbcb2c)); /* pro Chrome a Safari */
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#879238', endColorstr='#cbcb2c'); /* pro Explorer */
	box-shadow: none;
	border: 0px solid #000000;
	margin-left: 10px;
	padding:1px 5px 1px 5px;
	cursor:pointer;
}
.button:hover {
	color: #000000;
	font-size: 11px;
	border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #cbcb2c; /* pro starší prohlížeče, které gradient nepodporují */
  	background: gradient(linear, left top, left bottom, from(#cbcb2c), to(#cbcb2c)); /* zatím nefunguje */
  	background: linear-gradient(top, #cbcb2c, #cbcb2c); /* zatím nefunguje */
  	background: -moz-linear-gradient(top, #cbcb2c, #cbcb2c); /* pro Firefox */
  	background: -o-linear-gradient(top, #cbcb2c, #cbcb2c); /* pro Operu */
  	background: -webkit-gradient(linear, left top, left bottom, from(#cbcb2c), to(#cbcb2c)); /* pro Chrome a Safari */
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcb2c', endColorstr='#cbcb2c'); /* pro Explorer */
	box-shadow: none;
	border: 0px solid #000000;
	margin-left: 10px;
	padding:1px 5px 1px 5px;
	cursor:pointer;
}
.titleGrey {
	color: #969696;
}
.black1 {
	/*color: #000000;*/
	border-left: 0px;
	border-right: 0px;
	border-bottom: #151515 1px solid;
	border-top: #000000 1px solid;
	margin-top:10px;
	margin-bottom:10px;
}

.divAbout {
	float: left;
	width: 300px;
}
.cenikWeb /* CENÍK WEBDESIGN */ {
	color: #cbcb2c;
	font-size:10px;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration:none;
}
.cenikTisk /* CENÍK TISK */ {
	color: #6fb5d3;
	font-size:10px;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration:none;
}
.cenikAnim /* CENÍK ANIMACE */ {
	color: #fea601;
	font-size:10px;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration:none;
}


/* ==================================== FOOTER ====================================== */
#footer{
	width: 1000px;
	height: 28px;
    margin: 0px auto;
	padding: 0px;
}

/* ==================================== HOMEPAGE ====================================== */
#webTop {
    width: 309px;
	height: 34px;
    margin: 0px 0px 0px 23px;
	padding: 0px;
	background: url(images/title_webdesignTop.png) no-repeat;
    float:left;
}
#webTopContent {
    width: 299px;
	height: 329px;
    margin: 0px 0px 0px 23px;
	padding: 0px 0px 0px 10px;
	background: url(images/webTop_content.png) no-repeat;
    float:left;
}
#webTopFooter {
    width: 309px;
	height: 53px;
    margin: 0px 0px 0px 23px;
	padding: 0px;
	background: url(images/webTopFooter.png) no-repeat;
    float:left;
}

#animaceTop {
    width: 323px;
	height: 34px;
    margin: 0px;
	padding: 0px;
	background: url(images/title_animaceTop.png) no-repeat;
    float:left;
}
#animaceTopContent {
    width: 298px;
	height: 329px;
    margin: 0px;
	padding: 0px 0px 0px 25px;
	background: url(images/animTop_content.png) no-repeat;
    float:left;
}
#animaceTopFooter {
    width: 323px;
	height: 53px;
    margin: 0px;
	padding: 0px;
	background: url(images/animTopFooter.png) no-repeat;
    float:left;
}

#tiskTop {
    width: 323px;
	height: 34px;
    margin: 0px;
	padding: 0px;
	background: url(images/title_tiskTop.png) no-repeat;
    float:left;
}
#tiskTopContent {
    width: 298px;
	height: 329px;
    margin: 0px;
	padding: 0px 0px 0px 25px;
	background: url(images/tiskTop_content.png) no-repeat;
    float:left;
}
#tiskTopFooter {
    width: 323px;
	height: 53px;
    margin: 0px;
	padding: 0px;
	background: url(images/tiskTopFooter.png) no-repeat;
    float:left;
}
#kontaktHP {
    width: 64px;
	height: 64px;
    margin: 0px 0px 0px 23px;
	padding: 0px;
	background: url(images/title_kontaktHP.png) no-repeat;
    float:left;
}
#kontaktHPbg {
    width: 876px;
	height: 58px;
    margin: 0px;
	padding: 6px 15px 0px 0px;
	text-align:right;
	background: url(images/kontaktHP_bg.png) no-repeat;
    float:left;
}

/* ==================================== HOMEPAGE WEBDESIGN ====================================== */
.containerWeb {
width: 289px;
height: 74px;
float:left
}

.containerWeb:hover .descWeb {
background-color:#4c5700;
}

.containerWebMezera {
width: 289px;
height: 7px;
float:left
}
.containerWebMezeraH {
width: 11px;
height: 74px;
float:left
}
.containerWebMezera1 {
width: 10px;
height: 74px;
float:left
}
.containerWebMezeraH1 {
width: 900px;
height: 5px;
float:left
}
.descWeb {
width: 208px;
height: 74px;
padding: 0px;
color: #cbd77b;
font-size: 9px;
float:left
}

.img{
width: 81px;
height: 74px;
float:left
}

a.webTitle {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.webTitle:hover {
	text-decoration: underline
}
.webTitle {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.webLink {
	color: #deff01;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

/* ==================================== HOMEPAGE ANIMACE ====================================== */
.containerAnim {
width: 289px;
height: 74px;
float:left
}
.containerAnim:hover .descAnim {
background-color:#985200;
}
.containerAnimMezera {
width: 289px;
height: 7px;
float:left
}
.containerAnimMezeraH {
width: 11px;
height: 74px;
float:left
}
.descAnim {
width: 208px;
height: 74px;
padding: 0px;
color: #ffca66;
font-size: 9px;
float:left
}

a.animTitle {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.animTitle:hover {
	text-decoration: underline
}
.animTitle {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.animLink {
	color: #ffe400;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

/* ==================================== HOMEPAGE TISK ====================================== */
.containerTisk {
width: 289px;
height: 74px;
float:left
}
.containerTisk:hover .descTisk {
background-color:#35447e;
}
.containerTiskMezera {
width: 289px;
height: 7px;
float:left
}
.containerTiskMezeraH {
width: 11px;
height: 74px;
float:left
}
.descTisk {
width: 208px;
height: 74px;
padding: 0px;
color: #9bcdd9;
font-size: 9px;
float:left
}
a.tiskTitle {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.tiskTitle:hover {
	text-decoration: underline
}
.tiskTitle {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.tiskLink {
	color: #00ffff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

/* ==================================== CONTENT ====================================== */
#titleH {
width: 934px;
height: 20px;
padding: 30px 33px 0px 33px;
float:left
}
.contentPage {
width: 900px;
height: 220px;
padding: 140px 50px 0px 50px;
text-align:center;
vertical-align:middle;
background: url(images/bg_content.png) no-repeat;
float:left
}
.contentPageKontakt {
width: 900px;
height: 330px;
padding: 30px 50px 0px 50px;
text-align:center;
vertical-align:middle;
background: url(images/bg_content.png) no-repeat;
float:left
}
.contentPageNoBg {
width: 900px;
height: 227px;
padding: 0px 50px 0px 50px;
text-align:left;
vertical-align:middle;
float:left
}
.contentPageRef {
width: 900px;
height: 337px;
padding: 20px 50px 0px 50px;
/*margin: 0px 0px -20px 0px;*/
text-align:left;
vertical-align:middle;
background: url(images/bg_content.png) no-repeat;
float:left;
overflow: auto;
/*display:block;*/
}
.contentPageWeb {
width: 900px;
height: 337px;
padding: 20px 50px 0px 50px;
/*margin: 0px 0px -20px 0px;*/
text-align:left;
vertical-align:middle;
background: url(images/bg_contentWeb.png) no-repeat;
float:left;
overflow: auto;
/*display:block;*/
}
.contentPageTisk {
width: 900px;
height: 337px;
padding: 20px 50px 0px 50px;
/*margin: 0px 0px -20px 0px;*/
text-align:left;
vertical-align:middle;
background: url(images/bg_contentTisk.png) no-repeat;
float:left;
overflow: auto;
/*display:block;*/
}
.contentPageAnim {
width: 900px;
height: 337px;
padding: 20px 50px 0px 50px;
/*margin: 0px 0px -20px 0px;*/
text-align:left;
vertical-align:middle;
background: url(images/bg_contentAnim.png) no-repeat;
float:left;
overflow: auto;
/*display:block;*/
}


/* ==================================== REFERENCE ====================================== */
.refTitle {
width: 934px;
height: 20px;
color: #57C8E2;
font-size: 11px;
float:left
}
.refTitle a {
color: #57C8E2;
}
.refTitle a:hover {
text-decoration: underline;
}
.refPopis {
width: 400px;
height: 30px;
color: #b3b3b3;
float:left
}
.refDetail {
width: 400px;
height: 30px;
color: #b3b3b3;
float:left
}
.refWhite {
color: #ffffff;
font-weight:bold;
}
.refVice {
width: 70px;
height: 30px;
color: #b3b3b3;
text-align:right;
float:left
}
.refLine {
border-left: 0px;
	border-right: 0px;
	border-bottom: #151515 1px solid;
	border-top: #000000 1px solid;
	margin-top:10px;
	margin-bottom:20px;
	width: 870px;
	height: 0px;
	float:left
}

/* ---------------------------- CENÍK ------------------------ */
.contentPageCenik {
	width: 900px;
	height: 337px;
	padding: 0px;
	margin: -120px 0px 0px 0px;
	vertical-align:middle;
	float:left;
}
.nadpisContent {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 900px;
	text-align:center;
	float:left
}
.popisCenik {
	width: 430px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #858585;
	font-size: 11px;
	text-align:right;
	float:left
}
.cenaCenik {
	width: 430px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #ffffff;
	font-size: 11px;
	text-align:left;
	float:left
}

/* ==================================== WEBDESIGN ====================================== */

.containerWebMezera1 {
width: 10px;
height: 74px;
float:left
}
.containerWebMezeraH1 {
width: 900px;
height: 5px;
float:left
}
#WebPageNav {
	position:relative;
	top: 10px;
	right: 30px;
height: 30px;
text-align:right;
float:right
}
a.webPage {
	color: #deff01;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.webPage:hover {
	font-weight: normal;
	color: #ffffff;
}
a.webPageSelect {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}


/* ==================================== TISK ====================================== */

a.tiskPage {
	color: #6fb5d3;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.tiskPage:hover {
	font-weight: normal;
	color: #ffffff;
}
a.tiskPageSelect {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

/* ==================================== ANIMACE ====================================== */

a.animPage {
	color: #fea601;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.animPage:hover {
	font-weight: normal;
	color: #ffffff;
}
a.animPageSelect {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}



/* ---------------------------- SCROLLBAR ------------------------ */
#holder0 {
	width: 1000px;
	height: 357px;
	position: relative;
	overflow:hidden;
	background: url(images/bg_content.png);
	float:left;
}
#holder01 {
	width: 1000px;
	height: 357px;
	position: relative;
	overflow:hidden;
}
#holder1 {
	position: relative;
	width: 914px;
	height: 297px;
	padding: 30px 33px 30px 53px;
	overflow: hidden;
}
#holder11 {
	position: relative;
	width: 100%;
	height: 244px;
	overflow: hidden;
}
.jScrollPaneContainer {
	/*
	position: relative;
	overflow: auto;
	z-index: 1;
	*/
	position: relative;
	z-index: 1;


}

.jScrollPaneTrack {
	/*
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
	*/
	
	
	float:right;
	top: 0;
	width: 13px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background-image: url(images/scroll_line.png);
	background-repeat: repeat-y;
	background-position:center;
}
.jScrollPaneDrag {
	/*
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	*/
	position: absolute;
	width: 13px;
	max-height: 30px;
	cursor: pointer;
	background-image: url(images/scroll_drag.png);
	overflow: hidden;
}
.jScrollPaneDrag:hover {
	/*
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	*/
	position: absolute;
	width: 13px;
	max-height: 30px;
	cursor: pointer;
	background-image: url(images/scroll_drag_over.png);
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


/* fotogalerie */
.highslide {
	/*cursor: url(highslide/graphics/zoomin.cur), pointer;*/
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	text-align:center;
	line-height: 100px;
	vertical-align: middle;
}
.highslide:hover img {
	text-align:center;
	line-height: 100px;
	vertical-align: middle;
}

.highslide-wrapper {
	background: black;
}
.highslide-image {
    border: 2px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid black;
    border-top: none;
    font-family: Tahoma, Verdana;
    font-size: 10pt;
    padding: 5px;
    background-color: black;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 0px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: black;
    background-color: black;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
