body{
  background: #fff url('../img/background.jpg') repeat-x 50% 0%;
  color: #333;
	font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
    font-size: 0.9em;
    line-height: 1.3em;
  margin: 0;
  padding: 0;
}

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

h1{
  color: #000;
  height: 95px;
    width: 213px;
  float: left;
  font-size: 1.5em;
  top: 37px;
  left: 260px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

h1 a{
  background: none;
  color: #000;
  display: block;
  height: 95px;
    width: 213px;
  text-decoration: none;
}

h1 span{
  background: url('../img/logo.jpg');
  cursor: hand;
  display: block;
  height: 95px;
    width: 213px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  clear: both;
  color: #222;
  font-family: 'Georgia CE', 'Times New CE', 'New York CE', Georgia, times, serif;
  margin: 0;
  padding: 0 0 0.2em 0;
  text-align: center;
}

h2{
	font-size: 1.4em;
}

h3{
  font-size: 1.2em;
}

a{
	color: #752400;
}

a:hover{
	color: #000;
}

img{
  border: 0;
  margin: 0;  
}

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

ul{
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0.7em;
  padding-left: 0.7em;
  padding-bottom: 1em;
  list-style: disc;
}

hr{
  color: #5D584E;
  border: 1px solid #5D584E;
  clear: both;
  margin-top: 0em;
}

table{
  border: 2px solid #3E3E3E;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #3E3E3E;
}

th{
  background: #E0CCA9;
}

#sidebar table, #sidebar th, #sidebar td{
  border: 0;
} 

#main{
  margin: 0.5em auto;
}

#header{
  background: url("../img/head.jpg") no-repeat;
  height: 152px;
  position: relative;
}

#header p{
  font-weight: bold;
  line-height: 2.0em;
  position: absolute;
  top: 45px;
}

#header p.left{
  left: 3em;
}

#header p.right{
  right: 2em;
  text-align: right;
}

#sidebar{
  float: left;
  padding-left: 24px;
  width: 168px;
}

#sidebar h2, #sidebar  h3, #sidebar  h4{
  text-align: left;
}

#sidebar ul{
  border: 5px double #000;
  font-family: 'Georgia CE', 'Times New CE', 'New York CE', Georgia, times, serif;
  font-size: 1em;
  font-weight: bold;
  list-style: none;
  margin: 0 0 0.7em 0;
  padding: 0;
}

#sidebar ul li a, #sidebar ul li strong{
  color: #000;
  display: block;
    line-height: 30px;
  font-weight: bold;
  margin: 5px;
  text-align: center;
  text-decoration: none;
}

#sidebar ul li strong{
  background: url("../img/button-hover.gif") repeat-y;
}

#sidebar ul li a:hover, #sidebar ul li a:focus{
    text-decoration: underline;
}

#sidebar ul ul li a{
  color: #5E7E8E;
  background: #CAD7DF;
  margin-left: 2em;
}

#sidebar-right{
  float: right;
  width: 160px;
  padding-right: 25px;
}

#sidebar-right h2, #sidebar-right  h3, #sidebar-right  h4{
  text-align: left;
}

#main-content{
  float: left;
  margin-left: 10px;
  padding: 0 0.5em;
  position: relative;
  width: 320px;
}

#main-content p{
  text-align: justify; 
}

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

.cleaner{
  clear: both;
  visibility: hidden;
  margin: -0.2em;
}

#footer{
  background: url("../img/footer.jpg");
  color: #DEC7A5;
	clear: both;
	height: 100%;
    line-height: 2em;
	font-size: 0.8em;
  margin: 0;
  padding-top: 18px;
  padding-bottom: 25px;
}

#footer a{
  color: #DEC7A5;
}

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

#footer p{
  display: inline;
	margin: 0;
	padding: 0;
	 padding-left: 30px;
}

#footer span{
  font-weight: bold;
}

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

#hlaska{
  font-size: 0.75em;
}

