/* 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;
}

.nav_bar_4 {
width: 170px;;
min-height: 21px;
height: 21px;
padding-top: 3px;
padding-left: 23px;
color: #ffffff;
font-weight: bold;
background: rgb(82,105,99) url('../images/nav/nav_bar.bmp') no-repeat;
}

.nav_bar_5 {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
}

.padding {
	padding-left: 4px;
	padding-right: 2px;
}


/* Štruktúra stránky */
#main {
width: 783px;
margin-top: 2%;
margin-left: 10%;
border: 1px solid #26322E;
background: #ffffff;
}
#head {
width: 100%;
height: 114px;
border-bottom: 12px solid #26322E;
background: rgb(82,105,99);
text-align: center;
}
#head_logo {
width: 125px;
height: 114px;
color: #26322E;
background: url('../images/logo.gif') no-repeat;
float: left;
padding: 0px;
}
#head_nav {
width: 125px;
height: 114px;
background: url('../images/foto1.jpg');
float: right;
}
#logo {
width: 517px;
text-align: center;
border-top: 1px solid #26322E;
background: White;
font-size: 32px;
font-weight: bold;
}
#content {
width: 441px;
float: right;
padding-right: 1px;
}
#nav_1 {
width: 170px;
height: 100%;
float: left;
/* height: 85px; */
}
#nav_2 {
width: 170px;
height: 100%;
float: right;
/* height: 85px; */
}
#bottom {
width: 100%;
color: #ebebeb;
text-align: center;
background: #526963;
clear: both;
}

.navigace {
font-size: 12px;
font-weight: bold;
color: #fff;
text-align: center;
}

#navigace {
text-align: center;
}

#popis {
width: 525px;
text-align: center;
font-size: 12px;
color: White;
}


/* 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;
}
