body{
	text-align: center;
	/*font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 95%;

	/*background-image: url('gfx/akc-bg.gif');*/

	margin: 0;
	padding: 0;
}

#container{
	width: 603px;
	margin: 0 auto;
	padding-top: 1em;

	background-color: #EFFBFF;
	border-left: 1px dotted #A2A7EE;
	border-right: 1px dotted #A2A7EE;

	text-align: left;

	background-image: url('/gfx/key.gif');
	background-repeat:no-repeat;
	background-position: bottom right;
}

#head{
	border-left: 1px dotted #A2A7EE;
	border-right: 1px dotted #A2A7EE;

	text-align:left;

	height: 136px;
	width: 603px;

	background-color:#FFD784;
	margin: 0 auto;
	margin-bottom: 3px;
}

.cleaner{
	clear: both;
}

#data{
	float: left;
	width: 375px;
	margin-left: 25px;
	_margin-left: 10px;
}

#menu{
	float: right;
	width: 180px;
	_width: 165px;
	margin-right: 15px;
}

#foot{
	width: 603px;
	margin: 0 auto 1em auto;
	font-size: 80%;
	text-align: center;
}

hr{
	color: #009;
	background-color: #009;
	height: 1px;
	border: 0px none;
}

h1{
	padding: 0;
	margin: 0;
	position: absolute;
}

h1 span{
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;

	background-image: url('/gfx/header_bg.gif');
	height: 136px;
	width: 603px;
}

h2{
	text-align: left;
	margin: 2px 0;
	font-size: 140%;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;

	font-family: Corbel, 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;

	background-image: url('/gfx/h1.gif');
	background-repeat: no-repeat;

	}

p{
	text-indent: 0.5em;
}

a img{
	padding: 3px;
	border: 1px solid #669EF7;
}

a{
	color: #6667E8;
	font-weight: bold;
}

li img{
  border: 0px none;
  vertical-align: middle;
}

a:hover{
	text-decoration: none;
}

#menu ul{
	margin: 0;
}

#menu ul li{

	font-size: 110%;

	padding: 5px 10px;
	margin: 2px 0;
	margin-left: -20px;
	_margin-left: 0px;

	list-style-type: none;
}

li{
list-style-type: circle;
}

.galerie td{
	text-align: center;
}

.galerie img{
	padding: 3px;
	border: 1px solid #669EF7;
}

ul.koncerty {
	line-height: 2em;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(/gfx/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/gfx/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/gfx/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size: 120%;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

hr {
	margin-bottom: 10px;
	border: 0px none;
	border-bottom: 1px solid black;
}

.hide {
	display: none;
}

.cleaner {
	clear: both;
}

fieldset{
	border: 1px solid black;
	padding: 0.3em 1em;
	margin-bottom: 10px;
}

legend {
	padding: 6px;
}

label{
	display: block;
	float: left;
	width: 100px;
}

input, textarea {
	margin: 2px;
}

dt {
	font-weight: bold;
	margin-top: 0.25em;
}

dd {
	font-size: 90%;
}

.past {
	color: #666;
	font-size: 90%;
}

.facebook {
	padding-top: 1em;
}

.facebook li a {
	background: transparent url('/gfx/fb.png') no-repeat top left;
	height: 26px;
	line-height: 26px;
	padding: 0 0 4px 30px;
}

.flags {
	padding-top: 1em;
}

.flags li {
	display: inline;
}