@CHARSET "UTF-8";
@import url(reset.css);
@import url(content.css);

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #262626;
	text-align:center;
    background: url(../image/bg/pattern.png) repeat;
}

#window {
	position: relative;
	width: 990px;
	text-align: left;
	clear: both;
	margin: 0 auto 0 auto;
}

/**
 * Head styles
 */
#window #head {
    background: url(../image/bg/header.png) no-repeat top left;
    width: 990px;
    height: 125px;
    position: relative;
}

#window #head .menu ul {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: bold;
    font-size: 13px;
    font-family: arial;
    list-style: none;
    color: #fff;
    margin: 0;
}

#window #head .menu li {
    display: inline;
    margin: 0px 2px;
    padding: 0 5px;
}

#window #head .menu li a {
    text-decoration: none;
    color: #fff;
}

#window #head .menu li a:hover {
    text-decoration: underline;
}

/**
 * Body styles
 */
#window #body {
    width: 990px;
    background: url(../image/bg/body.png) top center;
    float: left;
}

#window #body #left {
    width: 150px;
    margin: 0 14px 0 10px;
    float: left;
}

#window #body #main {
    width: 806px;
    float: left;
}

#window #body #main #mainhead {
    width: 100%;
    overflow: hidden;
    float: left;
}

#window #body #main #mainhead #specialismemenu {
    width: 646px;
    padding-bottom: 9px;
    background: url(../image/bg/specialismemenu.png) no-repeat bottom left;
    float: left;
}


#window #body #main #searchbox {
    float: right;
    width: 147px;
    background-color: #e5f0ef;
    padding-bottom: 500px;
    margin-bottom: -500px;
}

#window #body #main #searchbox form label {
    font-size: 13px;
    font-weight: bold;
    font-family: "DIN medium", Helvetica, Arial, sans-serif;
    margin: 0 12px;
    line-height: 30px;
}

#window #body #main #searchbox input#searchbox_q {
    margin: 0 12px;
    width: 122px;
}

#window #body #main #searchbox input#searchbox_submit {
    margin: 5px 10px;
    float: right;
}

#window #body #main #breadcrumb {
    width: 792px;
    clear: both;
    line-height: 46px;
    height: 46px;
}

#window #body #main #breadcrumb a {
    color: #262626;
    text-decoration: none;
}

#window #body #main #breadcrumb a:hover {
    text-decoration: underline;
}

#window #body #main #content {
    width: 532px;
    float: left;
    clear: both;
}

#window #body #main.wide #content {
    width: 792px;
}

#window #body #main #subcontent {
    width: 238px;
    float: right;
    margin-right: 14px;
}


/**
 * Foot styles
 */
#window #foot {
    background: url(../image/bg/foot.png) no-repeat bottom left;
    width: 990px;
    height: 45px;
    clear: both;
}

#window #foot p {
    width: 910px;
    height: 25px;
    line-height: 25px;
    margin: 0 40px 20px 40px;
    font-size: 12px;
    text-align: center;
}

#window #foot p a, #window #foot p span {
    text-decoration: none;
    color: #262626;
    padding: 0 10px;
}


#subcontent div.kader_f6fafa, #subcontent div.kader_f6fafa div.inner {
    background-image: url(../image/bg/kader_238_f6fafa.png);
}

#subcontent div.kader_ffffff, #subcontent div.kader_ffffff div.inner {
    background-image: url(../image/bg/kader_238_ffffff.png);
}

.plainlink a {
    color: #262626;
    text-decoration: none;
}

.plainlink a:hover, .plainlink .active a {
    color: #cc0000;
}

.content ul.abbr40 li {
    margin-left: 40px;
    position: relative;
}

.content ul.abbr40 span {
    position: absolute;
    left: -40px;
    font-weight: bold;
}

#content ul.abbr40 abbr {
    text-decoration: none;
    border-bottom: none;
    font-weight: bold;
}

#subcontent ul.abbr40 abbr {
    font-weight: normal;
    font-size: 11px;
}

#subcontent {
    font-size: 11px;
}

.clearboth {
    clear: both;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

/**
 * Mainhead Specialismemenu
 */
#specialismemenu div {
    font-size: 13px;
    font-weight: bold;
    font-family: "DIN medium", Helvetica, Arial, sans-serif;
    color: #cc0000;
    margin: 0 12px;
    line-height: 30px;
}

#specialismemenu ul {
    margin: 0 12px;
    list-style: none;
}

#specialismemenu ul li {
    white-space: nowrap;
    display: block;
    float: left;
    margin: 0;
}

#specialismemenu ul li a {
    padding-left: 8px;
    background: url(../image/bg/specialismebutton_normal.png) no-repeat top left;
    text-decoration: none;
    color: #262626;
    float: left;
    display: block;
    height: 18px;
    margin: 2px 2px 3px 2px;
}

#specialismemenu ul li a span {
    float: left;
    display: block;
    height: 18px;
    line-height: 16px;
    padding-right: 8px;
    background: url(../image/bg/specialismebutton_normal.png) no-repeat top right;
    cursor: pointer;
}

#specialismemenu ul li a:hover, #specialismemenu ul li a:hover span {
    background-image: url(../image/bg/specialismebutton_hover.png);
}

#specialismemenu ul li.active a, #specialismemenu ul li.active a span {
    background-image: url(../image/bg/specialismebutton_active.png);
}

#content #paginationControl {
    text-align: center;
    clear: both;
    padding-bottom: 20px;
}

.content #loginForm {
    margin-top: 10px;
}

.content #loginForm dl dt label {
    float: right;
    font-weight: normal;
}

.content #loginForm dl dt label.required {
    background: none;
}

.content form {
    width: 100%;
    float: none;
}

.content form dl {
    margin: 10px 0;
    padding: 0;
    width: auto;
}

.content form dl dt {
    clear: both;
    width: 150px;
    float: left;
    margin-bottom: 6px;
    display: inline;
}

.content form dl dd {
    float: left;
    margin-bottom: 6px;
    width: 350px;
}

.content form dl.labelright dt {
    text-align: right;
}

.content form dl.labelright dt label {
    margin-right: 13px;
}

.content form dl.labelright dt label.required {
    padding-right: 5px;
    margin-right: 8px;
}

.content form dl dd .wide {
    width: 330px;
}

.content form dl dd.indent {
    margin-left: 20px;
    width: 330px;
}

.content form input.submitbutton {
    border: none;
    background: url(../image/bg/submit.png) no-repeat top left;
    line-height: 35px;
    height: 35px;
    width: 179px;
    font-size: 15px;
}

.content form ul.errors {
    margin-bottom: 6px;
    display: block;
}

.content form ul.errors li {
    list-style-type: none;
    margin-left: 0;
    color: #600;
    font-style: italic;
}

.content form textarea {
    font: inherit;
    width: 280px;
}

.content form label.required {
    padding-right: 7px;
    background: url(../image/required.png) no-repeat right 2px;
}

.content .blackheading h1, .content .blackheading h1 a, .content .blackheading h2, .content .blackheading h2 a {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #262626;
    line-height: 35px;
    text-decoration: none;
}

.content .blackheading form h2 {
    font-size: 18px;
    line-height: 23px;
}

.wide .content div.kader_f6fafa {
    background: url(../image/bg/kader_385_f6fafa.png) no-repeat bottom left;
}

.wide .content div.kader_f6fafa div.inner {
    background: url(../image/bg/kader_385_f6fafa.png) no-repeat top left;
}

.wide .content div.double div.kader_f6fafa {
    background: url(../image/bg/kader_792_f6fafa.png) no-repeat bottom left;
    width: 792px;
    clear: both;
}

.wide .content div.double div.kader_f6fafa div.inner {
    background: url(../image/bg/kader_792_f6fafa.png) no-repeat top left;
}

.wide .item385 {
    width: 385px;
}

.wide ul.horizontal li {
    margin-left: 33px;
    float: left;
    width: 353px;
    position: relative;
    list-style-type: none;
}
.wide ul.horizontal li span.label {
    position: absolute;
    left: -20px;
    font-size: 15px;
}

.wide ul.horizontal li.floatright {
    float: right;
}

.wide .content .item385 form dl dt {
    width: 110px;
}

.wide .content .item385 form dl dd {
    float: left;
    margin-bottom: 6px;
    width: 220px;
}

.wide .content .item385 form dl dd input.wide, .wide .content .item385 form dl dd input.text, .wide .content .item385 form dl dd textarea {
    width: 210px;
}

.content ul.plusmin {
    list-style-type: none;
}

.content ul.plusmin li {
    background: url(../icon/plus.png) 10px 3px no-repeat;
    margin: 0;
    padding-left: 30px;
}

.content form dl dd label input.moveleft {
    margin-left:-20px;
    margin-right:8px;
}

.content form p, .content form fieldset {
    padding-top: 4px;
    padding-bottom: 4px;
}

div.multiOptions3col {
    margin-left: 20px;
}

div.multiOptions3col label {
    width: 162px;
    display: block;
    float: left;
}

.content .inner h3 {
/*    padding-bottom: 5px;*/
}

/**
 * Ads
 */
div.adzone div.ad {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
}

div.adzone_links {
    width: 150px;
    overflow: hidden;
}

div.adzone_links div.ad {
    border: none;
    padding: 0;
}

div.adzone_leaderboard {
    width: 792px;
}

div.adzone_leaderboard div.ad {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

div.adzone_hotspot div.ad {
    border: none;
    padding: 0;
}

div.adzone div.ad div.headline {
    font-size: 12px;
    font-style: italic;
}

/**
 * Menu style
 */
#left div.menu {
    margin-bottom: 20px;
}

#left div.menu ul {
    width: 150px;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    font-family: "DIN medium", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #809ab6;
}

/* hide the sub levels and give them a positon absolute so that they take up no space */
#left div.menu ul ul {
    position:absolute;
    left: 150px;
    top: -1px;
    border-top: 1px solid #809ab6;
    border-bottom: none;
    visibility: hidden;
    z-index: 100;
}

/* relative positon so that you can control the folding menu positon */
#left div.menu li {
    line-height: 18px;
    margin: 0;
    border-bottom: 1px solid #809ab6;
    background-color: #e5f0ef;
    line-height: 18px;
    color: #003263;
    position: relative;
}

#left div.menu li a.submenu {
    background-image: url(/layout/image/submenu.png);
    background-repeat: no-repeat;
    background-position: 135px center;
}

#left div.menu ul ul {
    border-left: 1px solid #809ab6;
    border-right: 1px solid #809ab6;
}

#left div.menu li.spacer {
    border-top: 1px solid #476b8f;
}

#left div.menu li a,
#left div.menu li a:visited {
    width: 140px;
    padding: 2px 5px;
    display: block;
    text-decoration: none;
    color: #003263;
}

#left div.menu li a:hover {
    background-color: #cce1de;
    color: #cc0000;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#left div.menu table {
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
}

/* make the second level visible when hover on first level list OR link */
#left div.menu ul li:hover ul, #left div.menu ul a:hover ul{
    visibility:visible;
}

/**
 * Pharbase
 */
dl.pharbase {
    margin: 10px 0;
    clear: both;
}

dl.pharbase dt {
    clear: both;
    width: 100px;
    float: left;
    margin-bottom: 6px;
    display: inline;
    margin-left: 30px;
    position: relative;
}

dl.pharbase dd {
    float: left;
    margin-bottom: 6px;
    width: 400px;
}

dl.pharbase dt span {
    position: absolute;
    left: -30px;
    width: 20px;
    text-align: right;
    display: block;
    font-size: 13px;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #cc0000;
}

dl.pharbase dt.hr {
    margin-left: 0;
    width: 130px;
    border-top: 1px solid #ccc;
}
dl.pharbase dd.hr {
    border-top: 1px solid #ccc;
}

#adreslijstForm {
    float: left;
    margin-bottom: 30px;
}

#adreslijstForm input.wide {
    width: 300px;
}

/**
 * Richtlijnen
 */
#richtlijnen {
    margin: 20px 0 50px 0;
    border-bottom: 1px solid #ccc;
}

#richtlijnen div.item {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin: 0;
}

#richtlijnen span {
    margin-left: 20px;
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
}

#richtlijnen a.pdf {
    float: right;
    background: url(../icon/pdf.gif) no-repeat left center;
    padding-left: 20px;
}

/**
 * Content stijlen
 */
.content p.nobottompadding {
    padding-bottom: 0;
}

.content p.nopadding {
    padding: 0;
}

.content #toelichting {
    display: none;
}

div.magazines {
    margin: 10px -14px 10px 0;
    font-weight: bold
}

div.magazines div {
    width: 259px;
    float: left;
    margin-right: 14px;
    text-align: center;
    margin-bottom: 10px
}

div.magazines div img {
    width: 259px;
    border: none;
}

div.magazines div a.edition {
    margin: -20px 0 20px;
    display: inline-block;
    text-decoration: none;
    background: #fff url(/layout/image/pdf-16x16.png) no-repeat left center;
    padding-left: 20px;
}

div.fancybox a.pdf {
    background: url("/layout/image/pdf-64x64.png") no-repeat scroll left center transparent;
    display: inline-block;
    line-height: 64px;
    padding-left: 80px;
}

#left div.magazine {
    padding-left: 5px;
    width: 145px;
    overflow: hidden;
    margin-bottom: 20px;
}

#left div.magazine a {
    color: #094d91;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

#left div.magazine a:hover div {
    text-decoration: underline;
    color: #c00;
}

#left div.magazine div {
    margin-top: -9px;
}
