html {
  margin: 0px;
  padding: 0px;
	background-color: #052973;
	color: white;
}
body {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 0px;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif, Georgia, Arial;
  color: white;
  /*background-image: url(../images/home-page-bg-body.jpg);*/
	/*background-repeat: repeat-x;*/
}
img {
margin:0px;
padding:0px;
border: none;
display: block;
}
a{
}
a:hover{
}
h1 {
color: black;
font-size: 16px;
text-decoration: none;
}
h2 {
}
h3 {
}
/*  ptakovinky */
.clear {
	clear: both;
	background-color: transparent;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
 }
.hidden			{ display:none; }
.left 			{ text-align:left; }
.right			{ text-align:right; }
.center			{ text-align:center; }
.fleft 			{ float:left; }
.fright			{ float:right; }
/* /ptakovinky */

/* home-page */
#main {
	text-align: justify;
	vertical-align: middle;
	width: 999px;
	margin: auto;
	position: relative;
	padding: 0px;
	background-image: url(../images/home-page-bg-main.jpg);
	background-repeat: no-repeat;
	height: 1700px;
}
#menu {
position: absolute;
top: 50px;
left: 355px;
}
#menu ul{
display: inline;
}
#menu li{
display: inline;
}
#menu li a{
text-decoration: none;
color: black;
padding: 0px 5px 0px 4px;
border-right: solid 1px black;
}
#menu li a:hover{
text-decoration: underline;
}
#menu li a.selected{
text-decoration: underline;
}
#logo-obal {
	position: absolute;
	padding: 0px;
	top: 30px;
	float: left;
  left: 50px;
}
#logo {
	margin: 0;
	padding: 0;
	position: relative;
	width: 127px;
	height: 56px;
	overflow: hidden;
}
#logo a {
color: white;
}
#logo span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 127px;
	height: 56px;
	background: url(../images/logo.jpg) no-repeat 0 0;
}

#content {
position: relative;
float: left;
}
#cim-se-zabyvame {
position: absolute;
top: 270px;
left: 50px;
width: 900px;
float:left;
}
#cim-se-zabyvame .box {
width: 285px;
float:left;
}
#cim-se-zabyvame .spacer {
width: 22px;
float:left;
}

#realizovane-projekty {
position: absolute;
top: 570px;
left: 50px;
width: 900px;
float:left;
}
#realizovane-projekty h3 {
font-size: 12px;
margin: 4px 0px 3px 0px;
padding: 1px 0px 1px 0px;
}
#realizovane-projekty p {
text-align: left;
margin-top: 2px;
}
#realizovane-projekty .box {
width: 209px;
float:left;
}
#realizovane-projekty .spacer {
width: 20px;
float:left;
}
#pripravovane-projekty {
position: absolute;
top: 1065px;
left: 50px;
width: 900px;
float:left;
}
#pripravovane-projekty .box {
width: 438px;
float:left;
}
#pripravovane-projekty .spacer {
width: 22px;
float:left;
}
#pripravovane-projekty h3 {
font-size: 12px;
margin: 4px 0px 3px 0px;
padding: 1px 0px 1px 0px;
}
#pripravovane-projekty p {
text-align: left;
margin-top: 2px;
}
#pripravovane-projekty ul {
margin: 0px;
padding: 10px;
}
#pripravovane-projekty li {
font-size: 16px;
padding: 7px;
}

#kontakt {
position: absolute;
top: 1415px;
left: 50px;
width: 428px;
float:left;
}
#kontakt a {
color: white;
}
#kontakt a:hover {
text-decoration: none;
border-bottom: dotted 1px white;
}

#footer {
position: absolute;
width: 900px;
top: 1530px;
left: 50px;
}
#footer ul{
display: inline;
margin: 0px;
padding: 0px;
}
#footer li{
display: inline;
margin: 0px;
padding: 0px;
}
#footer li a{
text-decoration: none;
color: white;
padding: 0px 5px 0px 4px;
}
#footer .devproj li a{
color: #0253A5;
}
#footer li a:hover{
text-decoration: underline;
}
#footer li a.selected{
text-decoration: underline;
}
#footer a{
text-decoration: none;
color: white;
padding: 0px 5px 0px 4px;
}
#footer a:hover{
text-decoration: underline;
}
