@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;500&display=swap');
* {
font-family: 'Ubuntu', sans-serif;
color:#333333;
font-size:13px;
margin:0;
padding:0;
	font-weight: 300;
}

body, html {
margin:0;
padding:0;
}
.clear {
	float: none;
	clear: both;
}
#header {
	position: relative;
	color:#FFFFFF;
	width:100%;
	background-color: #fff;
	height: 115px;

}

#header .header_logo {
	position: absolute;
	top: 20px;
	left: 50px;
	height: 77px;
	width: 238px;

}


#header h1 {
	position: absolute;
	top: 47px;
	left: 350px;
	color: #333333;
	font-size: 24px;
}
h1, h2, h3, h4, h5, strong, b {
	font-weight: 500;
}
h3 {
color:#666666;
font-size:16px;
margin:24px 0 8px 0;
}

.table_top {
	font-size:9px;
	color:#999999;

}

.loginform {
width:400px;
height:400px;
margin:200px auto 0 auto;

}

#navigation {
color:#FFFFFF;
height:36px;
width:100%;
background-color: #da2c2a;
}

#navigation  ul {
list-style:none;
margin-left:24px;
}

#navigation li {
float:left;
margin:0 20px 0 0;

}

#navigation a {
font-weight:bold;
display:block;
color:#FFFFFF;
text-decoration:none;
height:36px;
line-height:36px;
padding:0 4px 0 4px;
	font-size: 16px;
}

.groepen {
color: #000;
padding: 2px 0 2px 25px;
background-image:url(../images/body_bg.png);
background-repeat:repeat-x;
}

.groepen a {
margin: 10px 15px 0 0;
text-decoration: none;
}

#navigation a:hover {
color: #aaaaaa;
}

#main {
background-image:url(../images/main_bg.png);
background-repeat:repeat-x;
background-color:#fcfcfc;
padding:24px;
}

#main td {
padding:12px;
border-bottom:1px #999999 solid;
}

form {
width:460px;
}

textarea {
width: 600px;
height: 100px;
}


label {
display:block;
}

input, select {
width:300px;
float:left;
margin:0 300px 8px 0;
padding:2px;
}

a img {
border:0px solid #FFFFFF;
}
