/* ALGEMEEN */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, div, span, img, form, input, select,td {
	margin : 0;
	padding : 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
}

body{
	background-image: url(/Images/bg.jpg);
	background-repeat: repeat-x;
	display: block;
}

#inhoud{
	background-color: #FFF;
	margin: 5px;
	max-width: 800px;
	padding: 0px;
	position: relative;
	vertical-align: middle;
}
td #topmidden{
	margin: 5px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #1545ab;
	letter-spacing: 3px;
	word-spacing: 15px;
}

#top{
	margin: 5px;
	padding:5px;
	}
	
#content{
		margin: 5px;
	text-align: left;
	}

.stap{
	margin: 5px;
	text-align: left;
	font-size: 12px;
	color : #000066;
	font-weight: bolder;
	}

.pageContent{
	margin: 20px;	
	}

html, body, form#aspnetForm {
	height:120%;
}

.taalactief, .taalnietactief{
	font-size: 14px;
	font-weight: 100;
	}
.taalactief{
	text-decoration: none;
	color: #ccc;
	}

.taalnietactief{
	color: #F00;
	text-decoration: underline;
		}

.rood{
	color: #F00;	
	}

.fout{
	color: #F00;	
	}
	
.nieuw{
	text-decoration: none;
	color: #090;
	}
.bedrijf{
	font-size: 18px;
	font-weight: 100;
	color: #1545ab;
	margin-bottom: 10px;
}
td.bedrijf{
	text-align:center;
}

.imgstap{
	padding:0;
}

th {
	font-size: 14px;
	font-weight: 200;
}
.midden {
	text-align: center;
}
.button {
  background-color: #5085bb; /* blue */
  border: none;
  color: white;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}