/************************/
/*
/* CSS                   */
/*
/************************/

html, body
	{
	background-color: #f7f7f7;
	scrollbar-face-color: #f7f7f7;			/*gorgo teteje*/
	scrollbar-arrow-color: #998866; 		/*nyil*/
	srollbar-track-color: #eeeeee;			/*sin*/
	scrollbar-shadow-color: #998866; 		/*gorgo arnyeka bal oldalt*/
	scrollbar-darkshadow-color: #bbbbbb; 	/*sin arnyeka bal oldalt*/
	scrollbar-highlight-color: #f7f7f7;		/*gorgo fenye jobb oldalt*/
	scrollbar-3dlight-color: #998866;		/*sin fenye jobb oldalt*/
	background-image: url("../img/bg4.gif");
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top left;
	cursor: default;
	top: 0px;
	padding: 0px;
	margin: 0px;
	/*overflow: scroll;*/
	}
		
/********************************************************************************************************************/

div#wrap1
	{
	display: block;
	border-width: 1px;
	border-color: #777777;
	border-style: solid;
	background-color: #f7f7f7;
	width: 775px;
	}

div#wrap2
	{
	background-color: #f7f7f7;
	background-image: url("../img/shadow.gif");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top left;
	display: block;
	padding-top: 6px;
	top: 100px;
	width: 775px;
	min-height: 600px;
	height: auto;
	}

div#left_side
	{
	background-color: #f7f7f7;
	display: block;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
	top: 100px;
	width: 155px;
	min-height: 600px;
	}

div#left_item
	{
	clear: both;
	background-color: #f7f7f7;
	display: block;
	padding-bottom : 20px;
	padding-top : 20px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-color:#AF9778;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

div#jog
	{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	line-height: 15px;
	text-align: center;
	position: relative;
	left: 0px;
	color: #666666;
	}
	
div#content
	{
	background-color: #f7f7f7;
	display: block;
	float: right;
	padding-top: 10px;
	top: 100px;
	width: 619px;
	min-height: 600px;
	height: 600px;
	border-left-color:#AF9778;
	border-left-width: 1px;
	border-left-style: solid;
	}

hr 
	{
	color: #AF9778;
	background-color: #AF9778;
	}	/********************************************************************************************************************/
