/******************************* buttons **************************************/

#buttonomne a, #buttonmne a:hover, #buttonomneselected
{
  position: absolute;
  left: 0px;
  top: 50px;
  width: 200px;
  height: 100px;
	background: url('img/buttons/cz/button_omne.png') top left no-repeat;    
  display: block;
}

#buttonomne a:hover, #buttonomneselected
{
	background: url('img/buttons/cz/button_omne2.png') top left no-repeat;    
}

#buttongal a, #buttongal a:hover, #buttongalselected
{
  position: absolute;
  left: 0px;
  top: 200px;
  width: 200px;
  height: 120px;
	background: url('img/buttons/cz/button_gal.png') top left no-repeat;    
  display: block;
}

#buttongal a:hover, #buttongalselected
{
	background: url('img/buttons/cz/button_gal2.png') top left no-repeat;    
}

#buttonvyst a, #buttonvyst a:hover, #buttonvystselected
{
  position: absolute;
  left: 0px;
  top: 360px;
  width: 200px;
  height: 120px;
	background: url('img/buttons/cz/button_vyst.png') top left no-repeat;    
  display: block;
}

#buttonvyst a:hover, #buttonvystselected
{
	background: url('img/buttons/cz/button_vyst2.png') top left no-repeat;    
}

#buttonnabidka a, #buttonnabidka a:hover, #buttonnabidkaselected
{
  position: absolute;
  right: 5px;
  top: 80px;
  width: 200px;
  height: 120px;
	background: url('img/buttons/cz/button_nabidka.png') top right no-repeat;    
  display: block;
}

#buttonnabidka a:hover, #buttonnabidkaselected
{
	background: url('img/buttons/cz/button_nabidka2.png') top right no-repeat;    
}

#buttonkontakt a, #buttonkontakt a:hover, #buttonkontaktselected
{
  position: absolute;
  right: 5px;
  top: 210px;
  width: 200px;
  height: 120px;
	background: url('img/buttons/cz/button_kontakt.png') top right no-repeat;    
  display: block;
}

#buttonkontakt a:hover, #buttonkontaktselected
{
	background: url('img/buttons/cz/button_kontakt2.png') top right no-repeat;    
}

#buttonodkazy a, #buttonodkazy a:hover, #buttonodkazyselected
{
  position: absolute;
  right: 10px;
  top: 360px;
  width: 200px;
  height: 120px;
	background: url('img/buttons/cz/button_odkazy.png') top right no-repeat;    
  display: block;
}

#buttonodkazy a:hover, #buttonodkazyselected
{
	background: url('img/buttons/cz/button_odkazy2.png') top right no-repeat;    
}

/******************************* lang *****************************************/

#gal_menu
{
/*  position: relative;*/
  width: 100%;
  height: 60px;
}

#gal_malba a, #gal_malba a:hover, #gal_malbaselected
{
  position: absolute;
  left: 0px;
  top: 40px;
  width: 150px;
  height: 50px;
	background: url('img/buttons/cz/gal_malba.png') top left no-repeat;    
  display: block;
}

#gal_malba a:hover, #gal_malbaselected
{
	background: url('img/buttons/cz/gal_malba2.png') top left no-repeat;    
}

#gal_portret a, #gal_portret a:hover, #gal_portretselected
{
  position: absolute;
  left: 240px;
  top: 40px;
  width: 150px;
  height: 50px;
	background: url('img/buttons/cz/gal_portret.png') top left no-repeat;    
  display: block;
}

#gal_portret a:hover, #gal_portretselected
{
	background: url('img/buttons/cz/gal_portret2.png') top left no-repeat;    
}

#gal_ostatni a, #gal_ostatni a:hover, #gal_ostatniselected
{
  position: absolute;
  left: 450px;
  top: 40px;
  width: 150px;
  height: 50px;
	background: url('img/buttons/cz/gal_ostatni.png') top left no-repeat;    
  display: block;
}

#gal_ostatni a:hover, #gal_ostatniselected
{
	background: url('img/buttons/cz/gal_ostatni2.png') top left no-repeat;    
}

