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

#title{
	clear: both;
	padding: 25px 0px 35px 10px; 
	color: #121d18; 
    width: 632px;
	background-color: #bbc8c1; 
	float: left; }
#title a:link {  
    color: #96b4a6;
	}
#title a:visited {  
    color: #96b4a6;
	}
#title a:hover {  
	color: #f5fbf8;
	}

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

.story2{
	clear: both;
	/* color: #f5fbf8; */
	padding: 0px 0px 0px 0px;
	width: 780px;  /* width: 640px; */
	height: 463px;
	overflow: auto; }
.story2 h3{
	clear: both;
	padding: 0px 0px 0px 0px;
    font-size: 100%; }
.story2_zold {color: #4b6658; } 
.story2 h4{padding: 0px 0px 0px 0px; }

/************** .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_cent{text-align: center; }
.story_title a:link{color: #4b6658; }
.story_title a:visited{color: #4b6658; }
.story_title a:hover{color: #f5fbf8; }

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

.story_long{
	clear: both;
	color: #060706; 
	padding: 0px 10px 0px 12px; 
	width: 620px; 
	height: 430px;
	background-color: #bbc8c1; 
	text-align: justify;
	overflow: auto; }
.story_long_zold{color: #4b6658;} 
.story_long_kiemel{
font-weight: bold;
text-align: left;
}
.story_long_nagyonkiemel{
font-weight: bold; 
text-decoration: underline; 
text-align: left;
}
.story_long h4{padding: 20px 0px 20px 0px;} 
.story_long a:link{color: #4b6658; } 
.story_long a:visited{color: #4b6658; } 
.story_long a:hover{color: #f5fbf8; } 

/************** .story_long2 styles *****************/

.story_long2{
	clear: both;
	padding: 0px 10px 0px 12px;
	width: 620px;
	height: 440px;
	color: #060706;
	background-color: #bbc8c1;
	text-align: justify;
	overflow: auto}
.story_long2_zold{color: #4b6658;}
.story_long2_kiemel{font-weight: bold;}
.story_long2_nagyonkiemel{font-weight: bold; text-decoration: underline; }
.story_long2 h4{padding: 20px 0px 20px 0px;}
.story_long2 a:link{color: #060706; }
.story_long2 a:visited{color: #060706; }
.story_long2 a:hover{color: #96b4a6; }


