@IMPORT url("menu.css");
@IMPORT url("helpers.css");
@IMPORT url("links.css");
@IMPORT url("forms.css");
@IMPORT url("tables.css");
@IMPORT url("fonts.css");

body {
	background-color: #25252D;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#anchor {
	position: absolute;
	width: 50%;
	z-index: 3;
	min-height: 100%;
}

#container {
	width: 980px;
	z-index: 10;
	position: absolute;
	right: -480px;
	min-height: 100%;
	background-color: #ECECEC;
}

#content {
	min-height: 500px;
	background-color: #ECECEC;
	width: 695px;
	bottom: 200px;
	float: right;
	margin-bottom: 330px;
	z-index: 10;
	padding: 15px 0px 15px 15px;
}

#left_part {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #25252D;
	width: 50%;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}

#right_part {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #ECECEC;
	width: 50%;
	z-index: 0;
}

a img {
	border: 0px;
}

.content {
	float: right;
	width: 460px;
	padding-left: 25px;
	min-height: 500px;
}

.content.border {
	border-left: 1px dashed #C4C4C6;
}

/* -------------------------------------------------------------------------- */
h1,.header1 {
	font-family: QeFont, Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 25px;
	color: #ab7a16;
	margin: 16px 0px 8px 0px;
}

h2,.header2 {
	font-family: QeFont, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	color: #ab7a16;
	margin: 12px 0px 6px 0px;
}

h3,.header3 {
	font-family: QeFont, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	color: #ab7a16;
	margin: 8px 0px 4px 0px;
}

/* -------------------------------------------------------------------------- */
#logo {
	width: 264px;
	height: 158px;
	background: url(../images/logo.jpg);
	display: block;
}

/* ------------------------------ novinky ----------------------------------- */
#news {
	margin-top: 40px;
}

#news .header {
	width: 267px;
	height: 34px;
}

#news .item {
	margin: 15px 0px 5px 15px;
	width: 207px;
}

#news .item br {
	clear: both;
}

#news .item a:hover {
	text-decoration: underline;
}

#news .item span {
	font-family: QeFont, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-style: italic;
	color: #ececec;
	background: #385063;
	padding: 5px;
	display: block;
	float: left;
}

#news .item a {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	display: block;
	float: left;
	margin: 0px 0px 0px 5px;
	color: #ececec;
}

#news button {
	margin: 15px 0px 5px 15px;
	float: left;
}

/* ------------------------------ paticka ----------------------------------- */

#footer {
	color: #ECECEC;
	background-color: #25252D;
	min-height: 330px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

#footer a {
	color: #ECECEC;
}

#footer a:hover {
	color: #F9BD5B;
}

#footer .header {
	width: 956px;
	height: 38px;
}

#footer .vcard {
	float: left;
	margin: 10px 0px 0px 15px;
}

#footer .vcard .fn {
	font-weight: bold;
}

#footer .vcard .email {
	background: url(../images/mail.jpg) no-repeat center left;
	padding: 3px 0px 3px 20px;
	display: block;
}

#footer .vcard .tel {
	background: url(../images/phone.jpg) no-repeat center left;
	padding: 3px 0px 3px 20px;
	display: block;
}

#footer .vcard .skype {
	background: url(../images/skype.jpg) no-repeat center left;
	padding: 3px 0px 3px 20px;
	display: block;
}

#footer .row {
	background: url(../images/footer_row.jpg) repeat-x top left;
	width: 956px;
	height: 3px;
	margin: 5px auto 5px auto;
	clear: both;
}

#footer p.right {
	margin-right: 45px;
	line-height: 20px;
}

#footer .links {
	margin: 25px 0px 0px 90px;
	float: left;
	width: 200px;
}

#footer .links a {
	display: block;
	float: left;
	margin: 5px;
}

/* ------------------------- vyjadreni klienta ------------------------------ */

#client_quote {
	width: 180px;
	float: left;
	margin: 22px 0px 0px 5px;
	padding: 0px 15px 50px 0px;
}

#client_quote .heading {
	margin-bottom: 40px;
}

#client_quote p {
	font-style: italic;
}

#client_quote p span.top {
	padding-left: 15px;
	background: url(../images/uvozovky_nahore.jpg) no-repeat center center;
}

#client_quote p span.bottom {
	padding-left: 15px;
	background: url(../images/uvozovky_dole.jpg) no-repeat center center;
}

#client_quote hr {
	height: 1px;
	border: 0px;
	border-top: 1px dashed #C4C4C6;
}

/* -------------------------------------------------------------------------- */

.i_windows {
	padding-right: 22px;
	background: url(../images/windows.jpg) no-repeat center right;
	font-size: 10px;
	color: #5E616A;
	display: block;
}

.heading {
	font-family: QeFont, Arial, Verdana, Sans-Serif;
	display: block;
	background: #F3D3A2;
	color: #222627;
	margin: 0px;
	padding: 5px 2px 2px 2px;
	font-size: 14px;
	font-weight: bold;
}