/*   Stylesheet for www.mileta.cz  Updated: 2008-08-13  Author: Tomas Laul, tomas.laul@gmail.com */
body {
	background-image: url('images/bg-top.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	font-family: sans-serif;
	font-size: small;
	margin-top: 54px;
}
a {
	color: #FF6633;
	text-decoration: none;
}
a img {
	border: 0;
}
h2 {
	font-size: 1.5em;
	color: #003366;
}

h3 {
  color: #0099CC;
}

hr {
	display: none;
}

address {
font-style: normal;
}

#page {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	position: relative;
}
/* ---------- Header ---------- */
#header {
	width: 840px;
	height: 126px;
}
#logo {
	width: 30%;
	float: left;
	height: 100%;
}
#search {
	width: 65%;
	float: right;
	text-align: right;
	height: 50%;
}
#search form {
	text-align: right;
	width: auto;
	float: left;
	display: none;
}
#search fieldset {
	border: 0;
}
#search label {
	display: none;
}
#search p {
	padding: 2em 1em 0 0;
	text-align: right;
}
#search p .flag {
	border: 0;
	padding-left: 0.5em;
}
#navig {
	float: right;
	width: 65%;
	text-align: right;
	height: 50%;
}
#navig ul {
	list-style-type: none;
	margin: 0;
	padding: 0 1em 0 0;
}
#navig ul li {
	display: inline;
}
#navig ul li a {
	font-size: 1.2em;
	text-decoration: none;
	height: 50%;
	color: #003366;
	border: 0;
}
#navig ul li a:hover {
	border-bottom: 3px solid #FF9933;
	padding-bottom: 4px;
}
#navig ul li.active a {
	border-bottom: 3px solid #0099CC;
	padding-bottom: 4px;
}
#navig img {
	vertical-align: middle;
}
/* ---------- Body ---------- */
p.middle {
  width: 100%;
  text-align: center;
}
#body {
	width: 840px;
	margin: 0;
	clear: both;
}
#body a {
	border-bottom: 1px #666666 dotted;
	color: #F7941C;
}
#body a:hover {
  color: #F26521;
  border-bottom: 1px #F7941C solid;
}
#bigpic {
	margin: 1em 0 2em 0;
}
#maintext {
	width: 60%;
	float: left;
	padding: 1em;
}
#maintext table {
  width: 100%;
}
#maintext table td {
  vertical-align: top;
}

#maintext .quattro {
  width: 100%;
}

#maintext td.name {
  width: 23%;
}
#maintext td.phone {
  width: 23%;
}
#maintext td.mail {
  width: 37%;
}
#maintext td.lang {
  width: 17%;
}

#maintext .triple td {
  width: 33%;
  white-space:nowrap;
}
#maintext hr {
  display: block;
  height: 1px;
  
}
#box {
	width: 30%;
	float: right;
	padding: 1em;
	background-color: #CFEFFC;
	background-image: url('images/bg-box2.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#box form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#box form label {
  display: none;
}

#box form legend {
  font-style: italic;
  margin-bottom: 0.2em;
}

#box form input#email {
  width: 66%;
  border: 1px #0099CC solid;
  margin-bottom: 1em;

}

#box form textarea {
width: 99%;
height: 6em;
margin-bottom: 1em;
border: 1px #0099CC solid;
}
#box ul{
  list-style-type: disc;
  margin-left: 0;
  padding-left: 1.5em;
}
#box textarea, #box input#email {
  font-family: sans-serif;
  font-size: small;
}
/* ---------- Footer ---------- */
#footer {
	clear: both;
	background-color: #E1E1E1;
	background-image: url('images/bg-footer2.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	position: relative;
	width: 840px;
	height: 2.5em;
}
#footer p {
	line-height: 2.5em;
	margin: 0 1em;
}
.left {
	float: left;
	width: 40%;
	text-align: left;
}
.right {
	float: right;
	width: 40%;
	text-align: right;
}

#small-grey {
  padding-left: 1.5em;
  color: #aaa;
  font-size: x-small;
}
#small-grey p {
  margin: 0.5em;
}
#small-grey a {
  text-decoration: underline;
  color: #aaa;
}
#small-grey a:hover {
  text-decoration: none;
}


