* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
	font-family: "Trebuchet MS", "Arial CE", "Arial", "Tahoma", "Verdana", "sans-serif";
	background-image: url('../artwork/clip/bg-body.gif');
	text-align: center;
}

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

h1 {
  font-size: 22px; 
  font-weight: normal;
  color: #76913E;
} 
h3 {
  font-size: 18px; 
  font-weight: normal;
  color: #76913E;
}

p {
  float: left;
  width: 70%; 
  margin-top: 40px;
  font-size: 0.6em;
  color: #7D7D4E;  
  text-align: justify; 
  padding-right: 12px;
} 

select {
  font-size: 11px;
  background-color: #76913E;
  color: #EEEEDD;
}

input {
  font-size: 11px;
  background-color: #76913E;
  color: #EEEEDD;
}

#content-top {
  width: 760px;
  height: 235px;
  padding-top: 20px;
  padding-left: 10px;
	background-image: url('../artwork/clip/bg-home-top.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#content-top-en {
   width: 760px;
  height: 235px;
  padding-top: 20px;
  padding-left: 10px;
	background-image: url('../artwork/clip/bg-home-top-en.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}


#content {
  margin: 0px;
  padding: 0px;
  width: 770px;
  min-height: 290px;
  background-color: #EEEDDD;
  background-image: url('../artwork/clip/bg-home-content.gif');
  background-repeat: no-repeat;
  
}

#content-inner {
  padding: 20px 30px 0px 30px;
  text-align: left;
}

#content-bottom {
  width: 770px;
  height: 8px;
  background-image: url('../artwork/clip/bg-home-content-bottom.gif');
  background-repeat: no-repeat;
}

#home-vyhledavani {
  float: right;
  width: 181px;
  height: 162px;
  background-image: url('../artwork/clip/bg-home-vyhledavani.gif');
  background-repeat: no-repeat;
}

#men-behind {
  margin-top: 10px;
  width: 770px;
  font-size: 11px;
  line-height: 12px;
  color: #757542;
  text-align: center;
}

#men-behind a {
  font-size: 11px;
  line-height: 12px;
  color: #757542;
  text-decoration: underline;
}

td.content-left {
  background-image: url('../artwork/clip/bg-top-left.gif');
  background-position: right top;
  background-repeat: repeat-x;
}

td.content-right {
  background-image: url('../artwork/clip/bg-top-right.gif');
  background-position: left top;
  background-repeat: repeat-x;
}

a.href-menu-top:link, a.href-menu-top:visited {
  font-size: 15px;
  font-weight: bold;
	color: #76913E;
	text-decoration: none;
}

a.href-content:link, a.href-content:visited {
  color: #769819;
  padding-left: 20px;
  line-height: 20px;
  background-image: url('../artwork/clip/bg-href-content.gif');
  background-repeat: no-repeat;
  background-position: left bottom;
}

.languages {
  float: right;
  width: 100px;
  text-align: right;
}

.languages img {
  border: none;
  margin-right:10px;
}


