/*
layout top3
použití jbi
popis: dokument rozdelen na 1 hlavicku, telo dokumentu a 1 paticku, šírka 760px, centrováno na stred
verze 1
struktura dokumentu: 
<body id="sablona-cz" class="jbi">
<div id="top1_box" >
 záhlaví top1_box 760x70 px bez okraju
</div>
<div id="content_box">
<pre> obsah
   vnitrní rozmer 740x480 px
   okraje 10 px
   celkový rozmer 760x500 px
	layout top3 
   JBi::projekt  sablona.cz   
   </pre>
</div>
<div id="end1_box">
 zápatí 760x24 px bez okraju
</div>
</body>
podpora >> www.sablona.cz/top3
*/

Body {
	margin:0px;
	border:0px  none;
	padding: 15px 0px 15px 0px;
	color: #333;
	background-color: #ccc;
	background-image:url(jbi_img/bg_prouzek_gray.gif)
	}
#top1_box {
	width:760px;
	padding: 0px;
	height: 70px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 
	border-top:0px  none;
	border-right:1px solid #333;
	border-bottom:0px none;
	border-left:1px solid #999;
	background-color: #ccc;
	background-image: url("");
	text-align:left;
	}
	html>body #top1_box {
	width:760px;
	height: 70px;
	}
#content_box {
	width:740px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 
	text-align:left;
	padding: 10px 10px 10px 10px;
	border-top:0px none;
	border-right:1px solid #333;
	border-bottom:0px none;
	border-left:1px solid #999;
	background: #ddd url("");
	background-repeat:no-repeat;
	background-position:right;
	min-height:480px;
	height: 480px; 
	}
html>body #content_box {
	height: auto; 
	width:740px;
	}
#end1_box {
	background-image: url("");
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	width:760px; /*ODECIST PADDING*/
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 
	text-align:left;
	
	border-top:0px none;
	border-right:1px solid #333;
	border-bottom:0px none;
	border-left:1px solid #999;
	height: 24px;
	clear:both;
	}
html>body #end1_box {
	height: 24px; /* ODECIST PADDING */
	width:760px;
	}
	
	