/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;text-decoration:none}:focus{outline:0}a:active{outline:none}body{line-height:1;}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Dosis', sans-serif;
    text-decoration: none;
}

#outer {
    width: 100%;
    margin: -150px auto 0;/* header plus footer height */
    height: 100%;
    text-align: left;
    clear: both;
    display: table;
    position: relative;
    z-index: 1;
}
#header img, #footer img {
	vertical-align:middle;
	border:none;
}
#header .button {
	float:right;
	margin:0;
	text-transform:uppercase;
	line-height:60px;
	font-size:18px;
	vertical-align:middle;
}
#header .active {
	font-weight:bold;
}
#head_obal {
	line-height:60px;
	margin:0 auto;
	max-width:950px;
	overflow:hidden;
}
#head_obal a {
	color:#000;
	font-size:17px;
	text-decoration:none;
}
.floatRight {
	float:right;
}
#header {
	height:60px;
	width:100%;
	background-color:#fff;
	line-height:60px;
	min-width:990px;
    position: relative;
    z-index: 2;
	margin-bottom:15px;
}
#footer_obal {
	width:100%;
	margin:0 auto;
	text-align:center;
	height:50px;
	line-height:50px;
	max-width:950px;
	overflow:hidden;
}
div.footer_text {
	float:right;
	margin-right:25px;
	line-height:25px;
	text-align:left;
	color:#928990;
	border-left:1px solid #928990;
	padding-left:25px;
}
#footer {
    width: 100%;
	min-width:950px;
    margin: auto;
    height: 50px;
	text-align:center;
	color:#fff;
    clear: both;
    position: relative;
    z-index: 2;
	padding-bottom:10px;
	margin-top:15px;
}
#footer a:hover, #content .inner.kontakt a:hover {
	color:#fff;
	text-decoration:underline;
}
#content .inner.kontakt a {
	color:#fff;
}
#footer a {
	color:#928990;
}
#content {
    vertical-align: middle;
    display: table-cell;
    padding: 150px 0 0;
}
#content .inner hr {
	height:2px;
	width:20px;
	color:#655b67;
	background-color:#655b67;
	border:1px solid #655b67;
	margin: 20px 0 0 0;
}
#content .inner p.small {
	font-size:15px;
	margin-top:20px;
	font-weight:lighter;
}
#content .inner {
	width:590px;
	min-height:205px;
	color:#CCC;
	padding:20px 35px;
	font-size:30px;
	font-weight:200;
	background:url(../img/main_pozadi.png);
	margin:auto;
	line-height:1.3;
}
#content .inner.kontakt {
	width:900px;
	height:460px;
	color:#fff;
	padding:20px 35px;
	font-size:16px;
}
#content .inner.kontakt span {
	color:#fff;
	font-size:20px;
	font-weight:500;
}
#content .inner.kontakt form div {
	width:430px;
	margin-right:40px;
	float:left;
}
#content .inner h2 {
	font-size:30px;
	font-weight:400;
	margin:30px 0 15px 0;
}
#content .inner.kalk h2 {
	margin:0 0 15px 0;
}
#content .inner.kontakt div {
	 float:left;
	 width:210px;
	 margin-right:20px;
}

#content .inner form input{
	background-color:#2e1d27;
	border:none;
	height:26px;
	width:410px;
	color:#fff;
	padding:2px 5px;
	margin:5px 0;
}
#content .inner form textarea {
	width:400px;
	margin:5px 0;
	padding:5px;
	border:none;
	background-color:#2e1d27;
	height:140px;
	color:#fff;
	overflow:hidden;
}
#content .inner.kontakt div.last {
	margin-right:0;
}
#content .inner form input#odeslat {
	width:65px;
	height:28px;
	background-color:#000;
	padding:2px 5px;
	float:right;
	margin:10px 20px 0 0;
	cursor: pointer;
}
#content .inner.kalk form input#odeslat, #content .inner.kalk form input#odeslat_1, #content .inner.kalk form input#reset {
	background-color:#6c445a;
	float:none;
	width:90px;
	height:50px;
	color:#fff;
	margin:10px 0 10px 240px;
	cursor:pointer;
}
#content .inner.kalk {
	background:none;
	width:955px;
	height:auto;
	padding:0;
}
#content .inner.kalk div.k, #content .inner.kalk div.k2 {
	width:430px;
	color:#fff;
	padding:20px;
	font-size:16px;
	float:left;
	background:url(../img/main_pozadi.png);
}
img.arrow_left {
	float:left;
	margin:-10px 0 0 -130px;
}
img.arrow_right {
	float:right;
	margin:-10px -130px 0 0;
}

.slides_container {
	width:590px;
	height:130px;
}
.slides_container div {
	width:590px;
	height:130px;
	display:block;
}
#content .inner.kalk label {
	float:left;
	width:240px;
	line-height:32px;
}
#content .inner.kalk div.k2 label {
	width:150px;
}
#content .inner.kalk input {
	width:150px;
	overflow:hidden;
}
.select_div {
	width: 115px;
	height: 30px;
	background: url('../img/icon-select.png') no-repeat right center #fff;
	position:relative;
	float:left;
	margin:5px 0;
}
.select_div_option {
	line-height: 20px;
	height: 20px;
	padding: 5px 15px;
	width: 55px;
	opacity: 100;
	overflow: hidden;
	position: absolute;
	text-indent: 0px;
	font-weight:800;
	z-index: 1;
	background-color:#000;
	color:#fff;
	top: 0px;
	left: 0px;
}
.select_div select {
	opacity: 0;
	position: relative;
	height: 30px;
	z-index: 10;
	width: 115px;
}
table td {
	width:70px;
	padding:8px 5px;
	border-top:1px solid #544654;
}
#tisk_veta {
	display:none;
}