/* rozložení stránky */
body {
	background-color: rgb(34,34,34);
	font-family: Vardena, Arial, sans-serif;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
* {
	margin: 0;
	padding: 0;
}
#obal {
	width: 980px;
	margin: 0px auto 0 auto
}
#a, #b, #c {
	display: inline;
/* osetreni bugu dvojiteho marginu v IE */
}
#A {
	background-color: silver;
	margin-left: 200px;
	float: left;
	width: 780px;
}
#C {
	background-color: rgb(238,238,238);
	margin-left: -980px;
	float: left;
	width: 200px;
}
#hlavicka {
	background-color: silver;
	background-image: url("hlava.jpg");
	background-repeat: no-repeat;
	width: 980px;
	height: 250px;
}
#paticka {
	clear: left;
	background-color: rgb(238,238,238);
	width: 100%;
	float: left;
/* kvuli IE, bez floatu zasahuje mezi sloupce, kdyz neni #C nejdelsi */
}
.nabidka {
	margin-top: 15px;
}
/* galerie */
.cleaner {
	clear: both;
	height: 0;
	overflow: hidden;
	content: ' ';
}
.cleaner hr {
	display: none;
}
#page {
	width: 770px;
	margin: 0px auto 0px auto;
	padding: 1px 0;
	background-color: #CCCCCC;
	text-align: left;
}
#pagein {
	margin: 5px;
}
#galerie {
	margin: 1.5em 0;
	width: 760px;
	padding: 1px 0;
}
#galerie .foto {
	float: left;
	display: inline;
	width: 170px;
	height: 185px;
	overflow: auto;
	margin: 5px 5px;
	background-color: rgb(80,80,80);
	text-align: center;
}
#galerie .foto img {
	margin: 5px 0 0 0;
	border: 1px solid white;
}
#galerie .foto p {
	margin: 0;
	color: rgb(200,200,200);
	font-size: .75em;
	text-indent: 0em;
}
/*  LightBox  */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevlink, #nextlink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	
/* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(./images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(./images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 9px Vardena, Arial, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
	font-size: 12px;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #030303;
}
/* graficke menu ve sloupci*/
A.menu:link, A.menu:visited {
	display: block;
	font-weight: bolder;
	color: #000000;
	background: #CDCDCD;
	text-decoration: none;
	padding: 2px 2px 2px 4px;
	margin: 2px 0;
	font-size: 1.0em;
}
A.menu:hover {
	display: block;
	color: rgb(0,0,153);
	background: #CDCDCD;
	text-decoration: none;
	padding: 2px 2px 2px 4px;
	margin: 2px 0;
	font-size: 1.0em;
}
/* odkyzy na stránce odkazů*/
A.odkazy:link, A.odkazy:visited {
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	font-size: 0.8em;
}
A.odkazy:hover {
	color: rgb(0,0,153);
	text-decoration: none;
	font-size: 0.8em;
}
/* Text */
h1 {
	color: rgb(0,0,0);
	font-size: .9em;
	letter-spacing: .1em;
	position: relative;
	top: 220px;
	text-indent: 1.0em;
}
h2 {
	font-size: 1.0em;
	letter-spacing: .1em;
	text-indent: 3.75em;
}
h3 {
	font-size: 0.75em;
	letter-spacing: .1em;
	text-indent: 1.3em;
}
p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0.5em 0.75em 1.75em;
}
.paticka-text {
	font-size: .70em;
	color: black;
	text-align: center;
	line-height: 1.5em;
	margin: 0.5em 0.75em 1.75em;
}
ul {
	margin-left: 3em;
	line-height: 1.75em;
	font-size: .75em;
}
.menu-blok {
	color: black;
	padding: 5px;
	font-size: .75em;
}
.menu-hlava {
	background-image: url("menu.gif");
	background-repeat: no-repeat;
	width: 160px;
	height: 21px;
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 30px;
}
.blok_uvod {
	padding: 6px;
	background-color: rgb(208,208,208);
	margin-top: 10px;
	margin-bottom: 10px;
}
.blok_uvod1 {
	padding: 6px;
	background-color: rgb(230,230,230);
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Obrázky v textu*/
.ObrP {
	margin: 5px;
	float: right;
	border: 1px solid black;
}
.ObrP0 {
	margin: 5px;
	float: right;
	border: 0px solid black;
}
.ObrL {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	border: 1px solid black;
}
.stred {
	text-align: center;
}
/* odkazy patička*/
A.paticka:link, A.paticka:visited {
	color: #000000;
	text-decoration: none;
	font-size: 1.0em;
}
A.paticka:hover {
	color: rgb(0,0,153);
	text-decoration: none;
	font-size: 1.0em;
}
/* odkazy úvod*/
A.uvod:link, A.uvod:visited {
	color: #000000;
	text-decoration: none;
}
A.uvod:hover {
	color: rgb(0,0,153);
	text-decoration: none;
}
/* odkazy*/
A:link, A:visited {
	color: #000000;
	
}
A:hover {
	color: rgb(0,0,153);
}
.rank {
	border: 0px;
}
#retrofoto {
	border: 0px;
	background-color: rgb(208,208,208);
	padding-top: 20px;
	padding-bottom: 20px;
}
