/*
* Cache van main.style.css
* Created: 2016-08-16 17:19:14
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

/* Style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

.clear {clear: both; line-height: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: red;}
ul {
	list-style: disc;
	margin: 2px 12px 2px 20px;
}
ol {
	margin: 2px 25px;
	list-style-type: decimal;
}
del {text-decoration: line-through;}
abbr, acronym, cite {
	background-color: #d6e3e8;
}

.loading {
	background-image: url('/images/cms/spinner.gif');
  background-repeat: no-repeat;
  background-position: center;
}

/* Typo */
body {
	font-family: "Trebuchet MS",Arial;
	font-size: 12px;
	line-height: 16px;
	color: #545a5d;
}
a {
	text-decoration: none;
	color: #1d6687;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 15px 0;
}
p.clear {
	line-height: 16px;
}
hr {
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 16px !important;
}
h1 {
	margin: 20px 0 15px 0;
	font-size: 15px;
	line-height: 18px !important;
}
h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #545a5d;
}

h1.datespacer {
	width: 480px;
}

h5 {
	font-size: 17px;
	position: relative;
	margin-bottom: 5px;
}
h5 a.more {
	position: absolute;
	top: 2px;
	right: 0;
	background-image: url('/images/arrows.png');
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 0 18px 2px 4px;
	text-decoration: none;
	background-color: #ffffff;
	text-transform: lowercase;
	line-height: 13px;
	font-size: 12px;
	font-weight: normal;
	color: #545a5d;
}
h5 a.more:hover {
	background-color: #e2ebee;
	background-position: right -15px;
	text-decoration: none;
}
h6 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
/* /Headings */
/* /Typo */

/* Interface */
html, body {
	height: 100%;
}
body {
	background-image: url('/images/background.png');
	background-repeat: repeat-x;
}
div#wrapper {
	position: relative;
	width: 925px;
	min-height: 100%;
	_height: 100%;
	background-image: url('/images/shade.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 6px;
	margin: 0 auto -25px auto;
}
div#highlights, div#contentwrapper {
	min-height: 310px;
	_height: 310px;
}
div#headerclearer {
	height: 145px;
}
div#header {
	position: absolute;
	top: 0;
	left: 6px;
	height: 145px;
	width: 925px;
}
div#footerclearer {
	height: 35px;
	clear: both;
}
div#footer {
	margin: 0 auto;
	width: 925px;
	height: 25px;
	position: relative;
}
div#contentwrapper {
	float: right;
	width: 575px;
	background-color: #ffffff;
	padding-right: 55px;
	position: relative;
}
div.wrapperwide {
	width: 630px !important;
	padding-right: 0 !important;
}
div#content {
	float: left;
	width: 403px;
        position: relative;
}
div#sidebar {
	float: right;
	width: 197px;
	padding: 3px 15px 0 15px;
}
div#highlights {
	float: left;
	width: 265px;
	padding: 3px 15px 0 15px;
	background-color: #ffffff;
}
#sitelogo {
	background-image: url('/images/globio_logo.png');
	background-position: 0 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 279px;
	height: 82px;
	display: block;
	overflow: hidden;
	text-indent: -360px;
}
/* /Interface */

/* Menus */
ul.menu, ul.menu ul {
	list-style: none;
	margin: 0px;
}
ul.menu li {
	float: left;
	margin: 0;
}
ul#mainmenu {
	position: absolute;
	bottom: 0;
	left: 294px;
}
ul#mainmenu li {
	margin-left: 1px;
}
ul#mainmenu li a {
	width: 80px;
	height: 45px;
	display: block;
	padding: 10px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #75787a;
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 1px;
}
ul#mainmenu li a:hover, ul#mainmenu li.current a {
	color: #317391;
}
ul#mainmenu li.current a {
	margin-bottom: 0;
	height: 46px;
}

ul#headermenu {
	position: absolute;
	right: 0;
	top: 15px;
	text-transform: lowercase;
}
ul#headermenu li {
	float: none;
}
ul#headermenu li a {
	line-height: 16px;
	height: 18px;
	width: 118px;
	padding-left: 2px;
	border-bottom: 1px dashed #c0d4de;
	color: #c0d4de;
	display: block;
	background-image: url('/images/arrows.png');
	background-repeat: no-repeat;
	background-position: right -52px;
}
ul#headermenu li a:hover, ul#headermenu li.current a {
	color: #ffffff;
	background-position: right -35px;
	text-decoration: none;
}
ul#footermenu li {
	text-transform: lowercase;
	margin-right: 2px;
}
ul#footermenu li a {
	color: #545a5d;
}

div.submenu ul {
	margin: 10px 0 0 0;
	list-style: none;
	background-color: #e5edf0;
	padding: 5px;
}
div.submenu ul a {
	display: block;
	padding: 0 5px 0 20px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	color: #545a5d;
	text-decoration: none;
	background-image: url('/images/arrows.png');
	background-repeat: no-repeat;
	background-position: 5px -66px;
}
div.submenu ul a:hover, div.submenu ul li.current a {
	background-color: #5088a2;
	color: #ffffff;
	text-decoration: none;
	background-position: 5px -83px;
}
div.submenu ul li.hassub.current a {
	background-position: 5px -102px;
}
div.submenu ul ul {
	background-color: #d6e3e8;
	padding: 0;
	margin: 0;
	display: none;
}
div.submenu ul li.current ul {
	display: block;
}
div.submenu ul ul a, div.submenu ul li.current ul a {
	background-color: transparent;
	font-weight: normal;
	padding-left: 30px;
	background-position: 15px -137px !important;
	color: #545a5d;
}
div.submenu ul ul a:hover, div.submenu ul li.current ul a:hover, div.submenu ul ul li.current a {
	background-color: #78a3b7;
	background-position: 15px -121px !important;
	color: #ffffff;
}
div.tabs {
	margin: 23px 0 0 0;
	height: 35px;
}
.js div.tabs {
	overflow: hidden;
}
div.tabs ul {
	list-style: none;
	margin: 0;
	line-height: 35px;
	position: relative;
	padding: 0 5px;
}
.js div.tabs ul {
	overflow: hidden;
	height: 35px;
	background: #d6e3e8;
	white-space: nowrap;
        padding: 0 2px;
}
div.tabs ul li{
	display: block;
	padding: 0;
	margin: 0;
        float: left;
}
div.tabs ul li a  {
    color: #FFF;
    background: #5088A2;
    margin-right: 2px;
    display: inline-block;
    height: 33px;
    padding: 0 7px;
    line-height: 33px;
    margin-top: 2px;
}
div.tabs ul li.current a {
    color: #006687;
    background: #fff;
}
div.tabs ul li:hover a {
    background: #78a3b7;
    text-decoration: none;
    color: #fff;
}
div.controls {
	position: absolute;
	right: 5px;
    top: 45px;
}
div.controls button {
	background-image: url('/images/tabs-control.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	text-indent: -10000px;
	border: none;
	cursor: pointer;
}
div.controls button.next		{background-position: 0px 0px}
div.controls button.prev		{background-position: -21px 0px}

div.controls button.disabled{
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	cursor: auto;
}
/* /Menus */

/* Breadcrumb */
ul#breadcrumb {
	text-transform: lowercase;
	width: 630px;
	position: relative;
	top: 10px;
}
ul#breadcrumb li {
	margin-right: 5px;
	white-space: nowrap;
	font-size: 11px;
}
ul#breadcrumb li a {
	text-decoration: none;
	color: #767b7d;
}
ul#breadcrumb li span.raquo {
	color: #646464;
	line-height: 13px;
}
ul#breadcrumb li.last a, ul#breadcrumb li.last span.raquo {
}
ul#breadcrumb li a:hover {
	text-decoration: none;
	color: #1d6687;
}
/* /Breadcrumb */

/* Forms */
legend {display: none;}
input.text {
	border: 1px solid #317391;
	background-color: #ffffff;
}
label input {
	vertical-align: top;
}
input.defaultvalue, option.defaultvalue {
	color: #909090;
}
ol.fieldset {
	margin: 0;
	list-style: none;
}

.form-container {
	background-color: #e5edf0;
	width: 300px;
	margin: 0 auto;
}

.form-container ul {
	list-style-type: none;
	margin: 0;
}

form, .form-container {
	padding: 15px;
}

form > span {
	font-weight: bold;
	font-size: 16px;
}

input[type="text"] {
	height: 35px;
	width: calc(100% - 11px);
	margin: 10px 0;
	border: 1px solid #ced4d6;
	padding-left: 9px;
}


.input-field {
	position: relative;
}

.error {
	color: white;
    background: red;
    width: 259px;
    position: absolute;
    top: 48px;
    padding-left: 10px;
}

.required {
	position: absolute;
    right: 20px;
    top: 25px;
    font-size: 25px;
    color: #5088a2;
}

hr {
	border: 1px dotted #bfbfbf;
	margin-bottom: 20px;
}
button.download,
.button.download {
	border: 0;
	background: #5088a2;
	display: block;
	color: #fff;
	height: 40px;
	width: 100%;
	padding-left: 50px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	cursor: pointer;
}

p.text-center {
	text-align: center;
}

button.download.reference,
.button.download.reference {
	width: 274px;
    text-align: left;
    text-transform: none;
    line-height: 18px;
    padding: 6px 0 6px 56px;
    height: 38px;
	margin: 0 auto;
}

button.download.reference > span,
.button.download.reference > span
{
	text-transform: uppercase;
}

button.download.icon-download:before,
.button.download.icon-download:before {
	position: absolute;
	background-image: url('/images/download-icon.png');
	background-repeat: no-repeat;
	content: '';
	width: 46px;
	height: 46px;
	left: 2px;
	top: 2px;
	line-height: 46px;
	font-size: 35px;
	z-index: 100;
}

button.download.icon-chevron-right:before,
.button.download.icon-chevron-right:before {
	position: absolute;
	content: "\f054";
	width: 36px;
	height: 36px;
	background: #78a3b7;
	left: 2px;
	top: 2px;
	line-height: 36px;
	font-size: 23px;
}

button.download:hover,
.button.download:hover {
	box-shadow: inset 500px 0 0 #78a3b7;
}
/* /Forms */

/* Overview */
h5 + ul.overview {
	margin-top: -5px;
}
ul.overview, div.overview ul {
	margin: 0px 0px 5px 0;
	list-style: none;
}
ul.overview h6, div.overview ul h6 {
	margin: 0 0 5px 0;
	color: #006687;
}
ul.overview li, div.overview ul li {
	padding: 5px 0;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	position: relative;
}
ul.overview img {
	float: left;
	margin: 0 5px 5px 0;
}
ul.overview span.date {
	position: absolute;
	top: -10px;
	right: 0;
}
div#highlights ul.overview li {
	border-bottom: 1px dotted #bfbfbf;
	margin-right: 5px;
}
ul.overview a.full, ul.overview h2 a, div.overview ul a {
	color: #646464;
	display: block;
	text-decoration: none;
	position: relative;
	left: -5px;
	padding: 5px;
}
div#highlights ul.overview a.full, div.overview ul a {
	margin-right: -5px;
}
ul.overview a.full:hover, ul.overview h2 a:hover, div.overview ul a:hover {
	background-color: #e2ebee;
}
ul.overview p {
	margin: 0;
}
ul.overview img.floatleft {
	margin-top: 0;
	border: 1px solid #d2d2d2;
}

ul.overview-img li {
	margin-top: 25px;
	background-color: #e5edf0;
	padding: 0;
	width: 575px;
}
ul.overview-img img {
	padding: 9px;
	border: 1px solid #d6e3e8;
	margin: 0;
	background-color: #ffffff;
}
ul.overview-img li div.content {
	float: left;
	width: 445px;
}
ul.overview span.date {
	top: -15px;
}
ul.overview-img li h2 {
	margin: 0;
}
ul.overview-img li h2 a {
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #78a3b7;
	background-color: #d6e3e8;
	position: static;
	font-weight: bold;
}
ul.overview-img li h2 a:hover {
	background-color: #78a3b7;
	text-decoration: none;
	color: #ffffff;
}
ul.overview-img li p {
	margin: 5px 10px;
}
ul.overview-img li.noimg div.content {
	width: 575px;
}

ul.files li a, div.overview-files ul a {
	background-image: url('/images/pdf.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 50px;
	min-height: 20px;
	_height: 20px;
}
ul.files li a:hover, div.overview-files ul a:hover {
	background-position: 0 -40px;
}
div.linklist ul {
	margin: 10px 0 0 0;
	list-style: none;
	background-color: #e5edf0;
	padding: 5px;
}
div.linklist ul a {
	display: block;
	padding: 4px 5px;
	line-height: 14px;
	color: #545a5d;
	text-decoration: none;
	border-top: 1px dotted #ffffff;
}
div.linklist ul li:first-child a {
	border: 0;
}
div.linklist ul a:hover {
	background-color: #78a3b7;
	color: #ffffff;
	text-decoration: none;
}
/* Overview */

/* List */
.expandinglist {
	margin: 10px 0 0 0;
	list-style: none;
}
.expandinglist .toggler {
	display: block;
	height: 23px;
	line-height: 23px;
	background-color: #e5edf0;
	padding: 0 5px 0 20px;
	background-image: url('/images/arrows.png');
	background-repeat: no-repeat;
	background-position: 5px -66px;
	color: #545a5d;
}
.expandinglist .open .toggler, a.toggler:hover {
	text-decoration: none;
	background-color: #5088a2;
	color: #ffffff;
	background-position: 5px -83px;
}
.expandinglist .open .toggler {
	background-position: 5px -102px;
}
.expandinglist .details {
}
.expandinglist .details table {
	margin: 10px;
	width: 100%;
}
/* /List */

table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #ecf2f4;
	border-width: 0 5px;
	margin-left: 5px;
}
table th {
	font-weight: bold;
}
table td {
	padding: 5px;
	background-color: #f5f8f9;
	border-style: solid;
	border-color: #ecf2f4;
	border-width: 5px 1px;
}
table.publication {
	background-color: transparent;
	border: none;
	margin-left: 0;
}
table.publication td {
	padding: 0;
	background-color: transparent;
	border: none;
}

/* Misc */
ul.imgfader {
	padding: 9px;
	border: 1px solid #e2ebee;
	width: 177px;
	height: 188px;
	overflow: hidden;
	position: relative;
}
ul.imgfader li {
	padding: 0;
	margin-bottom: 9px;
}
p.readmore, span.raquo {
	color: #3a94a2;
	font-family: Arial;
}
div.imagebox {
	margin: 10px auto;
}
div.floatleft {
	float: left;
	margin-right: 5px;
}
div.floatright {
	float: right;
	margin-left: 5px;
}
div.imagebox img.imgboximg {
	border: 1px solid #e5edf0;
	display: block;
}
div.imagedesc {
	background-color: #f2f6f7;
	border: 5px solid #f2f6f7;
	font-size: 11px;
	font-style: italic;
	color: #5088a2;
	line-height: 14px;
	text-align: center;
}
img.pageimg {
	float: left;
	border: 1px solid #e5edf0;
	margin: 0 5px 5px 0;
	padding: 9px;
}
p.pagedate {
    position: absolute;
    top: 11px;
    right: 33px;
    font-size: 11px;
}
p.homepub {
	margin: 7px 0 8px 0;
	line-height: 12px;
	width: 150px;
}
#tooltip {
	background-color: #e5edf0;
	padding: 1px 3px;
	color: #78a3b7;
	border: 1px solid #78a3b7;
}
/* /Misc */

/* Imagezoom */
div#bodyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #000000;
	z-index: 10;
}
div#zoomdiv {
	background-color: #ffffff;
	display: none;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 11;
}
div#zoomdiv a {
  background-repeat: no-repeat;
	text-decoration: none;
}
div#zoomdiv a.close {
	position: absolute;
	top: 5px;
	right: 10px;
	text-transform: lowercase;
	height: 18px;
	line-height: 18px;
	/*background-image: url('/images/navigation/close.png');*/
	/*padding-right: 22px;*/
	background-position: right center;
}
div#zoomdiv a.previous, div#zoomdiv a.next {
	position: absolute;
	bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
div#zoomdiv a.previous {
	left: 10px;
	padding-left: 13px;
	/*background-image: url('/images/navigation/back.png');*/
	background-position: left center;
}
div#zoomdiv a.previous:hover {
}
div#zoomdiv a.next {
	right: 10px;
	padding-right: 13px;
	/*background-image: url('/images/navigation/next.png');*/
	background-position: right center;
}
div#zoomdiv a.next:hover {
}
div#zoomdiv_img {
	position: relative;
	top: 15px;
}
div#zoomdiv_img img {
	position: absolute;
}
div#zoomdiv span.info {
	display: none;
}
/* Imagezoom */

/* Reference DB */
.referencedb {
    width: 610px;
    padding-bottom: 20px;
    margin-left: -3px;
}
.referencedb ul {
    margin: 0;
    list-style: none;
}
.referencedb .box {
    display: inline-block;
    width: 100%;
    height: 300px;
    margin: 20px 0 25px 0;
    vertical-align: top;
}
#highlights .referencedb .tabs,
#highlights .referencedb .box {
    width: 268px;
}
#highlights .referencedb .divider {
    height: 1px;
    background: #E5EEF0;
    width: 890px;
    position: absolute;
    top: 239px;
}
#highlights .referencedb .divider span {
    display: block;
    position: absolute;
    font-size: 27px;
    text-transform: uppercase;
    left: 0;
    top: -37px;
    letter-spacing: 1.5px;
    color: #5287a7;
}
#highlights .referencedb .step-1 {
    margin-top: 108px;
    margin-bottom: -15px;
}
#highlights .referencedb .step-1 span,
#highlights .referencedb .step-2 span {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #4c88a4;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    vertical-align: top;
    line-height: 20px;
    margin-top: -3px;
    margin-right: 3px;
    font-size: 12px;
}
#highlights .referencedb .tabs {
    height: 71px;
}
#highlights .referencedb .tabs ul {
    height: 71px;
    padding: 0 1px;
}
#highlights .referencedb .tabs ul li {
    width: 50%;
}
#highlights .referencedb .tabs ul li a {
    width: 117px;
    text-align: center;
    border-left: 1px solid #D6E3E8;
    margin-top: 1px;
}
#highlights .referencedb .tabs ul li.current a {
    background: #75a4b8;
    color: #fff;
}
.referencedb .box.hidden.small{
    display: none;
}
.referencedb .box-content {
    border: 1px solid #e5eef1;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
    box-sizing: border-box;
}
.referencedb .hidden {
    display: none;
}
.referencedb .box-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
    display: block;
    position: relative;
}
.referencedb .box-title a {
    margin-right: 3px;
}
.referencedb .box-title .icons-container {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
.referencedb .filter > li {
    padding: 4px;
}
.referencedb .filter > li .subfilters {
    margin-left: 20px;
}
.referencedb .filter > li .subfilters label {
    display: block;
    margin: 3px 0;
}
.referencedb .articles > li {
    margin: 0;
    padding: 3px 0 0px 0;
}
.referencedb .articles span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    height: 16px;
    padding-right: 5px;
}
.referencedb .articles .author {
    width: 100px;
}
.referencedb .articles .year {
    width: 35px;
}
.referencedb .articles .title {
    width: 140px;
    color: #5088a2;
}
.referencedb .articles .journal {
    width: 140px;
}
.referencedb .articles .volume {
    width: 100px;
}
/* Reference DB */

/* AddThis Share buttons */
.addthis_toolbox {
    position: absolute;
    width: 130px;;
}
#contentwrapper > .addthis_toolbox {
    right: 3px;
    top: 5px;
}
#content > .addthis_toolbox {
    right: -2px;
}
.addthis_toolbox > a[class*='addthis_button_'] {
    float: right;
}
.addthis_toolbox > span {
    float: right;
    display: inline-block;
    margin-right: 3px;
}
.addthis_toolbox + h1 {
    margin-top: 25px;
}
/* AddThis Share buttons */

/* File Extenstions icons */
*[class*="file-extenstion-icon-"] {
    display: inline-block;
    height: 16px;
    width: 16px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url('/images/file_extensions.png') no-repeat 0 0 transparent;
}
.file-extenstion-icon-excel               { background-position: 0 0 }
.file-extenstion-icon-excel:hover         { background-position: -16px 0 }

.file-extenstion-icon-pdf                { background-position: 0 -16px }
.file-extenstion-icon-pdf:hover          { background-position: -16px -16px }
/* File Extenstions icons */





/* WYMeditor */
/* Afb: Met onderschrift */
img.imgspec-caption /* img */ {
  /* border-top: 1px dotted blue; border-bottom: 1px dotted blue; */
}
/* Afb: Zoom */
img.imgspec-zoom /* img */ {
  /* border-left: 1px dotted blue; border-right: 1px dotted blue; */
}
/* Afb: Omloop rechts */
img.floatleft /* img */ {
  /* border-right: 2px dashed blue; */
	float: left;
	margin: 5px 5px 5px 0px;
}
/* Afb: Omloop links */
img.floatright /* img */ {
  /* border-left: 2px dashed blue; */
	float: right;
	margin: 5px 0px 5px 5px;
}
/* Tekst rechts uitlijnen */
p.alignright /* p */ {
  /* text-align: right; */
	text-align: right;
}
/* Tekst uitvullen */
p.alignjustify /* p */ {
  /* text-align: justify; */
	text-align: justify;
}
/* Tekst centreren */
p.aligncenter /* p */ {
  /* text-align: center; */
	text-align: center;
}
/* Omloop afbreken */
.clear /* * */ {
  /* border-top: 1px solid blue; */
}
/* /WYMeditor */
