/* Default CSS Stylesheet for a new Web Application project */
body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: White;
}
td
{
	
	font-size: 10pt;
	
}

.align_left {
      text-align: left;
    }
align_right {
      text-align: right;
    }
.align_center {
      text-align: center;
    }
.align_justify {
      text-align: justify;
    }
p, .odstavec {
     margin-top : 14px;
	  margin-bottom : 14px;
	  font-size: 10pt;
    }

 h1, .nadpis1 {
 color : #663300;
 font-size : 16pt;
 font-weight : bold;
 }

h2, font.nadpis2 {
 color : #663300;
 font-size : 12pt;
 font-weight : bold;
 }

h3, font.nadpis3 {
 color : #663300;
 font-weight : bold;
 font-size: 10pt;
 }

a {
 color : #663300;
 }

a.menu {
 color : #663300;
 text-decoration: none;
 font-size: 10pt;
 display: block;
 padding-left: 16px;
 }
a.menu:hover {
 color : #FF0000;
 text-decoration: none;
 }
a.menu_active {
 color : #DD3300;
 text-decoration: none;
 font-size: 10pt;
 padding-left: 16px;
 }
a.menu_active:hover {
 color :  #FF0000;
 text-decoration: none;
 }

a.menu2
{
	padding-left: 26px;
}
a.menu3
{
	padding-left: 36px;
	font-size: 8pt;
}
  
a.menu_top {
 color : #663300;
 text-decoration: none;
 font-size: 10pt;
 display: block;
 padding-left: 10px;
 background-image: url(http://www.mamuti.cz/images/dot.gif);
 background-repeat: no-repeat;
 background-position: 0px 4px;
 margin-left:10px;
 }
a.menu_top:hover {
 color : #FF0000;
 text-decoration: none;
 background-image: url(http://www.mamuti.cz/images/dot_hover.gif);
 }
a.menu_top_active {
 color : #DD3300;
 text-decoration: none;
 font-size: 10pt;
 display: block;
 padding-left: 10px;
 background-image: url(http://www.mamuti.cz/images/dot.gif);
 background-repeat: no-repeat;
 background-position: 0px 4px;
 margin-left:10px;
 }
a.menu_top_active:hover {
 color : #FF0000;
 text-decoration: none;
 background-image: url(http://www.mamuti.cz/images/dot_hover.gif);
 }
 
.hlavicka_background {
  background-image: url(images/malby2.gif); 
  background-repeat: repeat;
  background-color: #cc9966;
}
.menu_leftborder {
  background-image: url(images/leftborder2.gif);
}
.menu_rightborder {
  background-image: url(images/rightborder2.jpg);
  background-color: White;
}
.body
{
	border-collapse: collapse;
}
#horni_menu
{
	float: right;	
	padding-bottom: 5px;
	color: #EEE9E3;	
}
#horni_menu a
{
	color: #EEE9E3;	
	font-weight: bold;
	text-decoration: none;	
}
#horni_menu a:hover
{
	color: white;	
	
}

.odkazUpravitStranku
{
	position: absolute;
	top: 48px;
	left: 505px;
	color: #EEE9E3;	
	font-weight: bold;
}

.odkazUpravitStranku a {
 color: #EEE9E3;	
	font-weight: bold;
	text-decoration: none;	
 }
.odkazUpravitStranku a:hover {
 color: white;	
 }

.zahlavi
{
	border: 2px solid black;
	font-size: 10pt;
}
.zahlavi .hlavicka_bg
{
	height: 36px;
	>height: 38px;
	background-image: url(images/malby2.gif);	
	border-bottom: 2px solid black;		
}
.zahlavi .hlavicka_obsah
{
	height: 36px;
	background-image: url(images/exparch2.gif);
	background-repeat: no-repeat ;		
}
.zahlavi .hlavicka_mamut
{
	height: 36px;
	background-image: url(images/mamut.gif);
	background-repeat: no-repeat ;		
	background-position: 100% 0px;
}
.zahlavi .menu_pruh
{
	height: 20px;
	background-image: url(images/podnadpis.gif);
	background-repeat: no-repeat;
	background-color: #663300;
	padding-right: 10px;
}
.vyskakovaciOkno
{
	/*background: #FFBB88;
	border: 2px solid black;	*/
}

.datumAktualizace
{
	float: right;
	font-size: 8pt;
	font-style: italic;
}
.albumtable_top td
{
	color: White;
}
.albumtable_top a
{
	color: white;
}
.galerie_popis
{
    background-color: Black;
    text-align: center;
    color: White;
}

a.nodetail
{
	color: Black;
	text-decoration: none;
}