html {
  margin: 0px;
  padding: 0px;
	background-color: black;
	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 {
}
p {
padding: 5px 0px 5px 0px;
}
/*  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;
	min-height: 1280px;
}
#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: 0px;
	float: left;
  left: 192px;
}
#logo {
	margin: 0;
	padding: 0;
	position: relative;
	width: 198px;
	height: 101px;
	overflow: hidden;
}
#logo a {
color: white;
}
#logo span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 1;
	width: 198px;
	height: 101px;
	background: url(../images/vizualizace-realview2.png) no-repeat 0 0;
}
#kontakt-obal {
	position: absolute;
	padding: 0px;
	top: 0px;
	float: left;
  left: 740px;
}
#kontakt {
	margin: 0;
	padding: 0;
	position: relative;
	width: 75px;
	height: 26px;
	overflow: hidden;
}
#kontakt a {
color: white;
}
#kontakt span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 75px;
	height: 26px;
	background: url(../images/kontakt.png) no-repeat 0 0;
	cursor: hand;
}
#kontakt span:hover {
	background: url(../images/kontakt.png) no-repeat;
	background-position: right;
}

#content {
position: relative;
float: left;
}

#flash-box {
position: relative; /*or absolute*/
float: left;
width:620px;
height: 594px;
margin: 106px 0px 0px 190px;
z-index: 0;
}
#text-box {
position: relative;
float: left;
width:620px;
margin: 10px 0px 0px 190px;
color: #B3B3B3;
}
#text-box a{
color: #B3B3B3;
text-decoration: none;
}
#text-box a:hover{
color: white;
}
#text-box h2 {
font-size: 22px;
font-weight: normal;
margin: 40px 0px 30px 0px;
padding: 5px 0px 5px 0px;
}
#text-box h2 strong{
font-weight: normal;
}
#text-box .box {
position: relative;
float: left;
width:300px;
margin-left: 0px;
}
#text-box .spacer {
position: relative;
float: left;
width:20px;
}
#text-box .box strong {
color: white;
}
#footer {
position: relative;
float: left;
width:620px;
margin: 25px 0px 0px 190px;
color: #4C4C4C;
}
#footer a{
color: #4C4C4C;
}
#footer a:hover{
color: white;
}

/* kontakt */
#kontakt-box{
margin-left:35px;
width:620px;
height: 369px;
text-align: left;
	background: url(../images/kontakt-bg.png) no-repeat 0 0;
	background-color: black;
	color: #BFC8CF;
}

#kontakt-box .adresa{
width: 164px;
margin: 60px 0px 0px 20px;
position:relative;
float: left;
}
#kontakt-box a{
color: #BFC8CF;
}
#kontakt-box a:hover{
color: white;
text-decoration: none;
}
#kontakt-box .mapa-obal{
width: 430px;
margin: 58px 0px 0px 6px;
position:relative;
float: left;
}
#kontakt-box h3{
margin-top: 5px;
padding-top: 0px;
font-size: 12px;
}
#kontakt-box .mapa{
width: 410px;
height: 230px;
margin-bottom: 0px;
}
#kontakt-box .box{
float: left;
width: 190px;
}
#kontakt-box .spacer{
float: left;
width: 40px;
}