/*BASICS*/
body { 
   margin: 20px auto auto auto;
	font-family: Arial;
	font-size: 90%;
	text-align: center;
	width: 940px;
	background: #2B2B2B;
	font-style: normal;
	font-weight: normal;
}
img{
	border: 0 none;
}
table{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
	

}
h4{
	margin-top: 20px;
	margin-bottom: 0px;
}
h3{
	margin-top: 20px;
	margin-bottom: 0px;
}

/*TOP*/
#top{
	background: url(images/top.jpg) no-repeat;
	width: 940px;
	height: 180px;
	padding: 0 0 0 0;
}
#jantichy{
	float: left;
	margin-top: 53px;
	margin-right: 0px;
	position:relative;
	left: 160px;
	background-color: transparent;
}


/*MENU*/
#menu_h{
	width: 940px;
	background: url(images/menu_.jpg) no-repeat left;
	height: 48px;
	color: white;
	text-align: left;
	float: left;
	line-height: 42px;
	padding-left: 90px;
}
#menu_h a{
	width: 150px;
	float: left;
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	z-index: 1;
}
#language{
	float: left;
	width: 150px;
	margin-top: 16px;
	margin-left: 120px;
	display: inline;
}
#language a{
	margin-right: 8px;
	width: 30px;
	height: 15px;
	}

/*HOME*/
#home{
	width: 934px;
	background: url(images/home.jpg) repeat-y;
	float: left;
	text-align: left;
	padding-bottom: 35px;
}
#home_text{
	width: 760px;
	float: left;
	margin-left: 8px;
	color: #8BA1B6;
	/*margin-top: -10px;*/
}
#home_text a{
	color: #A8BDD0;
	text-decoration: none;
}
#home_text a:hover{
	color: #A8BDD0;
	text-decoration: underline;
}
#rightbar{
	width: 150px;
	height: 161px;
	margin-top: 0px;
	margin-right: 2px;
	_margin-right: 1px;
	padding: 0 0 0 0;
	float: right;
	text-align:center;
	z-index: 9;
	background: url(images/rightbar.gif) no-repeat;
}
#rightbar h4{
	font-style: italic;
	color: white;
}

/*BOTTOM*/
#bottom{
	background: url(images/bottom.jpg) no-repeat;
	width: 940px;
	height: 78px;
	float: left;
	_float: none;
}
#kontakt{
	float: right;
	margin-right: 50px;
	margin-top: 55px;
}
/*CONTEXT CLASSES*/
#navi{
	margin-top: 10px;
	text-align:center;
}
#navi a{


}
#navi a:hover{
	

}
.tabulka{
	height: 100px;
	width: 100px;
	text-align: center;
}
.vystavy{
	text-align: left;
	vertical-align: top;
}
.vystavy td{
	margin-top: 0px;
	vertical-align: top;
}
.photogallery{
	margin: 8px auto 0px auto;
	
}
.photogallery a:hover{

}
.tabulka a{
	color: red;
	
}
.tabulka a:hover{
	text-decoration: none;
}
.tabulka a img{
 
   filter: alpha(opacity=80);  
   -moz-opacity: 0.8;  
   -khtml-opacity: 0.8;
	opacity: 0.8; 
}
.tabulka a:hover img{

   filter: alpha(opacity=100);  
   -moz-opacity: 1.0;  
   -khtml-opacity: 1.0;
	opacity: 1.0; 
}

.anylinkcss{
	visibility: hidden;
	position: absolute;
	margin-top: 1px;
	margin-left: 5px;
	border: #9F9F9F solid thin;

}
.center{
	width: 100%;
	text-align: center;
}