html,
body{
  height:100%;
	margin:0;
}

#wrapper{
	margin: 0;
  min-height:100%;
  padding: 0;
}

#header{
  border-bottom: #585858 solid 2px;
  height: 80px;
  margin: 0;
  padding: 0;
}

#content{
	overflow:auto;
	padding: 0 0 32px 0;
  width: 100%;
}

#footer{
	background-color: #25334E;
  color: #fff;
  height: 26px;
  padding: 6px 0 0 0;
  position:relative;
	margin-top:-32px;
	clear:both;
  width: 100%;
}

.credits{
	height: 23px;
  padding: 3px 0.5% 0 0.5%;
  text-align: right;
	width: 99%;
}

* {
  font-family: 'Muli', Helvetica, Verdana, Arial, sans-serif;
  font-size: 10pt;
}

.clear{
	clear: both;
}

h1 {
	border-bottom: #585858 dashed 2px;
	color: #25334E;
  font-size: 250%;
  text-align: center;
  width: 100%;
}

h2 {
	color: #25334E;
  text-align: center;
  width: 100%;
}

h3 {
	border-bottom: #585858 dashed 2px;
  color: #25334E;
  font-size: 150%;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}

a:link,
a:active,
a:visited{
	color: #585858;
  text-decoration: none;
  font-weight: bold;
}

a:hover{
	color: #EB6530;
}

.welkom{
  color: #585858;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 312px;
  margin-left: -160px;
  margin-top: -139px;
}

.registratie{
	text-align: center;
}

.credits a:link,
.credits a:active,
.credits a:visited{
	color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.credits a:hover{
	color: #EB6530;
}

