@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,200,200italic&subset=latin,latin-ext);
.sort {
	cursor:pointer;
}
.sort-asc {
	padding-right:18px;
	background:url(/slozka/images/arrow-sort-asc.png) no-repeat right 5px;
}
.sort-desc {
	padding-right:18px;
	background:url(/slozka/images/arrow-sort-desc.png) no-repeat right 5px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.align-center {
	text-align:center !important;
}

.align-right {
	text-align:right !important;
}

.ellipsis {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:100%;	
}

.xmodal-vertical-centered {
	transform: translate(0, 50%) !important;
	-ms-transform: translate(0, 50%) !important; /* IE 9 */
	-webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}


.table-support {
	width:100%;
}
.table-support td {
	vertical-align:top;
	padding:3px;
}

.table-support th {
	font-weight:bold;
	vertical-align:top;
}

.cleaner {
	clear:both; height:0; width:0; line-height:0;
}

* {
	outline:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-focus-ring-color:rgba(0, 0, 0, 0); 
}

html, body {
	width:100%; min-height:100%;
	padding:0 !important; margin:-10px 0 0 0 !important;
	background:#f3f3f3 url(/slozka/images/background.png) repeat-y top center;
	color:#333;
	font-size:14px;
}

body { 	overflow-y:scroll; }

html, body, input, select, textarea {
	font-family:Source Sans Pro, Arial;
}

#wrap {
	width:980px; height:100%;
	margin:0 auto;
	background:#fff;
}

#layout {
	min-width:980px;
	min-height:100%;
	xmargin:0 107px;
}

#header {
	position:relative;
	height:170px;	
}

#header h1 a {
	display:block;
	position:absolute;
	top:30px; left:0;
	width:320px; height:100px;
	background:url(/slozka/images/motto.png) no-repeat top left;
}

#header h1 span {
	display:none;
	font-weight:bold;
	font-size:46px;
	line-height:46px;
	padding:2px 7px;
	letter-spacing:-1px;
	color:#575756;
}

#header h1 strong {
	display:block;
	color:#b31222;
}

#header #logo {
	position:absolute;
	top:18px; right:0;
	width:284px; height:112px;
	background:url(/slozka/images/logo.png) no-repeat top left;
}

#header #logo span {
	display:none;
}

#header #lang {
	position:absolute;
	bottom:8px; right:0;
}

#header #lang a {
	display:block;
	float:left;
	padding:0 7px;
	border-left:1px solid #e7e7e7;	
	border-right:1px solid #9e9e9e;
	font-size:14px;
	text-decoration:none;
	color:#333;
}

#header #lang a:hover {
	text-decoration:underline;
	color:#333 !important;
}

#header #lang a:last-child {
	border-right:0;	
}

#header #lang a:first-child {
	border-left:0;
}


#header #lang a.active {
	color:#9e9e9e;
}

@media print {
	#header {
		display:none;
	}
	#main {
		display:none;
	}
	#sub {
		display:none;
	}
	#page {
		border: 0 !important;
		padding: 0 !important;
	}
	#footer {
		display: none;
	}
	.no-print {
		display:none;
	}
}

#footer {
	font-size:14px;
	padding:5px;
	margin:30px 0 30px 0;
	border-top:1px solid gray;
	line-height:22px;
	color:gray;
}

#footer a {
	color:#333;
}

#main {
	height:42px;
	position:relative;
	background:url(/slozka/images/nav.png) repeat-x top left;
}

#main ul#top {
	margin:0; padding:0;
}

#main ul#top li {
	float:left;
	list-style-type:none;
}

#main ul#top a {
	display:block;
	float:left;
	border-right:1px solid #fff;
	text-decoration:none;
	padding:0 20px;
	line-height:42px;
	font-size:16px;
	color:#fff;
}

#main ul#top a:hover {
	background:url(/slozka/images/nav-hover.png) repeat-x top left;
}

#main ul#top a.active {
	background:url(/slozka/images/nav-active.png) repeat-x top left;
}

#main #search {
	position:absolute;
	top:0; right:0;
}

#main #search input[type="text"] {
	width:222px;
	font-size:16px;
	color:#fff;
	padding:2px 8px;
	margin:8px;
	background:rgba(255,255,255,0.3);
	border:1px solid rgba(255,255,255,0.3);
}

#main #search input[type="submit"] {
	display:none;
}

#sub {
	margin-bottom:-30px;
}

#sub ul {
	margin-top:27px;
	height:20px;
	float:right;
}
#sub ul li {
	float:left;
	list-style-type:none;
}

#sub a {
	display:block;
	float:left;
	text-decoration:none;
	padding:0 12px;
	font-size:15px;
	color:inherit;
}

#sub a:last-child { padding-right:5px; }

#sub a:hover {
	color:#333;
	text-decoration:underline;
}

#sub a.active {
	font-weight:bold;
	color:#b31222;
}

#page {
	margin:36px 0 0 0;
	border:1px solid #cbcbcb;
	min-height:500px;
	padding:35px;
}

div#page.shadow {
	background:-webkit-linear-gradient(bottom, rgba(241,241,241,1), rgba(255,255,255,0));
	background:-moz-linear-gradient(bottom, rgba(241,241,241,1), rgba(255,255,255,0));
	background:-ms-linear-gradient(bottom, rgba(241,241,241,1), rgba(255,255,255,0));
	background:-o-linear-gradient(bottom, rgba(241,241,241,1), rgba(255,255,255,0));
}

div#page h2 {
	font-weight:bold;
	font-size:30px;
	padding:0 0 16px 0;
	margin:0;
}

.pos {
	position:absolute;
}

.link {
	font-size:120%;
	display:block;
	padding:20px 0;
}

.light {
	font-family:Source Light;
}

.normal {
	text-align:left;
	font-size:18px;
	line-height:24px;
}

.center {
	text-align:center !important;
}

.right {
	text-align:right !important;
}

.color-red {
	color:#c33625 !important;
}

.color-blue {
	color:#264c82 !important;
}

.color-orange {
	color:#d6a41c !important;
}

.color-violet {
	color:#5a2880 !important;
}