@import url("default.css");
@import url("menu.css");

body {
	margin-top: 0px; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	background-image: url(/images/pozadi.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ab0000;
}

#hlavni {
	width: 1024px;
	position: relative;
	z-index: 1;
	margin: 0px auto;
}

#hlavicka {
	width: 1024px;
	height: 320px;
	position: relative;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clear: both;
}

#hlavicka h1 span {
  display: none;
}

#hlavicka .toptop { clear: both; height: 70px; }
#hlavicka .toptop2 { clear: both; }

#hlavicka .logo {
	width: 415px;
	height: 70px;
	position: relative;
	margin: 40px 0 0 190px;
	float: left;
}
#hlavicka .logo a {
	width: 415px;
	height: 70px;
	display: block;
}
#hlavicka .logo a span { display: none; }

#hlavicka .top {
	width: 250px;
	height: 105px;
	position: relative;
	margin: 30px 0 0 0;
	float: left;
}
#hlavicka .top a { display: block; font-size: 1.6em; color: #fdb300; width: 125px; height: 35px;
	text-decoration: none;
	font-weight: bold;
 }
#hlavicka .top a.odkaz_koncerty { margin-left: 50px; }
#hlavicka .top a.odkaz_kecarna { margin: 14px 0 0 60px; }
#hlavicka .top a.odkaz_shop { margin: 14px 0 0 70px; }
#hlavicka .top a:hover { color: #fff; }

#hlavicka .topright {
	width: 450px;
	height: 190px;
	position: relative;
	margin: 0px 0 0 100px;
	float: right;
}
#hlavicka .topright a {
	width: 450px;
	height: 190px;
  display: block;
}
#hlavicka .topright a span { display: none; }

.oddelovac { 
  margin-left: 10px;
  border: none;
  height: 1px;
  width: 980px;
  background: #67b8cd;
}
#stred {
	width: 1024px;
	text-align: left;
	margin: 0px;
	z-index: 0;
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	clear: both;
}

#left {
	width: 227px;
	margin: 0;
	padding: 30px 13px 10px 13px;
	position: relative;
	left: 0px;
	float:left;
	min-height: 1073px;
	_height: 1073px;
	background-image: url(/images/levy_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
}

#rightfull {
	width: 740px;
	margin: 0;
	padding: 0 0 0 31px;
	position: relative;
	left: 0px;
	float:right;
}

#stredni {
	margin: 0px;
	width: 502px;
	z-index: 0;
	padding: 20px 27px 20px 0;
  float:left;
} 
#stredni ul {
	margin: 0 0 0 20px;
} 
#stredni ul li {
	line-height: 1.5em;
} 


#right {
	width: 211px;
	margin-left: 0px;
	padding: 15px 0px 10px 0px;
	position: relative;
	left: 0px;
	float:right;
}

#bottom {
	width: 1014px;
	height: 20px;
	text-align: left;
	position: relative;
	z-index: 0;
	margin: 0px auto;
	background-image: url(/images/bg-bottom.gif);
	background-repeat: repeat-x;
	padding: 7px 0px 0px 10px;
}

#bottom a {
	font-size: 11px;
	text-decoration: none;
	color:#ADB4AD;
  font-weight: bold;	
}

#realizace {
	width: 1004px;
	height: 71px;
	padding: 130px 20px 0 0;
	text-align: right;
	position: relative;
	z-index: 1;
	margin: 0px auto;
	color: #000;
	font-size: 0.9em;
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#realizace a {
	font-size: 10px;
	text-decoration: none;
	color:#ADB4AD;	
}
#realizace a:hover {
  color: #fff;
}

