/* <style type="text/css">  handig voor highlight */
@charset "utf-8";
/* CSS Document voor login scherm*/

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}
* {
	box-sizing: border-box;
}
#header {
	padding-top: 20px;
	max-width: 600px;
	width: 100%;
	height: 80px;
	margin: 0 auto;
}
body {
	line-height: 1;
	background: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 8px;
}
#wrapper {
	position: relative;
	top: 40px;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;
	box-shadow: 3px 3px 7px #777;	
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa,direction=135,strength=10);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#FFF;
}

#main {
	padding-top: 30px;
	overflow: hidden;
}

#content {
	margin: 0 30px  !important;
	max-width: 600px !important;
	min-width: auto !important;
	width: auto  !important;
}

#footer {
	margin: 0 auto;
	width: 100%;
}
/* basics */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	clear: both;
	color: #333;
}

hr { 
	border-top-width: 1px;
	border-top-color: #3584C5;
	border-top-style: solid;
}

p {
	margin-bottom: 18px;
}
a {
	cursor: pointer;
	color: #3584C5;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/** ARTICLES **/
.article {
	margin-bottom: 10px;
}

#content ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
#content h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

/* footer widget blocks */
#footer-area {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-content: space-between;
	color: #666;
	font-size: 80%;
	overflow: hidden;
	padding: 0 20px;
}

.footer-segment {
	flex-grow: 1;
	margin-right: 10px;
	margin-left: 10px;
}

/** FORM **/
fieldset {
	border: none;
}
.label { 
	display: block;
	margin-top: 2px;
	padding-right: 5px;
	text-align: right;
	width: 100px;
}
.inputCode {
	display: flex;
	width: 250px;
	margin: 2px auto 2px;
}
.inputCode input{
	width: 80px;
}
img.captcha {
	display: block;	
}

div.formError {
	margin-top: 0px;
	margin-left: 0px;
	height:auto;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}
div.submit {
    height: auto !important;
}