body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #252525;
}
.megadiv table {
	width: 980px;
	margin: 0;
	padding: 0;
	text-align: center;
}
/* BANNER A MENU nahore */

#top-card {
	position: relative;
	top: 35px;
	width: 980px;
	height: 210px;
	z-index: 0;
}
#top-top {
	position: relative;
	top: 0;
	height: 16px;
}
#top-center {
	background: #fff url(../images/bg-top-center.gif) repeat-x center top;
}
#top-left {
	background: url(../images/bg-top-left.gif) no-repeat left top;
}
#top-right {
	background: url(../images/bg-top-right.gif) no-repeat right top;
}
#top {
	position: relative;
	top: -165px;
	width: 980px;
	height: 30px;
	z-index: 1;
}
#logo {
	left: 200px;
}
#logo a, #logo a:hover, #logo a:visited {
	height: 85px;
	width: 224px;
	background: url(../images/logo.gif) no-repeat top left;
	text-decoration: none !important;
	display: block;
}

/* HLAVNI trisloupcovy layout */
#content {
	position: relative;
	top: 260px;
	width: 980px;
	clear: both;
}

}
#obsah-vlevo {
	position: relative;
	top: 0px;
    float: left; 
    width: 630px; /* Součet #stred-null a #vlevo */
}
#stred {
	  margin: 0 15px; 
	  width: 590px;
}
#vpravo-null {
	position: relative;
	top: 0px;
	float: right;
	text-align: center;	
}
#vpravo {
	margin: 0 auto;
	width: 280px;
	height: auto;
	text-align: left;
	
}
/* PATICKA */

#footer-left {
	margin-top: 5px;
	background: transparent url(../images/bg-footer-left.gif) no-repeat left center;
}
#footer-right {
	background: transparent url(../images/bg-footer-right.gif) no-repeat right center;
}
#footer-null {
	margin: 0 11px;
	height: 42px;
	line-height: 42px;
	background-color: #1b1b1b;
	clear: both;
}
#footer - text{
	
	padding: 0 4px;
	margin: 0;
}
#footer a, #footer a:visited {
	color: #fd7914;
}

/* MENU VYSOUVACI */
	#menu ul {list-style-type:none; padding-top: 19px;}
	#menu ul.sub {list-style-type:none; padding-top: 0px; _margin-top:50px; #margin-top:16px; #margin-left:-64px}
	#menu li {float: left;}
	#menu li, #menu ul.sub li {margin: 0; padding: 0;}
	ul.sub {position: absolute; z-index: 10; visibility:hidden;} /*pokud vynecháme tento řádek budeme mít při vypnutém JavaScriptu přístupné menu pod sebou*/
  #menu ul.sub li {display: block; width: 100%; margin:0; padding: 0; text-align:left;}
	#menu ul.sub li a {padding-left:5px; display: block; margin: 0; width: 190px; background-color: #252525;}
	/* #menu ul.sub li > a {width: 140px;}*/

  #menu ul li.main {position: relative;}
  #menu ul li > ul.sub {position: absolute; z-index:10; visibility: hidden;}
  #menu ul li.main:hover ul.sub {visibility: visible;}


     #maciwebmenu {
     position: absolute;
     top: 5px;
     right: 5px;
     margin: 0; 
     padding 0;}
      