* {
  margin: 0;
  padding: 0;
}

body {
	font-family: "Trebuchet MS", Georgia;
	font-size: 0.9em;
	background: #e1e0e0;
    background-image: url(../images/background.jpg);
    background-position: top;
    background-repeat: no-repeat;
	text-align: center;
	margin: 0;
	color: white;
}

#main {
	width: 900px;
	margin: 10px auto 10px auto;
	text-align: left;
	padding: 0 0 10px 0;
}

#flags {
    width: 100px;
	height: 30px;
    padding: 0 0 0 800px;
}
#header {
    background: url(../images/header.jpg) no-repeat;
	width: 900px;
	height: 246px;
	padding: 8px 0 0 0;
}

#header ul {
	width: 440px;
	height: 27px;
	margin: 26px 0 0 450px;
	font-size: 1.1em;
}

#header ul li {
	float: left;
	clear: right;
	list-style-type: none;
	margin: 0 10px 0 0;
}

#header ul li.divider {
	color: #ff6600;
}

#header ul li a {
	color: white;
	text-decoration: none;
}

#header ul li a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#header ul li a.active {
	color: #ff6600;
	text-decoration: underline;
}
#header img {
    margin: 53px 0 0 250px;
}


/*obsahova cast*/
div#contain {
  width: 900px;
  min-height: 700px;
  _height: 700px;
  background: url(../images/content_middle.jpg) repeat-y;
  float: left;
}
div#contain em {
  color: red;
}
div#contain span {
  font-size: 0.7em;
  margin: 0 0 10px 16px;
}

div#contain a {
  color: white;
}

div#contain address {
  margin: 10px 0 0 20px;
  line-height: 1.4em;
}
/*vrchni cast obsahove casti*/

div#top {
  width: 860px;
  min-height: 385px;
  _height: 385px;
  padding: 0 0 0 40px;
  background: url(../images/content_top.jpg) no-repeat;
float:left;
}

div#top p {
  width: 500px;/*568*/
  margin: 8px 0 0 10px;
  text-align: justify;
  font-family: Arial;
  line-height: 1.4em;
  color: white;
}

div#top ul {
  width: 500px;/*568*/
  margin: 8px 0 0 10px;
  padding: 0 0 10px 0;
  text-align: justify;
  font-family: Arial;
  color: white;
  line-height: 1.4em;
}

div#top ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
}

div#top ul.divider{
  border-bottom: 1px solid #ff6600;
}
  
div#top a {
  
}
div#top table
{
    width: 490px;
    margin: 10px 0 0 20px;
}

div#top table tr {
    line-height: 1.6em;
}

div#top table td.first {
    width: 180px;
}

div#top table td.second {
    width: 180px;
}

div#top img {
    margin: 20px;
    border: 1px solid #ff6600;
}

hr#cleaner {
  width: 900px;
  margin: 0;
  clear: both;
  visibility: hidden;
}

div#middle {
  background: url(../images/content_middle.jpg) repeat-y;
  width: 900px;
  min-height: 60px;
  color: white;
  margin: 0;
  float: left;
}



/*Aktuality*/
div#photo {
  width: 287px; /*317 272*/
  min_height: 600px;
  _height: 600px;
  float: right;
  clear: left;
  margin: 20px 2px 0 20px;
  padding: 0 0 0 30px;
  border-left: 1px solid #ff6600;
}

div#photo table {
  width: 176px;
}

div#photo table img {
  margin: 0 20px 10px 0;
  border: 1px solid #ff6600;
}

/*paticka*/
div#footer {
  background: url(../images/footer.jpg);
  width: 280px;
  height: 81px;
  font-size: 0.8em;
  padding: 50px 20px 0 600px;
  float: left;
  color: #ff6600;
  line-height: 1.3em;
}
div#footer a {
  color: #050a42;
  font-size: 0.8em; 
}
div#footer span.divider {
  color: white;
}

div#footer address {
  text-align: right;
  font-style: normal;
}

div#footer b {
  color: white;
}

div#footer strong {
  color: white;
}

/*logo*/
#logo {
	width: 290px;
	height: 40px;
	cursor: hand;
	float:left;
	clear:right;
	margin: 20px 0 0 30px;
}

/*Hlavni nadpisy*/
h1 {
  font-size: 1.45em;
  margin: 27px 10px 10px 10px;
  color: #ff6600;
}
h2 {
  font-size: 1.35em;
  margin: 1.8em 0 0 10px;
  color: #fa802f;
}
h3 {
  font-size: 1.1em;
  margin: 1.8em 0 0 10px;
  color: #b2dff6;
}

