/*****************************************************************************/
/*  LAYOUT                                                                   */
/*****************************************************************************/ 
body {
	margin: 0px;
	padding: 0px;
}

body {
	font: normal normal normal 0.7em/1.5em Arial, Tahoma, Verdana, sans-serif;
	background-color: rgb(255,255,255);
}


#main-page {
width: 550px;
height: 490px;
border: none;
border-collapse: collapse;
background-color: ;
}

#left-image {
position:absolute;
width: 490px;
height: 490px;
border: none;
}

#right-menu {
position:absolute;
left:490px;
width: 160px;
height: 490px;
background-color: rgb(242,242,242);
border: none;
}

#menu-header {
font-weight:bold;
/*width: 160px;*/
padding: 5px 5px 5px 8px;
border-bottom: 3px solid #FFFFFF;
}

#menu-text {
padding: 5px; 
}

#menu-text ul {
	margin: 0 0 1.25em 0.25em;
	padding: 0;
	font-size: 1em;
	list-style-type: square;
}

	#menu-text ul li {
		margin: 5px 0;
		padding: 0 5px 0 15px;
		list-style-type: none;
/*		background: transparent url('../img/rarr-b.png') left 0.4em no-repeat;*/
		background: transparent url('../img/sipka.gif') left 0.4em no-repeat;
	}
	
	#menu-text ul li a {
		color: rgb(0,0,0);
		font-weight: bold;
		text-decoration: none;
	}
	
		#menu-text ul li a:hover {
			text-decoration: underline;
		}

