@import url("global.css");
@import url("right.css");
@import url("left.css");
@import url("jquery.fancybox-1.3.1.css");
@import url("superfish.css");

/*******************************************************************************
                                  L A Y O U T
*******************************************************************************/
html {
  overflow-x: hidden;
    overflow-y: scroll;

}
body {
  text-align: center;
  

}

#top {
	height: 216px;
	background-image: url(../images/layout/top_background.gif);
	background-repeat: repeat-x;
}

#top2 {
	height: 216px;
  position:relative;
  z-index: 999;
	/*background-image: url(../images/layout/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}

.cover {
	width: 954px;
	margin: 0 auto;
  position: relative;	
}

#header {
	width: 954px;
	height: 216px;
	overflow: hidden;
	position: relative;
}
#header h1 {
	display: none;
}
#header a {
  position: absolute;
  display: block;
  width: 370px;
  height: 70px;
  margin: 50px 0 0 280px;
}

#menu {
	width: 822px;
	height: 30px;
	margin-top: -28px;
	position: absolute;
	z-index: 50; 
	left: 0;
}

#menu {
	padding: 2px 0 0 132px;
}

#menu > ul > li {
	padding: 0;
	display: inline;
	float: left;
	width: 129px;
	padding: 0 5px 0 4px;
}

#menu > ul > li > a {
	text-decoration: none;
  display: block;
	height: 16px;
	padding: 6px 0 4px 0 !important;
	text-transform: uppercase;
	font-size: 12px;
  background-image: url(../images/layout/menu-item.gif);
  background-repeat: no-repeat;
}
#menu > ul > li > a:hover {
	background-image: url(../images/layout/menu-hover.gif);
  background-repeat: no-repeat;
}
#menu > ul > li > a.sel {
	font-weight: bold;
  background-image: url(../images/layout/menu-selitem.gif);
  background-repeat: no-repeat;
/*129x26*/
}

#cover {
	width: 954px;
	min-height: 400px;

	background-position: 0 0;
	background-image: url(../images/layout/cover.gif);
	background-repeat: repeat-y;
}

#footer {
	text-align: right;
	margin-top: -4px;
	padding: 10px 10px 0 10px;
	width: 934px;
	height: 23px;
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: 1px top;
	color: #aaaaaa;
}
#footer a { color: #ffffff; }
#footer .copyright { float: left; }


#right {
	float: right;
	width: 230px;
	margin: 25px 0 30px 0;
	padding: 0 25px;
	min-height: 500px;
	border-left: 1px solid #999999;
	text-align: left;
}
#content, #cover {
	min-height: 800px;
}

#left {
	width: 605px;
	float: left;
	margin: 25px 0 0 0;
	padding: 0 25px 25px 40px;
	text-align: left;

	background-image: url(../images/vodoznak.jpg);
	background-position: 45px 0;
	background-repeat: no-repeat;
}


/*******************************************************************************
*******************************************************************************/

.left     { text-align: left; }
.right    { text-align: right; }
.center   { text-align: center; }
.center_img   { text-align: center; margin: 0;  padding: 0; }
.justify  { text-align: justify; }

.blue     { color: blue; }
.darkblue { color: darkblue; }
.cccccc   { color: #cccccc; }

/*******************************************************************************
*******************************************************************************/

.reset
{
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  float: none;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}

#flash-background {
  width:1372px;
height:216px;
margin:0px auto;
position:absolute;
top:0px;
left:50%;
margin-left:-686px;
z-index:2;
}

#header_flash embed{
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  margin-left: -686px;
}


#toap * {
  z-index: 999 !important;
}

ul.sf-menu > li > a {
background-image:url("../images/layout/menu-item.gif");
background-repeat:no-repeat;
display:block;
font-size:12px;
height:16px;
padding:6px 0 4px !important;
text-decoration:none;
text-transform:uppercase;
position: relative;
left: 1px;
}
