﻿html
{
}

body
{
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-size: 12pt;
	margin: 0 auto;
}

div#Container
{
    position:relative;
    background-color:White;
	margin: 0px auto;
	padding: 16px;
	margin-bottom: 32px;
	max-width: 800px;
	padding-top:10px;
}

div.Wrapper
{
	min-height: 100%;
	padding: 20px;
}

div.ContentWrapper div.Content p
{
	padding: 0;
	margin: 0;
	padding-bottom :10px;
	float: left;
}

.cursief
{
	color: #92d050;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

.ck {
	float: left;
	max-width: 720px;
	width: 100%;
	text-align: left;
}

.NoStyle.ck input {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	float: left;
	margin-top: 5px;
}

.NoStyle.ck label{
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	float: left;
	padding-left: 15px;
}

.ck span {
	float: left;
	max-width: 720px;
}
.ck2
{
	margin: 0;
	padding: 0;
	float: left;
	max-width: 720px;
	text-align: left;
}
.ck2 span
{
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}

.CheckboxWrapper2
{
	float: left;
	padding: 0;
	margin: 0;
	margin-left: -90px;
	margin-top: 10px;
	font-size: 12pt;
	text-align: left;
}

.CheckboxWrapper
{
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 200px;
	font-size: 12pt;
	text-align: left;
}
label
{
	line-height: 20px;
	cursor: pointer;
}
label.ExtraLargelabel
{
	cursor: pointer;
	float: left;
	line-height: 20px;
	min-width: 260px;
}

input:-ms-clear
{
	width: 0;
	height: 0;
}

input[type="checkbox"]
{
	cursor: pointer;
}

div.ContentWrapper div.Content h2
{
	padding: 0;
	margin: 0;
	margin-top: 20px;
	color: #92d050;
	font-size: 15pt;
	font-weight: bold;
}

div.Logo
{
    float: right;
    margin: 10px 10px 0 0;
}

div.Header
{
	float:left;
	margin: 10px 0 0 10px;
}

div.border
{
	border-top: 1px solid #1992D3;
	border-bottom: 1px solid #1992D3;
	margin-top: 20px;
}
div.clear {
	clear: both;
	margin-bottom: 5px;
}


div.ContentWrapper
{
	min-height: 650px;
	margin: 0 auto;
}

.ErrorMsg
{
	color: Black;
	float: right;
	font-size: 12pt;
	margin-right: 93px;
}
.DatumErrorMsg
{
	color: Black;
	float: right;
	font-size: 12pt;
	margin-right: 196px;
}

div.Content
{
	margin: 0 auto;
}
.clear
{
	line-height: 20px;
	padding: 1px;
	clear: both;
}

input[type="text"]
{
	text-indent: 5px;
}

input[type="text"],
textarea,
select
{
	cursor: pointer;
	outline: none;
	resize: none;	
	padding: 0;
	margin: 0;
	color: Black;
	border: 1px solid black;
}

textarea
{
	font-family: Tahoma, Sans-Serif;
}

div.ContentWrapper div.Content textarea
{
	max-width: 360px;
	min-height: 80px;
}

div.ContentWrapper div.Content select {
	min-width: 362px;
	width: 100%;
}

div.ContentWrapper div.Content input[type="checkbox"]
{
	clear: none;
}

.label
{
	min-width: 300px;
	font-size: 12pt;
	float: left;
}

.spacing
{
	height: 20px;
	width: 100%;
	float: left;
}

div.ContentWrapper div.Content .red
{
	color: Red;
	font-style: italic;
}

div.ContentWrapper div.Content .textareas textarea
{
	width: 100%;
	max-width: 660px;
	float: left;
}

.textareas label
{
	clear: both;
}


.Button
{
	float: left;
}

div.BetrokkenClientPlus
{
	width: 24px;
	height: 24px;
	margin-bottom: 10px;
	float: right;
}

div.BetrokkenClientMin
{
	width: 24px;
	height: 24px;
	margin-left: 5px;
	float: right;
}

div.BetrokkenClientMin input[type="button"].BtnMin
{
	width: 24px;
	height: 24px;
	cursor: pointer;
	outline: none;
	background-image: url('../images/Min.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

div.BetrokkenClientMin input[type="button"].BtnMin:hover
{
	width: 24px;
	height: 24px;
	cursor: pointer;
	outline: none;
	background-image: url('../images/MinRed.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

div.BetrokkenClientPlus input[type="button"].BtnPlus
{
	width: 24px;
	height: 24px;
	cursor: pointer;
	outline: none;
	background-image: url('../images/plus.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

div.BetrokkenClientPlus input[type="button"].BtnPlus:hover
{
	cursor: pointer;
	outline: none;
	background-image: url('../images/PlusGreen.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

em
{
	color: #C20116;
}

.NoStyle
{
	background-color: Transparent;
	border-width: 0;
	margin: 0;
	padding: 0;
}
.NoStyle input
{
	background-color: Transparent;
	border-width: 0;
}

.Row,
.ck
{
    margin-bottom:5px;
}