/*
Toto zhlav neodstranujte, slou lidem, kter chtej vyut stejn layout strnky
layout top4
autor jbi
verze 0
popis: dokument rozdelen na 4 hlavicky, telo dokumentu a dve paticky, rka 760px, centrovno na stred
struktura dokumentu: 
<body id="sablona-cz" class="jbi">
<div id="top1_box" >
zhlav 760x70 px bez okraju
</div>
<div id="top2_box" >
zhlav 760x24 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">
zpat 760x24 px bez okraju
</div>
</body>
podpora >> www.sablona.cz/top4
JB rta Media
Tuto zhlav neodstranujte, slou lidem, kter chtej vyut stejn layout strnky
*/
html{margin:0px;
	border:0px;
	padding: 3px 0px;
	background:#FFcc00 ;}
body {
	margin:0px;
	border:0px  none;
	border:0px;
	padding: 0px 0px 15px 0px;
	color: #333;
	background:#ccc url(bg.jpg);
	height:98%;
	}	

#top1_box {
	width:760px;
	padding: 0px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 
	border-top:0px  none;
	border-right:0px solid #333;
	border-bottom:0px none;
	border-left:0px solid #999;
	background:#EAD3A2;
	text-align:left;
	height:30px;
	position:relative;
	}
	html>body #top1_box {
	width:760px;
	height:30px;
	}
#top2_box {
	background: transparent;
	width:760px; /*ODECIST PADDING*/
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 
	text-align:left;
	border-top:0px none;
	border-right:0px solid #333;
	border-bottom:0px none;
	border-left:0px solid #999;
	position:relative;
	height: 109px;
	}
	html>body #top2_box {
	height: 109px; /* ODECIST PADDING */
	width:760px;
	}

#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:0px solid #333;
	border-bottom:0px none;
	border-left:0px solid #999;
	background: transparent ;
	position:relative;
	min-height:380px;
	height: 380px; 
	}
	html>body #content_box {
	height: auto; 
	width:740px;
	}
#end1_box {
	clear:both;
	background: transparent;
	width:760px; /*ODECIST PADDING*/
	padding: 7px 0px 7px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 
	text-align:left;
	position:relative;
	border-top:0px none;
	border-right:0px solid #333;
	border-bottom:0px none;
	border-left:0px solid #999;
	min-height:100px;
	height: 100px;
	}
	html>body #end1_box {
	height: auto; 
	width:760px;
	}

	
	