/* CSS Document */
body {
	background: #ffffff;
	text-align: center;
	background-image: url(pozadi.gif);
	background-position: center;
	font-size: 10px;
	font-family: verdana;
}

#hlavicka {
	padding: 5px;
	background: #ffffff;
}

#obsah {
	width: 800px;
	margin:1em auto;
	background: #ffffff;
	font-size: 10px;
	font-family: verdana;
	text-align:left;
}

#levypanel {
	float: left;
	width: 245px;
	font-size: 10px;
	font-family: verdana;
}

#levypanel-obsah {
	padding: 0.5em 1em;
}

#hlavnipanel {
	margin:0 0 0 250px;
	width: 545px;
	min-height:1600px;
}

#hlavnipanel-obsah {
	padding: 0.5em 1em;
}

#paticka {
	padding: 10px;
	background: #ffffff;
}

hr.cleaner {
	clear:both;
	display: none
}

a:link    { color: #FF0000; }
a:visited { color: #FF0000; }
a:hover   { color: #FF0000; }
a:active  { color: #FF0000; }
a         { color: #FF0000; }

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

h1 { font-size: 12px; color: #D20202;}
h2 { font-size: 14px; color: #D20202;}
h3 { font-size: 16px; color: #D20202;}

p, blockquote, ul, ol {
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.8em;
}	

.fotografie {
  border: 1px solid #E4E4E4;
 }
  
td {
  background: white
}

.even td {
  background: #FFE3E8
}

.somediv{
  width: 400px;
  clear: center;
}

.somediv .floatbox{
  float: left;
  width: 205px;
}

* html .somediv p{ 
}

.somediv p{
  margin-left: 150px;
}

.n2 {
  background-color: #FFEAEA;
  color:  #FF0000;
  text-decoration: none;
  position: relative;
}

.n2:hover {
  background-color:  #FF0000;
  color: #FFFFFF;
  z-index: 50;
}

.n2 span {
  position: absolute;
  padding: 5px;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.n2 span img {
}

.n2:hover span {
  visibility: visible;
  top: 20px;
  left: 20px;
}

.background-link:link{
  color: #FF0000;
  background-color: #FFEAEA;
  text-decoration: none;
}

.background-link:visited{
  color: #FF0000;
  background-color: #FFEAEA;
  text-decoration: none;
}

.background-link:hover{
  color: #FFFFFF;
  background-color: #FF0000;
  text-decoration: none;
}

.background-link:active{
  color: #FF0000;
  background-color: #FFEAEA;
  text-decoration: none;
}
  
.thumbnail{
  position: relative;
}

.thumbnail:hover{
  background-color: transparent;
  z-index: 50;
}

.thumbnail span{
  position: absolute;
  padding: 5px;
  left: -1000px;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.thumbnail span img{
}

.thumbnail:hover span{
  visibility: visible;
  top: auto;
  left: 20%;
}

.otext {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}

.ul {
  list-style-image: url(icon/li.gif);
}

.li {
  list-style-image: url(linc.gif);
}

/* Menu */
#dolphincontainer{
  position: relative;
  height: 50px;
  color: #E0E0E0;
  background: #C20201;
  width: 100%;
  font-family: Verdana;
}

#dolphinnav{
  position: relative;
  height: 33px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  background: #fff url(images/dolphin_bg.gif) repeat-x bottom left;
  padding: 5px
}

#dolphinnav ul{
  list-style-type:none;
  width:auto;
  float:left;
}

#dolphinnav ul li{
  display:block;
  float:left;
  margin:0 1px;
}

#dolphinnav ul li a{
  display:block;
  float:left;
  color:#EAF3F8;
  text-decoration:none;
  padding:0 0 0 20px;
  height:33px;
}

#dolphinnav ul li a span{
  padding:12px 20px 0 0;
  height:21px;
  float:left;
}

#dolphinnav ul li a:hover{
  color:#fff;
  background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;
}

#dolphinnav ul li a:hover span{
  display:block;
  width:auto;
  cursor:pointer;
}

#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{
  color:#fff;
  background:#C20201 url(images/dolphin_left-ON.gif) no-repeat top left;
  line-height:275%;
}

#dolphinnav ul li a.current span{
  display:block;
  padding:0 20px 0 0;
  width:auto;
  background:#C20201 url(images/dolphin_right-ON.gif) no-repeat top right;
  height:33px;
}

/* Lightbox  */
#aBox {
	position: absolute;
	z-index: 950;
	height: 42px; width: 42px;
	overflow: hidden;
}
#aBox div#aImgHolder {
	display: block;
	padding: 10px 0;
	background: #EEE;
	min-height: 32px;
}
#aBox img#aImg {
	display: block;
	margin: 0 10px;
	background: #EEE;
}
#aBox *:focus { -moz-outline: 0;; }
#aBox a.aButton {
	float: right;
	background-color: transparent;
	background-image: url(images/aBox-buttons.gif);
	text-decoration: none;
	width: 40px; height: 16px;
	cursor: pointer;
	border: 0;
	background-repeat: no-repeat;
}
#aBox a.aButton:hover {
	background-color: transparent;
	text-decoration: none;
	border: 0;
}
#aBox a.aButton:active {
	background-color: transparent;
	border: 0;
}
#aBox a#aCloseButton {
	width: 28px;
	height: 32px;
}
#aBox a#aCloseButton { background-position: 0 0; float: left; }
#aBox a#aNextButton { background-position: -68px 0; }
#aBox a#aPrevButton { background-position: -28px 0; }

#aBox a#aCloseButton:hover { background-position: 0 -64px; }
#aBox a#aNextButton:hover { background-position: -68px -64px; }
#aBox a#aPrevButton:hover { background-position: -28px -64px; }

#aBox a#aCloseButton:active { background-position: 0 -32px; }
#aBox a#aNextButton:active { background-position: -68px -32px; }
#aBox a#aPrevButton:active { background-position: -28px -32px; }

#aBox div#aBoxMeta {
	position: absolute;
	z-index: 960;
	background: #EEE;
	padding: 0 10px;
	height: 0;
	overflow: hidden;
}
#aBox h1#aInfoTitle {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin: 0 80px 0 32px;
}
#aBox p#aCount {
	clear: right;
	float: right;
	text-align: center;
	width: 80px;
	margin: 0;
	color: #666;
	font-size: 11px;
}
#aBox p#aInfo {
	margin: 0 80px 0 32px;
	color: #666;
	font-size: 11px;
}
#aBox h1#aInfoTitle, #aBox p#aCount, #aBox p#aInfo {
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	text-transform: none !important;
}

img#aLoadImg {
	position: absolute;
	top: -900em; left: -900em;
	border: 0;
	width: 32px;
	height: 32px;
	z-index: 999;
}
