body {
	background-color: #ffffff;
	font-size: 1.3em;
	font-family: Tahoma, Verdana, sans-serif;
	color: #515151;
	text-align: left;
}

.top {
	margin: 20px auto;
	width: 800px;
	background-image: url("/images/top.jpg");
	background-position: top;
	margin-bottom: 0px;
}

table {
	font-size: 0.8em;
}

table td {
	width: 250px;
}

table .contact:hover {
	background-color: #eee;
	cursor: default;
}

.main {
	margin: 0px auto;
	padding-top: 40px;
	width: 802px;
	background-image: url("/images/middle.jpg");
	background-position: left top;
	font-size: 0.8em;
	margin-bottom: 0px;
}


.content {
	width: 700px;
	margin: 0px auto;
	position: relative;
}

.footer {
	margin: 0px auto;
	width: 800px;
	background-image: url("/images/bottom.jpg");
	background-position: left top;
}

.okbc-logo {
	float: left;

}

.okbc-logo img {
	border: 0px;
	margin: 0px;
}


#menu {
	border-bottom: 6px solid #CCCCCC;
	padding-bottom: 2px;
	padding-top: 5px;
	margin: 0 31px 5px 200px;
}
#menu a {
	border-bottom: 10px solid;
	margin-right: 3px;
	color: black;
	text-decoration: none;
	display: inline-block;
	width: 93px;
	height: 25px;
	line-height: 25px;
	font-size: 0.8em;
}
#menu a:hover {
	font-weight: bold;
}
#menu a:first-child {
	border-color: #DDA417;
}
#menu a:nth-child(2) {
	border-color: #05B9AE;
}
#menu a:last-child {
	border-color: #6F99D5;
}
#menu a:first-child:hover {
	border-color: #C48F15;
}
#menu a:nth-child(2):hover {
	border-color: #0D968D;
}
#menu a:last-child:hover {
	border-color: #5780BA;
}


h1 {
	color: #109d6b;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
}
h2 {
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	font-style: bold;
	padding: 0px;
	font-size: 0.8em;
}
p {
	font-size: 0.7em;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	border: 0px;
}

#menu a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: black;
}


.levy {		
	float: left;
	width: 200px;
}
.stredni {
	width: 200px;
	float: left;

}
.pravy {
	width: 250px;
	float: left;
}

.pic-left {
	margin: 10px 0 10px 0;
	width: 230px;
	height: 200px;
	background-image: url(/images/budova-left.jpg);
	background-repeat: no-repeat;
	float: left;
}
.pic-center {
	margin: 10px 0 10px 0;
	width: 240px;
	height: 200px;
	background-image: url(/images/budova-center.jpg);
	background-repeat: no-repeat;
	float: left;
}
.pic-right {
	margin: 10px 0 10px 0;
	width: 230px;
	height: 200px;
	background-image: url(/images/budova-right.jpg);
	background-repeat: no-repeat;
	float: left;
}


ul.kategorie {
	list-style-type: none;
	cursor: default;
	display: block;
	width: 200px;
}

ul.kategorie li {
	margin: 10px;	
}

ul.kategorie li a {
	display: block;
	color: black;
	width: 250px;
}

ul.kategorie li a:hover {
	color: #109d6b;
	display: block;
	width: 200px;
}

ul.kategorie li ul.nahled li {
	display: none;
}

ul.kategorie li:hover ul.nahled li {
	display: block;
	list-style-type: none;
	position: absolute;
	top: 270px;
	left: 430px;
	margin: 0px;
	font-size: 0.8em;
	color: gray;
	text-align: center;
}

ul.nahled img {
	border: 5px solid #eee;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.hidden {
	display: none;
}

.thumbnails img {
	margin: 5px;
	border: 0px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	height: 100px;
}

.thumbnails a {
	font-size: 0.8em;
	color: #109d6b;
}

.thumbnails img:hover {
	border: 3px solid gray;
	margin: 2px;
	opacity: 1;
	filter: alpha(opacity=100);
}

