/**
 * REALIO.HU STYLE SHEET
 *
 * @copyright realio.hu
 */

/* img { border: none; } */

/* ALL */
div.realioheader {
	border-bottom: 2px solid #ccd;
	margin-top: 1em;
	margin-bottom: 2em;
	position: absolute;
	top: 0px;
	height: 75px;
	left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	width: auto;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}
#realioheader { /*IE6 hack*/
width: 100%;
}
* html #realioheader{ /*IE6 hack*/
width: 100%;
}
h1,h2,h3,h4,h5,h6 { font-family: Georgia, "lucida bright", "times new roman", serif; }
h1 { font-style: italic; font-size: 2.5em; text-align: left }
img { margin: 0; }
div.container {
	margin-left: 200px;
	padding-top: 90px;
	width: 650px;
/*	width: 750px; /* 950px helyett a 'margin-left: 200px miatt' */
}

/* REALIOMAP.PHP */
div.numbered {
	margin-left: -32px;
	padding-top: 10px;
	font-weight: bold;
	font-family: Georgia, "lucida bright", "times new roman", serif
}
.realiomapcont { padding-left: 32px; }
.nrimg { vertical-align: middle; }
td, th { padding: 0; border: 0; }
div.colorbox {
	float: left;
	border: 1px solid white;
	cursor: pointer;
	height: 20px;
	width: 20px;
}

.validation-advice { background: #FBE3E4; color: #D12F19; border:2px solid #FBC2C4; padding: 4px; }
