/*
    Document   : screen
    Created on : 2011-03-25, 10:23:33
    Author     : eGen.cz
    Contact    : info[at]egen.cz
*/

* {
  margin: 0;
  padding: 0;
  outline: 0;
}
:focus {
	outline: 0;
}
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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
}
div, form, fieldset, input, select, textarea, img, a {
  position: relative;
}
p {
  margin: 1em 0;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 2.0em;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
h1, h2, h3 {
  margin: 0.5em 0;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
ul, ol, dl {
  margin: 1em 0;
}
ul li, ol li {
  margin-left: 2em;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}
em {
  font-style: italic;
}
small {
  font-size: smaller;
}
a img {
  border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
th,td, table tbody th, table tbody td {
	padding:.3em .3em .3em 0;
}
th {
	font-weight:bold;
	text-align:left;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
input[type=text], input[type=password], select, textarea {
  padding: 2px;
  font: inherit;
  border: 1px solid #ADA9A5;
  background: #FFF;
}
input[type=checkbox] {
  margin-right: 8px;
  top: 2px;
}
.cleaner {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
/* HTML5 */
header, nav, section, article, aside, footer {
  display: block;
}

/* **Geeral**
------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* *Layout*
------------------------------------------------------------------------------*/
body {
  background: #fff url('../img/layout/background.png') repeat-x left top;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  font-size: 62.5%;
  color: #444;
}
#body {
  min-height: 100%;
}
.wrapper {
  width: 952px;
  margin: 0 auto;
}
header {
  height: 175px;
}
#logo {
  position: absolute;
  left: 17px;
  top: 20px;
  width: 205px;
  height: 90px;
  margin: 0;
}
#logo a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 205px;
  height: 90px;
  background: url('../img/layout/logo.png') no-repeat left top;
}
nav#lang {
  position: absolute;
  right: 10px;
  top: 60px;
}
nav#lang .lang {
  position: relative;
  float: left;
  display: block;
  width: 22px;
  height: 16px;
  margin-left: 7px;
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
}
nav#lang .lang span {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 16px;
  background-image: url('../img/layout/flags.png');
  background-repeat: no-repeat;
}
nav#lang .lang .cs {
  background-position: 0px -16px;
}
nav#lang a .en {
  background-position: -22px -16px;
}
nav#lang a .de {
  background-position: -44px -16px;
}
nav#lang .active .cs, nav#lang a:hover .cs {
  background-position: 0px 0px;
}
nav#lang .active .en, nav#lang a:hover .en {
  background-position: -22px 0px;
}
nav#lang .active .de, nav#lang a:hover .de {
  background-position: -44px 0px;
}
#send-inquiry {
  position: absolute;
  right: 9px;
  top: 88px;
  display: block;
  padding: 4px 8px;
  font-size: 1.1em;
  color: #fff;
  text-transform: uppercase;
  background: #880124 url('../img/layout/button-inquiry-bg.png') repeat-x left top; 
  border: 1px solid #880124;
  border-radius: 3px;
}
#send-inquiry:hover {
  text-decoration: none;
  border-style: outset;
}
#send-inquiry:active {
  border-style: inset;
}
#send-inquiry span {
  padding-right: 23px;
  background: url('../img/layout/button-inquiry-arr.png') no-repeat right center;
}
nav#main {
  position: absolute;
  top: 126px;
  width: 953px;
  background: url('../img/layout/nav-main-bg.png') no-repeat left top;
  overflow: visible;
}
nav#main a {
  display: block;
  float: left;
  margin: -6px 2px 0 0;
  padding: 20px 20px;
  font-size: 1.3em;
  font-weight: bold;
  color: #d4d4d5;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
nav#main a:hover {
  text-decoration: none;
}
nav#main a.active {
  color: #fefefe;
}
nav#main a:hover, nav#main a.active {
  background: url('../img/layout/nav-main-active.png') repeat-x left top;
}
#background {
  min-height: 550px;
  _height: 550px;
  margin-bottom: 150px;
  padding: 22px 36px;
  background-color: #fff;
  border-radius: 3px;
}
#slider {
  margin-left: -1px;
}
#slider .banner {
  width: 897px;
  height: 300px;
  background: url('../img/layout/slider-2.jpg') no-repeat left top;
}
#slider #banner-0 {
  background-image: url('../img/layout/slider-1.jpg');
}
#slider #banner-1 {
  background-image: url('../img/layout/slider-2.jpg');
}
#slider #banner-2 {
  background-image: url('../img/layout/slider-3.jpg');
}
#slider #banner-3 {
  background-image: url('../img/layout/slider-4.jpg');
}
#slider .box {
  position: absolute;
  width: 192px;
  height: 53px;
  padding: 18px 20px 49px;
  color: #cbcbcd;
}
#slider .box-1 {
  bottom: 0;
  left: 0;
  background: #2e2f31 url('../img/layout/box-1-bg.png') repeat-x left top;
  border: 1px solid #55585b;
}
#slider .box-2 {
  bottom: 0;
  left: 236px;
  background: #404141 url('../img/layout/box-2-bg.png') repeat-x left top;
  border: 1px solid #56595c;
}
#slider .box-0 {
  bottom: 0;
  left: 472px;
  background: #565757 url('../img/layout/box-0-bg.png') repeat-x left top;
  border: 1px solid #565757;
}
#slider .box .header {
  font-size: 1.6em;
  color: #f0f0f2;
}
#slider .box .button {
  position: absolute;
  right: 13px;
  bottom: 11px;
  padding: 5px 7px;
  font-size: 1.1em;
  color: #fff;
  background: #880124 url('../img/layout/button-red-bg.png') repeat-x left top;
  border: 1px solid #880124;
  border-radius: 2px;
}
#slider .box .button:hover {
  text-decoration: none;
  border-style: outset;
}
#slider .box .button:active {
  border-style: inset;
}
#slider .pagination {
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 100;
}
#slider .pagination li {
  float: left;
  margin-left: 0;
  list-style: none;
}
#slider .pagination a {
  display: block;
  float: left;
  width: 26px;
  height: 24px;
  margin-left: 6px;
  text-indent: -50px;
  overflow: hidden;
  background: url('../img/layout/button-slider-dn.png') repeat-x left top;
  border: 1px solid #4e4e4e;
  border-radius: 3px;
}
#slider .pagination .current a {
  background-image: url('../img/layout/button-slider-up.png');
  border-color: #8b8c8c;
}
#slider .pagination a:hover {
  border-style: outset;
}
#slider .pagination a:active {
  border-style: inset;
}
#breadcrumbs {
  position: absolute;
  right: 40px;
  top: 38px;
  font-size: 1.1em;
}
#breadcrumbs.homepage {
  top: 340px;
}
#breadcrumbs a {
  color: #c30637;
}
#content {
  min-height: 400px;
  _height: 400px;
  line-height: 1.5;
}
#content a {
  color: #bc0535;
}
h2 {
  /*margin-top: 10px;*/
  padding-bottom: 5px;
  font-size: 1.7em;
  color: #454546;
  text-transform: uppercase; 
  border-bottom: 1px solid #b4b3b3;
}
h3 {
  margin-bottom: 0;
  font-size: 1.2em;
  color: #bc0535;
  text-transform: uppercase;
}
footer {
  height: 150px;
  margin-top: -150px;
  background: url('../img/layout/footer-bg.png') repeat-x left bottom;
}
footer .wrapper {
  width: 880px;
  padding-top: 25px;
  border-top: 1px solid #b4b3b3;
}
footer nav#footer {
  margin-left: 20px;
  font-size: 1.2em;
}
footer nav#footer a {
  margin: 0 4px;
  color: #292828;
}
footer #disclaimer {
  margin-top: 45px;
  font-size: 1.1em;
  color: #c0c0c0;
  text-align: center;
}
footer #disclaimer a {
  color: #808080;
}

/* **Common classes**
------------------------------------------------------------------------------*/

/* Content */
.list .item {
  float: left;
  width: 194px;
  margin: 15px 0 10px 30px;
}
.list .first {
  clear: left;
  margin-left: 0;
}
.list .item .image {
  display: block;
  width: 194px;
  height: 146px;
  background: url('../img/layout/no-image.jpg') no-repeat center center;
  border: 1px solid #bababa;
}
.list .item .image:hover {
  border-color: #bc0535;
}
.list .item .image img {
  font-size: 0em;
}
.list .item h3 {
  margin-top: 10px;
}
.list .item .description {
  min-height: 50px;
  _height: 50px;
  margin: 0;
  color: #808083;
}
.detail, .text {
  font-size: 1.2em;
}
.detail .main-image {
  float: right;
  margin: 3px 0 5px 15px;
  border: 1px solid #bababa;
}
.detail .files li {
  margin: 0;
  padding: 4px 0 3px 25px;
  list-style: none;
  background: url('../img/minetype/file.png') no-repeat left center;
}
.detail .files li.doc, .detail .files li.docx, .detail .files li.dot {
  background-image: url('../img/minetype/doc.png');
}
.detail .files li.pdf {
  background-image: url('../img/minetype/pdf.ong');
}
.detail .files li.ppt, .detail .files li.pptx {
  background-image: url('../img/minetype/ppt.png');
}
.detail .files li.rar {
  background-image: url('../img/minetype/rar.png');
}
.detail .files li.txt {
  background-image: url('../img/minetype/txt.png');
}
.detail .files li.xls, .detail .files li.xlsx {
  background-image: url('../img/minetype/xls.png');
}
.detail .files li.zip {
  background-image: url('../img/minetype/zip.png');
}
.detail .files li .type {
  margin-left: 4px;
  color: #8a8a8a;
  font-style: italic;
}
.detail .images {
  clear: both;
}
.detail .images a {
  display: block;
  float: left;
  margin: 15px 0 15px 32px;
  line-height: 0;
  border: 1px solid #bababa;
}
.detail .images a.first {
  margin-left: 0;
}
.detail .images a:hover {
  border-color: #bc0535;
}

/* Contact */
.google-map {
  float: right;
  margin: 7px 0 0 20px;
}
.google-map iframe {
  border: 1px solid #bababa;
}
.google-map small {
  display: block;
}
/* Forms */
form {
  margin-top: 15px;
}
form fieldset {
  border: none;
}
form legend {
  display: block;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: bold;
}
form th {
  vertical-align: baseline;
}
form .text {
  width: 250px;
}
form select {
  width: 255px;
}
form textarea {
  width: 250px;
  height: 100px;
}
form .captcha {
  width: 100px;
}
form .button {
  float: right;
  margin-top: -50px;
  padding: 3px 5px;
  color: #fff;
  background-color: #bb0534;
  border: 1px outset #bb0534;
  border-radius: 2px;
  cursor: pointer;
}
form .button:active {
  border-style: inset;
}

/* Sitemap */
.sitemap {
  font-size: 1.2em;
  font-weight: bold;
}
.sitemap li {
  margin-bottom: 10px;
  list-style-type: circle;
}
.sitemap ul {
  margin: 0;
  font-weight: normal;
}
.sitemap ul li {
  margin-bottom: 0;
  list-style-type: disc;
}

/* Others - ajax, errors, flashes
------------------------------------------------------------------------------*/
#ajax-spinner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
	display: none;
	font-size: 0;
}
#ajax-spinner span {
	position: absolute;
	top:50%;
	left:50%;
	margin:-35px 0 0 -20px;
	width:35px;
	height:35px;
	border:2px solid #CCC;
	background: #FFF url('../img/spinner.gif') no-repeat 50% 50%;
	z-index:10001;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
ul.error {
	list-style-type: none;
	margin:0;
	padding:0;
}
ul.error li {
	margin: 5px 0;
	padding:10px 50px;
	border-top:1px solid #F8DB54;
	border-bottom:1px solid #F8DB54;
	background:#FFFFAA url(../img/flash/error.png) 15px center no-repeat;
  list-style-type: none;
}
.flash {
  margin-top: 10px;
	padding:15px 60px;
  color: #000;
	border:1px solid #F8DB54;
	cursor:pointer;
  z-index: 99999;
}
.flash.success {
	background:#FFFFAA url(../img/flash/success.png) 15px center no-repeat;
}
.flash.info {
	background:#FFFFAA url(../img/flash/info.png) 15px center no-repeat;
}
.flash.error {
	background:#FFFFAA url(../img/flash/error.png) 15px center no-repeat;
}
.flash.warning {
	background:#FFFFAA url(../img/flash/warning.png) 15px center no-repeat;
}



/* **Development**
------------------------------------------------------------------------------*/
pre.nette-dump {
  position: relative;
  display: block;
  background: #FFF;
  padding: 10px;
  text-align: left;
  z-index: 1000;
}
a[href^="error:"] {
	background: red;
	color: white;
}
