﻿/* 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: #0f2d54;}

a:visited{color: #009fda;}

a:hover {text-decoration: none;}

h1 {
	border-bottom:solid 10px #0f2d54;
	color: #0f2d54;
	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;
}

#text a {
  color:#ffffff;
}

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: #0f2d54;
		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: #0f2d54;
		font-size: 22px;
		padding-top: 15px;
		padding-bottom: 10px;
		border-bottom: 10px solid #0f2d54;
		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: #0f2d54;
		border-bottom: 10px solid #0f2d54;
		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;
	min-height:300px;
}
	
	div#right
	{
		float:right;
	}

div#footer {
	margin-top: 10px;
	border-top: 1px solid #e1e1e1;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 997px;
	clear:both;
}


/* CLASSES OPMAAK */
.title {
	color: #0f2d54;
	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:#0f2d54;
	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: #0f2d54;
	font-size:18px;
	padding-top: 3px;
	padding-bottom: 5px;	
}

.ThemaTitle
{
	color: #e27b00;
	font-size:18px;
	padding-top: 3px;
	padding-bottom: 5px;

}
.TekstTitle
{
	color: #0f2d54;
	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: #0f2d54;
	background-color: #0f2d54;
	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 #0f2d54;
	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: #0f2d54;
	border-collapse: collapse;
	width:320px;
	height:240px;
}

.subTitle
{
	font-weight:bold;
	font-size:15px;
	color:#0f2d54;
	line-height:30px;
}

div.link a
{
	text-decoration:none;
	color:#0f2d54;
	font-weight:bold;
	font-size:12px;
}

div.link {
	background-color:#d4e2f4;
	margin:0px 5px 5px 0px;
	padding:7px 5px;
}

.left_margin {
	padding:0px 0px 10px 15px;
	border-bottom:solid 1px #e2e2e2;
}

div.link_selected a {	
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

div.link_selected {
	background-color:#0f2d54;
	margin:0px 5px 5px 0px;
	padding:7px 5px;
}

.content {
	padding-left					: 15px;
	width							: 520px;
}

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 #0f2d54; 
	background-color:#ffffff;
	padding:5px 10px 5px 10px;
	color:#0f2d54;
	font-size:11px;
	font-weight:normal;
}

a.icons {
	color:#a8a8a7;
	font-size:9px;
}

div.icon {
	float:left;
	width:110px;
}

.left_img {
	float:left;
	width:30px;
}

.left_link {
	float:left;
	width:75px;
	color:#a8a8a7;
	font-size:9px;
}

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 : #0f2d54;
	margin : 10px 0px 10px 0px;
}

.mmlogo {
	background-color : #ededed;
	cursor:pointer;
	margin-top : 50px;
	padding : 10px 5px 10px 5px;
}

.mijnmedicijn {
	background-color : #ededed;
	color : #0f2d54;
	padding : 10px;
}

.info, .info a {
	background-color : #0f2d54;
	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 : #0f2d54;
	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 #0f2d54;
}

#enquete p {
	margin-bottom:20px;
}

#footermenu {
	background-color				: #d4e2f4;
	padding							: 0px 0px 15px 215px;
	margin							: 10px 0px 15px 0px;
}

#footermenu .content {
	padding							: 0px;
	margin							: 0px;
}

#footermenu ul, #footermenu li {
	background-color				: #d4e2f4;
	margin							: 0px;
	padding							: 0px;
	list-style-type					: none;
}

#footermenu li {
	float							: left;
	margin-right					: 10px;
	padding-left					: 10px;
	width							: 235px;
}

#footermenu ul li ul li {
	color							: #0f2d54;
	padding-left					: 0px;
}

#footermenu h2 {
	color							: #0f2d54;
	font-size						: 14px;
}

#footermenu h2 a {
	text-decoration					: none;
}

ul.video {
	margin							: 0px;
	padding							: 0px 30px 0px 0px;
	list-style-type					: none;
	width							: 320px;
}

ul.video li {
	margin							: 5px 0px 5px 0px;
	width							: 300px;
	min-height						: 170px;
}

ul.video img {
	border							: solid 1px #cccccc;
	margin							: 20px 0px 0px 0px;
	padding							: 2px;
}

.no_markup {
	list-style-type					: none;
	
}

ul.right {
	padding							: 0px 0px 0px 20px;
	margin							: 0px;
	list-style-image				: url('/images/3hoek_onder.gif');
	cursor							: pointer;
	list-style-type					: none;
	float							: none;
}

li.right {
	padding							: 0px;
	margin							: 0px;
	float							: none;
}

ul.right_sub {
	margin							: 0px;
	padding							: 0px 0px 0px 0px;
	width							: 150px;
	list-style-type					: none;
}

ul.right_sub li {
	padding							: 0px 0px 5px 0px;
}

div.left_content {
	float							: left;
	width							: 570px;
}

div.rightcontent {
	float							: left;
	width							: 205px;
}

.bst {
	float							: left;
	margin-top						: 10px;
	width							: 200px;
}

.bst span {
	font-weight						: bold;
}

.bstCalendar {
	border							: solid 1px #e2e2e2;
	float							: left;
	margin-top						: 20px;
	margin-right					: 20px;
	width							: 175px;
}

.bstMonth {
	border-bottom					: solid 1px #e2e2e2;
	font-weight						: bold;
	text-align						: center;
}

.bstDay {
	border-bottom					: solid 1px #e2e2e2;
	float							: left;
	width							: 25px;
	font-weight						: bold;
}

.bstCalendar .day {
	float							: left;
	width							: 25px;
}

.bstCalendar .bstDate {
	float							: left;
	width							: 25px;
	color							: #ff0000;
}

.bstCalendar .month {
	float							: left;
	width							: 25px;
	color							: #ddd;
}

#note {
	font-size						: 10px;
}

.space {
	margin-right					: 155px;
}

.description {
	float							: right;
	padding							: 15px 0px 0px 5px;
	width							: 130px;
}

.description ul {
	margin							: 0px;
	padding							: 0px 0px 0px 10px;
	list-style-image				: url('/images/3hoek_rechts.gif');
}

.description ul li {
	margin-bottom					: 10px;
}

#MovieDiv {
	float							: left;
	padding-top						: 15px;
	width							: 640px;
}

.pagingmargin {
	margin-right					: 5px;
}

#apotheken td{
	vertical-align					:top;
}

#apotheek_container {
	float							:left;
	width							:290px;
}

.apotheek_container {
    border-bottom                   :solid 1px #ccc;
    padding                         :30px 0px;
}

.bold {
    font-weight                     :bold;
}

.marker {
    width                           :66px;
}

.details {
    width                           :400px;
}

.qualities {
    width                           :300px;
}

.qualities ul {
    list-style-type                 :none;
    margin                          :0px;
    padding                         :0px;
}

.qualities li {
    background                      :url('/Images/blue_check.jpg') no-repeat 0px 1px;
    color                           :#999999;
    font-size                       :11px;
    margin                          :0px 0px 5px 0px;
    padding                         :0px 0px 0px 20px;
}

#map {
    display                         :none;
    float                           :left;
    height                          :395px;
    margin                          :20px 0px 0px 0px;
    width                           :508px;
}

#seach_container {
    float                           :left;
    margin                          :20px 20px 20px 0px;
    width                           :247px;
}

#city {
    behavior                        :url('/Include/PIE.htc');
    -moz-border-radius              :5px 0px 0px 5px;
    -webkit-border-radius           :5px 0px 0px 5px;
    background                      :-webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f8f8f8));
    background                      :-moz-linear-gradient(top, #ffffff, #dadee1);
    background                      :linear-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f8f8f8));
    border-radius                   :5px 0px 0px 5px;
    border-left                     :solid 1px #9dabb8;
    border-top                      :solid 1px #9dabb8;
    border-bottom                   :solid 1px #9dabb8;
    border-right                    :0px;
    height                          :24px;
    padding                         :0px 3px;
    width                           :214px;
}

#frmSearch, .content_spacer {
    border-bottom                   :solid 1px #ccc;
    margin                          :0px 0px 10px 0px;
    padding                         :0px 0px 30px 0px;
}

#filter {
    list-style-type                 :none;
    margin                          :20px 0px 0px 0px;
    padding                         :0px;
}

#filter li {
    float                           :left;
    margin                          :0px 0px 17px 0px;
    width                           :180px;
}

#filter li.quality {
    position                        :relative;
    margin                          :0px;
    text-align                      :right;
    width                           :20px;
}

#filter li.clear {
    width                           :47px;
}

.checked {
    background                      :url('/Images/checked.jpg') no-repeat center;
    cursor                          :pointer;
    height                          :17px;
    width                           :17px;
}

.unchecked {
    background                      :url('/Images/unchecked.jpg') no-repeat center;
    cursor                          :pointer;
    height                          :17px;
    width                           :17px;
}

.large {
    color                           :#032440;
    font-size                       :14px;
}

.tooltip {
    behavior                        :url('/Include/PIE.htc');
    background-color                :#ffffff;
    border                          :solid 1px #97a3af;
    -moz-border-radius              :5px 5px 5px 0px;
    -webkit-border-radius           :5px 5px 5px 0px;
    border-radius                   :5px 5px 5px 0px;
    display                         :none;
    left                            :20px;
    padding                         :15px;
    position                        :absolute;
    bottom                          :17px;
    width                           :300px;
    z-index                         :100;
    
}

.ui-menu {
    behavior                        :url('/Include/PIE.htc');
    background-color                :#ffffff;
    border                          :solid 1px #97a3af;
    -moz-border-radius              :0px 0px 5px 5px;
    -webkit-border-radius           :0px 0px 5px 5px;
    border-radius                   :0px 0px 5px 5px;    
    list-style-type                 :none;
    margin                          :0px;
    padding                         :0px 0px 5px 0px;
    width                           :220px;
}

.ui-menu-item {
    cursor                          :pointer;
    margin                          :3px 0px;
    padding                         :0px 3px;
}

#black_overlay {
    display                         :none;
    position                        :absolute;
    top                             :0px;
    left                            :0px;
    width                           :100%;
    height                          :100%;
    background-color                :#000000;
    z-index                         :1001;
    opacity                         :0.8;
}

#overlay {
	position                        :absolute;
	width                           :790px;
	padding                         :10px 0px 10px 10px;
	background-color                :#ffffff;
	z-index                         :1003;
	overflow                        :hidden;
}

#overlay img {
    float                           :left;
}

#overlay_container {
    display                         :none;
	position                        :absolute;
	width                           :790px;
	padding                         :10px 0px 10px 10px;
	z-index                         :1002;
}

#close_overlay {
    position                        :absolute;
    top                             :-10px;
    right                           :-30px;
    z-index                         :1004;
    cursor                          :pointer;
}

.large_red {
    color                           :#ea0000;
    font-size                       :22px;
}

.center {
    float                           :left;
    margin                          :10px 0px 10px 10px;
    text-align                      :center;
    width                           :392px;
}

#frmDW input[type=text] {
    behavior                        :url('/Include/PIE.htc');
    border-radius                   :5px 0px 0px 5px;
    border-bottom                   :1px solid #cccccc;
    border-left                     :1px solid #cccccc;
    border-top                      :1px solid #cccccc;
    border-right                    :0px;
    height                          :24px;
    float                           :left;
    margin                          :20px 0px 0px 100px;
    width                           :200px;
    padding                         :0px 0px 0px 5px;
}

#frmDW input[type=image] {
    margin                          :20px 0px 0px 0px;
    float                           :left;
}

#results {
    display                         :none;
    float                           :left;
    height                          :368px;
    overflow                        :hidden;
    padding                         :0px 0px 0px 10px;
    width                           :412px;
}

.img_loader {
    position                        :absolute;
    display                         :none;
    top                             :170px;
    right                           :200px;
}

ul.pharm {
    float                           :left;
    margin                          :0px;
    padding                         :0px;
    list-style-type                 :none;
    width                           :289px;
}

ul.pharm li, ul.pharm_details li {
    color                           :#00436e;
}

ul.pharm_details {
    margin                          :0px;
    padding                         :0px;
    list-style-type                 :none;
    width                           :289px;
}

.border_grey {
    background-color                :#cccccc;
    height                          :1px;
    margin                          :10px 0px;
}

.large_blue {
    color                           :#00436e;
    font-size                       :16px;
    font-weight                     :bold;
}

.blue {
    color                           :#00436e;
}

.red {
    color                           :#ea0000;
}

.specs {
    background-color                :#d4e2f4;
    padding                         :10px 0px 10px 10px;
    margin                          :0px 10px 10px 0px;
}

.pd {
    color                           :#00436e;
    float                           :left;
    margin                          :0px 30px 0px 0px;
    padding                         :10px 0px 0px 0px;
}

.md {
    color                           :#00436e;
    float                           :left;
    padding                         :10px 0px 0px 0px;
}

table.dates {
    border-collapse                 :collapse;
    margin                          :10px 0px 0px 0px;
    font-size                       :11px;
}

td.date {
    padding                        :0px 15px 0px 10px;
}

#return {
    display                         :none;
}

#result_text {
    margin                          :0px 10px 20px 0px;
}

#result_content {
    overflow-y                      :auto;
    overflow-x                      :hidden;
    height                          :260px;
}
