* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #9999CC;
	font-family: Arial, sans-serif;
	margin-top: 20px;
}

a {
	color: black;
	text-decoration: none;
}

img {
	border: none;
}

/**********************************************************************************/

.shadow { /* pro obrázky */
	background: url('shadowAlpha.png') no-repeat bottom right !important;
	background: url('shadowAlpha.gif') no-repeat bottom right;
	margin: 0 auto; 
	display: block;
}

.cshadow { /* pro div content, gif má totiž jiné pozadí */
	background: url('shadowAlpha.png') no-repeat bottom right !important;
	background: url('shadowAlpha-blue.gif') no-repeat bottom right;
	margin: 0 auto; 
	display: block;
}

.content .shadow img {
	display: block;
	position: relative;
	top:-6px;
	background-color: #fff;
	border: 1px solid #A9A9A9; /* okraje kolem obrázků */
	margin: -6px 6px 0 -8px;
}

.shimage {
	text-align: center;
	margin: 5px 10px;
	padding: 0;
}

/**********************************************************************************/

.cshadow .wrapper {
	display: block;
	background: white;
	color: black;
	border: 1px solid #A9A9A9;
	width: 100%;
}

.wrapper {
	position: relative;
	top: -6px;
	margin: -6px 6px 6px -8px;
}

/**********************************************************************************/

.head {
	padding: 10px 0;
	margin: 0 10px;
	text-align: left;
	border-bottom: 1px solid #BABABA;
}

.head img {
	float: left;
}

.head h1 {
	font-size: 200%;
	background: url('images/point.gif') left center no-repeat;
	padding: 0 0 0 45px;
	text-shadow: #B1B1B1 0.2em 0.2em 0.2em;
}

.head h2 {
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0 0 70px;
}

/**********************************************************************************/

.content {
	font-size: 100%;
	margin: 0;
}

/**********************************************************************************/

.nav-top {
	text-align: center;
	font-size: 100%;
	margin: 0 140px;
	padding: 10px 40px 5px 40px;
	border-bottom: 1px solid #BABABA;
}

.nav-bottom {
	text-align: center;
	font-size: 100%;
	margin: 0 140px;
	padding: 10px 40px 10px 40px;
	border-top: 1px solid #BABABA;
}

.nav-bottom a {
	color: blue;
}

.nav-bottom a:hover {
	text-decoration: underline;
}

/**********************************************************************************/

#index {

}

#index table {
	margin: 0 auto;
}

#index table tr td {
	padding: 20px;
}

/**********************************************************************************/

#slide {
	text-align: center;
	margin: 31px 20px 20px 20px;
}

#slide div {
	margin: 0 auto;
}

/**********************************************************************************/

.footer {
	border-top: 1px solid #BABABA;
	padding: 10px 0;
	margin: 0 10px;
	text-align: center;
	font-size: 90%;
}

.footer a {
	color: blue;
	text-decoration: underline;
}

/**********************************************************************************/

#exifinfo-wrap {
	padding: 10px;
	position: absolute;
	width: 200px;
	z-index: 1;
	display: none;
	top: 111px;
	left: 10px;
}

.exifinfo {
	display: block;
	color: #000;
	background-color: #D3D3D3;
	border: 1px dashed #A9A9A9;
	width: 100%;
}

.shadow .exifinfo {
	position: relative;
	top: -6px;
	margin: -6px 6px 6px -8px;
}

.exifinfo table {
	width: 100%;
}

.exifinfo table tbody th {
	text-align: left;
	padding-right: 3px;
	width: 50%;
}

.exifinfo table tbody t4 {
	text-align: center;
	width: 50%;
}