body {
	background-color: #98989B;
	padding-top: 57px;
	padding-bottom: 57px;
	font-family: 'arial';
	font-size: 12px;
	color: #68676B;
}
.main {
	width: 786px;
}
.header {
	background-image: url('../images/design/header.jpg');
	background-repeat: no-repeat;
	height: 72px;
}
.footer {
	background-image: url('../images/design/footer.jpg');
	background-repeat: no-repeat;
	height: 53px;
}
.main .mid {
	background-image: url('../images/design/mid.gif');
	background-repeat: repeat-y;
	padding: 0 15px 15px 0;
}
.content {
	padding: 45px 0 20px 0;
	width: 100%;
}
.pageContent {
	text-align:left;
	width:625px;
}
.pageContent table {
	font-size: 12px;
	line-height:18px;
}
.pageContent h1 {
	text-transform: uppercase;
	font-family: 'arial';
	font-size: 14px;
	font-weight: bold;
	color: #CE0018;
	margin-top: 0;
	margin-bottom: 3px;
}
.pageContent h2 {
	text-transform: uppercase;
	font-family: 'arial';
	font-size: 12px;
	font-weight: bold;
	color: #CE0018;
	margin-top: 0;
	margin-bottom: 3px;
}
.pageContent p {
	margin-top: 0;
	margin-bottom: 15px;
}
.pageContent .tblNieuws
{
	margin-left:3px;
}
#nav {
	height: 25px;
	background: #7c7c7e;
	
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 16px 6px 16px;
	border-right: 1px solid #fff;
}

#nav li {
	float: left;
	text-align: left;
}

#nav li.children a {
	background: url('../images/design/nav_haschildren.gif') transparent no-repeat 95% 50%;
}

#nav li ul li a {
	height: 12px;
	border: none;
	padding-right: 18px;
	border-top: 1px solid #fff;
	background: none !important;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 150px;
	
}
#nav li ul li {
	float: none;
}
#nav a:hover {
	background: #d2021a;
}
#nav li:hover, #nav li.sfhover {
	background: #d2021a;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background: #d2021a;
}
#nav li ul li a:hover {
	color: #000;
}
#nav li ul ul {
	margin: -25px 0 0 150px;
	border-left: 1px solid #fff;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav ul li ul li.children a {
	background: url('../images/design/subnav_haschildren.gif') transparent no-repeat 95% 50% !important;
}
#nav ul li ul li.children ul li a {
	background: #d2021a !important;
}

.menu {
	width: 140px;
	text-align: left;
}
.menu a {
	display: block;
	text-decoration: none;
}
.menu div, .menu a {
	text-transform: uppercase;
	font-family: 'arial';
	font-size: 12px;
	font-weight: normal;
	color: #68676B;
	margin-bottom: 24px;
	padding-left: 20px;
}
.menu a:hover {
	/*text-decoration: underline;*/
	color: #DC0018;
}
.menu .selected {
	color: #DC0018;
	background-image: url('../images/design/red_line2.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.midText {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 150px;
}
.clearer {
	clear: both;
	font-size: 1px;
}
.menu, .midImg, .midText {
	float: left;
}
.midImg {
	width: 286px;
}
.rightImg {
}
.rightImg img {
	float: right;
	margin-bottom: 10px;
}

#language
{
width:772px;
text-align:right;
}
#language a img
{
border:none;
}
#language a
{
border:none;
opacity:0.5;
filter: alpha(opacity=50);
width:22px;
margin-left:4px;

}
#language a:hover,
#language a.selected
{
opacity:1.0;
filter: alpha(opacity=100);
}
