@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#666666;
	background-image: url(../layout/bg.jpg);
	background-repeat: repeat-x;
}
.headerBG {
	background-color:#333333;
	background-attachment: fixed;
	background-image: url(../layout/bgHeader.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.footerBG {
	background-image: url(../layout/bgfooter.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.hoofdknopActief {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	background-image: url(../layout/hoofdknoppen/roze/midden.png);
	background-repeat: repeat-x;
	padding-bottom:4px;
}
.hoofdknopActief a {
	color:#FFFFFF;
	text-decoration:none;
}
.hoofdknopActief a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.hoofdknopInActief {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	background-image: url(../layout/hoofdknoppen/grijs/midden.png);
	background-repeat: repeat-x;
	padding-bottom:4px;
}
.hoofdknopInActief a {
	color:#FFFFFF;
	text-decoration:none;
}
.hoofdknopInActief a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.headerKnop {
	font-family:Verdana, Geneva, sans-serif;
	color:#cccccc;
	font-size:11px;
	font-weight:bold;
	padding-bottom:3px;
}
.headerKnop a {
	color:#cccccc;
	text-decoration:none;
}
.headerKnop a:hover {
	color:#FFFFFF;
	text-decoration:none;
}


.knopActief {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.knopActief a {
	color:#FFFFFF;
	text-decoration:none;
}
.knopActief a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.knop {
	font-family:Verdana, Geneva, sans-serif;
	color:#dc892b;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.knop a {
	color:#dc892b;
	text-decoration:none;
}
.knop a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.contentBG {
	background-color:#CCCCCC;
}
.tekstBlok {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	background-image: url(../layout/images/tekstBg.jpg);
	text-align:left;
	vertical-align:top;
	padding-left:19px;
	padding-right:19px;
	padding-top:5px;
	height:350px;
	line-height: 17px;
	background-repeat: no-repeat;
}
.tekstBlok a {
	color:#333;
	text-decoration:underline;
}
.tekstBlok a:hover {
	color:#e9098d;
	text-decoration:underline;
}
.pad5 {
	padding:5px;
}
.tekst {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height: 17px;
	text-align:left;
	vertical-align:top;
}
.tekst a {
	color:#333;
	text-decoration:underline;
}
.tekst a:hover {
	color:#e9098d;
	text-decoration:underline;
}

.tekstBlokGroot {
	background-color: #FFF;
	background-image: url(../layout/bgGroot/boven.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.inputVeld {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}
.knopMaakMozaiek {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	padding-bottom:1px;
	background-image: url(../layout/images/knopMaakMozaiek/midden.jpg);
	background-repeat: repeat-x;
	padding-left:10px;
	padding-right:10px;
}
.knopMaakMozaiek a{
	text-decoration:none;
	color: #FFFFFF;
}
.knopMaakMozaiek a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
.knopInformatie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	padding-bottom:4px;
	background-image: url(../layout/images/knopInformatie/midden.jpg);
	background-repeat: repeat-x;
}
.knopInformatie a{
	text-decoration:none;
	color: #FFFFFF;
}
.knopInformatie a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

.submitKnopRoze {
	background-color:#ee8108;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	background-image: url(../layout/images/knopMaakMozaiek/midden.jpg);
	background-repeat: repeat-x;
}
.submitKnopGeel {
	background-color:#999;
	color:#FFFFFF;
	cursor:pointer;
	background-image: url(../layout/images/bgGaterug.jpg);
	background-repeat: repeat-x;
}

.stapActief {
	color:#e9098d;
}
.stapNogTeDoen {
	color:#333;	
}
.stapAlGedaan {
	color:#CCC;
}
.footerTekst {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666666;
}
.footerTekst a{
	color:#666666;
	text-decoration:none;
}
.footerTekst a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
