/****************************************/
/*              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, b, u, i, center, dl, dt, dd, ol, ul, 
li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html, body {
  height: 100%;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, blockquote, th, td { 
  margin: 0; padding: 0; 
}
body {
  font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #707070; 
  font-size: 1.1em;
  background: url("../images/bgr-page.jpg") center center no-repeat fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* PAGE MODEL */
div#main {
	position: absolute;
	top: 170px;
	left: 0px;
  width: 100%;
}
div#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 140px;
}
div#main div#content {
	margin: 0px auto 0px auto;	
	width: 900px;
	position: relative;
  background: #fff;
}
div#main div#content div#subpage {
	position: relative;
	margin: 0px auto 0px auto;
  min-height: 382px;
	width: 900px;
	font-size: 0.8em;
	text-align: center;
}

/* HEADER */
div#top div#header {
	position: relative;
  top: 60px;
	left: 0px;
	width: 900px;
  height: 140px;
  margin: 0px auto 0px auto;
  background: #fff;
  overflow: hidden;
}
div#top div#header div#home {
	display: block;
	float: left;
  width: 253px;
  height: 73px;
  margin: 7px 0px 0px 15px;
  padding: 0px 0px 0px 0px;
  background: url("../images/bgr-logo.jpg") top left no-repeat;
}
div#top div#header div#call {
	display: block;
	float: right;
  width: 299px;
  height: 34px;
  margin: 30px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: url("../images/bgr-slogan.jpg") top left no-repeat;
}
div#top div#header div#home a {
	display: block;  
	width: 253px;
  height: 73px;
	text-decoration: none;
}
div#top div#header div#home a:hover {
	display: block;  
	width: 253px;
  height: 73px;
	text-decoration: none;
}
div#top div#header div#home span, 
div#top div#header div#call span {
	position: relative;
  left: -9000px;
}

div#top div#header div#menu {
	float: left;
	width: 900px;
  height: 35px;
  margin: 6px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background: url("../images/bgr-menu.jpg") top left no-repeat;
}
div#top div#header div#menu ul {
	float: left;
  width: 900px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  font-family: 'roboto_condensedregular', Tahoma, Arial, sans-serif;  
  font-size: 0.9em;
}
div#top div#header div#menu ul li {
	float: left;
  height: 35px;
}
div#top div#header div#menu ul li a {
	float: left;
  height: 32px;
  padding: 0px 25px 0px 25px;
  color: #fff;
  line-height: 35px;
  text-decoration: none;
}
div#top div#header div#menu ul li a:hover {
	color: #03376d;
  text-decoration: none;
}
div#top div#header div#menu ul li.active a {
	background: #00aeef;
  text-decoration: none;
}
div#top div#header div#menu ul li.active a:hover {
	background: #292f38;
  text-decoration: none;
  color: #fff;
}
div#top div#header div#menu ul li span {
	display: none;
}

div#top div#header div#wrapper {
  position: relative;
  float: left;
  width: 900px;
  height: 289px;
  margin: 0px auto 0px auto;
  overflow: hidden;
  background: url("../images/bgr-menu.jpg") bottom left repeat-y;
}
div#top div#header div#wrapper div#slideshow {
	position: relative;
  top: 0px;
	left: 0px;
	width: 900px;
  height: 276px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background: red;
  /*overflow: hidden;*/
}
/*div#top div#header div#wrapper div#slideshow ul#slider1 {	
  float: left;
  width: 900px;
  height: 276px;
  margin: 0px;
  padding: 0px;
  list-style:none;  
}
div#top div#header div#wrapper div#slideshow ul#slider1 li {
  float: left;
  width: 900px;
  height: 276px;
  margin: 0px;
  padding: 0px;
}
div#top div#header div#wrapper div#slideshow div#control {
  position: absolute;
  top: 110px;
  left: 0px;
  width: 900px;
  height: 44px;
  margin: 0 auto;
  z-index: 10000;
  background: red;
}
div#top div#header div#wrapper div#slideshow div#control a.bx-next {
	position: relative;
  float: right;
	width: 51px;
	height: 44px;
	text-indent: -999999px;
  margin: 0px auto;
  background: blue;
}
div#top div#header div#wrapper div#slideshow div#control a.bx-prev {
	position: relative;
	float: left;
  width: 51px;
	height: 44px;
	text-indent: -999999px;
  padding: 0px 0px 0px 0px;
  background: blue;
}
div#top div#header div#wrapper div#slideshow div#control a.bx-next {
	background: url('../images/next.png') no-repeat 0px 0px;
}
div#top div#header div#wrapperdiv#slideshow div#control a.bx-prev {
	background: url('../images/prev.png') no-repeat 0px 0px;
}
div#top div#header div#wrapper div#slideshow div#control a.bx-next:hover,
div#top div#header div#wrapper div#slideshow div#control a.bx-prev:hover {
	background-position: 0px -44px;
} */

/* FOOTER AND COPYRIGHT */
div#main div#footer {
  width: 100%;
  height: 102px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px; 	
  /*background: url('../images/bgr-footer.gif') repeat-x top left;*/
}
div#main div#footer div#foot {
  width: 900px;
  height: 42px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  font-size: 0.75em;
  color: #8f959d;
  background: url('../images/bgr-footer.jpg') repeat-x top left;
  clear: left;	
}
div#main div#footer div#foot p {
  float: right;
  width: 180px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 1.5em;
}
div#main div#footer div#foot p.end {
  float: right;
  width: 130px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 1.5em;
}
div#main div#footer div#foot ul {
  float: left;
  width: 840px;
  height: 25px;
  padding: 15px 30px 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}
div#main div#footer div#foot ul li {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;  
  border-right: 1px solid #1985c8; 
}
div#main div#footer div#foot li.end {
  border-right: none;
}
div#main div#footer div#foot ul li span {
	display: none;
}
div#main div#footer div#foot a {
	color: #1985c8;
	text-decoration: none;
}
div#main div#footer div#foot a:hover {
	color: #000;
	text-decoration: underline;
}

div#main div#info {
  width: 900px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 10px 0px;
  overflow: hidden;
  font-size: 0.8em; 
}
div#main div#info p.web {
  float: right;
  width: 200px;
  padding: 7px 30px 0px 0px;
  text-align: right;
  font-size: 0.85em; 
}
div#main div#info p.copy {
  float: left;
  width: 640px;
  padding: 7px 0px 0px 30px;
  text-align: left;
  font-size: 0.85em; 
}
div#main  div#info p.web a {
	color: #005baa;
	text-decoration: underline;
}
div#main div#info p.web a:hover {
	color: #fff;
	text-decoration: none;
}


/* OBSAH LEVEHO SLOUPCE */
div#main div#content div#subpage div#sidepanel {
  display: block;
  float: right;
  width: 270px;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 30px 0px 20px 0px;
  padding: 0px 30px 0px 30px;
  clear: right;
}
/* HLAVNI OBSAH STRANKY 
div#main div#content div#subpage div#maincontent {
  display: block;
  float: left;
  width: 540px;
  text-align: left;
  margin: 30px 0px 20px 30px;
  padding: 0px 0px 0px 0px; 
  clear: left;
}*/
div#main div#content div#subpage div#maincontent {
  display: block;
  float: left;
  width: 840px;
  text-align: left;
  margin: 30px;
  padding: 0px 0px 0px 0px; 
  clear: left;
}
