/* CSS Nostalgie */
/* © 2008 by Inovamedia */
/* Development by Rene Sebastian */
/* Datum: 23-07-2008 */

body {
	margin:			0;
	padding:		0;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 		11px;
	text-align:		left;
	color:			#ffffff;
	background: 	#854029 url(/images/bg.jpg);
}

.maintable{
	width: 			771px;
	border-top:		0px;
	margin-top:		20px;
}

div#logo {
	width:						251px;
	height:						83px;
	margin:						30px auto;
}

div#crosslinks {
	width:						100%;
	height:						460px;
	padding:						30px 0 0 0;
	background-image:			url(/images/portal_bgr.png);
	background-repeat:		repeat-x;
}

div#crosslinks ul {
	width:						926px;
	margin:						0 auto;
}

div#crosslinks ul li {
	position:					relative;
	display:						block;
	float:						left;
	width:						266px;
	height:						178px;
	padding:						10px;
	margin:						0 0 30px 0 ;
	background-color:			#652c1b;
}

div#crosslinks ul li.crosslink {
	background-color:			none;
	background-image:			url(/images/portal_crosslinkbgr.png);
	background-repeat:		no-repeat;
	width:						276px;
	height:						188px;
	padding:						5px 7px 8px 5px;
	margin:						0 30px 30px 0 ;
}

div#crosslinks ul li.crosslink a {
	display:						block;
	width:						276px;
	height:						188px;
}

div#crosslinks ul li div.title {
	position:					absolute;
	width:						276px;
	height:						53px;
	bottom:						5px;
	left:							5px;
	opacity:						0.8;
	text-indent:				-10000px;
	outline:						none;
}

div#crosslinks ul li div.title.restaurant {
	background-image:			url(/images/portal_restaurant.png);
	background-position:		left center;
}

div#crosslinks ul li div.title.cafe {
	background-image:			url(/images/portal_cafe.png);
	background-position:		left center;
}

div#crosslinks ul li div.title.feesten {
	background-image:			url(/images/portal_feesten.png);
	background-position:		left center;
}

div#crosslinks ul li div.title.recreatie {
	background-image:			url(/images/portal_recreatie.png);
	background-position:		left center;
}



div#crosslinks ul li h2 {
	margin:						0;
	padding:						0;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					18px;
	font-weight:				normal;
}

div#crosslinks ul li h2 a {
	text-decoration:			none;
	color:						#fff;
}

div#crosslinks ul li a {
	color:						#fff;
	text-decoration:			underline;
}

div#crosslinks ul li a:hover {
	text-decoration:			none;
}

div#footer {
	padding:						10px 0;
	text-align:					center;
	color:						#fff;
	clear:						both;
}

div#footer a {
	color:						#fff;
	text-decoration:			none;
}

div#footer a:hover {
	text-decoration:			underline;
}