/* Styly pro layout stranky */

body
{
	margin: 0;
	padding: 0;

	background-color: #610300;
	background-image : url('BodyBackground.jpg');
}

#container		
{
	margin-top: 5px;
	margin-right:auto;
	margin-left:auto;

	width: 998px;

	background-image : url('ContainerBackground.jpg');
	background-repeat : repeat-y;
	background-position : center;
}

#banner
{
	background-image : url('PageTop.jpg');
	background-repeat : no-repeat;
	background-position : center;
	height : 195px;
	position: absolute;
	width: 998px;
	z-index: 0;
}

#box
{
	xborder: solid 1px yellow;
	padding: 0px;
	margin-left: 0px;
	padding-top: 255px;
}

#nav
{
	background-image : url('PageHeader.jpg');
	background-repeat : no-repeat;
	background-position : center;

	height: 83px;
	top: 195px;
	width: 998px;

	clear: both;
	
	position: absolute;
	z-index: 5;
}

#disco { width: 248px; height: 100%; cursor: pointer; float: left; xborder: solid 1px yellow; }
#oldies { width: 240px; height: 100%; cursor: pointer; float: left; margin-left: 10px; xborder: solid 1px yellow; }
#herna { width: 240px; height: 100%; cursor: pointer; float: left; margin-left: 10px; xborder: solid 1px yellow; }
#restaurace { width: 240px; height: 100%; cursor: pointer; float: left; margin-left: 10px; xborder: solid 1px yellow; }


#contentBox
{
	padding-left: 15px;
	padding-right: 15px;
	min-height: 400px;
	height: auto !important;

	position: relative;
	z-index: 5;
	
	xborder: solid 1px blue;
	padding-top: 5px;
}
#IEroot #contentBox
{
	xmargin-left: 180px;
}


#title { height: 100%; width: 100%; cursor: pointer; }

#content
{
	background-image : url('ContentBackground.jpg');
	background-repeat: repeat-y;
	background-position: 0px 135px;
	margin-bottom: 1px;
	margin-top: 3px;
}
#IE6root #content {	margin-bottom: 2px; background-position: 13px 135px; xborder: solid 0px blue; }

#contentTitle
{
	background-image : url('ContentTop.jpg');
	background-repeat: no-repeat;

	display: inline;
	padding-left: 785px;
	padding-bottom: 135px;
}
#IE6root #contentTitle { Xmargin-left: -13px; }


#contentFooter
{
	background-image : url('ContentBottom.png');
	background-repeat: no-repeat;

	display: inline;
	padding-left: 785px;
	padding-top: 29px;
}
#IE6root #contentFooter 
{
}


#contentData
{
	padding: 30px;
	padding-top: 15px;
	min-height: 200px;
}

#content h2 { margin-top: 0; padding-top: 7px;}
#IE6root #content h2 { padding-top: 7px; }

#footer
{
	clear: both;
	position: relative;
	height: 63px;
	z-index: 0;
}
#IE6root #footer { height: 63px;}

#footerContent
{
	background-image : url('ContainerBottom.jpg');
	background-repeat : no-repeat;
	background-position: bottom;
	text-align: center;

	position: absolute;

	width: 998px;
	height: 63px;
}

#copyright, .footerNote
{
	margin-right:auto;
	margin-left:auto;

	width: 980px;

	text-align: center;
	color: black;
}

#version
{
	position: relative;
	left: 121px;
	top: 80px;
	color: White;
}

#gradient
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 900px;
	z-index: -1;
	background-image : url('Gradient.jpg');
	background-repeat: repeat-x;
	background-position: -4px;
}

.eighteen
{
	width: 978px;
	text-align: center;
}
.eighteen img {	padding-top:12px; xfloat:left; position: absolute; left: 355px;}
.eighteen div { padding-top:18px; color:white; }

#adContainer { text-align: center;}

#ad
{
	width: 728px;
	height: 90px;
	xborder: solid 1px red;
	margin-bottom: 5px;
	display: none;
}

#systemInfo
{
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -100px;
	
	width: 400px;

	text-align: center;
	border: solid 3px #800;
	padding: 50px;
	background-color: #800; opacity: 0.9; filter:alpha(opacity=90);
	
	font-size: 110%;
	font-weight: bold;
	color: #ffff99;
}

#fbProfile
{
	position:absolute;
	top: 20px;
	right: 15px;
	width: 250px;
	height: 60px;
	border: solid 1px #500; 
	background-color: #600;
	padding: 4px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	color: White;
	overflow: hidden;
}

#fbProfile div 
{
	height: 60px;
	background-color: #400;
}
