body {
	font: 13px Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url('./img/top_gradient.png') #04033c top repeat-x;
}
#all {
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	background-color: #060f5c;
}
.yellow {
	color: #fdca00;
}
#content {
	font-size: 14px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 35px;
	text-align: justify;
	color: #fff;
}
#content h1.diamant-title {
	font: 16px JohnSans White CE, Arial, sans-serif;
	color: white;
	padding-left: 35px;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: normal;
	background: url("./img/diamant_h1.gif") top left no-repeat;
	text-transform: uppercase;
}
#content h2.diamant-title {
	font: 16px JohnSans White CE, Arial, sans-serif;
	color: white;
	padding-left: 35px;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: normal;
	background: url("./img/diamant_h1.gif") top left no-repeat;
}
#content a {
	text-decoration: none;
	color: #fff;
}
#content p.odstavec {
	height: 10px;
}
#content img.diamant-img {
	margin-right: 25px;
	margin-top: 0px;
}
.text-img {
	margin-top: 25px;
	margin-bottom: 25px;
}
#content2 {
	font-size: 14px;
	padding-left: 42px;
	padding-right: 42px;
	padding-top: 20px;
	padding-bottom: 25px;
	background-color: #040c48;
	color: #fff;
}
#content2 h1.diamant-title {
	font: 16px "JohnSans White CE", Arial, sans-serif;
	color: white;
	padding-left: 35px;
	margin-left: 0px;
	margin-bottom: 18px;
	font-weight: normal;
	background: url("./img/diamant_tmavsi_h1.gif") left no-repeat;
	text-transform: uppercase;
}
#content2 h2.diamant-title {
	font: 14px "JohnSans White CE", Arial, sans-serif;
	color: white;
	padding-left: 35px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: normal;
	background: url("./img/diamant_tmavsi_h1.gif") left no-repeat;
	text-transform: uppercase;
}

#content2 a {
	color: white;
}
#content2 p {
	color: white;
	text-align: justify;
	line-height: 1.1em;
}
.header-menu {
  position: absolute;
  top: 208px;
	width: 778px;
	font-size: 12px;
	background-color: #030a4e;
	background: url('./img/pyslice-2-0.jpg');
	height: 40px;
	text-align: center;
	color: white;
}
.header-menu li {
  display: inline;
}
.header-menu a {
	color: white;
	text-decoration: none;
  padding: 7px 10px 7px 9px;
	margin-left: 1px;
	margin-right: 1px;
	text-transform: uppercase;;
}
.header-menu a:hover {
	color: #fdca00;
  background-color: #000033;
}
.footer-menu {
	background-color: #030a4e;
	height: 50px;
	font-size: 12px;
	text-align: center;
	color: white;
	margin-top: 3px;
	padding: 0px;
	border-top: 3px solid #000;
}
.footer-menu a {
	margin-left: 5px;
	margin-right: 5px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.footer-menu a:hover {
	color: #fdca00;
}
.menu {
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px
}
.menu ul li {
	float: left;
	font-size: 90%;
	font-weight: bold;
}
.menu ul li a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
/***********  Styly pro kontaktni formular ************************************/
.left-box {
	float: left;
	margin-right: 10px;
	width: 320px;
}
.right-box {
	float: left;
	width: 320px;
}
form {
}
form label {
	float: left;
	display: block;
	width: 60px;
}
form input {
	float: left;
	border: 0px none blue;
	margin: 1px;
}
.form-text {
	width: 250px;
}
textarea {
	width: 350px;
}
form br {
	clear: left;
}
a.yellow {
	color: #fdca00;
	text-decoration: none;
}
.noprint{
  display: none;
}
