/* CSS Document */
body {
	background: #821C15;
	/*background-image: url(obr/bg2.gif);*/
	font: normal 11px Arial, Helvetica, sans-serif;
	color: white;
}

#main {
  width: 825px;
  height: 535px;
  margin: 25px auto;
}

#top {
  height: 85px;
  width: 823px;
}

#logo {
  height: 81px;
  width: 500px;
  float: left;
  background-image: url(png/logo_cele.jpg);
  background-repeat: no-repeat;
}

#logo_in {
  height: 20px;
  width: 220px;
  float: right;
}
#logo_down {
  margin-top: 37px;
  height: 20px;
  width: 150px;
  float: right;
  clear: both;
}

#logo_down a {
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFDE53;
}

#logo_down a:hover {
	color: white;
}

#links {
  background-image: url(png/links.jpg);
  background-repeat: no-repeat;
  height: 81px;
  width: 321px;
  float: right;
}

#links a {
	display:block;
	font-size:15px;
	font-weight: bold;
	text-decoration:none;
	padding-top:10px;
	color: white;
}

#links a:hover {
	color:#FFDE53;
}

#main a {
	font-size:11px;
	text-decoration:none;
	color: white;
}

#main a:hover {
	color:#FFDE53;
}

#page {
  width: 823px;
  height: 444px;
}

#left {
  width: 500px;
  height: 444px;
  float: left;
}

#gallery {
  background-image: url(obr/hlavni.jpg);
  background-repeat: no-repeat;
  width: 500px;
  height: 404px;
}

#foot {
  background-image: url(png/foot.jpg);
  background-repeat: no-repeat;
  width: 500px;
  height: 37px;
}

#foot_text {
  padding-top: 5px;
  /*padding-left: 60px;*/
}

#foot_text a {
	font-size:11px;
	text-decoration: underline;
	color: #FFDE53;
}

#foot_text a:hover {
	color: white;
}

#right {
  background-image: url(png/cerne_pozadi.jpg);
  background-repeat: no-repeat;
  width: 321px;
  height: 444px;
  float: right;
}

#right a {
	font-size:11px;
	text-decoration: underline;
	color: #FFDE53;
}

#right a:hover {
	color: white;
}

h1 {
	font-size:20px;
	color:white;
  font-weight:700;
	margin:0;
}

h2 {
	font-size:12px;
	color:white;
	margin:0;
	font-weight:700;
}

#text {
  width: 280px;
  height: 400px;
  padding-left: 25px;
  padding-top:15px;
}

p {
	margin-top:5px;
	padding-bottom:3px;
	font-size:11px;
	line-height:1.5em;
	color: white;
}

.highlight {
  color:#FFDE53;
}

