/* Bloky pre lengine.php */
.nav_bar {
width: 240px;
min-height: 21px;
height: 21px;
padding-top: 3px;
padding-left: 40px;
color: #ffffff;
font-weight: bold;
background: url('../images/nav/nav_bar.bmp') no-repeat;
}
.nav_bar_2 {
width: 170px;
min-height: 21px;
height: 0px;
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: 173px;
min-height: 21px;
height: 21px;
padding-top: 3px;
padding-left: 40px;
color: #ffffff;
font-weight: bold;
background: url('../images/nav/nav_bar_3.bmp') no-repeat;
}


/* Štruktúra stránky */
#main {
width: 895px;
margin-top: 0%;
margin-left: 2%;
border: 1px solid #ffffff;
background: #ffffff
}
#head {
height: 295px;
background: #ffffff url('../images/greenday/hlava.png') no-repeat;
}
#head_nav {
color: #ffffff;
height: 20px;
padding-left: 19px;
text-align: left;
cursor: pointer;
background: #ffffff; 
}
#content {
width: 472px;
float: left;
border: 4px solid #ffffff;
}
#nav_1 {
width: 240px;
height: 100%;
float: left;
background: #780033;
}
#nav_2 {
width: 173px;
height: 100%;
float: right;
text align: right;
}
#bottom {
width: 100%;
color: #780033;
text-align: left;
background: url('../image/paticka.jpg') no-repeat;
border-bottom: 1px solid black;
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;
}