/*----------------------------------------------------------*/
/*						STANDARDS							*/
/*----------------------------------------------------------*/
body {
	margin: 0px;
	padding:0px;
	background-color:#ffffff;
	/*background-image:url(../images/layout3_bg.jpg);
	background-repeat:repeat-x;*/
 	/*scrollbar-base-color: #000000;*/			/*		*/
	/*scrollbar-face-color: #652f04;*/			/*	Face	*/
	/*scrollbar-arrow-color: #b88760;*/		/*	Arrow	*/
	/*scrollbar-shadow-color: #552701;*/		/*	jobb oldalt	*/
	/*scrollbar-darkshadow-color: #482101;*/	/*	jobb oldalt alul	*/
	/*scrollbar-3dlight-color: #853f05;*/		/*	bal oldalt alul	*/
	/*scrollbar-highlight-color:#693103;*/		/*	bal oldalt felül	*/
	/*scrollbar-track-color : #77451c;*/		/*	Track	*/
	overflow:auto;
	/*overflow-y:scroll;
	overflow: -moz-scrollbars-vertical;*/
}
html {
/*	min-height: 100%;
	margin-bottom: 1px;*/
}
form {
	margin:0px; padding:0px; border:0px;
}
input, select, textarea {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
}
img {
	margin:0px; padding:0px; border:0px;
}
table {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse: collapse;
	border-spacing:0px;
}
td {
	margin:0px;
	padding:0px;
	border:0px;
}
hr {
	height:1px; border-top:1px; border-bottom-color:#D7D8D8; border-bottom-style:solid;
}
a:link {text-decoration: none; color:#65603d;}
a:visited {text-decoration: none;  color:#65603d;}
a:active {text-decoration: none; color:#65603d;}
a:hover {text-decoration: none; color:#3e2520; font-weight:bold;}


.pict2Left {
	position:relative; float:left;	
}

.rightContentOverflowDiv {
	margin:19px 0 20px 0;
	padding-right:23px;
	width:605px; height:357px;
	overflow-y:auto;
}
.headerMainTitle {
	position:absolute; left:204px; top:72px; width:318px; text-align:center;
	font-size:22px; font-family:Arial, Tahoma, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; color:#FFFFFF;
}
.headerDateLabel {
	position:absolute; right:8px; top:80px; width:148px; text-align:right;
	font-size:10px; font-family:Arial, Tahoma, Helvetica, sans-serif; font-weight:normal; text-transform:uppercase; color:#FFFFFF;
}

