/*   author: izmy   */

body {
font-size: 16px;
font-family: Calibri, Arial, Tahoma;
text-align: justify;
margin: 0 auto;
background: #06173b url('images/background.jpg') repeat-x;
}

h1 { font-size: 2em; }

h1 a { 
color: #f9d804;
text-decoration: none;
}

h2 {
color: #000;
font-size: 30px;
margin: 0;
}

h3 {
color: #000;
font-size: 20px;
margin: 0;
border-bottom: 1px solid #000;
text-transform: uppercase;
}

a {
color: #0777FD;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

hr {
	display: none;
	}

#page {
width: 1000px;
margin: 0 auto;
}

#header {
height: 202px;
width: 1000px;
padding: 0;
margin: 0 auto;
position: relative;
overflow: hidden;
text-align: left;
}

#header span {
background: url('images/header.jpg') no-repeat;
height: 202px;
width: 1000px;
display: block;
position: absolute; 
left: 0; 
top: 0; 
z-index: 1;
cursor: pointer;
}

#content-top {
background: url('images/content-top.jpg') left bottom no-repeat;
width: 901px;
height: 15px;
padding-top: 20px; 
margin: 0 auto;
}

#content-bottom {
background: url('images/content-bottom.jpg') left bottom no-repeat;
width: 901px;
height: 20px;
margin: 0;
}

#content {
background: url('images/content-in.jpg') repeat-y;
width: 901px;
height: auto;
margin: 0 auto;
}

.cleaner {
clear: both;
height: 0;
content: ' ';
overflow: hidden;
}

.cleaner hr { display: none; }

#left-menu  {
float: left;
width: 190px;
padding: 0 15px 0 15px;
}

#right-content {
margin-left: 220px;
padding: 0 15px 0 15px; 
} 

#right-content h2 {
background: url('images/title-text.jpg') no-repeat;
height: 39px;
padding: 0 0 0 5px;
} 

.zarovnani { text-align: center; } 

.picture {
border: 3px solid #000;
margin: 4px 1px 0px 5px;
}

ul {
padding: 10px 0 20px 0;
margin: 0;
}

li {
list-style-image: url('images/sipka.jpg');
margin-left: 25px;
}

li a {
color: #000;
font-size: 18px;
}

#footer {
width: 901px;
text-align: center;
margin: 0;
}

#footer p {
color: #fff;
padding: 0;
margin: 10px;
}

#footer a {color: #a9a7a7;}

