/* CSS Document */

hr {
	margin: 0px;
}

a img {border:none;}


body
{
  background: url("../images/background_tile.jpg");
  width: 880px; 
/*	height:1252px;*/ 
	text-align: center; 
	margin: auto; 

}

div#header
{
  width: 880px;
  height: 90px;
  background: white url("../images/header.jpg");
}

div#footer
{
  clear:both;
  float:none;
  width: 880px;
  height: 107px;
  /*background: white url("../images/footer.jpg");*/
  text-align:center;
  font-size:10px;
  margin-top: 80px;

  font-family: Georgia, serif, sans-serif;
}

div#main
{
  width: 600px;
/*  height: 730px;*/
  background: url("../images/main.jpg") ;
  float: right;

}

div#sidebar
{
  width: 212px;
  /*height: 519px;*/
  background: white url("../images/sidebar.jpg");
  padding-left: 20px;
  padding-top: 10px;
  float:left;

}

div#sidebar a
{
  font-size: 14px;
}

div.clearer
{
  clear:both;
}

a 
{
  color: black; 
  /*font-size: 16px; */
  font-family: serif, sans-serif; 
  text-decoration: none; 
}

a:hover 
{ 
  color: gray; 
 /* font-size: 16px; */
  font-family: serif, sans-serif; 
  text-decoration: none; 
}

a.admin_menu, div#menu a                    /*  "buttony" */
{
  background-color: #CCCC66;
  padding: 3px 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight:bold;
  font-size: 14px;
}

.main_img
{
  width: 400px;
  float:none;
  clear:both;
  margin:0px;
}

div.archiv_photo {
	float:left;
}

div.archiv_photo img.main_img {
	width:117px;
	margin:6px;
}

div.clanok
{
  width:400px;
  border-bottom: 1px solid lightgrey;
  padding: 10px;
  padding-bottom: 30px;

}

div.clanok_second
{
  width:400px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 30px;
  padding: 10px;
  background: white url("../images/clanok_bckg.jpg");
}

div.uputavka
{
  width: 400px;
  color: #808000;
  font-size: 14px;
  margin-bottom:30px;
  
}

div.div_titulok
{
  font-size: 16px;
  font-weight:bold;
  color: #808000;
}

span.viac a
{
  float:right;
  text-align:right;
  margin-top: 10px;
  margin-left:20px;
  text-decoration:none;
  font-size: 14px;
  font-weight:bold;
  font-family: serif;
  background-color: #CCCC66;
  padding: 3px 6px;


}

span.viac a:hover
{
  color:gray;
}
/*
div.spacer
{
  background-color: lightgrey;
  width:100%;
  margin-bottom: 5px;
}
*/
/*    pre uputavky kotva    */
div#sidebar div.submenu
{
  margin-left:20px;  
  padding: 20px ;
  border-bottom: 7px solid black;
font-size: 12px;
}

div#sidebar div.submenu a {
	/*margin-bottom: 55px !important;		nereaguje to :)*/line-height: 20px;
	/*border-bottom: 1px solid gray;*/
}

div#sidebar .submenu_links
{
  margin-left:20px;
  padding-bottom: 20px;
  padding-left: 18px;
  border-bottom: 7px solid black;
  font-size: 10px;
  font-weight : normal;
}

div#sidebar .submenu_links_up
{
  margin-left:20px;
  padding: 20px 18px;  
  border-bottom: 7px solid black;
  border-top: 7px solid black;
font-size: 12px;
  font-weight : bold;
}
 
div#menu
{
  padding-bottom:20px;
}

h4
{
  margin:0px;
  padding:0;
}

.tab      /*tabulky vo formulari*/
{
  font-weight: bold;
  color: #808000;  
}

/*pre upravu v profesoroch*/
.subheading
{
  font-weight: bold;
  color: #808000;  

}

span.img_popis
{
  font-size: 12px;
  color: black;
}

span.autor
{
  font-size: 14px;
  color: #808000;
  float:right;
  text-decoration: underline;
}

span.datum {
  color: #808000;
}

div.login
{
  width: 400px;
  height: 242px;
  background: white url("../images/login.jpg") top right no-repeat;
}

div#listing 
{
  margin-top: 15px;
}

div#listing a.current_link
{
  border: 1px solid black;
  background-color: transparent;

}

.submenuActive {
  color: #808000;
}

.clear {
	clear:both;
}

/*
form input {width:100%;}
form input[type=submit],form input[type=button],form input[type=reset] {width:100px;}
*/