html, body {
height: 100%; /* Required */
}
body {
margin : 0;
padding : 0;
font : 100% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
line-height : 1.0em;
color : #666;
background : #868988 url(img/bg.jpg) repeat-y top center;
}
			/*CONTAINER #E16027 url(img/bg.jpg) repeat-y top center; */
#container {
position: relative;
min-height: 900;
width : 997px;
margin : 0 auto;
padding-bottom: 30px;
background : #FFA500;
}
* html #container {
height: 100%;
}
			/*BANNER 7dce27*/
#banner {
height : 180px;
padding : 0;
margin-top : 0;
color : #666;
background : #bf5828 url(img/banner.jpg) no-repeat;
}
#banner h1 {
margin-top : 0;
padding : 5px 5px 0 0;
font : 170% verdana, "Trebuchet MS", arial, tahoma, sans-serif;
text-align : right;
letter-spacing : 5px;
color : #4B2207;
background : inherit;
}
			/*TOP NAVIGATION BC5510*/
#navlist {
padding :15px;
margin : 0 0 0px 0;
text-align : center; 
letter-spacing : 1px;
background : #bf5828;
height:15px;
/*border:solid 1px;*/
}

#navlist li {
list-style : none;
margin : 0;
display : inline;
}
#navlist li a {
padding : 5px;
margin: 0;
color : #000;
background : #bf5828;
text-decoration : none;
border:solid 1px;
border-radius:5px;


}
#navlist li a:link,#navlist li a:visited {
color : #000;
background : #bf5828;
}
#navlist li a:hover {
color : yellow;
background : transparent url(img/menu_arrow.gif) bottom center no-repeat;
}
#navlist li a#current {
color :  #fff;
background : transparent url(img/menu_arrow.gif) bottom center no-repeat;
}
			/*MAIN CONTENT 666*/
#content {
padding : 1px;
margin-left : 330px;
margin-bottom : 10px;
color : #000;
background : #FFA500;
}
#content h2 {
margin : 0 0 0 0;
font : 130% verdana, "Trebuchet MS", arial, tahoma, sans-serif;
padding : 1px;
text-transform : uppercase;
letter-spacing : 5px;
color : #833B0B;
background : inherit;
}
			/*SIDEBAR eee*/
#sidebar {
    float: left;
    width: 320px;
    margin: 0 0px 0 0;
    padding: 0px;
    border: solid 5px lightblue;
    border-radius: 10px;
    /* color: #666; */
}/*
#sidebar a {
color : #333;
background : inherit;
}
#sidebar a:hover {
color : #B29B35;
background : inherit;
}
*/ 
/*
.navlist ul li {
margin : 0 15px 0 0;
list-style-type : square;
color : #bf5828;
background : inherit;
}
*/
			/*FOOTER*/
#footer {
clear:both;
position: absolute;
bottom: 0;
width: 995px;
border-top: 1px solid #eee;
background: #FFA500;
} 
#footer p {
margin-left: 5px;
}
			/*LINK PROPERTIES*/
a {
text-decoration : none;
color : #bf5828;
}
a:hover {
text-decoration : none;
color : #1E99EB;
}
a img {
border : 0;
}
			/*IMAGE PROPERTIES*/
.noborder {
float : left;
margin-right: 10px;
padding :0 10px;
}
			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #B29B35;
}
			/*CLASSES*/
.info {
color : #B29B35;
}
.post {
padding : 3px;
margin : 20px 10px 10px 5px;
border : 1px dashed #8a795d;
font-size : 80%;
color: #aaa;
background : #fff;
} 
.post .date { 
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 








.zluta1   {background-color: #ffffdf}
.zluta2   {background-color: #fffff0}
.modra    {background-color: #fffaaa}
.oranzova {background-color: #ff0000}

h3 {cursor: pointer; cursor: hand; text-decoration: none}
.skryvany {display: none}
.skryvany2 {display: display}






.vertical_menu_div ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 320px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
background: #dfdfdf;
}
	
.vertical_menu_div ul li{
position: relative;
}
	
/*Sub level menu items */
.vertical_menu_div ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.vertical_menu_div ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #dfdfdf;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.vertical_menu_div ul li a:visited{
color: black;
}

.vertical_menu_div ul li a:hover{
background-color: #ffffdf;
}

.vertical_menu_div .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .vertical_menu_div ul li { float: left; height: 1%; }
* html .vertical_menu_div ul li a { height: 1%; }
/* End */


