html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #695b52;
	font: .8em/1.2 Verdana,Arial,sans-serif;
	margin: 0 auto;
	text-align: center;
	background: #fff3c6 url('../img/bg.jpg') left top repeat-x;
}

#page {
	margin: 0 auto;
	text-align: center;
	width:725px;
  border: 1px solid #000;
	background: #fff url('../img/page.jpg') left top repeat-x;
}


h1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 725px;
	height: 74px;
	overflow: hidden;
	background: url('../img/head.jpg') left top no-repeat;
}
h1 span {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 840px;
	height: 256px;
	left: 0;
	top: 0;

}

#main {
	position: relative;
	color: #5f554c;
	z-index: 100;
	display: block;
	position: relative;
}
h2 {
	margin: 12px 0 0 -10px;
	padding: 0 0 0 55px;
	background: url('../img/h2.jpg') left center no-repeat;
}
#main ul {
}
#main ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url('../img/li-main.jpg') left 5px no-repeat;
}
#main a:link, #main a:visited {
	text-decoration: none;
	color:#008000;
}
#main a:hover, #main a:active {
	text-decoration: underline;
	color:#008000;
}

#left {
	width: 300px;
	background: url('../img/logo.jpg') no-repeat center 25px;
	float: left;
	padding-top: 300px;
}

#right {
  margin: 30px 0 0 0; 
	width: 415px;
	text-align: justify;
	float: left;
	padding: 0px;
}

ul#maps{
  display:block;
  margin:0;
  padding:0;
  list-style: none;
  position: absolute;
  top:40px;
  left:15px;
  list-style-type: none;
}
ul#maps li{
  float:left;
}
ul#maps a{
  display: block;
  float: left;
  margin-right: 10px;
  _margin-right: 5px;
  width:25px;
  height:15px;
}
ul#maps .cz{
  background: url(../img/cz.gif) no-repeat left top;
}
ul#maps .en{
  background: url(../img/en.gif) no-repeat left top;
}
ul#maps .de{
  background: url(../img/de.gif) no-repeat left top;
}

#menu {
	width: 725px;
	height: 42px;
  position: relative;
  left:-15px;
  text-align: center;
	margin: 0;
	list-style: none;
}
#menu li {
	float: left;
	text-align: center;
	padding: 0 5px;
}

#menu li a {
	display: block;
	font-family: Matura MT Script Capitals;
	padding: 0 8px;
  float: left;
	font-size: 1.8em;
	line-height: 40px;
	margin: 0;
  color:#000;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited {
	line-height: 42px;
	background-color: transparent;
	border-bottom: none;
	color:#008000;
	text-decoration: none;
}
#menu li a:hover, #menu li a:active {
	line-height: 40px;
	text-decoration: none;
	color: #000;
}

#act {
	margin: 0;
	padding: 0 20px 25px 20px;
	background: #fff8d4;
}
#act h5 {
	margin: 0;
	padding: 0 0 0 35px;
	font-size: 1em;
	color: #833c04;
	border-bottom: 1px dotted #833c04;
	line-height: 26px;
	background: url('../img/h5.jpg') 7px center no-repeat;
}
#act p {
	font-size: .9em;
}
#act a:link, #act a:visited {
	
	text-decoration: underline;
}
#act a:hover, #act a:active {
	
	text-decoration: none;
}

#heel {
  width:725px;
  height:99px;
  font-size: 0.9em;
	background: url('../img/footer.jpg') no-repeat;
}
#heel span{
  display: block;
  position: relative;
  top:10px;
  _top:0px;
  width:400px;
  left:240px;
  _left:90px;
  margin:10px 0 0 50px;
}
#heel a:link, #heel a:visited {
	text-decoration: none;
	color:#008000;
}
#heel a:hover, #heel a:active {
	text-decoration: underline;
	color:#008000;
	
}

hr.cl {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
.green{
  color:#008000;
}
.thumb{
  border:2px solid #008000;
  margin: 10px;
  padding: 0 ;
  float: left;
  
}
.thumb a{
  border:none;
  text-decoration: none;
  margin:0;
  display: block;
  padding:0;
  
}
a img{
  border:none;
}
.img_right{
  float:right;
  border:2px solid #008000;
  margin: 3px 10px;
}
.img_right a{
  display: block;
}
.red{
  color:red;
}
