h1, h2, h3, ul, li {
	margin:0px;
	padding:0px;
}

html {
	background: black;
	font-family: verdana;
	color: white;
    font-size: 100%; /* IE hack */
	
}

body {
	margin:0px; padding:0px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#container {
	display:  block;
	width: 1000px;
	margin: 0px auto;
}


#header {
	display: block;
	width:1000px;
	height: 252px;
	background: black url('../images/header.png');
}


#content {
	background: black url('../images/body_bg.png');
	padding-top:40px;
}

.program {
	background: url('../images/trans.png');
	border:6px solid black;
	width:750px;
	margin:0px auto;
	color: white;
	padding: 10px;
	margin-bottom:40px;
}

.program h2 {
	margin-bottom:10px;
	text-align: left;
}

.program .time {
	font-weight: bold;
	color: #ff6609;
}

.program ul {
	list-style: none;
}

.program ul li {
	margin-bottom:20px;
}


.clearBoth {
	clear: both;
}

.program .extraText {
	color: gray;
}


.program .extraText span{
	display: block;
	text-align: right;
	font-style: italic;
	margin-bottom:10px;
	width:100%;
}

.program p {
	margin-bottom:0px;
}




















#footer {
	color: white;
	font-size: 0.8em;
	padding: 0px 85px 0px 85px;
	
}


p.imp {
	font-size: 1.4em;
	color: #ff6609;
	text-align:center;
	line-height: 1.6em;
}


.program p.imp {
	font-size: 1.1em;
}

#footer p {
	text-align:center;
}
.promoter {
	line-height: 120%;
	float: left;
	width: 262px;
	margin:0px 6px 0px 6px;
}


.promoter .item{
	margin-bottom: 10px;
	text-align:center; color: white;
}


.promoter .item a {
	font-weight: normal;
	color: gray;
}



#partners {
	display: block;
	background: black url('../images/footer.png');
	width:1000px;
	height: 229px;
}




#horni_lista {
  background: black url('http://registr.hyper.cz/images/top_links.png') repeat-x; 
  height: 26px;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding-top: 4px;
}

#horni_lista ul {
  padding: 0px;
  margin-left: 0px;
  margin: 0px auto;
  width:700px;

}

#horni_lista ul li {
  display: inline;
  margin: 0px 6px 0px 6px; 
}

#horni_lista ul li a {
  text-decoration: none;
  color: silver;
}

#horni_lista ul li a:hover {color: white}
