BODY {
	COLOR:#151515; FONT-SIZE: 14px; LINE-HEIGHT: 130%; FONT-WEIGHT: normal; font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	margin: 0px; background: #F8F7E5; 
}

.ram {
  border-left: 1px solid #151515; border-right: 1px solid #151515; width: 980px; margin: 0 auto; padding: 0;

}



H1 {
	FONT-SIZE: 30px; line-height: 35px;
}

P {
	LINE-HEIGHT: 130%; FONT-WEIGHT: normal; 
}
TD {
	LINE-HEIGHT: 130%; FONT-WEIGHT: normal; 
}
A {
	COLOR: #009042; 
}

A:hover {
	text-decoration: none; 
}

#cesta {
  width:350px; font-size:11px;
}

#cesta a {
  text-decoration: none; color:#151515;
}

#cesta a:hover {
  text-decoration: underline;
}


#copyright {
  margin-right: 20px; margin-top:50px; text-align: right; font-size: 12px;
}

#copyright A, #copyright A:link, #copyright A:visited {
	COLOR: #000000; text-decoration: none;
}
#copyright A:hover {
	text-decoration: underline;
}


#odkazybottom {
  margin-right: 20px; margin-top: 5px; text-align: right; font-size: 12px;
}

#odkazybottom A, #odkazybottom A:link, #odkazybottom A:visited {
	COLOR: #000000; text-decoration: none; font-size: 12px;
}
#odkazybottom A:hover {
	text-decoration: underline;
}


 

.topmenu {
  COLOR: #ffffff; font-weight: bold; font-size: 13px; 
}

A.topmenu, A.topmenu:link, A.topmenu:visited {
	COLOR: #ffffff; text-decoration: none
}
A.topmenu:hover {
	text-decoration: underline;
}


.hornimenu {
  width: 980px; background:#B0B17B; height:25px; border-bottom: 1px solid #ffffff; padding-left:15px;
}

.menu {
  width: 200px; vertical-align:top; background-image: url(../pic/top-nad-menu.gif); background-position: top center; background-repeat: no-repeat; padding-top:36px;
}

.loga {
  width: 180px; margin-left:10px; margin-top:10px;
}

.obsah {
  width: 760px; vertical-align:top; background-image: url(../pic/top-pod-fotkou.gif); background-position: top center; background-repeat: no-repeat;
}

.paticka {
  width: 980px; height: 132px; background-image: url(../pic/bottom-bg.gif);
}

IMG.foto {
	border-width: 6px; padding: 2px; border-style: solid; border-color: #D2D2AB;
}


HR {
	color: #151515; height: 2px; MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px;
}



#hledani form {
  margin:0; padding:0;
}


#m3searchinput {
  width:100px; height:14px; font-size:10px;
}



















/********************
MENU
*********************/
#menu_vert {
   text-transform: uppercase;
   font-weight: bold;
   COLOR:#151515; 
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   padding: 0;
   padding-bottom: 7px;
   display: block;

}

#menu_vert ul li {
   border: none;
}

#menu_vert ul ul li {
   border: none;
   font-weight: normal;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   COLOR:#151515; /* this will be link color for all levels */ 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

div#menu_vert a:hover {
   COLOR:#009042; 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   padding: 0em 0em 0em 0.4em;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0em 0em 0em 0.4em; 
}

/* hover state for all links */
div#menu_vert a:hover {
   COLOR:#009042;   
}


