/* CSS Document */
/* veškeré odkazy, krom menu */
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99CCCC;
}
a:hover {
	text-decoration: underline;
	color: #99CCCC;
}
a:active {
	text-decoration: none;
	color: #99CCCC;
}
/* hlavní nadpisy */
.nadpisH1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CCCC;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
/* texty */
.text{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	font-size: 12px;
	font-weight: normal;
}
.text-cerna{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 12px;
	font-weight: normal;
}
/* divy */
#koncerty {
	width:450px;
	height: 260px;
	position: absolute;
	overflow: auto;
	background-color: black;
	margin: 5px 0 0 0;
}
#fotogalerie{
	width:450px;
	height: 435px;
	position: absolute;
	overflow: auto;
	background-color: black;
	margin: 5px 0 0 0;
}
#program {
	width:550px;
	height: 470px;
	position: absolute;
	overflow: auto;
	background-color: black;
	margin: 25px 0 0 0;
	padding-left: 60px;
}
/* navigace */
#menu {
	padding: 0 0 0 10px;
	}
#menu ul {
	padding: 0;
	margin: 0;
	}
#menu ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	}
#menu ul li a {
	color: #660000;
	text-decoration: none;
	background: url(menu.gif) left center no-repeat;
	padding: 2px 0 2px 10px;
	}
#menu ul li a:hover {
	color: black;
	text-decoration: underline;
	background: url(menu-ho.gif) left center no-repeat;
	}
#menu ul li ul {
	display: none;
	}
#menu ul li:hover ul {
	display: block;
	position: absolute;
	width: 160px;
	}
#menu ul li:hover ul li {
	background: black;
	padding: 1px 2px;
	background: #ffcc99;
	float: left;
	width: 110px;
	margin: 0 0 1px 0;
	}
#menu ul li:hover ul li a {	
	border: none;
	}
#menu ul li:hover ul li a:hover {
	border: none;
	}
.bila {
	color: white;
	}
