@charset "utf-8";
/* CSS Document voor de hoofdpagina*/

#blok1_header {
	background-image: url(../gfx/header_blok1.png);
	background-color: #f9f9f9;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 26px;
	color: #656565;
	padding-left: 30px;
}
#blok2_header {
	background-image: url(../gfx/header_blok2.png);
	background-color: #f9f9f9;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 26px;
	color: #FF0302;
}
#blok3_header {
	background-image: url(../gfx/header_blok3.png);
	background-color: #f9f9f9;
	background-position: right;
	background-repeat: no-repeat;
	font-size: 26px;
	color: #656565;
}
.blok_middle1 {
	background-image: url(../gfx/middle_blok_bck.png);
	background-color: #f9f9f9;
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 10px;
	font-size: 12px;
	line-height:20px;
}
.blok_middle2 {
	background-image: url(../gfx/middle_blok_bck.png);
	background-color: #f9f9f9;
	background-position: center;
	background-repeat: repeat-y;
}
.blok_middle3 {
	background-image: url(../gfx/middle_blok_bck.png);
	background-color: #f9f9f9;
	background-position: right;
	background-repeat: repeat-y;
	padding-left: 10px;
}
.blok_bottom1 {
	background-image: url(../gfx/bottom_blok_bck.png);
	background-color: #f9f9f9;
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 10px;
}
.blok_bottom2 {
	background-image: url(../gfx/bottom_blok_bck.png);
	background-color: #f9f9f9;
	background-position: center;
	background-repeat:no-repeat;
	padding-left: 10px;
}
.blok_bottom3 {
	background-image: url(../gfx/bottom_blok_bck.png);
	background-color: #f9f9f9;
	background-position: right;
	background-repeat:no-repeat;
	padding-left: 10px;
}
.geslaagd_home {
	background-image: url(../gfx/geslaagd_bck.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 300px;
	height: 122px;
	margin-left: 0px;
	margin-top: 10px;
	position: relative;
	font-size: 12px;
}
.instructeur_home {
	background-image: url(../gfx/instructeur_bck.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 300px;
	height: 122px;
	margin-left: 0px;
	margin-top: 10px;
	position: relative;
	font-size: 12px;
}
.hr {
	width: 280px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
#content {
	padding-left: 10px;
}
a {
	color: red;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}

#uwmening {
	float: left;
	padding-left: 35px;
	padding-top: 12px;
}
