* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/1.5 arial, sans-serif;
	text-align: center;
	background: black;
}
h1 {
	margin-bottom: 1em;
	font-size: 1.3em;
}
h2 {
	margin: 1em 0;
	font-size: 1.2em;
}
p {
	margin: 1em 0;
	text-align: justify;
}
a {
	text-decoration: none;
}
#container {
	width: 980px;
	margin: 20px auto 0 auto;
	text-align: left;
	background: white url('/img/bg_header.png') 50% 0 no-repeat;
}
#header {
	height: 274px;
}
#certificat {
	float: right;
	width: 400px;
	padding: 20px 51px 0 0;
}
#certificat a {
	float: right;
	width: 75px;
	height: 100px;
	margin-left: 2px;
}
#header .logo {
	width: 300px;
	height: 220px;
}
#header .logo img {
	float: left;
	margin: 20px 0 0 40px;
	width: 110px;
	height: 100px;
	border: 0;
}
#header ul.menu {
	padding: 0 0 0 40px;
	height: 30px;
	background: url('/img/bg_menu_li.png') 40px 50% no-repeat;
}
#header .menu li {
	float: left;
	padding: 5px 0;
	list-style-type: none;
	text-align: center;
	font-size: 1.1em;
	background: url('/img/bg_menu_li.png') 100% 50% no-repeat;
}
#o-firme {
	width: 72px;
}
#kontakt {
	width: 72px;
}
#reference {
	width: 90px;
}
#politika-rizeni {
	width: 100px;
}
#certifikaty {
	width: 164px;
}
#vyrocni-zprava {
	width: 160px;
}
#blank {
	width: 242px;
}
#header .menu li a {
	color: white;
	background: black;
}
#header .menu li a:hover {
	font-weight: bold;
}
#header .menu li a.active {
	font-weight: bold;
}
#work {
	padding: 0 40px 20px 40px;
}
#work ul {
	margin: 1em 0;
	padding-left: 25px;
	text-align: justify;
}
.signature {
}
#footer {
	padding: 5px;
	font-size: .8em;
	text-align: center;
	color: white;
	background: black;
}
#footer a {
	color: white;
}

