* {
  	margin: 0;
  	padding: 0;
}

/**
 * Fonts
 */
/**
 * HelveticaNeue-Thin
 */
@font-face {
    font-family: 'HelveticaNeue-Thin';
    src: url('../fonts/helvetica-neue/helveticaneue-thin-webfont.eot');
    src: local('☺'),
         url('../fonts/helvetica-neue/helveticaneue-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-neue/helveticaneue-thin-webfont.woff') format('woff'),
         url('../fonts/helvetica-neue/helveticaneue-thin-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-neue/helveticaneue-thin-webfont.svg#OpenSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * Raleway-Extralight
 */
@font-face {
    font-family: 'Raleway-Extralight';
    src: url('../fonts/raleway/raleway-extralight-webfont.eot');
    src: local('☺'),
         url('../fonts/raleway/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-extralight-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-extralight-webfont.ttf') format('truetype'),
         url('../fonts/raleway/raleway-extralight-webfont.svg#OpenSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * Raleway-Thin
 */
@font-face {
    font-family: 'Raleway-Thin';
    src: url('../fonts/raleway/raleway-thin-webfont.eot');
    src: local('☺'),
         url('../fonts/raleway/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-thin-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-thin-webfont.ttf') format('truetype'),
         url('../fonts/raleway/raleway-thin-webfont.svg#OpenSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	width: 100%;
	height: 100%;
	font-family: "HelveticaNeue-Thin";
	font-size: 15px;
	color: #000;
	background-color: #f2f2f2;
}

h2 {
	font-style: italic;
	font-size: 26px;
	font-weight: bold;
	color: #006d33;
	padding-top: 30px;
	padding-bottom: 10px;
}

h3 {
	text-transform: uppercase;
	margin-top: 15px;
	color: #414141;
}

h4 {
	margin: 15px 0 10px 0;
	color: #414141;
}

p {
	margin-top: 15px;
}

ul {
	list-style-type: circle;
	margin-left: 20px;
}

a {
	color: #006d33;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.anchor {
	text-decoration: none;
}

/************************************
* HEADER
*************************************/
#header {
	position: relative;
	background-color: #ffffff;
}

.header_content {
	width: 978px;
	height: 110px;
	margin: 0 auto;
}

.header_logo {
  	padding: 23px 0;
}

.header_logo h1 {
	font-family: "Raleway-Thin";
	font-size: 34px;
	line-height: 34px;
	letter-spacing: 4px;
}

.header_logo h1 a {
	padding-left: 96px;
	padding-top: 2px;
	display: block;
	width: 203px;
	height: 64px;
	color: #686868;
	text-decoration: none;
	background-image: url('../images/heidi-van-otten-logo.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

/************************************
* NAVIGATION
*************************************/

#navigation {
	position: relative;
	height: 80px;
	width: 100%;
	background-image: url('../images/nav.png');
	background-repeat: repeat-x;
	z-index: 9999;
}

#navcontainer{
	position: relative;
	width: 978px;
	height: 51px;
	margin: 0 auto;
}

#navcontainer ul ul {
	display: none;
	/*display: block;*/
}

#navcontainer ul li:hover > ul {
	display: block;
}

#navcontainer ul {
	list-style: none;
	position: relative;
	display: inline-table;
	margin: 0;
}
#navcontainer ul:after {
	content: ""; clear: both; display: block;
}

#navcontainer ul li {
	float: left;
	height: 51px;
	line-height: 51px;
	padding: 0 15px 0 15px;
	background-image: url('../images/nav_divider.jpg');
	background-repeat: no-repeat;
	background-position: center right;
}

#navcontainer ul li.first {
	padding: 0 15px 0 0px;
}

#navcontainer ul li.last {
	background-image: none;
}

#navcontainer ul li a:hover {
	color: #000;
}

#navcontainer ul li a {
	display: block; 
	color: #757575; 
	text-decoration: none;
}

#navcontainer ul li.active a {
	color: #000;
	text-decoration: underline;
	font-style: italic;
}

#navcontainer ul ul {
	background: rgba(0,0,0,0.8);
	position: absolute; 
	top: 52px;
}
#navcontainer ul ul li {
	float: none; 
	position: relative;
	padding: 0px;
	height: 36px;
	line-height: 36px;
}
#navcontainer ul ul li a {
	padding: 0px 20px;
	/*color: #757575;*/
	color: #FAFAFA;
}

#navcontainer ul ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#navcontainer ul.subnav-holder li a span {
	border-bottom: 1px dotted gray;
	height: 36px;
	line-height: 36px;
	width: 100%;
	display: block;
	color: #FAFAFA;
	font-style: normal;
}

#navcontainer ul.subnav-holder li.active a span {
	font-style: italic;
	text-decoration: underline;
}

#navcontainer ul.subnav-holder li.last a span {
	border-bottom: 0;
}

/************************************
* PAGE LAYOUT
*************************************/

#container {
	position: relative;
	min-height: 100%;
	height: 100% !important;
	width: 100%;
	background-color: #f2f2f2;
}

#content {
	width: 978px;
	margin: -28px auto 0;
	/*margin: 0px auto;*/
	/*  background-color: #f2f2f2;*/
	background-color: #ffffff;
}

.main-content {
	margin: 0 47px;
	padding-bottom: 30px;
}

.top-image {
  	width: 978px;
	padding: 0;
	margin: 0;
	height: 350px;
}

#footer {
  width: 100%;
  height: 50px;
}

.footer-block {
  position: relative;
  width: 980px;
  margin: 0 auto;
  display: block;
  line-height: 50px;
}

div.footer-block div.left {
	color: #686868;
}

div.footer-block div.left span {
	margin-left: 10px;
	margin-right: 10px;
}

div.footer-block div.left span.first {
	margin-left: 0px;
}

div.footer-block div.left span a {
	color: #006d33;
	text-decoration: underline;
}

div.footer-block div.right {
	color: #006d33;
	font-size: 13px;
}

div.footer-block div.right a {
	color: #006d33;
}

div.footer-block div.right a:hover {
	text-decoration: underline;
}

.center {
	width: 100%;
	text-align: center;
}

.title {
	font-weight: bold;
	font-size: 20px;
	margin: 0px 0px 20px 0px;
}

.ruler {
	width: 80%;
	height: 2px;
	display: block;
	margin: 40px auto;
	background: url('../images/ruler.png') repeat-x;
}

.link {
	color: #006d33;
}

/*******************************************
* WELKOM
********************************************/

.specialisaties {
	position: relative;
	margin-bottom: 20px;
	padding-top: 20px;
}

div.specialisaties div.title {
	color: #686868;
	text-transform: uppercase;
}

.items {
	position: relative;
	width: 100%;
}

.item {
	width: 221px;
	height: 187px;
	float: left;
	display: block;
	text-align: center;
	bottom: 0;
}

.icon1 {
	position: relative;
	height: 143px;
	width: 218px;
	margin-left: 7px;
	background: url('../images/icon-palliatieve-zorg.png') no-repeat center top;
}

.icon2 {
	position: relative;
	height: 143px;
	width: 218px;
	background: url('../images/icon-wondzorg.png') no-repeat center top;
}

.icon3{
	position: relative;
	height: 143px;
	width: 218px;
	background: url('../images/icon-diabetes-zorg.png') no-repeat center top;
}

.icon4 {
	position: relative;
	height: 143px;
	width: 218px;
	margin-left: -7px;
	background: url('../images/icon-diabeteseducator.png') no-repeat center top;
}

.itemtext {
	width: 218px;
	text-align: center;
	color: #686868;
}

.item p {
	font-size: 21px;
	margin: 0;
	padding-bottom: 6px;
}

.leftblock {
	width: 550px;
	float: left;
}

.rightblock {
	width: 300px;
	float: right;
}


/*********************************************
 * FORM
 *********************************************/

form {
	//background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
	//background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	/*margin:auto;*/
	position:relative;
	width:550px;
	/*font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;*/
	line-height: 24px;
	font-weight: bold;
	/*color: #006d33;*/
	text-decoration: none;
	//-webkit-border-radius: 10px;
	//-moz-border-radius: 10px;
	//border-radius: 10px;
	/*padding:20px;*/
	//border: 1px solid #999;
	//border: inset 1px solid #333;
	//-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	//-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	//box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

label {
	letter-spacing: 1px;
}

input {
	width:375px;
	display:block;
	border: 1px solid #999;
	height: 25px;
	//-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	//-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	//box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	font-family: Courier New;
	font-size: 14px;
	padding: 0px 2px;
}

textarea#message {
	display:block;
	width:375px;
	height:150px;
	font-family: Courier New;
	font-size: 14px;
	padding: 0px 2px;
}

input.button {
	width:100px;
	background:#006d33;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	height:30px;
	border: 1p solid #999;
}

textarea:focus, input:focus {
	border: 1px solid #006d33;
}

form .error {
	border: 1px solid #ff0000;
}

.error-message {
	color: #ff0000;
}

div.main-content p, div.main-content div {
	line-height: 20px;
}

ul.formdownloads {
	list-style:none outside none;
}

ul.formdownloads li a.pdf-link {
	background-image: url("../images/icon_pdf.gif");
    background-position: 0 center;
    background-repeat: no-repeat;
    margin-top: 5px;
    padding: 5px 0 5px 25px;
	color: #006d33;
	text-decoration: underline;
}

div.teammember-container {
	position: relative;
	float: left;
	margin-right: 67px;
	margin-bottom: 20px;
	width: 248px;
	height: 120px;
	height: 140px;
	border: 1px solid #686868;
}

div.teammember-container div {
	padding: 5px 10px;
}

div.teammember-container.last {
	margin-right: 0px;
}

div.teammember-name {
	font-weight: bold;
	font-size: 16px;
	background-color: #dedede;
}

div.teammember-info {
	position: absolute;
	bottom: 0px;
	left: 5px;
}

div#regionmap {
	background-image: url("../images/regios-map.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 295px;
	margin-top: 20px;
}

div#regionmap span {
	display: none;
}

div.rightblock h3 {
	margin-left: 18px;
}

div.contactform {
	clear: both;
}

div.contactform h3 {
    padding-top: 40px;
	margin-bottom: 10px;
}

div.contactform-left {
	float: left;
	width: 550px;
}

div.contactform-right {
	float: left;
}

div.contactform-right div {
	margin-bottom: 4px;
}