/*@import url("menu.css");*/
@import url("master.css");
@import url("modules.css");

#hlavni{
	width: 720px;
	height: 450px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: left;
	position: relative;
	font-size: 85%;
}
#main { 
	float:left; 
	width:495px;  
}
#content { 
	float:right; 
	width:270px; 
	
	overflow: hidden;
	/*background: Red;*/
}
#obsah{
	width: 250px;
	height: 315px;
	background: #2f2f2f url(../images/obsah2.jpg) no-repeat top left;
	float: left;
	position: relative;
}
#obsah_raku{
	width: 250px;
	height: 315px;
	background: #000 url(../images/obsah_raku.jpg) no-repeat top left;
	float: left;
	position: relative;
}
#obsah_text{
	width: 250px;
	height: 420px;
	background: #2f2f2f;
	float: left;
	position: relative;
}

#divScrollTextCont {
	position:absolute; 
	left: 20px;
	 top: 115px;  
	 overflow:hidden; 
	 visibility:hidden;
	 width:210px; 
	 height:290px;
}
#divText {
	position:relative; 
	left:0px; 
	top:0px;
	line-height: 1.5em;

} 

#text_sipky{
	width: 12px;
	position: absolute;
	top: 115px;
	left: 235px;
}
#text_sipky a{
	display: block;
	margin-bottom: 10px;
}

#nav { 
	float:left; 
	width:225px; 
	overflow: hidden;
	/*background: Blue;*/
}
#extra { 
	float:right; 
	width:225px; 
	overflow: hidden;
	/*background: Green;*/
}




