@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 62.5%;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 1em 0;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/iso-9001.jpg);
	height: 250px;
	width: 800px;
}
#menucont {
	float: right;
	width: 300px;
}
#menu {
	background-color: #01000E;
	background-image: url(images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 1.2em;
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	border-top: 1px solid white;
}
#paticka {
	height: 25px;
	background-color: #00010E;
	width: 100%;
	clear: both;
}
#kontakt {
	font-size: 1.2em;
	padding-top: 2.5em;
	padding-bottom: 1.5em;
	text-align: right;
	color: #01000E;
}
#hlavnitext {
	width: 460px;
	text-align: justify;
	font-size: 1.2em;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 35px;
	padding-bottom: 20px;
}
img {
	margin: 10px;
}
h2, h3, h4 {
	font-size: 1.6em;
}
h2 {
	padding-top: 25px;
	font-size: 1.8em;
}
h3 {
	font-weight: normal;
	font-size: 1.4em;
}
h3 {
	padding-bottom: 40px;
}
h4 {
	padding-top: 15px;
  font-weight: bold;
	font-size: 1.2em;
}

