body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #707070 url(../images/bg-megadiv.gif) repeat-y center;
}
#megadiv-null {
	width: 1001px;
	margin: auto;
	padding: 0;
	text-align: left;
}
#megadiv {
	padding: 0 11px;
	position: relative;
}
/* BANNER A MENU nahore */
#top-null {
	background: #000 url(../images/bg-top.gif);
	position: absolute;
	top: 5px;
}
#top-top {
	background: url(../images/bg-top-top.gif) no-repeat top center;
}
#top-bottom {
	height: 99px;
	width: 980px;
	background: url(../images/bg-top-bottom-skate.gif) no-repeat bottom center;
}
#top {
	background: url(../images/bg-top-border.gif) y-repeat center;
}
#logo, #logo a, #logo a:hover, #logo a:visited {
	height: 90px;
	width: 560px;
	/*background: url(../images/hvezda.gif) no-repeat top left;*/
	background: url(../images/logo-top-skate-shop2.gif) no-repeat top left;
	text-decoration: none !important;
	float: left;
}
#claim {
	width: 340px;
	float: left;
}
#claim a, #claim a:hover, #claim a:visited, #claim a:active {
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* HLAVNI trisloupcovy layout */
#content {
	position: relative;
	top: 112px;
	width: 980px;
	clear: both;
	background-color: #fff;
}
#obsah-vlevo {
     float: left; 
     width: 800px; /* Součet #stred-null a #vlevo */
}
#obsah-vpravo {
     float: right; 
     width: 800px; /* Součet #stred-null a #vpravo */
}
#vlevo {
	float: left;
	width: 180px;
}
#stred-null {
     float: right;
	  width: 620px;
}
#stred {
	  margin: 0 23px; 
}
#vpravo {
	float: right;
	width: 180px;
}
/* PATICKA */
#footer {
	clear: both;
	border-top: 1px dashed #ccc;
	padding: 15px;
	margin: 0;
	height: 4em;
	text-align: center;
	line-height: 170%;
	color: #666;
}
#footer a, #footer a:visited {
	color: #666;
}