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

#logo {
	padding-left:20px;
	float: left;
	width: 70px;
	margin-bottom: 45px;
	height: 700px;
	display:block;
}

#aanmelden {
	overflow-y:auto;
	float: left;
	width:95%;
	margin-bottom: 45px;
	height:700px;
	display:block;
	background: hsla(193, 100%, 83%, 0.5);
	border: 4px solid hsl(60, 85%, 75%);
	-webkit-box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#aanmelden img {
	width:95%;
	height:20%;
}
#aanmelden::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#aanmelden::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#aanmelden::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

#aanmelden #navigation {
	positition:absolute;
	margin-top:-75px;
	margin-right:5%;
	float:right;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
	-webkit-box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #33;
	
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1 {
	color: #F00;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #F00;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
strong {
	color:#F00;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}