* {
	font-family:arial,sans-serif;
}

html {
	width:100%;
	height:100%;
	background-color:#fff;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-repeat: repeat-x;
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}

a {
	outline:none;
	text-decoration:none;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	border-bottom:1px solid #ccc;
	margin-top:5px;
	margin-bottom:6px;
}

a {
	color:#2F5998;
	text-decoration:none;
}
	a:hover {
		color:#00A2E5;
	}

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}


body,
.content {
	font-size:12px;
	line-height:140%;
	color:#333;
}

.title,h1 {
	font-size:12px;
	font-weight:bold;
/* 	text-transform:lowercase; */
	color:#2F5998;

}

.article h1.title {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}

.headline_module a {
	padding-left: 10px;
}
.login_module {
	padding-left: 0px;
}
.login_module .welkomtekst {
	padding-left: 10px;
}

.login_module .loginform {
	padding: 5px;
	padding-left: 10px;
	
}
.required_label {
	font-weight: bolder;
}

