div.imgG
{
  margin: 3px;
  border: 1px solid #80C6FF;
  height: 150px;
  width: 120px;
  float: left;
  text-align: center;
}	
div.imgG img
{
  display: inline;
  margin: 2px;
  border: 1px solid #ffffff;
}
div.imgG a:hover img {border: 1px solid #80C9FF;}



div.titleG
{
  text-align: center;
  font-family: helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 65%;
  width: 114px;
  height: 43px;
  margin: 2px;
}

div.descG
{
  text-align: center;
  font-family: Trebuchet MS, helvetica, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 65%;
  width: 114px;
  margin: 2px;
}



div#nahledy img {
	padding: 5px;
	background: white;
	border: 1px solid silver;
	margin: 3px 4px 0 10px;
  	text-align: center;
}

div#nahledy a:hover img{
/*	border: 1px solid #00497B; */
	border: 1px solid #80C9FF; 
	color: #FFC080;
	text-decoration : none;
}
	
div#nahledy1 img {
	padding: 5px;
	background: white;
	border: 1px solid #80C6FF;
	margin: 3px 4px 0 6px;
  	text-align: center;
}

.seznam { 
	position:relative;
	float: left;
	margin: 0 0 0 -4px;
	}

.navig {
	border:1px solid #bbd7f3;
	margin:3px 4px 0 10px; 
	padding-top:4px;
	height:1%;
	overflow:hidden;
	font-style: normal;
	font-family: Trebuchet MS, helvetica, Tahoma, sans-serif;
}

.glink {
	padding: 0 0 0 0;
/*	background: url('icons/magnifier.png') no-repeat 0 11px; */
	background: url('gifs/arrow18.gif') no-repeat 0 11px; 
	margin: 0px 12px 0 11px;
	font-family: Trebuchet MS, helvetica, Tahoma, sans-serif;
	font-weight: bold;
		}

.glink img{
	display: inline;
	margin-left:2px; 
	width:13px; 
	height:13px;
	border:0px;
	padding:0px;
	}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img {
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


.inline-button {
	_width:12em;
	font:  90%/1 "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0 0.2em; padding: 0.1em 0; _padding:0;
	border: 1px solid;
	border-color: #ddd #bbb #aaa #ccc;
	white-space:nowrap;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align:middle;
	background: inherit;
	color: black;
	}
.inline-button em {
	_width:1em; _cursor:hand;
	font-style: normal;
	margin:0; padding: 0.1em 0.5em;
	background: inherit;
	color: black;
	}
.inline-button span {
	_width:1em; _cursor:hand;
	margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
	}
.inline-button:hover {
	background: #666;
	text-decoration : none;
	color: white;
	}
.inline-button:hover em {
	background: #5292CC;
	color: white;
	}

.orange { background: inherit; color: black }
.orange em { background: inherit; color: #c60 }

.blue {background: #06c; color: white; }
.blue em { background: white; color: #06c }

.green { background: green; color: white }
.green em { background: white; color: green }

.darkblue { background:#006; color:white }
.darkblue em { background:#ccf; color:#006 }

.brown { background:#dd9; color:black }
.brown em { background:#003; color:#ffc }


.inline-button2 {
	display: block;
	width:155px;
	font:  90%/1 "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin:0.1em 0.2em 0.1em 0.2em; padding: 0.4em 0.5em 0.5em 0.2em; _padding:0;
	border: 1px solid;
	border-color: #ddd #bbb #aaa #ccc;
	white-space:nowrap;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align:middle;
	background: inherit;
	color: black;
	}

.inline-button2 em {
	_width:1em; _cursor:hand;
	margin:0; padding: 0.1em 0.5em;
	font-style: normal;
	background: inherit;
	color: black;
	}
.inline-button2 span {
	_width:1em; _cursor:hand;
	}

.inline-button2:hover {
	background: #5292CC;
	text-decoration : none;
	color: white;	
	}
	
.inline-button2:hover em {
	background: #5292CC;
	color: white;
	}


/* --- searchin button --- */	
input.btn {
  color: #c60;
  font:  0.85em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  background-color:transparent;
  border:1px solid;
  border-color: #ddd #bbb #aaa #ccc;
  cursor: hand;
  cursor: pointer;
	}

input.btn:hover {
	text-decoration : none;
	}
	
	
.formbutton{
	font:  0.85em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	padding: 1px 2px;
	background:url(../gifs/formbg_sm.gif) repeat-x left top;
}

.searchbgIE {
	background:yellow;
	position:relative;
	vertical-align: middle;
	border:0;
	}

.cssbutton{
	background-color: #d1ec4c;
 	background-color:transparent;
	border: 2px #d1ec4c outset;
	padding: 1px 4px;
	color: black;
	text-decoration: none;
	width: auto;
	font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
	border-style: inset;
	background-color: #e3f48e;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
	color: black;
}


/* ----- nepožito - hledací pole v menu ---------- */

div#content #menu{
	padding-left:15px;
/*	padding-top:35px;	*/
	padding-top:0px;	
}

div#menu #menu_items{
/*	padding-top:15px;	*/
	padding-top:5px;		
}

div#menu #menu_items td{
	color:#ffffff;
	font-size:11px;
	color:#303030;
	font-size:14px;
	font-weight:bold;
}

div#menu #menu_items td a{
	color:#303030;
	font-size:14px;
	font-weight:bold;
}

div#menu #menu_items td a:hover{
	color:#303030;
	font-size:14px;
	font-weight:bold;
}

div#menu #menu_items td:hover{
/*	padding-bottom:12px;	*/ 	
	padding-bottom:5px;
	background:url(../images/bg/menu_bg.png) no-repeat bottom center; 
}

div#menu #menu_items td{
/*	padding-bottom:12px; */
	padding-bottom:5px;
}

div#menu #menu_searc_box{
	color:#b2b2b2;
	font-size:11px;
	padding-right:20px;
/*	padding-top:5px; */
	padding-top:5px; 
}

div#menu #menu_searc_box form{
	height: 0,1%;
}

div#menu #menu_searc_box input{
	font-size:12px;
	background:#ffffff;
/*	color:#666666;	*/
	border:0px;
}


#gallery-in {border-bottom:1px solid #DDDDDD; background-color:#EFEFEF;}
#gallery-in {padding:15px; background:url("../design/gallery.gif") 0 0 repeat-x;}
#gallery img {margin-right:18px; margin-bottom:2px;}
#gallery a.last img {margin:0;}

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}
.t-center {text-align:center !important;}
.nom {margin:0 !important;}