html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #383838 url('/img/bg.jpg') 0 0 repeat-x;
	font: .8em/1.3 Verdana,Arial,sans-serif;
	color: #ddddd3;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 988px;
}

#head {
	position: relative;
	margin: 0;
	padding: 0;
	height: 380px;
	background: url('/img/head.jpg') 0 0 no-repeat;
}
#head h1 {
	margin: 0;
	padding: 0;
}
#head h1 a {
	position: relative;
	display: block;
	left: 130px;
	top: 30px;
	width: 300px;
	height: 150px;
	margin: 0;
	padding: 0;
}
#head h1 a span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 300px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url('/img/head.jpg') -130px -30px no-repeat;
}
#flashes {
  position: absolute;
  top:0;
  left:0;
	margin: 0;
	padding: 0;
	
}
#flashes #repro {
	display: block;
  position: absolute;
	top:40px;
	left:12px;
	
}
#flashes #notes {
	display: block;
  position: absolute;
	top:0px;
	left:456px;
}
#slideshow {
	position: absolute;
	margin: 0;
	padding: 0 -10px 0 0;
	left: 456px;
	top: 163px;
	width: 500px;
	height: 121px;
	overflow: hidden;
	z-index: 3;
}
#slideshow span {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	height: 121px;
}
#slideshow span img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
}

#main {
	position: relative;
	float: right;
	width: 579px;
	margin: 0 13px 0 0;
	_margin-right: 7px;
	padding: 0 10px 20px 25px;
	background: #444444 /*url('/img/corn2.jpg') left bottom no-repeat*/;
	z-index: 2;
	border-bottom: 1px solid #383838;
}


  /*Registrace*/
  form.registrace {width:450px; margin:0 auto;}
  form.registrace legend {font-size:120%; font-weight:bold;  border-left:2px solid #643F25; border-right:2px solid #643F25; padding: 0 7px; margin-bottom:15px;}
  form.registrace fieldset {border:1px solid #643F25; padding:0 20px 15px 20px; margin:20px 0;}
  form.registrace label {display:block; float:left; width:100px; font-size:90%; text-align:right; margin-right:5px;  line-height:2em;}
  form.registrace input {margin-top:2px;}
  form.registrace .input {width: 280px}



#main h2 {
	position: relative;
	margin: -40px 0 0 0;
	padding: 0;
	padding-bottom: 10px;
	color: #ff9605;
	font-size: 1.4em;
}
#main a:link, #main a:visited {
	color: #ff9605;
	text-decoration: underline;
}
#main a:hover, #main a:active {
	color: #ff9605;
	text-decoration: none;
}


#menu {
	position: absolute;
	list-style-type: none;
	left: 163px;
	top: 178px;
	margin: 0;
	padding: 0;
	width: 180px;
}
#menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f9b85c;
}
#menu li a:link, #menu li a:visited {
	display: block;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0 0 0 38px;
	color: black;
	text-decoration: none;
}
#menu li a:hover, #menu li a:active, #menu li a.active, #menu li a:link.active {
	color: black;
	text-decoration: none;
	font-weight: bold;
	background: url('/img/disk.jpg') left center no-repeat;
}

#left {
	float: left;
	margin: 0 0 0 114px;
	_margin-left: 57px;
	padding: 0;
	width: 230px;
}
#left #news {
	margin: 0;
	padding: 0;
}
#left #news p {
	margin: 0;
	padding: 5px 10px 10px 48px;
	border-bottom: 1px dashed #5e5e5e;
	background: url('/img/repro.jpg') 12px 9px no-repeat;
	font-size: .95em;
	color: #ff7601;
}
#left #news p strong {
	display: block;
	font-size: 1.05em;
	color: #ddddd3;
}
#left #news a:link, #left #news a:visited {
	text-decoration: none;
	color: #ddddd3;
}
#left #news a:hover, #left #news a:active {
	text-decoration: underline;
}

#left #map {
	margin: 0;
	padding: 0;
}
#left #map a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 140px;
	overflow: hidden;
}
#left #map a span {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 140px;
	z-index: 2;
	left: 0;
	top: 0;
	cursor: pointer;
	background: url('/img/map.jpg') 0 0 no-repeat;
}

.akce {
	background: url('/img/akce.jpg') 0 0 no-repeat; width: 100%;
	float: left;
	
}

.akce .akceimages {
	
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	
}

.akce p {
	padding-left: 15px;
}
.akce .date {
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 1px 15px;
}

.akce .strankovani {
	color: white;
	margin: 0;
	padding: 0px 0 5px 15px;
}

.akce h3 {
	color: #ff6f0f;
	text-transform: uppercase;
	margin: 0;
	padding: 1px 0 4px 15px;
	
}

.akce a {text-decoration: none; color: #ffffff;}

.akce ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0px 15px;
}
.akce ul li {
	background: url('/img/li.jpg') 0 6px no-repeat;
	margin: 0;
	padding: 0 0 0 12px;
}
.akce .extra {
	color: #ff6f0f;
	font-weight: bold;
}

.foto {
float: left;

width:100%;
padding-bottom: 25px;

}

.foto a.back:link, .foto a.back:visited {
	display: block;
	height: 26px;
	line-height: 26px;
	background: url('/img/back.jpg') top center no-repeat;
	text-align: center;
	margin: 5px 0;
	clear: both;
	color: #ff6f0f;
	text-decoration: none;
}
.foto a.back:hover, .foto a.back:active {
	color: #ff6f0f;
	text-decoration: underline;
}
.foto img {
	display: block;
	float: left;
	margin: 7px;
	padding: 0;
	border: 4px solid #ff9600;
}

.foto .item {
width:120px; height: 100px; margin:25px 8px 5px 8px; float:left; display:inline /*fix IE bug*/; text-align:center;
}

.havana-foto {float: left; text-align: center; width: 190px; height: 250px; border: 0px solid blue;}

#prehled a:link, #prehled a:visited {
	display: block;
	float: left;
	width: 230px;
	height: 53px;
	margin: 0 10px 10px 0;
	padding: 0 0 0 47px;
	line-height: 53px;
	font-weight: bold;
	text-decoration: none;
	color: #ff6f0f;
	background: url('/img/prehled.jpg') 0 0 no-repeat;
}
#prehled a:hover, #prehled a:active {
	color: #ff6f0f;
	text-decoration: underline;
}

#heel {
	float: right;
	width: 574px;
	margin: 0 13px 0 0;
	_margin-right: 7px;
	padding: 10px 15px 10px 25px;
	background: #444444;
	font-size: .95em;
}
#heel p {
	margin: 0;
	padding: 0;
	float: left;
}
#heel p#webdesign {
	float: right;
	margin-top: 30px;
}
#heel a:link, #heel a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ff5c0a;
}
#heel a:hover, #heel a:active {
	text-decoration: underline;
	color: #ff5c0a;
}
