/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#title{
	clear: both;
	padding: 25px 0px 35px 8px; 
	color: #f5fbf8; 
    width: 632px;
	float: left; }
#title a:link {  
    color: #96b4a6;
	}
#title a:visited {  
    color: #96b4a6;
	}
#title a:hover {  
	color: #f5fbf8;
	}

/***********************************************/
/*Component Divs                               */
/***********************************************/


/************** .story_title styles *****************/

.story_title{
	clear: both;
	padding: 10px 0px 0px 0px;
	width: 630px;
	height: 65px;}
.story_title_zold{color: #4b6658;}
.story_title_bold{font-weight: bold; }
.story_title h3{padding: 20px 0px 20px 0px; }
.story_title a:hover{color: #060706; }

/************** .story2 styles *****************/

.story2{
	clear: both;
	color: #f5fbf8; 
	padding: 0px 0px 0px 0px;
	width: 640px;  
	height: 463px;
	overflow: auto; }
.story2 h3{
	clear: both;
	padding: 0px 0px 0px 0px;
    font-size: 100%; }
.story2_zold {color: #96b4a6; } 
.story2 h4{padding: 0px 0px 0px 0px; }
.story2 img{padding: 20px 0px 0px 0px; } 

/************** .story_long styles *****************/

.story_long{
	clear: both;
	color: #f5fbf8; 
	padding: 0px 0px 0px 10px; 
	width: 630px; 
	height: 430px;
	text-align: justify;
	overflow: auto; }
.story_long h3{  
	clear: both;  
	padding: 0px 0px 0px 0px;  
    font-size: 100%; }  
.story_long_zold{color: #96b4a6;} 
.story_long_kiemel{font-weight: bold;}
.story_long_nagyonkiemel {
font-weight: bold; text-decoration: underline; 
line-height: 1.666;	
}
.story_long h4{padding: 0px 0px 0px 0px; } 
.story_long a:link{color: #96b4a6; } 
.story_long a:visited{color: #96b4a6; }
.story_long a:hover{color: #f5fbf8; }
.story_long img{padding: 20px 0px 0px 0px; }

