* {
  margin: 0;
  padding: 0;
}

body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	/* background-color: #BDBDC3; */
	background-color: #000000;
	text-align: center;
	min-width: 770px;
}

#wrapper {
	width: 764px;
	margin: 0 auto;
	text-align: left;
	background: #A0A0AC url(../img/back.jpg) no-repeat 0px 150px;
}
.clear {
	clear: both;
}
#branding {
	height: 150px;
	background: url(../img/branding.jpg);
}
#branding a.home {
	display: block;
	width: 192px;
	height: 144px;
}
#branding a.home span {
	display: none;
}

#mainNav {
	display: block;
	float: left;
	width: 167px;
	list-style-type: none;
	padding-top: 1px;
}
#mainNav li a {
	display: block;
	height: 28px;
	width: 167px;
	margin-bottom: 4px;
	color: #3C3B3A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 28px;
	padding-left: 20px;
	text-decoration: none;
	background: url(../img/blue.gif) no-repeat 138px 8px;
}
#mainNav li a:hover {
	background-image: url(../img/red.gif);
}
#mainNav li a.nabizime {
	background-position: 126px 8px;
}
#mainNav li a.refer {
	background-position: 114px 8px;
}
#mainNav li a.kontakt {
	background-position: 102px 8px;
}
#content {
	float: right;
	width: 587px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	min-height: 425px;
	_height: 430px;
}
#content p{
	margin: 15px;
}
#content h1 {
        /* background: url(../img/h1.gif) no-repeat; */
	margin: 15px 15px 15px 0px;
	margin-top:20px;
	padding-left: 20px;
	/* margin-top: 25px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1.5px;
}
#content h2 {
	background: url(../img/h2.gif) no-repeat bottom left;
	margin: 15px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#footer {
	clear: both;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #000000;
	text-align:center;
}
#footer a{
color:#CCCCCC;
}
#content ol, #content ul {
	margin: 15px;
	padding-left: 20px;
}

#content div.reference {
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 15px;
	margin: 15px;
}
#content p.duraz {
	background: url(../img/nabidka.gif) no-repeat;
	padding-left: 30px;
	padding-top: 27px;
	height: 50px;
	margin: 30px 0px;
}
#content a img.obrazek {
	float: right;
	margin: 3px;
	border: 0px;
}
#content a {
  color: Yellow;
}
#svarec {
	float: left;
	padding-top: 470px;
	padding-left: 19px;
}

