/** PVA Systems, autor: Jakub Valenta **/
	@import url("basic.css");
	@import url("menu.css");
	@import url("modules.css");

#page {
	position: relative;
	font-size: 92%;
	width: 100%;
}

#top_wrapper, #banner, #main, #footer {
	width: 960px;
  margin: 0px auto 0px auto;
}


/*** TOP ***/

#top_bar {
  width: 960px;
  height: 120px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -480px;
  z-index: 1;
}
#top_wrapper {
  height: 161px;
}
#top {
  width: 450px;
  height: 161px;
  position: relative;
  z-index: 2;
}
#top .logo_wrapper {
  width: 425px;
  height: 63px;
  position: absolute;
  left: 0px;
  top: 35px;
  background: url('../images/logo_divider.gif') 214px 14px no-repeat;
  z-index: 2;
}
#top .logo_wrapper .logo {
  width: 174px;
  height: 63px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#top .logo_wrapper .title {
  width: 171px;
  height: 22px;
  display: block;
  position: absolute;
  top: 24px;
  right: 0px;
}
#top .logo_wrapper .title span {
  width: 171px;
  height: 22px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('../images/logo_title.gif') top no-repeat;
}
#language li {
  display: inline;
  padding-right: 3px; 
}
#language {
  text-align: right;
  position: absolute;
  top: 43px;
  right: 10px;
}
#top input {
  color: #91adbe;
}

/*** BANNER ***/

#banner {
  width: 960px;
  height: 50px;
  display: block;
  position: relative;
  padding-top: 110px;
  margin-bottom: 30px;
  background: url('../images/banner.jpg') bottom right no-repeat;
}
#banner .bluebox {
  width: 480px;
  height: 88px;
  position: absolute;
  top: 22px;
  left: 0px;
  font-family: Trebuchet MS;
  line-height: 88px;
  font-size: 200%;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
  background: url('../images/banner_bluebox.gif') no-repeat;
}
#banner p {
  width: 550px;
  font-family: Trebuchet MS;
  font-size: 125%;
  font-weight: bold;
  font-style: italic;
  padding: 20px 0px 0px 0px;
}
#banner .buttons {
  width: 300px;
  height: 38px;
  position: absolute;
  bottom: 25px;
  left: 4px;
}
#banner .buttons a {
  height: 38px;
  display: block;
  position: relative;
  float: left;
  font-size: 1%;
  margin-right: 20px;
}
#banner .buttons a span {
  display: none;
}
#banner .buttons a.vice-informaci {
  width: 149px;
  background: url('../images/img_vice-informaci.gif') no-repeat;
}
#banner .buttons a.kontakt {
  width: 105px;
  background: url('../images/img_kontakt2.gif') no-repeat;
}

/*** MAIN ***/

#main_wrapper {
  padding-bottom: 70px;
  margin-bottom: 30px;
  background: url('../images/main_wrapper_bg.gif') center bottom no-repeat;
}
#main {
  position: relative;
  padding: 5px 0px 0px 0px;
}
#column_block {
  float: left;
  width: 710px;
}
#left {
  width: 200px;
  float: left;
}
#content {
  width: 490px;
  float: right;
  position: relative;
  padding: 8px 0px 0px 0px;
}
#content p {
  margin-bottom: 15px;
}
#content .col {
  width: 49%;
  float: left;
}
#content ul, #content ol {
  padding-left: 10px;
  line-height: 1.4;
}
#content ul li {
  padding-left: 15px;
}
#right {
  width: 230px;
  float: right;
  margin-left: 20px;
}



/*** STRANKY ***/

.stranky p {
  padding-bottom: 27px;
  margin-bottom: 27px;
  background: url('../images/dotted.gif') bottom repeat-x;
}
.stranky ul, .stranky ol {
  margin: 0px 0px 26px 25px;
}
.stranky ul {
  margin-left: 8px;
  list-style-type: none;
}
.stranky ul li {
  padding-left: 14px;
  background: url('../images/bullet4.gif') 0px 6px no-repeat;
}
.stranky .f_left {
  display: block;
  float: left;
  margin: 2px 15px 9px 0px;
}
.stranky .f_right {
  display: block;
  float: right;
  margin: 2px 0px 6px 10px;
}

/*** FOOTER ***/


#footer {
  height: 90px;
  margin: 0px auto 30px auto;
  font-size: 92%;
}
#footer a {
  color: #6c7980;
}
#footer .copyright a {
  color: #0082c4;
}
#footer ul.copyright {
  width: 735px;
}
#footer ul {
  width: 300px;
  display: block;
  height: 14px;
  line-height: 14px;
  margin: 0px auto 10px auto;
}
#footer ul li {
  display: block;
  float: left;  
  padding-right: 9px;
  margin-right: 8px;
  background: url('../images/divider2.gif') right center no-repeat;
}
#footer ul li.last {
  background: none;
  margin-right: 0px;
  padding-right: 0px;
}
#footer .webdesign-plzen {
  width: 118px;
  height: 14px;
  display: block;
  margin: 25px auto 0px auto;
}

#homepage {
	background: url('../images/body_bg2.gif') #ffffff center top no-repeat;
}
#homepage #banner {
  height: 170px;
  background: url('../images/banner2.jpg') bottom right no-repeat;  
}
#homepage #left {
  width: 230px;
  float: right;
}
#homepage #content {
  float: left;
  width: 460px;
}

