* {
  margin: 0 auto;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #310901 url(img/pozadi.jpg) top left;
  color: #DDDDDD;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #CC9933;
  margin: 0 0 1.2em 0;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #CC9933;
  margin: 0 0 1.2em 0;
}

p {
  margin: 0 0 1.5em 0;
  text-align: justify;
}

p.prava {
	text-align: right;
}

p.stred {
	text-align: center;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: underline;
  color: #DDDDDD;
}

a:hover {
  text-decoration: none;
  color: #CC9933;
}

/* HLAVA */

#hlava {
	width: 950px;
	height: 300px;
	background: url(img/hlava.jpg) top center no-repeat;
}

#hlava img {
	margin: 0 0 0 50px;
	float: left;
}

#menu {
	border: 0;
	width: 950px;
	text-align: left;
	font-weight: bold;
	float: left;
}

#menu .odkazy {
	width: 840px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#menu .odkazy a {
	display: block;
	width: 140px;
	height: 50px;
	text-align: center;
	float: left;
	margin: 0 5px 0 0;
	color: #CC9933;
	text-decoration: none;
}

#menu .odkazy a:hover {
	background: url(img/trans.jpg);
	color: #FFFFFF;
}

.ubytovani {
	margin-right: 85px;
	float: right;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

/* TEXT */

#text {
	margin: 0 auto 0 auto;
	width: 950px;
	text-align: center;
	background: url(img/text.jpg) top center;
}

#text #text_text {
	width: 780px;
	text-align: left;
}

#text #text_text img {
	margin: 0 0 10px 10px;
}	

/* SPODEK */

#spodek {
	margin: -1.5em auto 0 auto;
	text-align: center;
	width: 950px;
	height: 210px;
	background: url(img/spodek.jpg) top center no-repeat;
}

#spodek .copy {
	width: 780px;
	text-align: left;
	font-size: 12px;
	color: #DDDDDD;
}

#spodek .partneri {
	font-size: 10px;
}

