/*  
 * Website Baker template: kempe-timmermans
 * 
 * Original design: kempe-timmermans by M. Geene.
 * Ported to Website Baker by M. Geene.
 * 
 * LICENSE: Open Source
 * 
 * @author     M. Geene
 * @copyright  Open Source
 * @license    http://www.nieuwevorm.nl
 * @version    1.00
 * @platform   Website Baker 2.7
*/

body, html {
	font-family: trebuchet, arial, geneva;
	font-size: 14px;
	line-height:24px;
	color: #00377a;
	margin:0 auto;
	background-color: #ededed;
	/*background-image: url(images/zijkant.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
}

*{ margin: 0; padding: 0; }


/***********************************
TEXT 
************************************/

a:link, a:visited, a:active {
	color: #cc2606;
	text-decoration: none;
	font-weight:bold;
}

.section_anchor {
	color: #cc2606;
	text-decoration: none;
	font-weight:bold;
}

a:active {
	color: #cc2606;
	text-decoration: none;
}

a:hover {
	color: #cc2606;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	color: #403940;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	color: #403940;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #d95101;
	border: 0;
	border-top: 1px solid #d95101;
	height: 1px;
	width: auto;
}

h1 {
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	color: #d95101;
	line-height:32px;
	text-align: left;
	padding-bottom:10px;
	padding-top:10px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #f08a00;
	line-height:32px;
	text-align: left;
	padding-bottom:10px;
	padding-top:10px;
}

form {
	margin: 0;
}

img {
/*padding:15px;*/
/*border:#FFFFFF solid 15px;*/
border:none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	color: #403940;
}

section_anchor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	color: #403940;
	font-weight:bold;
}

/***********************************
LIJST
************************************/

#text ul
{ 	
  	padding-left: 15px;
}

#text ul li
{ 	list-style-type: disc;
  	padding-left: 20px;
}
ol {
margin-left:25px;
}

/***********************************
LAGEN
************************************/

.main {
	width: 940px;
	margin: 0 auto;
	background-color: #FFFFFF;
	z-index:1;
}

#werkveld {
	width: 940px;
	min-height:680px;
	padding-top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/werkveld.jpg);
	background-repeat: no-repeat;
	z-index:20;
}


/***********************************
MENU
************************************/

#menuonderkant {
	width:234px;
	height: 55px;
	margin: 0 0 0 63px;
	padding:0;
	background-image: url(images/navigatie-onder.jpg);
	background-repeat: no-repeat;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: auto;
	display:block;
	clear:both;
	margin:0;
    z-index:100;
}

* html #navContainer {
	width: auto;
	display:block;
	clear:both;
	margin:0;
    z-index:100;
}




/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color:#000000;
}

/* Header menu */	 
#header_menu {
	margin:0;
	padding:0;
}


#nav {
	height: 20px;
	padding:0;
	margin:0 0 0 20px;
	/*z-index:10;*/
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left; 
	color: #000000; 
	background-color:#ffffff;
	text-align: center; 
	/*font-weight: bold;*/
	border-right:#CCCCCC 1px dotted;
}

#nav ul li a {
	display: block; 
	padding: 3px 10px; 
	padding-bottom: 4px; 
	color: #000000;
	font-size:12px;
	font-weight:100;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	color: #000000;
}

#nav li a:active, #nav ul li a.active {
	color: #000000;
}

/* Current page Customisations*/
#nav li.menu-current a		{
	color: #d95101; 
}

#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {
	position: absolute; 
	width: 12em; 
	margin: 0; 
	display: none; 
	text-transform: none; 
	border-top: 0; 
	font-size: 100%;
}

#nav .menu li ul li {
	width: 12em; 
	text-align: left; 
	font-weight: bold; 
	margin: 0; 
	padding: 0; 
	line-height: 1.2em;
	color:#000000;
}

#nav .menu li ul a {
	width: auto;
	padding: .6em .1em .6em .4em; 
	background-color:#d95101;
	color:#ffffff;
	margin:0;
	border-bottom:#CCCCCC 1px dotted;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	color:#000000;
}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/***********************************
LOGIN
************************************/

#login {
	/*width: 200px;*/
	height:50px;
	/*background-image:url(images/login-icon.jpg);
	background-repeat:no-repeat;
	background-position:left top;*/
	float:right;
	margin-right:50px;
}

#login a:link {
	margin:0;
	padding:0;
}


/***********************************
SEARCH
************************************/

#zoeken {
	width: 270px;
	height:110px;
	/*background-image: url(images/zoek.jpg);
	background-repeat: no-repeat;*/
	margin:0;
	padding:0;
	float:right;
}

FORM#form_zoeken INPUT.field{	
background: url('http://www.dryneedling.nl/templates/dryneedling/images/backdrop_input.jpg') no-repeat;	
border: solid 1px #D3D3D3;	
float: left;	
height: 19px;	
width: 137px;
}

FORM#form_zoeken INPUT.submit{	
	width: 130px;
    height:40px;
    background-image:url(http://www.dryneedling.nl/templates/dryneedling/images/zoek.jpg);
	background-position: left top;
	background-repeat:no-repeat;
    border: 1px solid #FFFFFF;
    outline: none;
    cursor:pointer;
}

/***********************************
NIEUWS
************************************/

#nieuws {
	width: 234px;
	height: auto;
	margin: 0 0 0 63px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	padding: 50px 0 0 15px;
	background-image: url(images/nieuws.jpg);
	background-repeat: no-repeat;
}

#nieuws ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	list-style:none;
	width: 200px;
}

#nieuws li {
	list-style:none;
	background-image: url(images/nieuws-item.jpg);
	background-repeat: no-repeat;
	border-bottom:#cdcdcd 1px solid;
	background-position:right
}


#nieuws a:link {
color: #666666; 
text-decoration:none;
}

#nieuws a:hover {
color:#cc2606; 
text-decoration: none;
}

#nieuws span {
font-size:1.2em;
}


/***********************************
CONTENT
************************************/


#content {
	width: auto;
	height: auto;
	text-align: left;
	/*float:right;*/
	margin:0 0 0 50px;
}

* html #content {
	width: auto;
	height: auto;
	text-align: left;
	margin:0 0 0 50px;
}

#text {
	width: auto;
	padding:20px 20px 20px 20px;
}

* html #text {
	width: auto;
}

#text a:link, a:visited, a:active {
	color: #cc2606;
	text-decoration: none;
}

#text a:active {
	color: #cc2606;
	text-decoration: none;
}

#text a:hover {
	color: #cc2606;
	text-decoration: none;
}


/***********************************
FOOTER
************************************/

#footer {
	width: 940px;
	clear: both;
	height: 105px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 18px;
	margin-bottom:50px;
}

#footerlinks {
	margin:0;
	width:400px;
	padding-left:65px;
	float:left;
	padding-top:78px;
	font-size: 12px;
}

#footerrechts {
	margin:0;
	width:400px;
	float:right;
	text-align:right;
	padding-right:75px;
	padding-top:78px;
	font-size: 12px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding-right:10px;
	border:none;
	font-size: 12px;
}

#footer a:hover { 
	color: #666666;
	border:none;
	}

/***********************************
GOTOP START 
************************************/

a#gotop {
	background:url(images/icons.gif) 0 -302px no-repeat;
	height:20px;
	font-family: trebuchet, arial, geneva;
	font-size: 14px;
	color:#cc2606;
	width:35px;
	text-align:right;
	display:block;
	text-decoration:none;
	float:right;
	margin-right:100px;
}

* html a#gotop {
	background:url(images/icons.gif) 0 -302px no-repeat;
	height:16px;
	font-family: trebuchet, arial, geneva;
	font-size: 14px;
	color:#cc2606;
	width:35px;
	text-align:right;
	display:block;
	text-decoration:none;
	float:right;
	margin-right:48px;
}

/***********************************
ROTATOR
************************************/

#rotator
{
	border: 0;
	cursor: default;
	overflow: hidden;
	margin:0;
	top:0px;
	position: relative;
	width: 940px;
	height: 310px;
	clear:left;
	z-index:10;
}

#rotator img
{
	border: 0;
	cursor: default;
	width: 940px;
	height: 310px;
}
