﻿/* ALGEMEEN */
html
{
	overflow: -moz-scrollbars-vertical;
}

body, html, textarea, input {
	margin: 0px;
	padding: 0px;
	color: #3c3c3c;
	font-size: 12px;
	font-family: Arial;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div {
	text-align: left;
	vertical-align: top;
}

p{ margin:10px 0 0 0px;}

a:link {color: #003c69;}

a:visited{color: #009fda;}

a:hover {text-decoration: none;}

h1 {
	border-bottom:solid 10px #003c69;
	color: #003c69;
	font-size:30px;
	font-weight:normal;
	padding-bottom:10px;
}

/* DIVS VOOR INDELING */
div#content {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 1000px;
	overflow: hidden;
	position:relative;
	margin:0px auto;
}
ul.link {
	padding:20px 0px 0px 0px;
	margin:0px;
	list-style-type:none;
}
ul.link li.link {
	line-height:25px;
	padding-left:20px;
	float:left;
	width:300px;
}
ul.link li.text {
	font-style:italic;
}
div#logo {
	float: left;
}
div#header {
	height : 165px;
	width : 769px;
	float: left;
}
div#text {
	background : url('/Images/logo_tekstbalk.png') no-repeat;
	float : left;
	margin-top : 106px;
	width : 769px;
	height : 25px;
}

div#text div {
	color : #ffffff;
	font-size : 16px;
	margin : 3px 0px 0px 30px;
}

div#button {
	position : absolute;
	top : 20px;
	right : 50px;
	cursor : pointer;
}

div#left {
	clear: both;
	width: 195px;
	margin : 0px 10px 10px 20px;
	float: left;
}
	div#menu {
		width: 195px;
		padding-top: 10px;
		padding-bottom: 15px;
		text-align: left;
	}
	div#zoek {
		width: 195px;
		height: 30px;
		text-align: left;
		background: #003c69;
		overflow: hidden;
	}
		div#zoek .input {
			width: 135px;
			position: relative;
			top: 2px;
			left: 5px;
			height: 13px;
			border: 0px;
			padding: 2px;
			font-size: 11px;
		}
		div#zoek .img {
			position: relative;
			left: 20px;
			top: 4px;
		}

div#main {
	width: 775px;
	margin-bottom: 10px;
	float: left;
}
	div#title {
		width:775px;
		color: #003c69;
		font-size: 22px;
		padding-top: 15px;
		padding-bottom: 10px;
		border-bottom: 10px solid #003c69;
		text-align: center;
		float: left;
		text-align:left;
		font-size:30px;
	}
	div#Nieuwstitle 
	{
		width:775px;
		color: #f7403a;
		border-bottom: 10px solid #f7403a;
		font-size: 22px;
		padding-top: 15px;
		padding-bottom: 10px;
		text-align: center;
		float: left;
		text-align:left;
		font-size:30px;
	}
	div#Thematitle 
	{
		width:775px;
		color: #e27b00;
		border-bottom: 10px solid #e27b00;
		font-size: 22px;
		padding-top: 15px;
		padding-bottom: 10px;
		text-align: center;
		float: left;
		text-align:left;
		font-size:30px;
	}
	div#Apotheektitle 
	{
		width:775px;
		color: #003c69;
		border-bottom: 10px solid #003c69;
		font-size: 22px;
		padding-top: 15px;
		padding-bottom: 10px;
		text-align: center;
		float: left;
		text-align:left;
		font-size:30px;
	}

div#maina {
	width: 775px;
	float: left;
	margin-bottom: 20px;
	color : #002850;
	font-size : 16px;
}

div#maina .text {
	width : 300px;
	height : 10px;
	border : solid 1px #002850;
}

div#maina table {
	margin : 15px 0px 0px 30px
}

div#maina table td {
	padding-right : 20px;
	vertical-align : top;
}
	
div#maina div#ctaa, div#maina div#ctab, div#maina div#ctac {
	height:100%;
}

div#mainb {
	width: 775px;
	float: left;
}

.catTheme {
	color : #e27b00;
	font-size : 18px;
	padding : 10px 0px;
}

.catNews {
	color : #f7403a;
	font-size : 18px;
	padding : 10px 0px;
}

.featureTitle {
	color : #009fda;
	font-size : 18px;
	padding : 10px 0px;
}

div#contenta {
	float:left;
	width: 250px;
	border-top: solid 10px #f7403a;
	margin: 0px;
}

div#contentb {
	float:left;
	width: 250px;
	border-top: solid 10px #e27b00;
}

div#contentc {
	float:left;
	width: 250px;
	border-top: solid 10px #009fda;
}
		
div#middle
{
	float:left;
	overflow:hidden;
}
	
	div#right
	{
		float:right;
		width:200px;
	}

div#footer {
	margin-top: 10px;
	border-top: 1px solid #e1e1e1;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 980px;
	font-size: 11px;
	text-align: center;
	clear:both;
}


/* CLASSES OPMAAK */
.title {
	color: #003c69;
	font-size: 14px;
	padding-bottom: 5px;
}

	div#contenta .title {
		color: #f7403a;
		font-weight:bold;
		padding: 0px;
		padding-top: 3px;
		padding-bottom: 5px;
	}
	div#contentb .title {
		color: #e27b00;
		font-weight:bold;
	}
	div#contentc .title {
		color: #009fda;
		font-weight:bold;
	}
.text {
	color: #3c3c3c;
	padding: 5px;
	padding-bottom: 10px;
}
	div#ctaa .text, div#ctab .text, div#ctac .text {
		width: 180px;
	}
	div#contenta .text {
		padding: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
div#contentb img, div#contentc img {
	float: right;
}
.small {
	font-size: 10px;
	padding-left: 0px;
	padding-top: 5px;
}
	div#contenta .small {
		padding-left: 0px;
	}
.readmore 
{
	padding-top: 5px;
	font-size: 11px;
}
.icon {
	float: right;
}
.spacer {
	height: 10px;
}
.spacervert 
{
	float: left;
	width: 10px;
	height: 254px;
}
div#menu a, div#menu a:link, div#menu a:visited {
	width: 190px;
	line-height: 1.5em;
	color: #494949;
	display: block;
	text-decoration: none;
	border-top: 1px solid #e2e2e2;
	padding-left: 5px;
}
div#menu a.first {
	border-top: 1px solid #ffffff;
}
div#menu a:hover {
	border-top: 1px solid #e2e2e2;
	background: #e5ebf0
}
div#menu a.last {
	border-bottom: 1px solid #ffffff;
}
div#menu a.last:hover {
	border-bottom: 1px solid #e2e2e2;
}
.size1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.size2 {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
.size3 {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
div#searchLetter
{
	width:250px;
	min-height:120px;
	float:left;
}
div#searchNaam
{
	width:250px;
	float:left;
	min-height:120px;
}
div#vertline
{
	background-color:#f3f4f8;
	height:100%;
	width:1px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.search
{
	width:300px;
}
.nameSearch
{
	width:150px;
}
a.letter:link, a.letter:visited, a.letter:active
{
	color:#3c3c3c;
	text-decoration:none;
	font-family:Arial;
}
a.letter:hover
{
	background-color:#f3f4f8;
	color:#3c3c3c;
	text-decoration:none;
	font-family:Arial;
}

div.blauw
{
	background-color:#EDEDED;
	padding:10px 0px 10px 5px;
	width:200px;
}
div.wit
{
	background-color:#FFFFFF;
	padding:10px 0px 10px 5px;
	width:200px;
}

div.subblauw
{
	background-color:#EDEDED;
	padding:0px 0px 10px 30px;
	width:175px;
}
div.subwit
{
	background-color:#FFFFFF;
	padding:0px 0px 10px 30px;
	width:175px;
}

span.relatie
{
	color:#003c69;
	font-weight:bold;
	text-decoration:none;
}

.NextPrev_btns
{
	margin:0px;
	padding:0px;
	margin-top:15px;
}

.NextPrev_btns li
{
	list-style:none;
	margin:0px 15px 0px 0px;
	padding:0px 15px 0px 0px;
	float:left;
	color:Gray;
	text-decoration:underline;
}

.AskTitle
{
	color: #003c69;
	font-size:18px;
	padding-top: 3px;
	padding-bottom: 5px;	
}

.ThemaTitle
{
	color: #e27b00;
	font-size:18px;
	padding-top: 3px;
	padding-bottom: 5px;

}
.TekstTitle
{
	color: #003c69;
	font-size:18px;
	padding-top: 3px;
	padding-bottom: 5px;

}
.NewsTitle
{
	color: #f7403a;
	font-size:18px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.NewsText
{
	padding-right:5px;
}

.TekstHR
{
	border: 0;
	color: #003C69;
	background-color: #003C69;
	height: 5px;
	margin-top:10px;
}

.SPTitle, .ThemaMaandTitle
{
	color: #e27b00;
	font-size:30px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.clear
{
	clear:both;
}

.PlainTextFloat, .ThemaFloat
{
	width:48%;
	float:left;
	margin:5px 3px 12px 3px;
}

.AskArea, .AskInputSmall, .AskInput
{
	border:solid 1px #003C69;
	padding: 2px;
	font-size: 11px;
}

.AskArea
{
	width:175px;
	height:75px;
}

.AskInputSmall
{
	width:35px;
	height:13px;
}

.AskInput
{
	width:175px;
	height:13px;
}

input.email
{
	width:190px;
	color:#3c3c3c;
}

textarea.email
{
	width:190px;
	color:#3c3c3c;
	height:100px;
}


.SearchApothekerTable
{
	border-width: 3px;
	border-style: solid;
	border-color: #003C69;
	border-collapse: collapse;
	width:320px;
	height:240px;
}

.subTitle
{
	font-weight:bold;
	font-size:15px;
	color:#003c69;
	line-height:30px;
}

table#Inhoud,table#Inhoud a
{
	background-color:#d4e2f4;
	text-decoration:none;
	color:#003c69;
	font-weight:bold;
	font-size:14px;
}

table#Inhoud td{height:15px;padding:5px;}

.content{padding-left:15px;}

a.w3sdeveloped:link, a.w3sdeveloped:visited
{
	text-decoration:none;
	color:#3c3c3c;
	font-size:9px;
	
}

a.w3sdeveloped:hover
{
	color:#000000;
}

div#FreqDiv
{
	position:absolute; 
	display:none; 
	border:solid 1px #003C69; 
	background-color:#ffffff;
	padding:5px 10px 5px 10px;
	color:#003C69;
}

a.icons
{
	color:#a8a8a7;
	font-size:9px;
}

div.icon
{
	float:left;
	width:110px;
}

div.icon img
{
	float:left;
}

div.banner
{
	padding-top:5px;
}

/*Bloedsuikertest apotheken*/
.tdDag {
	width			:25px;
	font-style		:italic;
	font-size		:11px;
}

.left {
	float : left;
}

.right {
	float : right;
}

.divide {
	height : 1px;
	background-color : #003c69;
	margin : 10px 0px 10px 0px;
}

.mmlogo {
	background-color : #ededed;
	cursor:pointer;
	margin-top : 50px;
	padding : 10px 5px 10px 5px;
}

.mijnmedicijn {
	background-color : #ededed;
	color : #003c69;
	padding : 10px;
}

.info, .info a {
	background-color : #003c69;
	color : #ffffff;
	text-align : center;
	text-decoration	: none;
	padding : 10px 5px 10px 5px;
}

.big {
	font-size : 15px;
	font-weight : bold;
}

.grey {
	color:#AEB6B6;
}

.mmfooter {
	color : #003c69;
	padding:10px 0px;
	text-align:center;
}

.pointer {
	cursor:pointer;
}

#enquete {
	background-color:#ffffff;
	position:absolute;
	top:200px;
	left:300px;
	width:300px;
	display:block;
	padding:10px;
	border:solid 4px #003c69;
}

#enquete p {
	margin-bottom:20px;
}