/* Bloky pre lengine.php */
.nav_bar {
width: 170px;
min-height: 21px;
height: 21px;
padding-top: 3px;
padding-left: 23px;
color: #ffffff;
font-weight: bold;
background: url('../images/nav/nav_bar.bmp') no-repeat;
}
.nav_bar_2 {
width: 170px;
min-height: 21px;
height: 21px;
padding-top: 3px;
padding-left: 23px;
color: #ffffff;
font-weight: bold;
background: url('../images/nav/nav_bar_2.bmp') no-repeat;
}
.nav_bar_3 {
width: 170px;
min-height: 21px;
height: 21px;
padding-top: 4px;
padding-left: 26px;
color: #ffffff;
font-weight: bold;
background: url('../images/nav/nav_bar_3.bmp') no-repeat;
}


/* Štruktúra stránky */
#main {
width: 783px;
margin-top: 2%;
margin-left: 10%;
border: 1px solid #26322E;
background: #ffffff url('../images/bg.gif');
}
#head {
width: 100%;
height: 150px;
border-bottom: 12px solid #26322E;
background: rgb(82,105,99);
}
#head_logo {
width: 173px;
height: 85px;
color: #26322E;
background: url('../images/logo.jpg') no-repeat;
float: left;
}
#head_nav {
width: 605px;
height: 85px;
text-align: center;
background: url('../images/nav/bg_nav.gif');
float: right;
cursor: pointer;
}
#logo {
width: 100%;
height: 68px;
text-align: center;
border-top: 1px solid #26322E;
background: #BDCCC7 url('../images/bg_logo.bmp');
clear: both;
}
#content {
width: 610px;
float: right;
}
#nav_1 {
width: 170px;
height: 100%;
float: left;
}
/*#nav_2 {
width: 170px;
height: 100%;
float: right;
}*/
#bottom {
width: 100%;
color: #ebebeb;
text-align: center;
background: #526963;
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;
}
