*{
  margin:0;
  padding:0;
}
body{
  margin:0 auto;
  text-align:center;
  font-family: tahoma;
  font-size:medium;
  background:#eee;
}
#top{height: 125px;width: 770px;float: left;border-bottom: 1px solid #ADB6C6;background: url(header.jpg) no-repeat bottom;}

a,a:hover{
  color:#0065ff;
}
#navbar { 
margin : 0 auto;
padding : 0px 0 0px 0;
background-color : #ADB6C6;
width : 770px;
height: 23px;
} 
#navbar ul { 
margin : 0;
padding : 0;
list-style : none;
text-align : center;
} 
#navbar li { 
display : inline;
} 
#navbar a { 
padding : 0px 15px 0 15px;
text-transform : uppercase;
text-decoration : none;
font-size : 11px;
font-weight : bold;
color : #f1f1f1;
height: 23px;
} 
#navbar a:hover { 
background-color : #df7112;
} 

#logo h2 { 
color : #df7111;
font-size : 1.7em;
font-weight : lighter;
padding-left : 85px;
padding-top : 15px;
text-decoration : none;
} 
#logo a { 
color : #df7111;
text-decoration : none;
} 
#logo h3 { 
font-size : 0.9em;
padding-left : 85px;
color : #0065ff;
padding-top : 5px;
font-weight : 200;
} 
/* --------------------- uzatvorenie vsetkych elementov ----------------------- */
div#super{
  margin:0 auto;
  text-align:left;
  width:770px; /* maximalna sirka, nevie to MSIE */
  background:#F3F9F4;
  border: 1px solid #ADB6C6;
}
/* ------------------- uzatvara vsetko, okrem paticky ------------------------- */
div#suber{
  min-width:770px; /* minimalna sirka, nevie to MSIE */
}
/* ------------------- hlavicka -------------------------- */
h1{
  text-align:left;
  font-size: 22px;
  color: #DE7110;
  font-weight: normal;
  font-family: tahoma;
}
/* ------------------- navigacia ------------------------- */
div#navigacia{
  width:190px;
  height: 500px;
  float:left;
  font-size:.85em;
  padding: 0px 0px 40px 0px;
}
  div#navigacia ul{
    list-style-type:none;
	 width: 180px;
  }
    div#navigacia ul li{
		wiidth: 170px;
		color: #ff5d00;
		border-left: 7px solid #AAB4C0;
		
    }
    div#navigacia ul li a{
      display:block;
      paadding:8px;
		heeight: 12px;
		color:#0065ff;
		text-decoration: underline;
		font-weight: bold;
		padding: 10px;
		background: url(button.gif) no-repeat bottom right;
    }
    div#navigacia ul li a:hover{
      color:#000;
    }
/* ------------------- obsah -------------------- */
div#obsah{
  float:left;
  width:570px;
  font-size: 13px;
  margin-top: 10px;
}
div#obsah li{
	margin-left: 35px;
	padding-left: 0px;
}
h2{
  font-size: 16px;
  color: #0065ff;
  font-weight: bold;

}
hr{height: 1px;color: #ce6d21;background-color: #ce6d21;border: none;width : 100%;margin:10px 0;}
/* ------------------- pata ------------------- */
div#pata{
  clear:both;
  background:#fff;
  text-align:right;
  font-size:10px;
  margin-top: 10px;
  background-color: #ADB6C6;
}
  div#pata h2{
    display:none;
  }
