﻿* { font-size: 100.01%; }
html {
	font-size: 62.5%;
}
body{
	margin:0;
	color:#000;
	font:1.1em/1.27em Arial,sans-serif;
	background:#d8d8d8 url(../images/bg-body.gif) repeat-x;
}
img{border-style:none;}
a{text-decoration:none;
	color:#0066FF;
}
a:hover{text-decoration:underline;}
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}

textarea{
	font:100% arial,sans-serif;
	vertical-align:middle;
}

input{
	font:100% arial,sans-serif;
	vertical-align:middle;
}

hr {
 border:1px solid #F0F0F0;

}
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
form{
	margin:0;
	padding:0;
	border-style:none;
}
#main{
	overflow:hidden;
	margin:0 auto;
	width:797px;
	padding:25px 0 0;
}
#header{
	width:100%;
	position:relative;
	padding:64px 0 0;
	height:212px;
	background:#fff url(../images/bg-header.gif) no-repeat;
}
.logo{
	display:block;
	position:absolute;
	top:14px;
	left:7px;
}
 .logo a{
	display:block;
	overflow:hidden;
	width:218px;
	height:76px;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
.logo-text{
	display:block;
	position:absolute;
	top:29px;
	right:13px;
}
.logo-text a{
	display:block;
	overflow:hidden;
	width:318px;
	height:30px;
	text-indent:-9999px;
	background:url(../images/text-logo.png) no-repeat;
}
#header .login-top{
	float:right;
	width:198px;
	padding:9px 0 0;
	background:url(../images/bg-login-top.png) no-repeat;

}
#header .login{
	padding:1px 0 0 8px;
	width:190px;
	overflow:hidden;
	height:1%;
	background:url(../images/bg-login.png) repeat-y;
	
}
#header .login h3{
	margin:2px 0 35px 0;
	color:#fff;
	font-size:1.18em;
	text-transform:uppercase;
	font-weight:bold;
}
.login form{
	padding:0 0 0 12px;
}
.login .email-adres{
	float:left;
	width:138px;
	height:16px;
	background:#fff;
	border-bottom:1px solid #b4b4b4;
	border-top:none;
	border-left:none;
	border-right:none;
	color:#606060;
	padding:3px 6px 0 6px;
	margin:0 0 4px 0;
}
.login .wachtwoord{
	float:left;
	width:138px;
	height:16px;
	background:#fff;
	border-bottom:1px solid #b4b4b4;
	border-top:1px solid #b4b4b4;
	border-left:none;
	border-right:none;
	color:#606060;
	padding:3px 6px 0 6px;
	margin:0 0 8px 0;
}
.login span{
	float:left;
	width:100%;
}
.login label{
	float:left;
	color:#fff;
	font-size:0.91em;
	font-weight:bold;
	line-height:1.40em;
}
.login .onthouden{
	float:left;
	margin:-1px 5px 0 0;
	width:14px;
	height:15px;
}
.login .image{
	float:right;
	margin:9px 23px 0 0;
}
.login p{
	text-align:center;
	margin:22px 0 27px 0;
}
.login p a{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
.login p a:hover{
	text-decoration:none;
}





#menu{
	float:right;
	margin:0;
	padding:3px 1px 0 0;
	list-style:none;
	height:30px;
	
}
#menu li{
	float:left;
	height:26px;
	padding:4px 0 0 3px;
	position:relative;
	z-index:5;
}
#menu li a{
	float:left;
	height:26px;
	text-transform:uppercase;
	color:#fff;
	background:#888 url(../images/bg-menu-left.gif) no-repeat;
	padding:0 0 0 12px;
	font-weight:bold;
}
#menu li a span{
	float:left;
	height:19px;
	padding:7px 8px 0 0;
	cursor:pointer;
	background:url(../images/bg-menu-right.gif) no-repeat 100% 0;
}
#menu li a.active{
	color:#696868;
	text-decoration:none;
	background:#ffcc00 url(../images/bg-menu-left-hover.gif) no-repeat;
}
#menu li a:hover{
	color:#696868;
	text-decoration:none;
	background:#ffcc00 url(../images/bg-menu-left-hover.gif) no-repeat;
}
#menu li a.active span{
	background:url(../images/bg-menu-right-hover.gif) no-repeat 100% 0;
}
#menu li a:hover span{
	background:url(../images/bg-menu-right-hover.gif) no-repeat 100% 0;
}
#menu li.hover .menu-nav{
	display:block;
}







#menu li:hover .menu-nav{
	display:block;
}







.menu-nav{
	display:none;
	width:175px;
	position:absolute;
	border-top:1px solid #606060;
	top:30px;
	left:0;
	z-index:10;

}
#menu li .menu-nav ul{
	float:left;
	margin:0;
	width:178px;
	*width:173px;
	padding:2px 0px 0 3px;
	list-style:none;
	background:url(../images/bg-drop-down.png) repeat-y;

}
#menu li .menu-nav ul li{
	display:block;
	width:173px;
	*width:160px;
	padding:0px;
	margin:0px;
	
}
#menu li .menu-nav ul li a{
	display:block;
	width:160px;
	line-height:2.36em;
	background:none;
	padding:0px 0 0 10px;
}
#menu li .menu-nav ul li a:hover{
	color:#fff;
	background:#696868;
}
#menu li .drop-down-bottom{
	float:left;
	overflow:hidden;
	height:5px;
	width:175px;
	background:url(../images/bg-drop-down-bottom.png) no-repeat;
}




#header-inner #menu{
	float:right;
	margin:0;
	padding:1px 1px 0 0;
	list-style:none;
	height:29px;
}
#header-inner #menu li{
	padding:4px 0 1px 3px;
}
#header-inner .menu-nav{
	top:31px;
}


#header-inner .menu-nav{
	display:none;
	width:175px;
	position:absolute;
	border-top:1px solid #606060;
	top:30px;
	left:0;
	z-index:10;
}

#header-inner #menu li .menu-nav ul{
	float:left;
	margin:0;
	width:178px;
	*width:173px;
	padding:2px 0px 0 3px;
	list-style:none;
	background:url(../images/bg-drop-down.png) repeat-y;
}

#header-inner #menu li .menu-nav ul li{
	padding:0px;
	display:block;
	width:173px;
	margin:0px;
}

#header-inner #menu li .menu-nav ul li a{
	display:block;
	width:160px;
	line-height:2.36em;
	background:none;
	padding:0px 0 0 10px;
}

#header-inner #menu li .menu-nav ul li a:hover{
	color:#fff;
	background:#696868;
}

#header-inner #menu li .drop-down-bottom{
	float:left;
	overflow:hidden;
	height:5px;
	width:175px;
	background:url(../images/bg-drop-down-bottom.png) no-repeat;
}










#content-inner{
	width:100%;
	overflow:hidden;
	padding:15px 0 0;
	background:url(../images/bg.gif) no-repeat 0 100%;
}

.banner{
	float:left;
	overflow:hidden;
	width:596px;
	height:177px;
	border:1px solid #606060;
	position:relative;
}
.banner img{
	display:block;
	position:absolute;

}
.text-soft{
	display:block;
	overflow:hidden;
	position:absolute;
	bottom:43px;
	right:125px;
	width:252px;
	height:26px;
	text-indent:-9999px;
	background:url(../images/text-soft.png) no-repeat;
}
.text-tandartsen{
	display:block;
	overflow:hidden;
	position:absolute;
	bottom:16px;
	right:16px;
	width:333px;
	height:26px;
	text-indent:-9999px;
	background:url(../images/text-tandartsen.png) no-repeat;
}
#content{
	width:100%;
	overflow:hidden;
	margin:3px 0 0;
	background:url(../images/bg-content-column.gif) repeat-y;
}
.content-bottom{
	overflow:hidden;
	width:100%;
	padding:0 0 42px 0;
	position:relative;
	background:url(../images/bg-content-bottom.gif) no-repeat 0 100%;
}
.left-column{
	float:left;
	overflow:hidden;
	width:398px;
}
.title-tandartsen{
	overflow:hidden;
	width:100%;
	background:#ffcc00 url(../images/bg-title-tandartsen.gif) no-repeat;
}
.title-tandartsen h2{
	margin:0;
}
.text-mond{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:285px;
	height:19px;
	background:url(../images/text-mond.png) no-repeat;
	margin:14px 0 8px 65px;
}
.right-column{
	width:200px;
	overflow:hidden;
	float:left;
	margin:0 0 0 1px;
}
.title-medische{
	width:100%;
	overflow:hidden;
	background:#ffdd53 url(../images/bg-title-right-column.gif) no-repeat;
}
.title-medische h2{
	margin:0;
}
.medische{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:169px;
	height:16px;
	background:url(../images/text-medische.png) no-repeat;
	margin:13px 0 12px 19px;
}
.column-nieuws{
	width:197px;
	overflow:hidden;
	float:left;
	margin:0 0 0 1px;
}
.title-nieuws{
	width:100%;
	overflow:hidden;
	background:#414141 url(../images/column-nieuws.gif) no-repeat;
}
.title-nieuws h2{
	margin:0;
}
.nieuws{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:64px;
	height:19px;
	background:url(../images/text-nieuws.png) no-repeat;
	margin:14px 0 8px 68px;
}
.column-simplexm{
	width:179px;
	float:left;
	margin:0;
	border-left:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	padding:16px 5px 0 13px;
	background:#fff url(../images/bg-column-simplex.gif) repeat-x;
	
}


.column-simplex{
	width:179px;
	float:left;
	margin:0;
	border-left:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	padding:16px 5px 0 13px;
	background:#fff url(../images/bg-column-simplex.gif) repeat-x;
	
}


.column-nieuws{
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	
}


.column-mediplex{
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	
}


.column-simplexm{
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	
}


.column-simplex{
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	
}

.column-simplexm{
	margin:0 0 0 2px;
	width:180px;
	padding:16px 5px 0 11px;
}
.column-simplex h1{
	margin:0;
}
.text-simplex{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:93px;
	height:19px;
	background:url(../images/text-simplex.png) no-repeat;
	margin:2px 0 0 38px;
}
.column-simplex p{
	margin:6px 0 17px 0;
	line-height:1.18em;
	
}
.list{
	margin:0;
	padding:5px 0 0 5px;
	list-style:none;
}
.list li{
	padding:0 0 7px 10px;
	line-height:1.18em;
	background:url(../images/bg-list.gif) no-repeat 0 4px;
}
.link{
	width:195px;
	height:29px;
	text-align:center;
	position:absolute;
	bottom:1px;
	overflow:hidden;
}
.link a.less-werder{
	float:left;
	display:inline;
	overflow:hidden;
	text-indent:-9999px;
	width:99px;
	height:17px;
	background:url(../images/text-less-verder.png) no-repeat;
	margin:2px 0 0 38px;	
}
.link a.less-werder:hover{
	background:url(../images/text-less-verder-hover.png) no-repeat;
}
.column-simplex .link{
	left:3px;
}
.column-simplexm .link{
	left:200px;
}
.column-simplexm h1{
	margin:0;
}
.text-simplexm{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:118px;
	height:20px;
	background:url(../images/text-simplexm.png) no-repeat;
	margin:2px 0 0 25px;
}
.column-simplexm p{
	margin:6px 0 17px 0;
	line-height:1.18em;
}
.column-mediplex{
	width:180px;
	float:left;
	margin:0;
	border-left:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	padding:16px 5px 0 13px;
	background:#fff url(../images/bg-mediplex.gif) repeat-x;
	
}
.column-mediplex h1{
	margin:0;
}
.text-mediplex{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:110px;
	height:20px;
	background:url(../images/text-mediplex.png) no-repeat;
	margin:1px 0 0 28px;
}
.column-mediplex p{
	margin:6px 0 17px 0;
	line-height:1.18em;
}
.column-last{
	width:177px;
	float:left;
	margin:0;
	border-left:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	padding:12px 5px 0 13px;
	background:#fff url(../images/bg-column-last.gif) repeat-x;
	min-height:350px;	
}
* html .column-last{height:350px;}
.column-last strong{
	display:block;
	margin:0 0 2px 0;
}
.column-last p{
	margin:6px 0 13px 0;
	line-height:1.18em;
}
#footer{
	width:783px;

	overflow:hidden;
	clear:both;
	padding:0 0 0 14px;
}
.copy{
	float:left;
}
#footer p{
	margin:1px 0 0;
	font-size:0.91em;
	line-height:1.43em;
	color:#606060;
}
.footer-nav{
	float:right;
	margin:0;
	padding:3px 5px 0 0;
	list-style:none;
}
.footer-nav li{
	float:left;
	padding:0 8px;
	line-height:1em;
	font-size:0.91em;
	background:url(../images/bg-footer-nav.gif) no-repeat;
	text-transform:uppercase;
}
.footer-nav li a{
	color:#606060;
}
.footer-nav li:first-child{
	background:none;
}
#main-inner{
	overflow:hidden;
	width:100%;
	padding:0 0 10px 0;
	background:#fff url(../images/bg-header.gif) no-repeat;
}
#header-inner{
	width:100%;
	position:relative;
	height:32px;
	padding:66px 0 0;
	border-bottom:1px solid #696868;
}
#header-inner .login-top{
	float:right;
	width:198px;
	padding:10px 0 0 0;
	position:relative;
	background:url(../images/bg-login-inner.gif) no-repeat;
}
#header-inner .login-top h3{
	margin:0 0 9px 0;
	color:#fff;
	font-size:1.18em;
	line-height:1em;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}

#header-inner .login-top h3 a{
	text-decoration:none;
}

#header-inner .login{
	display: none;
	position:absolute;
	top:30px;
	padding:28px 0 0 11px;
	width:187px;
	overflow:hidden;
	background:url(../images/bg-login.gif) repeat-y;
	z-index:100;
}
#header-inner .login form{
	padding:0 0 0 12px;
}
.active .login{
	display:block !important;
}

.sidebar{
	float:left;
	width:187px;
	overflow:hidden;
}
.sidebar-nav{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:37px 0 0;
	list-style:none;
	
}
.sidebar-nav li{
	text-align: right;
	font: 1.20em/1.79em "Trebuchet MS", Arial, sans-serif;
	background: url(../images/bg-sidebar-line.gif) no-repeat;
	text-transform: uppercase;
	font-weight: bold; *;
	height: 1%;
}
.sidebar-nav li a{
	color: #666666;
	padding-right:10px;
	display:block;
}
.sidebar-nav li a:hover{
	text-decoration:none;
	background-color:#f1c100;
	display:block;
	padding-right:10px;
	color:#333333;
}

.sidebar-nav li a.active{
	text-decoration:none;
	background-color:#f1c100;
	display:block;
	padding-right:10px;
	color:#333333;
}

.sidebar-nav li:first-child{
	background:none;
}
.content-inner-text{
	float:right;
	width:567px;
	display:inline;
	margin:0 16px 0 0;
	background:url(../images/bg-content-inner-text.gif) no-repeat;
	min-height:500px;
	*height:1%;
}
.title-inner{
	width:490px;
	padding:20px 0 0 5px;
	margin:0 0 30px 72px;
	border-bottom:1px solid #dadada;
}
.title-inner h1{
	margin: 0;
	font-weight: bold;
	color: #f1c100;
	text-transform: uppercase;
	font: 1.82em "Trebuchet MS", Arial, sans-serif;
}
.paragraph{
	padding: 10px 0 0 10px;
	overflow: hidden;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
.paragraph h3{
	margin: 0;
	font: 1.10em "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
.paragraph h2{
	margin: 0;
	font: 1.40em "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
.column-paragraph{
	float:left;
	width:245px;
	padding:0 20px 0 0;
}
.column-paragraph-right{
	float:left;
	width:250px;
	padding:0 0px 0 0;
}
.column-paragraph p{
	margin:0;
	line-height:1.18em;
}
.column-paragraph-right p{
	margin:0;
	line-height:1.18em;
}
.paragraph p{
	margin: 0 0 14px 0;
	line-height: 1.18em;
}
.paragraph-inner{
	width:510px;
}
#footer-inner{
	width:783px;
	height:20px;
	overflow:hidden;
	clear:both;
	padding:5px 0 30px 14px;
}
#footer-inner p{
	margin:1px 0 0;
	font-size:0.91em;
	line-height:1.43em;
	color:#606060;
}
.footer-nav{
	float:right;
	margin:0;
	padding:3px 5px 0 0;
	list-style:none;
}
.footer-nav li{
	float:left;
	padding:0 8px;
	line-height:1em;
	font-size:0.91em;
	background:url(../images/bg-footer-nav.gif) no-repeat;
	text-transform:uppercase;
}
.footer-nav li a{
	color:#606060;
}
.footer-nav li:first-child{
	background:none;
}
.form-login{
	width:100%;
	overflow:hidden;
}


.contactform{
	padding:10px 0 0 0;

}

.contactform div.formcontainer{
	clear:both;
	padding:8px 0;
}

.textfield{
	float:left;
	display:block;
}

.label{
	float:left;
	display:block;
}

.label {
	width:100px;
	text-align:right;
	padding:0 10px 0 0;

}

.required {
color:#990000;

}














