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


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	
	font: 80%/1.75 "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

q {font-weight:bold; font-size:18px; color:#004b5d;}

a:link, a:visited, a:active { color:#004b5d;}

a:hover { color:#007987;}

#main a:hover { font-weight: bold;}
#main a:visited {color:#004b5d; font-weight:bold;}

.arrows { font-weight: bold; color: #dce85c;}

ul {padding:0px 0px 0px 10px; margin:0;}

h1 { font-size:30px; margin: 5px 0px 5px 0px; padding:0;}

h3 {
	margin: 0;
	padding: 0;
	
	color: #a3cfd4;
	line-height: 40px;
	
	font-size: 24px;
	font-weight: lighter;
}

h4 { margin:0; padding:0; font-size:18px; font-weight: bold;}
h5 { margin:0; padding:0; font-size: 20px; font-weight: bold; }
h6 { margin:0; padding:0; font-size: 23px; color: #abcf46; }

img {
	border: none;
}

.vetgedrukt {
	
	font-size: 16px;
	color: #777;

}

#header {
	margin: 0 auto;

	width: 980px;
	
	float: none;
	
	position: relative;
}




/**
 * Company name
 */
#company-name {
	position: absolute;
	
	float: right;

	margin: 0;
	padding: 0;
	
	top: 45px; left: 635px;
}

#company-name a {
	background: url(images/dynamic_therapie_logo.png) no-repeat;

	display: block;

	width: 268px;
	height: 163px;
	
}

#company-name a span {
	display: none;
}





#slogan {
	background: #007a88;
	
	height: 100px;
	width: 100%;
	
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#slogan-inside {
	margin: 0 auto;

	width: 980px;
}


/**
 * Main menu
 */
#main-menu-wrap {

}

#main-menu {
	margin: 0 auto;

	width: 980px;
	font-size: 17px;
}

#main-menu ul {
	font-weight: lighter;

	list-style: none;

	margin: 0;
	padding: 0;
}

#main-menu li {
	color: #FFF;

	float: left;

	margin-right: 8px;
}

#main-menu a {
	color: #007a88;

	display: block;

	text-decoration: none;
}

#main-menu a span {

	display: block;

	padding: 8px 15px;
}

#main-menu a:hover,
#main-menu a.active,
#main-menu .child-active a {
	color: #FFF;
	background: #007a88 url(images/left.png) no-repeat top left;
}

#main-menu a:hover span,
#main-menu a.active span,
#main-menu .child-active a span {
	color: #FFF;
	background: url(images/right.png) no-repeat top right;
}

/* Sub level */
#main-menu ul ul {
	display: none;
}


#main {
	background:url(images/hand_dynamic.png) no-repeat center;
	margin: 0 auto;

	width: 980px;
	min-height: 520px;
	
	overflow: hidden;
	
}


#content {
	width: 630px;
	
	float: left;
	
	margin: 5px;
}

#blocks {
	float: left;
	
}

#block_one {
	float: left;
	margin-right: 15px;
}

#sidebar {
	width: 250px;
	
	float: left;
	
	margin: 5px;
}

#contact {
	background: #abcf46;
	
	width: 230px;
	
	padding: 0px 10px 0px 10px;
	
	float: left;
	
}

#contact_top { 
	background: url(images/contact_top.png) no-repeat;
	
	width: 250px;
	height: 10px;
	
	float: left;
	
	margin-top: 30px;
}

#contact_bottom { 
	background: url(images/contact_bottom.png) no-repeat;
	
	width: 250px;
	height: 35px;
	
	float: left;
}




#waarom {
	background: #007987;
	
	width: 220px;
	height: 145px;
	
	padding: 0px 15px 10px 15px;
	
	float: left;
	
	color: #FFF;
	
}

#waarom_top { 
	background: url(images/waarom_top.png) no-repeat;
	
	width: 250px;
	height: 13px;
	
	float: left;
	
	margin-top: 0px;
}

#waarom_bottom { 
	background: url(images/waarom_bottom.png) no-repeat;
	
	width: 250px;
	height: 35px;
	
	float: left;
}

#waarom a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	
}

#waarom li {padding-bottom: 4px;}






#footer {
	background: #ececec;
	
	min-height: 250px;
	width: 100%;
	
	border-top: 2px solid #007987;
	
	margin-top: 3px;
	
	color: #6f6f6f;

}

#footer_bottom {
	margin: 0 auto;

	width: 980px;
	padding-top: 10px;
	
}

#footer_bottom img {
	padding: 10px;
}

#copyright { float: left; margin-top: 50px; }


