@charset "utf-8";
/* CSS Document */
#content {
		display:block;
		width:985px;
		z-index:2;
		padding:0px;}

/* tabs */
	h1 {
		display:none;
		color:#07122F;
		font-size:1px}
	h2 {
		color:#FFF;
		max-width:500px;
		margin-left:0px;
		font-size:42px;
		line-height:43px;
		padding-top:25px;
		padding-bottom:25px;}
		
		h3 {
		
		color:#8397D6;
		font-size:18px;
		}
		
		strong {
			color:#8397D6}
	
img.main-add {
	margin-left:50px;
	margin-top:10px}

/* the active thumbnail */

.triggers {
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	height:540px}

div.odstavec-home {
	display:block;
	float:left;
	width:455px;
	min-height:130px;
	margin-right:25px;
	margin-top:15px;
	padding:5px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-moz-box-shadow: 0px 0px 4px #ccc;
	-webkit-box-shadow: 0px 0px 4px #ccc;
	background-color:#17285E;}
	div.odstavec-home p {
		color:#f1f1f1;
		padding:5px;
		padding-left:135px}
img.virive-vany-text {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	margin-left:10px;
	padding:2px;
	background-color:#f1f1f1;
	margin-top:5px}
	
div.panes div.triggers {
	display:none;
	float:left;
	width:100%;
	min-height:200px}
#vystava-stavotech {
	background-image:url(../img/stavotech-logo.png);
	background-position:left;
	background-repeat:no-repeat}

.pane-start {
	display:block;
	width:100%;
	height:28px;
	padding-top:20px;
	background-image:url(../img/bg-tabs-top.png);
	background-position:bottom;
	background-repeat:no-repeat}
div.novinka {
	display:block;
	height:250px;
	width:350px;
	float:left;
	padding:20px;
	font-size:12px;
	color:#f1f1f1;
	margin-right:100px}
	
	div.novinka h2 {
		width:222px;
		float:right;
		font-size:20px}
		
		div.novinka p {
			width:222px;
			float:right}
		div.novinka img {
			float:left}
			
#main-info {
	display:block;
	padding:25px;
	padding-top:10px;
	float:left;
	width:400px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-moz-box-shadow: 0px 0px 4px #ccc;
	-webkit-box-shadow: 0px 0px 4px #ccc;
	background-color:#17285E;
	color:#FFF}
	
.reference {
	display:block;
	background-color:#07122F;
	padding:5px;
	float:left;
	margin-left:80px;
	margin-top:-50px;
	height:450px;
	-moz-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-border-radius:8px;
	}
	.reference h2 {
		display:block;
		color:#8397D6;
		font-size:42px;
		font-weight:bold;
		padding:10px}


/* SCROLLABLE */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 430px;	 
	width:385px;
	color:#FFF
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	display:block;
	height:450px;
	width:400px;
	overflow:hidden;
}

/* elements inside single item */
.items img {}



/* the action buttons above the scrollable */


#action-bottom {}


.disabled {
	visibility:hidden;		
}

.nextPage {
	display:block;
	background-position:top;
	background-repeat:repeat-x;
	width:50px;
	height:27px;
	text-align:center;
	color:#FFF;
	float:right;
	cursor:pointer
}
.nextPage:hover {
			color:#f1f1f1}
.prevPage {
	display:block;
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top:5px;
	width:50px;
	height:22px;
	text-align:center;
	color:#FFF;
	float:left;
	cursor:pointer}
	.prevPage:hover {
			color:#f1f1f1}
p.ref-info {
	display:block;
	padding-left:15px;
	width:180px;
	float:left;
	color:#f1f1f1;
	font-size:15px;
	line-height:17px}
	
	p.ref-info a {
	color:#8397D6;
	font-size:16px;
	font-weight:bold;
	text-decoration:none
	}
	p.ref-info a:hover {
	text-decoration:underline
	}
	
	#main-info a {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline
	}
	#main-info a:hover {
	text-decoration:none
	}