/* --------------------------------------- */
/* RECREATIE ZUID-HOLLAND GENERAL css */
/* --------------------------------------- */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

div#header
	{
	position: relative;
	height: 160px;
	margin: 0px;
	}

div#header h1
	{
	position: absolute;
	font-weight: normal;
	font-size: 1.6em;
	color: #fff;
	margin: 0px;
	top: 60px;
	left: -262px;
	}

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

#contentcorner
	{
	position: relative;
	background-image: url(/grfx/routescornerbar.png);
	_background-image: url(/grfx/routescornerbar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 	-moz-opacity: 0.7;
 	opacity:0.7;
	width: 684px;
	height: 19px;
	z-index: 0;
	}

div#contentunderlay
	{
	position: absolute;
	background: #fff;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 	-moz-opacity: 0.7;
 	opacity:0.7;
	width: 99%;
	_width: 99.5%;
	height: auto;
	_height: 400px;
	min-height: 400px;
	margin: 0px;
	}

.steps_count
	{
	position: relative;
	border: 1px solid #00f;
	width:  150px;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */

