body, html 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 90%;
	display: flex;
    flex-direction: column;
    height: 100vh; 
	margin-top: 0;
	margin-bottom: 0;
}
header
{
	background-color: #2D33A2;
	font-weight: bold;
	font-size: 26px;
	color: white;
	padding: 15px;
	height: 100px;
}
nav
{
	z-index: 1;
	background-color: #101357;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.shadow {
	z-index: 2;
	box-shadow: 5px 5px 5px rgba(40, 40, 50, 0.55);
	margin-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
section
{
	border-radius: 5px;
	background-color: #656ACA;
	flex: 1 0 auto;
	margin-bottom: 5px;
}
article
{
	line-height: 1.5;
	color: white;
	background-color: none;
	padding: 15px;
	margin: 10px;
}
.articleheader
{
	height: 30px;
	font-size: 24px;
	color: white;
	padding-bottom: 10px;
}
p{
	
}
footer
{
	background-color: #101457;
	color: white;
    flex-shrink: 20px;
    padding: 20px;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: right;
}
.td
{
	width:75px;
	padding:10px;
	cursor: pointer;
}
a.linkInTekst{
	text-decoration: underline;
	padding: 0;
	font-size: inherit;
	border-radius: 0;
}
a.linkInTekst:hover{
	
	background-color: white; 
	color: #101357;
	text-decoration: underline;
	text-shadow: 5px 5px 5px rgba(185, 188, 241, 0.55);
	padding: 0;
	font-size: inherit;
	border-radius: 0;
}
nav>ul {
	list-style-type: none;
	display: inline-block;
}
li {
	float: left;
}
a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	padding: 15px;
	
}
.lijst 
{
	display: block;
	float: none;
}
.lijstitem 
{
	padding: 5px 10px;
	float: none;	
}

a:hover
{
	background-color: white; 
	color: #101357;
	text-decoration: none;
	padding: 15px;
	box-shadow: 5px 5px 5px rgba(185, 188, 241, 0.55);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
} 
.mainsticky {
    position: fixed;
}
.selected
{
	background-color: #2D33A2; 
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 5px 5px 5px rgba(40, 40, 50, 0.55);
}
.sticky {
    position: fixed;
    top: 0;
    width: 81%;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 5px 5px 5px rgba(40, 40, 50, 0.75);
}
aside 
{
	float: right;
	padding: 20px;
}
.title {
	font-weight: 800;
	font-size: 16px;
}
.phone {
	color: white;
	font-size: 14px;
	font-size: default;
	padding: 5px;
}
.phone:hover
{
	font-size: 14px;
	padding: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
	z-index: 2;
	margin-right: 10px;
}
address {
	margin: 5px;
	font-style: normal;
	font-weight: 450;
	font-size: 14px;
}
.header-image-left {
	float: left;
	width: 100px;
}
.header-image-right {
	float: right;
	width: 100px;
}
.header-image {
	width: 100px;
}
.header-text-set {
	text-align: center;
    font-size: 24px;
    margin: auto;
    padding-top: 22px;
    display: table;
    z-index: 3;
}
td {
	font-size: 16px;
	font-weight: 550;
	width:200px;
}
td.right{
	font-size: 16px;
	font-weight: 550;
	width: 200px;
	text-align:right;
}
.skip {
	display: table;
	height: 20px;
}
.buttonLeft{
    float: left;
    position: relative;
    border-radius: 10px;
    padding: 14px 14px;
    background-color: #2D33A2;
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
}
.buttonLeft:hover {
	box-shadow: 5px 5px 5px rgba(40, 40, 50, 0.5);
	background-color: #101357;
}
.buttonRight{
    float: right;
    position: relative;
    border-radius: 10px;
    padding: 14px 14px;
    background-color: #2D33A2;
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 14px;
}
.buttonRight:hover {
	box-shadow: 5px 5px 5px rgba(40, 40, 50, 0.5);
	background-color: #101357;
}
.buttonRight:disabled{
	background-color: lightgrey;
}
fieldset {
	width: 425px;
	font-weight: 700;
    font-size: 18px;
    border-radius: 20px;
    border: 2px solid;
}
fieldset:hover {
	box-shadow: 5px 5px 5px rgba(40, 40, 50, 0.5);
}
fieldset span {
	font-size: 16px;
	font-weight: 200;
}
input {
	font-size: 16px;
	font-weight: normal;
	border: none;
	border-bottom: 2px solid black;
	padding: 5px 10px;
}
input:hover {
	box-shadow: 5px 5px 5px rgba(40, 40, 50, 0.5);
	border-bottom: 2px solid #101357;
}
input[type=radio]{
	border: none;
}
.required{
	color: #101357;
	text-align: left;
}
td > span {
	width: 10px;
}
.top
{
	vertical-align: top;
}
textarea{
	border: none;
	border-bottom: 2px solid black;
	padding: 5px 10px;
	resize: none;
}
textarea:hover{
	box-shadow: 5px 5px 5px rgba(40, 40, 50, 0.5);
	border-bottom: 2px solid #101357;
}
select
{
	font-size: 16px;
	font-weight: normal;
	border: none;
	border-bottom: 2px solid black;
	padding: 5px 10px;
}
select:hover{
	box-shadow: 5px 5px 5px rgba(40, 40, 50, 0.5);
	border-bottom: 2px solid #101357;
}
option{
	font-size: 16px;
	font-weight: normal;
	border: none;
	border-bottom: 2px solid black;
	padding: 5px 10px;
}
option:hover{
	box-shadow: 5px 5px 5px rgba(40, 40, 50, 0.5);
	border-bottom: 2px solid #101357;
}
legend
{
	padding: 10px 20px;
	background-color: white;
	color: #656ACA;
	border-radius: 10px;
}
.indent {
	display: block;
	float:none;
	
	width: 175px;
}
a.linkInTekstRuim{
	text-decoration: underline;
	display: block;
	padding: 10px 25px;
	float:none;
	border-radius: 15px;
}
a.linkInTekstRuim:hover{
	text-shadow: 5px 5px 5px rgba(185, 188, 241, 0.55);
}
/*
.color-primary-0 { color: #656ACA }	
.color-primary-1 { color: #B9BCF1 }
.color-primary-2 { color: #8B8FDF }
.color-primary-3 { color: #474DB3 }
.color-primary-4 { color: #2D33A2 }
 */
