/* CSS Document */

body, html 
{ 
  
  text-align: auto;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; 
  font-size: 1em ; 
  color: rgb(40,40,40);
  background-color: black;
  margin: 0px;
  padding: 0px;

  
  
} 

p, img, table, tr, th, td, h1, h2, h3, h4, h5, h6, ul, ol, li 
{ 
  border: 0px none; 
  margin: 0px; 
  padding: 0px; 
  text-indent: 0px;

}
/*  /// WRAPPERY ///////////////////////////////////////////////////////////  */ 

#wrapper
{ 
  margin: 0 auto;
  border: 0;
  width: 777px;
  background-color:white;
  
  
 
}
#wrapper_body
{ 
  
  background-image: url(../img/wallpaper.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  
 
}
/*  /// PAGE HEADER ///////////////////////////////////////////////////////// */  
#topline_wrapper 
{ 
  height: 64px;
	 
} 
#topline 
{ 
  
  height: 100%;	
  background-image: url(../img/topline.jpg);
  background-repeat: repeat-x;

} 
#top_wrapper 
{ 
  height: 23px;
	 
} 
#top
{ 
  
  height: 100%;	
  background-image: url(../img/top.jpg);
  

} 
#header_wrapper 
{ 
  height: 250px;
	 
} 
#header 
{ 
  
  height: 100%;	
  background-image: url(../img/bannerbeta.jpg);
  background-repeat: no-repeat;
  padding: 220px 0px 0px 653px;
  color: white;
}
/*  /// PAGE MENU /////////////////////////////////////////////////////////// */ 
#menu_wrapper 
{ 
  height: 51px;
} 
#menu 
{ 
  height: 100%;	
  background-image: url(../img/menuback.jpg);
  background-repeat: no-repeat;
  font-size: 0.9em;
  padding: 0px 0px 0px 40px;
 

} 
/*  /// PAGE MAIN /////////////////////////////////////////////////////////// */ 
#main_wrapper 
{ 
  
} 
#main 
{ 
  min-height: 200px;
  background-image: url(../img/back.jpg);
  background-repeat: repeat-y;
  padding: 10px 40px 20px 40px;
} 
/*  /// PAGE FOOTER ///////////////////////////////////////////////////////// */ 
#bottom_wrapper
{
  height: 17px;
}
#bottom
{
  height: 100%;	
  background-image: url(../img/bottom.jpg);
  
}
#bottomline_wrapper
{
  height: 17px;
}
#bottomline
{
  height: 100%;	
  background-image: url(../img/bottomline.jpg);
  background-repeat: repeat-x;
  
}
/*  /// NAVIGACE ///////////////////////////////////////////////////////// */
#nav {
height: 51px;s

}

#nav  li {
list-style: none;
float: left;
margin: 2px 15px 15px 5px;

}

#nav li a {
padding: 14px 0px 0px 5px;
display: block;

color: rgb(169,192,63);
text-decoration: none;

}

#nav li a:hover {
color: grey;

}


/*  /// NADPIS ///////////////////////////////////////////////////////// */

h1 {
font-size: 1.2em;
border-bottom: 1px solid;
margin: 0 0 10px 0;
}
h2 {
font-size: 1.1em;
margin: 0 0 10px 0;
}
h4 {
font-size: 1.1em;
margin: 0 0 10px 0;
color: rgb(153,0,0);
}
h5 {
font-size: 0.6em;
color: white;
}