﻿@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #DDDDDD;
	background-color: #0000ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mcc #container {
	width: 800px;
	margin: auto;
	border: 0px solid #DDDDDD;
	text-align: left;
	background-color: #0000ff;
	padding: 0 0 0 0;
}
.mcc #header {
	padding: 0 0 0 0;
	background-color: #0000ff;
	background-image: url(../_images/stan5.png);
	height: 200px;
	width: 800px;
	color: #DDDDDD;
	
} 
.mcc #navmain {
	
	border: 2px solid #DDDDDD;
	
	
}


.mcc #navigatie {
	margin: 0;
	margin-top: 0px;
	padding: 0 0 0 0;
	width: 796px;
	background-color: #0000ff;
	height: 36px;
	border-left: 0px solid #DDDDDD;
	border-right: 0px solid #DDDDDD;
	border-top: 0px solid #DDDDDD;
}
.mcc #navigatiecenter {
	width: 600px;
	margin-left: 100px;
	margin-right: 100px;
	background-color: #0000ff;
	color: #DDDDDD;

}

.mcc #mainContent {
	padding: 0px 30px 0px 30px;
	min-height: 600px;
	text-align: left;
	font-size: 14px;
	border-left: 0px solid #DDDDDD;
	border-right: 0px solid #DDDDDD;
	
}

.mcc #subfooter {
	background:#0000ff;
	color: #DDDDDD;
	text-align: right;
	height: 24px;
	font-size: 12px;
}

.mcc #footer {
	background:#DDDDDD;
	color: #0000ff;
	text-align: center;
	border: 2px solid #DDDDDD;
	font-size: 12px;
}


#foto {
	text-align: center;
	height: 300px;
	padding-top: 100px;
}

a:link, a:visited{
	background-color: #0000ff;
	text-decoration: none;
	color: #DDDDDD;
}
a:hover, a:active{
	background-color: #0000ff;
	text-decoration: underline;
	color: #DDDDDD;
	text-align: center;
}
.centered {
	text-align: center;
}
.centerbold {
	font-weight: bold;
	text-align: center;
}

.bold {
	font-weight: bold;
}
