﻿/* CSS Document */
body
{
	color: #04255A;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11px;
	text-align: center;
	background-image: url( '../../images/background.jpg' );
	background-repeat: repeat-x;
	min-width: 900px;
}
#main
{
	width: 900px;
	height: 547px; /*487px;*/
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#logo-reels
{
	width: 190px;
	float: left;
}
#top
{
	float: left;
	height: 145px;
	width: 710px;
}
#header
{
	height: 100px;
	background-color: Orange;
	border: 0px;
	width: 710px;
}
.taal
{
	float: left;
	width: 24%;
}
.infotext
{
	height: 1px;
	font-size: 12px;
}
.taalbutton
{
	height: 30px;
	padding-top: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(nbHeaderBack.png);
	display: block;
}
a img, img
{
	border: 0px;
}

a
{
	color: #04255A;
	text-decoration: none;
}
a:link
{
	color: #04255A;
	text-decoration: none;
}

a:hover span.taalbutton
{
	background-image: url(nbHeaderHBack.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #04255A;
	text-decoration: none;
	cursor: pointer;
}
a:visited
{
	color: #04255A;
	text-decoration: none;
}

/* LEFT ***********************/
#left
{
	width: 260px;
	height:400px;
	float: left;
	text-align: left;
	background-color:White;
	padding-top:50px;
}

.marge
{
	width:30px;
	height:70px;
	float:left;}
.vlag
{
	width: 50px;
	float:left;
	padding:0px;
	margin-right:10px;
	margin-bottom:20px;
	}
.locatie
{
	float:left;
	width:230px;
	height:70px;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	}
.locatie a:hover
{
	text-decoration:underline;
	}
#logo-aben
{
	width:260px;
	height:50px;
	float:left;
	text-align:center;
}
/*MAP ***************************************/
#map
{
	width: 640px;
	float: left;
	height:420px; /*390px*/
	background-color:White;
	padding-top:30px;
}
/* FOOTER */
#footer
{
	background-image:url('../../images/footer.gif');
	background-repeat:repeat-x;
	background-color:#003366;
	height:17px;
	float: left;
	width:900px;	
	text-align:center;
	margin:0px;
	padding-top:3px;
	color:White;
}
#footer a, #footer a:visited
{
color:White;
}
