/*
 * BODY
 */
body {
	margin: 0;
	font-family:  Verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	background: url(images/bg.gif) repeat-x;
}

td, div, p, input  {
	font-family:  Verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
	line-height: 15px;
}

a {
	color: #6a5952;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #477998;
}

.fotoborder {
	width: 200px;
	height: 200px;
	float: left;
	margin: 0px 5px 0 0;
	padding: 12px 0 0 12px;
	background: url(images/foto.gif) no-repeat;
}


#wrapper {
	background: #fff;
	padding: 0 5px 5px 5px;
	margin: 0 auto;
	width: 750px;
}

.right {
	float: right;
}

/*
 * HEADER
 */

#ruler1 {
	background: #9ec4dc;
	height: 10px;
	margin-bottom: 7px;
}

#header {
	padding: 33px 20px 0 0;
	margin: 0;
	height: 31px;
	background: url(images/logo.gif) 0% 100% no-repeat;
	border-bottom: 1px solid #dbc5c3;
}

#menu {
	padding: 0;
	margin: 0;
	float: right;
	list-style: none;
}

#menu li {
	float: left;
}


#menu a {
	display: block;
	height: 31px;
	margin-left: 4px;
}

#menu a.home {
	width: 66px;
	background: url(images/buttons/home.gif);
}

#menu a.home:hover, #menu a.home_a {
	width: 66px;
	background: url(images/buttons/home_over.gif);
}

#menu a.logopedie {
	width: 88px;
	background: url(images/buttons/logopedie.gif);
}

#menu a.logopedie:hover, #menu a.logopedie_a {
	width: 88px;
	background: url(images/buttons/logopedie_over.gif);
}

#menu a.medewerkers {
	width: 104px;
	background: url(images/buttons/medewerkers.gif);
}

#menu a.medewerkers:hover, #menu a.medewerkers_a {
	width: 104px;
	background: url(images/buttons/medewerkers_over.gif);
}

#menu a.contact {
	width: 74px;
	background: url(images/buttons/contact.gif);
}

#menu a.contact:hover, #menu a.contact_a {
	width: 74px;
	background: url(images/buttons/contact_over.gif);
}

#menu a.links {
	width: 62px;
	background: url(images/buttons/links.gif);
}

#menu a.links:hover, #menu a.links_a {
	width: 62px;
	background: url(images/buttons/links_over.gif);
}

/*
 * SUBMENU
 */

#submenu {
	float: left;
	padding: 10px 0 15px 0;
	margin: 0;
	list-style: none;
	width: 197px;
}

#submenu .logopedie, #submenu .medewerkers, #submenu .contact, #submenu .links, #submenu .home  {
	display: block;
	width: 197px;
	height: 31px;
}

#submenu .home {
	background: url(images/submenu/home.gif) no-repeat;
}
	
#submenu .logopedie {
	background: url(images/submenu/logopedie.gif) no-repeat;
}

#submenu .medewerkers {
	background: url(images/submenu/medewerkers.gif) no-repeat;
}

#submenu .contact {
	background: url(images/submenu/contact.gif) no-repeat;
}

#submenu .links {
	background: url(images/submenu/links.gif) no-repeat;
}

#submenu .nickfix {
	height: 180px;
}
	

#submenu a {
	display: block;
	padding: 0;
	margin: 0;
	width: 152px;
	height: 21px;
	padding: 8px 10px 0 35px;
	font-weight: normal;
	background: url(images/submenu_01.gif);
}


#submenu a:hover, #submenu .active {
	background: url(images/submenu_02.gif);
}

#submenu .active {
	font-weight: bold;
}

#submenu .last {
	background: url(images/submenu_04.gif);
}

#submenu .last:hover, #submenu .last_a, #submenu .last_a:hover {
	background: url(images/submenu_03.gif);
}

#submenu .last_a {
	font-weight: bold;
}

	

/*
 * CONTENT
 */

#foto {
	width: 730px;
	height: 180px;
	padding: 10px;
	background: #f5f4f1;
	margin: 7px 0;
}

#contentwrap {
	float: left;
	width: 710px;
	background: #F8F8F6 url(images/watermerk.gif) 20px 100% no-repeat;
	padding: 0 20px 20px 20px; 
}

#content {
	width: 490px;
	min-height: 300px;
	float: left;
	margin-left: 20px;
	padding: 10px 0 15px 0;
}

html>body #content {
	padding: 0 0 15px 0;
}

#tekst, #tekst p {
	padding: 0 0 0 40px;
	margin: 0;
	line-height: 15px;
	color: #5C584F;
}

#tekst p {
	padding: 0;
}

#content h1, #content h2 {
	padding: 3px 0 0 40px;
	margin: 0;
	font-size: 19px;
	width: 455px;
	height: 40px;
	background: url(images/h1.gif) 0% 100% no-repeat;
	color: #6A5952;
	font-family: "Trebuchet ms";
}

#content h2 {
	margin-top: 30px;
}



/*
 * ZOEKEN
 */

form {
	padding: 0;
	margin: 0;
}

#zoeken {
	height: 70px;
	padding-left: 20px;
	background: #f8f8f6 url(images/search.gif) no-repeat;
}

#zoeken input, #contact input, #contact textarea {
	border-top: 1px solid #b3b1b1;
	border-left: 1px solid #b3b1b1;
	border-bottom: 1px solid #f2f1f1;
	border-right: 1px solid #f2f1f1;
	background: #fff;
	padding: 3px;
	margin: 12px 15px 0 0;
}

#zoeken .zoek {
	margin: 0;
	border: none;
	background: url(images/zoeken.gif) no-repeat;
	width: 58px;
	height: 24px;
	cursor: pointer;
}


/*
 * FOOTER
 */

#footer {
	clear: both;
	padding: 8px 8px 0 0;
	height: 23px;
	background: url(images/footer.gif) 100% 100% no-repeat;
	text-align: right;
}

#footer a, #footer a:hover {
	color: #5F5F5F;
	font-weight: normal;
}


/*
 * NIEUWS
 */
#nieuws {
	padding: 0;
	margin: 0 0 0 40px;
	list-style-type: none;
}

#nieuws li {
	margin-bottom: 2px;
	display: block;
	width: 400px;
	height: 15px;
	padding: 3px 0 0 20px;
	background: url(images/autor.gif) 2px 50% no-repeat;
	text-align: right;
}

#nieuws li a {
	float: left;
	color: #3b3634;
}

#nieuws li a:hover {
	color: #477998;
}


/* 
 * MEDEWERKERS
 */
#medewerkers {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#medewerkers li {
	float: left;
	display: block;
	width: 120px;
	background: #fff;
	margin: 0 10px 10px 0;
	border-right: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
}

#medewerkers a {
	display: block;
	width: 120px;
	height: 10px;
	padding: 115px 0 10px; 0;
	text-align: center;
	font-weight: normal;
}
