/* vaste elementen ------------------- */
body {
	margin: 0 auto;
	background-color: #111683;
}

body, td, input, textarea, div, p, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
	color: #111683;
}

input, select, textarea	{
	background-color:#ffffff;
	border: 1px solid #000000;
}

textarea {
	overflow: auto;
}

img {
	border: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #ff7800;
}

/* opbouw/uiterlijk website ------------------- */
#wrapper {
	margin: 0px auto;
	width: 960px;
}

#site {
	background-color: #ffffff;
	border: 0px;
	margin: 0;
	width: 960px;
	height: 600px;
}

.kopleeg {
	width: 300px;
	height: 76px;
}

.koptitel {
	width: 360px;
	height: 76px;
}

.lijn {
	width: 960px;
	height: 4px;
}

ul#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
}

ul#menu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0; 
}

ul#menu li a {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	height: 74px;
	text-indent: -2000px;
	text-decoration: none;
	color: #111683;
}

ul#menu li a.home {
	width: 110px;
	background-image: url(../images/bhome.gif);
}

ul#menu li a.organisatie {
	width: 150px;
	background-image: url(../images/borganisatie.gif);
}

ul#menu li a.ouders {
	width: 110px;
	background-image: url(../images/bouders.gif);
}

ul#menu li a.gastouders {
	width: 140px;
	background-image: url(../images/bgastouders.gif);
}

ul#menu li a.nieuws {
	width: 110px;
	background-image: url(../images/bnieuws.gif);
}

ul#menu li a.tarieven {
	width: 115px;
	background-image: url(../images/btarieven.gif);
}

ul#menu li a.contact {
	width: 115px;
	background-image: url(../images/bcontact.gif);
}

ul#menu li a.links {
	width: 110px;
	background-image: url(../images/blinks.gif);
}

#home {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 446px;
	border: none;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/achterhome.gif);
	clear: left;
}

#links {
	margin: 0px;
	padding: 0px;
	width: 342px;
	height: 446px;
	border: none;
	clear: left;
	float: left;
}

.linksknop1 {
	width: 342px;
	height: 45px;
}

.linksknop2 {
	width: 342px;
	height: 40px;
}

.linksknop3 {
	width: 342px;
	height: 33px;
}

.linksafbeelding {
	width: 342px;
	height: 328px;
}

.linksleeg {
	width: 342px;
	height: 118px;
}

.linksgrijs {
	width: 342px;
	height: 328px;
}

#tekstachter {
	width: 618px;
	height: 446px;
	background-image: url(../images/tekstachter.gif);
	float: left;
}

#content {
	padding: 0px;
	border: 0px;
	width: 608px;
	height: 436px;
	border: none;
	overflow: auto;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#fe {
	margin: 0px;
	padding: 0px;
	width: 576px;
	border: none;
	text-align: right;
}

.ster {
	font-size: 0.9em;
	color: #ff7800;
	vertical-align: top;
}

.button {
	background-color:#ff7800;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color:#000000;
	border: 1px solid #000000;
}

.radio {
	border: none;
	background: none
}

/* tekst stijlen ------------------- */

.kop {
  	color: #111683;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.oranje {
	color: #ff7800;
}

.blauw {
	color: #111683;
}

.zwart {
	color: #000000;
}

.kleiner {
	font-size: smaller;
}
