body{
  background: #fff url('../img/background.gif') repeat-x 50% 0%;
  color: #333;
  font-family: Arial, 'Arial CE', helvetica, 'Helvetica CE', sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
  margin: 0;
  padding: 0;
}

/*--------globals-------*/
h1{
  color: #000;
  height: 65px;
    width: 170px;
  float: left;
  font-size: 1.5em;
  top: 20px;
  left: 44px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

h1 a{
  background: none;
  color: #fff;
  display: block;
  height: 65px;
    width: 170px;
  text-decoration: none;
}

h1 a:hover{
  color: #f00;
}

h1 span{
  background: url('../img/logo.gif');
  display: block;
  height: 65px;
    width: 170px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  background: url('../img/heading-background.gif') no-repeat 100% 90%;
  border-bottom: 1px solid #666;
  clear: both;
  color: #555;
  margin: 0 0 0.2em 0;
  padding: 0 0 0.2em 0;
}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.3em;
}

a{
  color: #e38b00;
}

a:visited{
}

a:hover{
  color: #000;
}

img{
  border: 0;
  margin: 0 0.7em 0.7em 0.7em;  
}

img.left, img.tiny-align-left{
  clear: left;
  float: left;
}

img.right, img.tiny-align-right{
  clear: right;
  float: right;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin: 0 0 0 0.7em;
  padding: 0 0 1em 0.7em;
  list-style: square;
}

hr{
  color: #ccc;
  height: 1px;
  border: none;
  border-top: 1px solid #666;
  clear: both;
}

hr.cleaner{
  clear: both;
  visibility: hidden;
  margin: 0;
}

table{
  margin-bottom: 1em;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  background: #f5f5f5;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #ccc;
}

th{
  background: #ddd;
  color: #000;
}

/*-------site-------*/
#site{
  background: url('../img/site.gif') repeat-y;
  margin: auto;
  width: 770px;
}

/*-------header-------*/
#header{
  background: url('../img/header.jpg') no-repeat;
  height: 146px;
  position: relative;
}

#lang-switcher{
  clear: left;
  list-style: none;
  font-size: 0.9em;
  line-height: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
    bottom: 25px;
    left: 25px;
}

#lang-switcher li{
  float: left;
  padding-right: 15px;
}

#lang-switcher li img{
  float: left;
  margin: 0;
  padding-right: 5px; 
}


/*-------navbar------*/
#navbar{
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 1px;
    right: 10px;
}

#navbar ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

#navbar li{
  float: left;
}

#navbar li a, #navbar li strong{
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 27px;
  margin: 0;
  padding: 0 15px 0 15px;
  text-align: center;
  text-decoration: none;
}

#navbar li strong{
  background: url('../img/navbar-button-active.gif') no-repeat 50% 100%;
  color: #f00;
}

#navbar li a:hover, #navbar li a:focus{
  background: url('../img/navbar-button-active.gif') no-repeat 50% 100%;
}

/*-------sidebar-------*/
#sidebar{
  float:left;
  padding: 0 35px 15px 25px; 
  width: 180px;
}

#sidebar h2, #sidebar h3, #sidebar h4{
  background: none;
  border: 0;
  margin: 0;
  padding: 0 0 0.2em 0;
}

#categories{
  padding-bottom: 0.5em;
}

#categories ul{
  list-style: none;
  margin: 0 -27px 0 -21px;
  padding: 0 0 10px 0;
}

#categories ul li{
  margin: 0;
  padding: 0;
}

#categories ul li a, #categories ul li strong{
  background: #fff url('../img/categories-button.gif') no-repeat;
  color: #333;
  display: block;
  line-height: 31px;
  padding: 0 0 0 15px;
  text-decoration: none;
}

#categories ul li a:hover, #categories ul li a:focus, #categories ul li a:active{
  color: #000;
}

#categories ul li strong{
  background: #fff url('../img/categories-button-active.gif') no-repeat;
  color: #000;
}

/*-------login form-------*/
#login-form{
  padding-bottom: 1em;
  text-align: right;
}

#login-form p{
  padding: 0;
}

#login-form input{
}

#login-form .button{
  width: 60px;
  padding: 0;
}

#web-login{
  width: 130px;
}

#web-password{
  width: 130px;
}

#registrace{
  font-size: 0.9em;
}

/*------main-----*/
#main-content{
  float: right;
  padding: 20px 20px 20px 0px;
  position: relative;
  width: 500px;
}

/*--------footer--------*/
#footer{
  background: #fff;
  color: #666;
	clear: both;
	font-size: 0.85em;
	height: 1.8em;
	line-height: 1.8em;
  padding: 0;
}

#footer p{
  display: inline;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

#footer a{
  color: #faa929;
}

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

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right;
	padding-right: 10px;
}

/*------buttons------*/
.button{
  background: #ddd;
  border: 2px outset #ddd;
  border-top: 1px outset #ddd;
  border-left: 1px outset #ddd;
  color: #000;
  text-decoration: none;
  padding: 0.3em;
  white-space: nowrap;
}

.button:hover{
  background: #ddd;
  border: 2px inset #ddd;
  border-bottom: 1px inset #ddd;
  border-right: 1px inset #ddd;
  color: #000;
}

/*------messages-----*/
.error{
  color: #f00;
  font-weight: bold;
}

/*------listing------*/
.back{
  text-align: right;
}

.back a{
  background: url('../img/arrow-left-hover.gif') no-repeat 0 70%;
  padding-left: 13px;
}

.back a:hover{
  background: url('../img/arrow-left.gif') no-repeat 0 70%;
}

#prev-next{
  clear: both;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

#vybrana-stranka{
  font-weight: bold;
}

#listovani{
  clear: both;
  font-size: 1.2em;
}

/*------other-----*/

th.left, td.left{
  text-align: left;
}
