/*
 *  AUTOR: Lennart van de Kamp
 *  DATE: 19-02-05 (last change: 06-03-05)
 *  (c) Deepvision
 */ 


/*
 *  MARKUP
 */ 
strong {
	font-weight: normal;
	border-bottom: 1px dotted #6b6b6b;
}

img {
	border: 0;
	display: block;
}

span, div, td, p, h3, h4 {
	font-family: tahoma, 'trebuchet ms', verdana ;
	font-size: 1em;
	color: #6b6b6b;
}

h3 {
	font-weight: bold;
	margin: 30px 0 0 0;
}

h4 {
	font-weight: bold;
	margin: 0;
}

body {
	margin: 20px 0 0 0;
	font-size: 70%;
	text-align: center;
	background: #f0eeec url(../images/bg.gif) 0% 100% repeat-x;
}

.clear {
	clear: both;
}

p {
	clear: left;
	margin: 0 0 15px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pdf {
	float: right;
	margin: 0 0 0 0;
	background: url(../images/pdf.gif) 0% 50% no-repeat;
	display: block;
	padding: 0 0 0 25px;
}

/*
 *  LAYOUT 
 */ 
#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 700px;
	height: 96px;
	background: url(../images/header.jpg);
}

#error {
	float: left;
	width: 640px;
	height: 30px;
	margin: 10px 0 -15px 0;
	padding: 12px 30px 18px 30px;
	background: url(../images/error_bg.gif) no-repeat;
	line-height: 17px;
}

#error img {
	border: 0;
	float: left;
	margin-right: 10px;
	display: block;
}

#footer {
	width: 700px;
	float: left;
	margin-top: 20px;
	padding: 5px 0 20px 0;
	background: url(../images/footer.gif) top center no-repeat;
}

#footer a {
	color: #5E5C5A;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

#teaser, #teaser .alt, #teaser_wat, #teaser_wie, #teaser_ref, #teaser_contact {
	width: 395px;
	height: 213px;
	margin-top: 10px;
}

#teaser_wat {
	background: url(../images/teasers/wat.jpg) no-repeat;
}

#teaser_wie {
	background: url(../images/teasers/wie.jpg) no-repeat;
}

#teaser_ref {
	background: url(../images/teasers/ref.jpg) no-repeat;
}

#teaser_contact {
	background: url(../images/teasers/contact.jpg) no-repeat;
}


	
/*
 *  CONTENT
 */ 

#large {
	width: 395px;
	margin-top: 15px;
}

#small {
	width: 295px;
	margin-top: 15px;
}

#small .top {
	clear: both;
	height: 10px;
	margin-top: 10px;
	background: url(../images/small_top.gif);
}

#small .bottom {
	clear: both;
	height: 10px;
	background: url(../images/small_bottom.gif);
}

#small .content, #large .content {
	padding: 10px 30px 5px 30px;
	line-height: 17px;
	width: 234px;
	border-right: 1px solid #D0D0D0;
	background: #ffffff url(../images/lijn_small.gif) 25px 55px no-repeat;
}

html>body #small .content, #large .content {
	padding: 10px 30px 20px 30px;
}


#large .content {
	width: 334px;
	background: #ffffff url(../images/lijn_big.gif) 25px 55px no-repeat;
}

#large .top {
	clear: both;
	height: 10px;
	margin-top: 10px;
	background: url(../images/big_top.gif);
}

#large .bottom {
	clear: both;
	height: 10px;
	background: url(../images/big_bottom.gif);
}


/*
 * MENU
 */


#menu {
	float: left;
	width: 700px;
	height: 44px;
	background: url(../images/menu_bg.gif) 0px 8px repeat-x;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
}

#menu a {
	float: left;
	display: block;
	height: 36px;
	margin-top: 8px;
}

#menu .right {
	float: right;
}


#menu a.wat {
	width: 107px;
	background: url(../images/wat.gif) 0% 100% no-repeat;
}

#menu a.wat:hover {
	margin-top: 0px;
	border-top: 8px solid #ff2488;
}

#menu a.wie {
	width: 108px;
	background: url(../images/wie.gif) no-repeat;
}

#menu a.wie:hover {
	margin-top: 0px;
	border-top: 8px solid #009df4;
}

#menu a.ref {
	width: 109px;
	background: url(../images/ref.gif) no-repeat;
}

#menu a.ref:hover {
	margin-top: 0px;
	border-top: 8px solid #ff0000;
}

#menu a.contact {
	width: 80px;
	background: url(../images/contact.gif) no-repeat;
}

#menu a.contact:hover {
	margin-top: 0px;
	border-top: 8px solid #b600ff;
}

#menu strong {
	display: none;
}


/*
 * KOPJES
 */
#title_wijzijn, #title_wijmaken, #title_klant, #title_form, #title_ref {
	width: 320px;
	height: 40px;
	display: block;
	margin-bottom: 20px;
}

#title_vieren, #title_werkwijze, #title_gegevens, #title_klanten, #title_headlines {
	width: 220px;
	height: 40px;
	display: block;
	margin-bottom: 20px;
}

h1, h2 {
	display: none;
}

.button {
	float: right;
	clear: both;
	padding-top: 5px;
}
