@charset "utf-8";
/**
 * Master css file
 *
 * @author	Kristián Feldsam
 * @charset	utf-8
 *
 */
 
*:focus, a {
	outline: none;
}
a:hover {
	text-decoration: none;
}
.cl {
	clear: both;
	display: block;
}
#content .float_left {
	float: left;
	margin-right: 10px;
}
#content .float_right {
	float: right;
	margin-right: 10px;
}

html {
	background: url('../images/design/bg.jpg') 50% 0 no-repeat;
}
body {
	margin: 0;
	padding: 0;
	background: url('../images/design/footer.gif') bottom left repeat-x;
	font-size: 12px;
	font-family: sans-serif;
}
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#logo {
	display: block;
	position: absolute;
	width: 156px;
	height: 43px;
	text-indent: -5000px;
	background: url('../images/design/logo.png');
	top: 28px;
	left: 72px;
}
menu.main {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	position: absolute;
	top: 41px;
	left: 325px;
}
menu.main li {
	margin: 0 16px;
	padding: 0;
	float: left;
	height: 22px;
}
menu.main li.last {
	background: none;
	padding-right: none;
}
menu.main a {
	margin: 0;
	padding: 0;
	float: left;
	height: 22px;
	text-indent: -5000px;
	background: url('../images/design/mainmenu.png');
}
menu.main a.sluzby {
	width: 60px;
	background-position: 0 0;
}
menu.main a.sluzby:hover {
	background-position: 0 -22px;
}
menu.main a.cennik {
	width: 46px;
	background-position: -92px 0;
}
menu.main a.cennik:hover {
	background-position: -92px -22px;
}
menu.main a.proc-my {
	width: 56px;
	background-position: -171px 0;
}
menu.main a.proc-my:hover {
	background-position: -171px -22px;
}
menu.main a.blog {
	width: 43px;
	background-position: -249px 0;
}
menu.main a.blog:hover {
	background-position: -249px -22px;
}
menu.main a.kontakt {
	width: 72px;
	background-position: -322px 0;
}
menu.main a.kontakt:hover {
	background-position: -322px -22px;
}
#login {
	display: block;
	position: absolute;
	width: 110px;
	height: 30px;
	text-indent: -5000px;
	background: url('../images/design/login.png');
	top: 37px;
	right: 20px;
}
#slider {
	width: 960px;
	height: 315px;
	top: 100px;
	position: relative;
	background: url('../images/design/slider.jpg') no-repeat #0E3083;
}
#slider ul.items {
	width: 320px;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#slider ul.items li {
	width: 320px;
	height: 45px;
	padding: 0;
	margin: 0;
	background: url('../images/design/slider_items.jpg');
	cursor: pointer;
	text-indent: -5000px;
}
#slider p {
	margin: 62px 0 0 272px;
	padding: 0 0 65px;
	width: 324px;
	display: none;
	float: left;
	font-size: 14px;
	line-height: 140%;
	color: #A5BDF4;
	position: relative;
}
#slider p .heading {
	font-size: 35px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 25px;
	display: block;
}
.sbutton {
	display: block;
	width: 142px;
	height: 39px;
	text-indent: -5000px;
	background: url('../images/design/button_vice_informaci.png');
	position: absolute;
	right: 25px;
	bottom: 0;
}
#content {
	width: 339px;
	margin-top: 141px;
	padding: 0 34px 0 27px;
	float: left;
}
#content.sub {
	width: 648px;
	padding: 8px 40px 0 12px;
	margin-top: 100px;
	background: #FFF;
}
#content h1 {
	font-size: 24px;
	color: #0C3083;
	line-height: 110%;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 30px;
	margin: 8px 0 13px -30px;
	background: url('../images/design/h1.gif') no-repeat 0 3px;
}
#content h1 span {
	display: block;
	font-weight: normal;
}
#content h2 {
	font-size: 18px;
	color: #0E3083;
	margin: 0;
	padding: 14px 0;
}
#content h3 {
	font-size: 15px;
	line-height: 130%;
	color: #0E3083;
	margin: 0;
	padding: 6px 0;
}
#content p {
	font-family: Arial;
	color: #666;
	line-height: 150%;
	margin: 0;
	padding: 8px 0;
}
#content p.strong {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	line-height: 130%;
}
#content a {
	color: #0D3083;
}
dl, #content ul {
	margin: 0;
	padding: 16px 0 8px;
	line-height: 170%;
}
#content ul {
	list-style: none;
}
dt {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px;
}
dd, #content li {
	margin: 0 0 0 8px;
	padding-left: 16px;
	background: url('../images/design/bullet.gif') 0 8px no-repeat;
	color: #666;
}

#content ol li {
	background:none;
	padding-left:0px;
}
#content table {
	width: 95%;
	border: 1px solid #DDD;
	border-bottom: 0;
	border-right: 0;
	border-spacing: 0;
	color: #666;
	margin: 26px 0;
}
#content td, #content th {
	height: 28px;
	text-align: left;
	border: 1px solid #DDD;
	border-top: 0;
	border-left: 0;
	padding: 0 10px;
}
#content th {
	background: #F3F3F3;
	color: #0E3083;
}
a.read_more {
	padding-left: 15px;
	background: url('../images/design/bullet.gif') no-repeat 0 60%;
	color: #0C3083;
	font-weight: bold;
}
#mid_col {
	width: 220px;
	float: left;
	margin-top: 141px;
}
#blog_link, #blog_link_widder {
	width: 220px;
	height: 80px;
	display: block;
	text-indent: -5000px;
	background: url('../images/content/blog_link.jpg');
}
#blog_link_widder {
	width: 260px;
	background: url('../images/content/blog_link_widder.jpg');
	margin-top: 10px;
}
#why_us, .list {
	width: 220px;
	margin: 0 0 20px;
	background: url('../images/design/why_us_top.png') no-repeat;
}
.list {
	padding-bottom: 8px;
	
}
#why_us div, .list div {
	background: url('../images/design/why_us.png') no-repeat bottom right;
	padding: 10px 0 13px;
}
.list div {
	background-image: url('../images/design/list.png');
	padding-bottom: 10px;
}
#why_us div div, .list div div {
	background: none;
	width: 180px;
	line-height: 41px;
	margin: 0;
	padding: 10px 19px 0;
	border: 1px solid #DDD;
	border-bottom: none;
	border-top: none;
}
#why_us h2, .list .heading, #news h2 {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	line-height: 110%;
	margin: 0 0 6px;
	font-family: Nudista;
}
* + html .list .heading {
	display: block;
}
#why_us ul, #content .list ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
#content .list ul {
	margin: 0;
}
#why_us li, #content .list li {
	line-height: 130%;
	color: #666;
	padding: 8px 0 8px 21px;
	margin: 0;
	background: url('../images/design/pipe.gif') no-repeat 0 12px;
}
#why_us a.read_more {
	line-height: 120%;
}
* + html #why_us a.read_more {

	display: block;
}
#news {
	width: 320px;
	float: right;
	margin-top: 141px;
	padding-top: 10px;
	background: url('../images/design/news_top.png') no-repeat;
	position: relative;
}
#news .foot .corner {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 43px;
	width: 15px;
	background: url('../images/design/news.png') top right;
}
#sidebar #news {
	width: 260px;
	margin: 0;
	padding: 0;
	float: none;
	background: #FFF;
}
#news h2 {
	margin: 0;
	padding: 0;
}
#news .date {
	display: block;
	width: 28px;
	height: 29px;
	padding: 7px 2px 0;
	margin-right: 9px;
	text-align: center;
	float: left;
	background: url('../images/design/calendar.png');
	overflow: hidden;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
}
#news .date span {
	display: block;
	height: 12px;
}
#news .date span + span {
	margin-top: 2px;
}
#news div {
	padding: 10px 22px 0;
	border: 1px solid #DDD;
	border-bottom: none;
	border-top: none;
}

#news div a {
	color: #0D3083;
}
#sidebar #news div {
	padding-top: 20px;
}
#news div.foot, #sidebar #news div.foot {
	margin: 0;
	height: 43px;
	line-height: 43px;
	padding: 0 22px;
	background: url('../images/design/news.png') no-repeat;
	border: none;
	position: relative;
}
#news div div, #sidebar #news div div {
	border: none;
	padding: 10px 8px 16px 0;
	border-bottom: 1px solid #DDD;
}
#news div div.last, #sidebar #news div div.last {
	border: none;
}
#news .heading {
	color: #0E3083;
	font-weight: bold;
	line-height: 130%;
	margin-top: 5px;
	float: left;
	width: 80%;
}
#news p {
	clear: left;
	font-size: 11px;
	line-height: 140%;
	color: #666;
	margin: 0;
	padding: 10px 0 0;
}
* + html #news p {
	padding: 3px 0 0;
	margin-bottom: -3px;
}
#footer {
	padding-top: 20px;
	height: 101px;
	font-size: 11px;
}
#footer a {
	color: #666;
}
.copyright {
	margin: 0 0 0 30px;
	padding: 47px 0 0;
	line-height: 150%;
	color: #666;
	width: 440px;
	float: left;
}
.copyright span {
	background: url('../images/design/separator.gif') no-repeat 0 50%;
	padding-left: 12px;
	margin-left: 10px;
}
.copyright span.first, .copyright .created {
	background: none;
	margin: 0;
	padding: 0;
}
.copyright .created {
	display: block;
}
#footer menu {
	margin: 47px 20px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
#footer li {
	float: left;
	background: url('../images/design/separator.gif') no-repeat 0 50%;
	padding: 0 0 0 12px;
	margin: 0 0 0 10px;
}
#footer li.first {
	background: none;
	margin: 0;
	padding: 0;
}
h1.sub {
	width: 700px;
	height: 173px;
	position: relative;
	top: 100px;
	font-size: 34px;
	color: #FFF;
	padding: 0;
	margin: 0;
	background-position: left bottom;
	background-repeat: no-repeat;
	line-height: 90%;
	float: left;
}
h1.sub span {
	display: block;
	width: 677px;
	height: 150px;
	background: url('../images/design/sub_heading.jpg') no-repeat;
	text-align: right;
	padding: 23px 23px 0 0;
}
#sidebar {
	width: 260px;
	padding: 0;
	float: right;
	position: relative;
	top: 100px;
	margin-bottom: 100px;
}
#sidebar menu {
	width: 260px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar menu li {
	width: 260px;
	min-height: 35px;
	padding: 0;
	margin: 0;
}
#sidebar menu a {
	display: block;
	width: 228px;
	min-height: 15px;
	padding: 10px 10px 10px 22px;
	background: url('../images/design/submenu.png');
	color: #102453;
	font-weight: bold;
	text-decoration: none;
}
#sidebar menu a:hover {
	background-position: 0 -35px;
	color: #FFF;
}
#sidebar menu a.first {
	background-position: 0 -70px;
}
#sidebar menu a.first:hover {
	background-position: 0 -105px;
}

.mapa {
	border:4px solid #0e3083;
	margin:0 auto;
	margin-top:15px;
}

.formular td {
	text-align:center !important;
	border:0 !important;
}

.formular {
	border:0 !important;
}

.formular input {
	font-size: 12px;
	font-family: sans-serif;
	width:200px;
	padding:2px 4px 2px 4px;
	border: 1px solid #DDD;
}

textarea {
	font-size: 12px;
	font-family: sans-serif;
	width:90%;	
	margin:0 auto;
	padding:8px;
	height:200px;
	border: 1px solid #DDD;
}

.submit {
	font-size: 12px;
	font-family: sans-serif;
	width:80px;	
	margin:0 auto;
	padding:8px;
	border: 1px solid #DDD;
	background:#ffffff;
	margin-top:12px;
}

.article_info {
	border-top:1px solid #666;
	margin-top:15px;
	padding-top:8px;
}

p {
	text-align:justify;
}

.in {
	margin-bottom:8px;
	margin-top:8px;
}

.mail {
	border:1px solid #D7FFB5;
	background: #F2FDE9 url("tick.png") no-repeat top left;
	background-position:8px 7px;
	padding:8px;
	padding-left:30px;
	display:inline;
}

.schuzka {
	border:1px solid #FFD9D9;
	background: #FEEDED url("exclamation.png") no-repeat top left;
	background-position:8px 7px;
	padding:8px;
	padding-left:30px;
	display:inline;
}

.hledani {
	border:1px solid #DBE9FF;
	background: #EAF2FF url("zoom.png") no-repeat top left;
	background-position:8px 7px;
	padding:8px;
	padding-left:30px;
	display:inline;
}

.hledani form {
	display:inline;
}

.hledani form input, .hledani form .submit {
	font-size: 12px;
	font-family: sans-serif;
	padding:3px;	
	border:1px solid #B4CFFA;
	background: #ffffff;
	width:160px;
}

.hledani form .submit {
	padding:2px;
	width:70px;
	margin-left:1px;
}
.podb {
	padding: 1px 2px 1px 2px;
	background: #EAF2FF;
	border:1px solid #B4CFFA;
}

.kmail {
	font-size:16px;
	background: url("email.png") no-repeat top left;
	background-position: 3px 12px;
	padding-left:30px !important;
	text-align:center;
	border:0 !important;
	padding-bottom:4px !important;
	font-weight:bold;
}

.ktelefon {
	font-size:16px;
	background: url("telephone.png") no-repeat top left;
	background-position: 3px 12px;
	padding-left:30px !important;
	text-align:center;
	border:0 !important;
	padding-bottom:4px !important;	
	font-weight:bold;
}

.kform {
	font-size:16px;
	background: url("table.png") no-repeat top left;
	background-position: 3px 12px;
	padding-left:30px !important;
	text-align:center;
	font-weight:bold;
}