body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
	padding-top: 40px;
}

p {
	margin: 0px;
	padding-bottom: 12px;
}

/************************************* PAGE *****************************************/

#page {
	width: 631px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#top_left_box {
	float: left;
	width: 310px;
	height: 256px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 54px;
}

#top_right_box {
	float: left;
	width: 311px;
	background-image: url(../images/kep_fent_jobb.jpg);
	background-repeat: no-repeat;
	height: 310px;
	margin-bottom: 10px;
}

#bottom_left_box {
	width: 310px;
	height: 310px;
	background-image: url(../images/kep_lent_bal.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}

#bottom_right_box {
	float: left;
	width: 281px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	height: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 15px;
}

#keret {
	width: 281px;
	overflow: scroll;
	margin: 15px;
	height: 280px;
}

.cim {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

.alcim {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

/************************************* MENU *****************************************/

.menu_box {
	font-size: 10px;
	color: #5E5E5E;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

/****************************************** CLASSES *******************************************/

a.link_white:link, a.link_white:visited{
	color: #ffffff;
	text-decoration : none;
}

a.link_white:hover, a.link_white:active{
	color: #ffffff;
	text-decoration : none;
}

a.link_grey:link, a.link_grey:visited{
	color: #5E5E5E;
	text-decoration : none;
}

a.link_grey:hover, a.link_grey:active{
	color: #FFFFFF;
	text-decoration : none;
	font-size: 11px;
}

a.link_darkgrey:link, a.link_darkgrey:visited{
	color: #677F9B;
	text-decoration : none;
}

a.link_darkgrey:hover, a.link_darkgrey:active{
	color: #677F9B;
	text-decoration : underline;
}

.pic_border {
	border: 4px solid #FFFFFF;
}