/* CSS RESET ZACATEK */
* {margin: 0px; padding: 0px;}
table {border-collapse: collapse; border-spacing: 0px;}
tr {vertical-align: top;}
td {vertical-align: top; padding: 3px;}
img {margin: 0px; padding: 0px; border: 0px;}
address, code, dfn, em, strong, var {font-style: normal; font-weight: normal;}
caption, th {text-align: center; font-weight: bold; font-style: normal;}
p, pre, blockquote, ul, ol, dl, address {margin: 1em 0px;}
blockquote, cite {font-style: italic; font-weight: normal;}
blockquote {text-align: justify; margin: 1em;}
dd {text-align: justify; margin: 0em 1em 1em 1em;}
em {font-style: italic;}
strong {font-weight: bold;}
abbr, acronym {font-weight: bold; cursor: pointer; cursor: hand;}
form {margin: 1em 0px;}
label {font-weight: bold; cursor: pointer; cursor: hand;}
fieldset {margin: 1em 0px; padding: 0.5em; border: 2px solid DimGray;}
legend {font-weight: bold; padding: 3px; border: 2px solid DimGray;}
input, select, textarea {font-family: Arial, Courier, monospace; }
h1 {font-size: 1.2em;}
/* CSS RESET KONEC */

body {
margin: 0;
padding: 0;
background: #FFFFFF url(images/img01.jpg) repeat-x;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #652500;
}

h1 {
letter-spacing: -1px;
font-size: 26px;
margin: 20px auto auto auto;
text-transform: lowercase;
font-weight: normal;
color: #652500;
}

a {
color: #BD520E;
text-decoration: none;
}

a:hover, a:active {
color: #BD520E;
}

#header-bg {
background: url(images/img02.gif) repeat-x left bottom;
}

#header {
width: 850px;
height: 150px;
margin: 0 auto 40px auto;
background: url(images/img03.gif) no-repeat left top;
}

#logo {
padding: 35px 0 0 100px;
float: left;
}

#menu {
float: right;
}

#menu ul {
margin: 0;
padding: 55px 0 0 0;
list-style: none;
}

#menu li {
display: inline;
}

#menu a {
display: block;
float: left;
margin-left: 5px;
padding: 7px 20px 7px 15px;
background: url(images/img04.gif) no-repeat left 55%;
text-decoration: none;
font-size: 16px;
color: #BD520E;
}

#menu a:hover {
text-decoration: none;
}

div#container {
margin: 0px auto auto auto;
width: 800px;
font-size: 15px;
}

div#paticka {
margin: 50px auto auto auto;
width: 800px;
}