@charset "utf-8";
/* CSS Document */

body {
font-family: Arial, Helvetica, Sans-serif;
font-size: 0.8em;
background: #f6f0dd url(images/bg_bott.jpg) repeat-x bottom;
margin: 0;
padding: 0;
color: #69564e;
line-height: 21px;
}

#bg_top {
background: url(images/bg_top.jpg) repeat-x;
}

#center {
width: 960px;
margin: 0 auto;
}

#header {
background: url(images/header.gif) no-repeat;
height: 181px;
}


#left {
float: left;
/*background: url(images/nav.gif) repeat-y;*/
background: url(images/navtop.gif) no-repeat;
width: 230px;
margin-top: 19px;
padding: 20px 0 0;
}

#left img {
border: 0;
}

/*#left_top {
background: url(images/navtop.gif) no-repeat;
padding: 27px 9px 0;
}*/

#kontakti {
background: #FFFFFF ;
font-size: 0.85em;
margin-top: 20px;
padding: 12px 10px 12px 44px;
border: 1px solid #d6bf9d;
}

#right {
float: right;
width: 570px;
padding: 20px 130px 0 21px;
}

#footer {
color: #827069;
clear: both;
font-size: 0.85em;
padding: 60px 10px 7px;
height: 20px;
}

#footer_left {
float: left;
width: 50%;
}

#footer_right {
float: right;
width: 50%;
text-align: right;
}


/* NAVIGATION */

#left ul {
margin: 0 20px;
padding: 0;
list-style: none;
border-bottom: 1px solid #e6d7bd;
font-size: 1.3em;
font-weight: bold;
}

#left ul li {

}

#left ul a {
color: #8d5b42;
text-decoration: none;
display: block;
border-top: 1px solid #e6d7bd;
border-bottom: 1px solid #cab292;
height: 25px;
padding: 9px 0 0 25px;
}

#left ul a:hover {
color: #FFFFFF;
background: #bc3b21;
border-top: 1px solid #bc3b21;
border-bottom: 1px solid #bc3b21;
}

#left ul li.first a {
border-top: 0;
}

#kontakti a, #right a {
color: #cc3222;
text-decoration: none;
}

#kontakti a:hover, #right a:hover {
color: #000000;
text-decoration: underline
}

#footer a {
color: #69564e;
text-decoration: none;
}

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


h1 {
font-size: 1.5em;
color: #b07a5c;
border-bottom: 2px solid #e85d46;
padding-bottom: 7px;
width: 80%;
}

#right li {
margin-bottom: 5px;
}



/* KONTAKT FORMA */


input, select, textarea {
background: #FFFFFF;
border: 1px solid #d7c09e;
font-family: Arial, Helvetica, Sans-serif;
color: #8d5b42;
font-size: 0.9em;
width: 300px;
margin-top: 3px;
margin-bottom: 10px;
padding: 3px
}

.button {
background: #FFFFFF;
width: 65px;
padding: 2px 0
}

legend {
display: none;
}

fieldset {
border: 0;
margin: 0;
padding: 0
}

.alert {
color: #FF0000
}
