* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #EFF8FD;
}

h1 {
	display: none;
}

img {
	border: 0;
}

#prezentace {
	text-align: left;
	width: 812px;
	margin: 30px auto;
}

#menu {
	background: url(panel.png) no-repeat;	
	width: 812px;
	height: 38px;
	text-align: center;
	padding-top: 13px;
	color: #fff;
}

#menu a {
	text-decoration: none;
	color: #000;
	padding: 4px;
	background: #EFF8FD;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
}

#paticka {
	clear: both;
	text-align: center;
	color: white;
	width: 812px;
	height: 46px;
	padding-top: 15px;
	background: url(panel.png) no-repeat;
}
#obsah {
	width: 812px;
	background: url(body_middle.png) repeat-y left;	
	padding: 0;
}

#obsah p {
	background: url(body_end.png) no-repeat bottom left;
	padding: 20px;
	clear: both;
	font-size: 18px;
}

#obsah h2 {
	height: 50px;
	text-align: left;
	padding: 0 30px;
	color: #fff;
	background: url(body_head.png) no-repeat top left;
	padding-top: 20px;
}

.obrazky img {
	width: 165px;
	height: 124px;
	padding: 4px;
	margin: 3px;
	border: 1px solid #000;
	background: #EFF8FD;
	
	opacity: 0.75;  
	filter: alpha(opacity=75);  
	-moz-opacity: 0.75;  
	-khtml-opacity: 0.75;  
}

.obrazky img:hover {
	opacity: 1;  
	filter: alpha(opacity=100);  
	-moz-opacity: 1;  
	-khtml-opacity: 1;  
}

