/* Bloky pre lengine.php */
.nav_bar {
width: 170px;
min-height: 21px;
height: 21px;
padding-top: 4px;
padding-left: 23px;
color: #442501;
font-weight: bold;
text-align: left;
background: url('../images/nav/nav_bar.bmp') no-repeat;
}
.nav_bar_2 {
width: 170px;
min-height: 21px;
height: 25px;
padding-top: 8px;
padding-left: 23px;
color: #442501;
font-weight: bold;
text-align: left;
background: url('../images/nav/nav_bar_2.bmp') no-repeat;
}
.nav_bar_3 {
width: 170px;
min-height: 21px;
height: 25px;
padding-top: 8px;
padding-left: 26px;
color: #442501;
font-weight: bold;
text-align: left;
background: url('../images/nav/nav_bar_3.bmp') no-repeat;
}


/* Štruktúra stránky */
#main {
width: 983px;
margin-top: 1%;
margin-left: 1%;
text-align: left;
border: 1px solid #F7C386;
background: #ffffff url('../images/bg.gif');
}
#head {
width: 983px;
height: 139px;
border-bottom: 3px solid #ffffff;
background: #5D2B1F url('../images/bg_logo.jpg') no-repeat;
}
#head_logo {
width: 983px;
height: 114px;
color: #442501;
float: left;
}
#content {
width: 809px;
float: right;
}
#nav_1 {
width: 170px;
height: 100%;
float: left;
background: #ffffff url('../images/bgsl.gif');
}
/*#nav_2 {
width: 170px;
height: 100%;
float: right;
}*/
#bottom {
width: 983px;
height: 71px;
color: #000000;
text-align: center;
background: url('../images/zahlavi.jpg') no-repeat;
clear: both;
}

/* Ostatné (definícia tagov a pod.) */
h2 {
margin: 0px;
padding: 0px;
margin-bottom: 10px;
}

ul {
padding: 0px; /* Pre Firefox */
margin: 0px;
margin-left: 18px;
}

img {
border: 0px;
}
