/* /////////////////////////////////////////////////////////////////////
                         Zakladni nastaveni
//////////////////////////////////////////////////////////////////////// */
body {
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	
	
  }

.bodyAdmin {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	
	
  }
    
a, a:active, a:visited {
	color:#900;
	text-decoration: none;
}	

a:hover {
  color:#253E63;
  text-decoration: underline;
    }
	
a.link, a.link:active, a.link:visited {
	color:#900;
	text-decoration: none;
	border-bottom: dotted 1px #900 ;
}	

a.link:hover {
  color:#253E63;
  text-decoration: none;
  border-bottom: dotted 1px #253E63 ;
    }



/* Nadpisy
----------------------------------------------- */
h1, h2, h3 {
	font-family:"Times New Roman", Times, serif;
}

h1 {
  
  font-size:180%;  
  }
  
h2 {   
   font-size:150%;   
  }
  
h3 {
  font-size:125%;
  margin:10px;
  }

h4 {
  font-size:75%;
  }
  
.nazev {
  font-size:75%;
  color:#253E63;
  }


.kontakt{
	color:#333333;
	font-weight: normal;
	letter-spacing: 0em;
	font-size: x-small;
}

.slovnik{
	font-weight: normal;
	letter-spacing: 0em;
	font-size: x-large;
}

.slovnik2{
	font-weight: normal;
	letter-spacing: 0em;
	font-size: large;
}


	
/* /////////////////////////////////////////////////////////////////////
                         Layout stranky
//////////////////////////////////////////////////////////////////////// */
#tabulka {
	background-image:url(images/pozadi_2.jpg);
	background-repeat: no-repeat;
	height:100%;
	margin: 0px;
	padding: 0px;
	
    }
	
#menu_top {
	background-image:url(images/mnu1.gif);
	background-repeat:repeat-x;
	background-color: #686765;	
	
	
    }
	
.ramecek{
	border: 1px solid #000000;
    }
	
#uvodni{
	padding: 25px;

    }


/* /////////////////////////////////////////////////////////////////////
                         Navigace 
//////////////////////////////////////////////////////////////////////// */
  

/* Menu vertikalni
----------------------------------------------- */
#menu2{
	width:150px;
	margin:0px 0px 0px 0px;
	line-height:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
}
#menu2 ul {
    margin:0px;
	padding: 0px;
	list-style:none;
	}
/* Menu vertikalni
#menu2 li{
border-bottom:1px solid black;
}*/

a.menu2_link, a.menu2_link:visited {
  color:#333333;  
  text-decoration:none;
  background-image:url(red/mnu_txt.gif);
  background-repeat:repeat-y;
  display:block;  
  padding:0.5em 0em 0.5em 1.2em;
  width:100%;
    }
a.menu2_link:hover {
  color:#CE3400;
    }    
	
  
/* Menu uvod
----------------------------------------------- */
#menu_u{
	width:100px;
	margin:10px 0px 0px 0px;
	line-height:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
}
#menu_u ul {
	margin:0px;
	padding: 0px;
	list-style-type: none;	
	
	}
/* Menu vertikalni
#menu2 li{
border-bottom:1px solid black;
}*/

a.menu_uvod, a.menu_uvod:visited {
  color:#FFFFFF;  
  text-decoration:none;
  display:block;  
  padding:0.2em 0em 0.1em 1.9em;
  width:100%;
    }
a.menu_uvod:hover {
  color:#990000;
    }    
	
