@charset "UTF-8";
/* GKB KLEUREN UIT HET LOGO */
/* roze #F0037F */
/* geel #FFBF00 */
/* blauw#00A0C6 */

* {
	padding: 0;
	margin: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(img/background.png);
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #ffbf00;
	text-align: center;
}
#placeholder {
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #000000;
	color: #000000;
	text-align: left;
	margin: 0 auto;
}
#header {
	height: 250px;
	width: 1000px;
	border: 0px solid #000000;
	background-image: url(img/header.png);
}
#topmenu {
	height: 25px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #000000;
	color: #000000;
}
#bg {
	background-image: url(img/bg.png);
	width: 100%;
	min-height: 500px;
	position: relative;
}

#search {
	z-index: 100;
	position: absolute;
	top: 24px;
	right: 60px;
	width: 225px;
	height: 20px;
	padding: 2.5px 10px 12.5px 10px;
	background: #000 url(img/search.png) no-repeat left top;
}

#search #submit {
	background-color: #F0037F;
	background-image: url(img/balk/roze1.jpg);
	background-repeat: repeat-x;
	border: none;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	width: 64px;
	text-align: center;
	padding: 2px 0;
	margin: 0;
	height: 25px;
	position: absolute;
	top: 0;
}

#searchresults iframe {
	width: 703px;
}

#menu {
	margin-top: 5px;
	padding-top: 52px;
	padding-left: 6px;
	height: 330px;
	width: 230px;
	border: 0px solid #000000;
	float: left;
	color: #000000;
	background-image: url(img/menuachtergrond.png);
	background-repeat: no-repeat;
}
#container {
	height: auto;
	width: 725px;
	border: 0px solid #000000;
	margin-left: 250px;
	color: #000000;
	padding-right: 25px;
}
#textfield {
	height: auto;
	width: 703px;
	font-family: Verdana, Geneva, sans-serif;
	border: 0px solid #000000;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
#footer {
	height: 250px;
	width: 951px;
	background-image: url(img/footer.png);
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFBF00;
	background-image: url(img/footer.png);
	margin-left: 25px;
	text-align: right;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #00A0C6;
	padding-bottom: 10px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #00A0C6;
	padding-top: 10px;
	padding-bottom: 5px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #00A0C6;
	padding-bottom: 5px;
	padding-top: 5px;
}
hr {
	color: #00A0C6;
	border: 1px solid #00A0C6;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul {
	margin-left: 20px;
	color: #00A0C6;
}
li {
	margin-bottom: 5px;
}
ul li span {
	color:#000;
}
/*leftmenu*/

p a:link {
	color: #F0037F;
	text-decoration: none;
}
p a:visited {
	color: #F0037F;
	text-decoration: none;
}
p a:hover {
	background: #FFBF00;
	color: #000000;
	display: inline-block;
}
/* Root = Vertical, Secondary = Vertical */
ul#navmenu, ul#navmenu li, ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 220px;
	list-style: none;
}
ul#navmenu:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
}
/* Root Menu */
ul#navmenu a {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 6px;
	display: block;
	background-image: url(img/balk/roze1.jpg);
	color: #ffffff;
	font: 15px/25px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a {
	background-image: url(img/balk/geel1.jpg);
	color: #000000;
}
/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a {
	background-image: url(img/balk/roze1.jpg);
	color: #ffffff;
	width: 250px;
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a {
	background-image: url(img/balk/geel1.jpg);
	color: #000000;
}
ul#navmenu ul, ul#navmenu ul ul, ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 220px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul {
	display: none;
}
ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul {
	display: block;
}
/*topmenu*/

#menuboven {
	height: 25px;
}

#menuboven ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 25px;
	background-image: url(img/balk/zwart1.jpg);
	color: #FFFFFF;
	float: left;
	width: 951px;
	font-family: arial, helvetica, sans-serif;
}
#menuboven ul li {
	display: inline;
}
#menuboven ul li a {
	padding: 0.2em 1em;
	background-image: url(img/balk/zwart1.jpg);
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#menuboven ul li a:hover {
	background-image: url(img/balk/roze1.jpg);
	color: #fff;
}
.blauw {
	color: #00A0C6;
}
/*Succes*/

#succes {
	margin-top: 150px;
	text-align: center;
}
/*Knop geldtest*/
#knopgeldtest {
	float: right;
	margin: 15px;
}
#knopgeldtest img {
	background-color: #FFF;
	border: none;
}
#geldtest {
	position: absolute;
	top: 390px;
	width: 200px;
	height: 200px;
	background: url(img/menu/Info_geldtest.png) no-repeat left top;
}

/*Foto contact*/
#fotocontact {
	float: right;
}
img {
	border: 3px solid #000;
}
.datum {
	font-size: 10px;
}
.uitlijnen_links {
	float: left;
	margin-right: 10px;
}
.uitlijnen_rechts {
	float: right;
	margin-left: 10px;
}
#rooster {
	width: 250px;
	float: right;
	border: 3px solid #F0037F;
	background-color: #FFBF00;
	padding-bottom: 10px;
	margin-left: 10px;
}
#rooster h1 {
	color: #FFF;
	text-align: center;
	background-color: #F0037F;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#rooster h2 {
	color: #FFF;
	font-size: 14px;
	background-color: #F0037F;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F0037F;
	margin-top: 10px;
}
.rooster_bold {
	color: #F0037F;
	font-weight: bolder;
}
#rooster p {
	padding-left: 5px;
	color: #F0037F;
	text-align: center;
}
#rooster ul {
	padding-left: 30px;
}
#rooster li {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#rooster hr {
	color: #F0037F;
	margin-right: 5px;
	margin-left: 5px;
}
.roze {
	color: #F0037F;
}
.blauw {
	color: #00A0C6;
	padding-bottom: 5px;
}
input {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.prijsvraagimg {
	float: right;
	border: none;
}

.prijsvraag {
	color: #F0037F;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.bannerprijsvraag {
	border: none;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

small {
	font-size: 10px;
}

