 
body {
	background-image: url("../photo's/Bottom_texture.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
	text-size-adjust: auto ;
}
#content {
	display: block;
    position: absolute;
    margin-left: -480px;
    top: 10px;
    width: 996px;
    min-height: 42%;
    border: 2px solid grey;
	background-color:#fff;
    left: 50%;
    
}

#header{
	position: relative;
	left:0px;
	width:auto;
	height:auto;
	display:block;
	background-color:grey;
	top:0%;
}
a:link{
text-decoration:none;
}
#topmenu{
	position: relative;
	left:0px;
	width:100%;
	height:50px;
	display:block;
	top:5px;
	background-color: #595959;
}
#topmenu ul {list-style-type:none; border-right:1px solid white; margin:0; padding:0;}
#topmenu a{display:block; width:auto;  float:left; padding:13px 20px 15px;  color:#ffffff; /*tekst kleur*/ background-color:#595959;;
		 border-right:1px solid;  text-decoration:none; }
		 #topmenu li {display:inline;}
#topmenu li a.last {border-right:none; padding: 5px 15px 5px 15px;}
#topmenu li a:hover {text-decoration:underline;}

#context{
	display:block;
	position: relative;
	left:0px;
	min-height:300px;
	width:992px;
	background-color: ;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 15px;
}
#context .other{
	margin: 0px -50% 0px 0px;
	position: relative;
	top: 45px;
	font-size: 17px;
	left: 50%;
	transform: translate(-50%, -37%);
	border: 1px solid black;
	height: 152px;
	width: 340px;
}
.ohter .oh{
	margin: 0;
    position: absolute;
    top: 50%;
	font-size:12px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.oh label{
font-size:14px;
}
#context .flags{
	margin: 0px -50% 0px 0px;
	position: relative;
	font-size: 17px;
	left: 50%;
	transform: translate(-50%, -13%);
	border: 1px solid black;
	max-width: 340px;
	height: 175px;
	min-width: 340px;
}
.flags .een{
	position:absolute;
	width:115px;
	top:0px;
	height:86px;
	border:1px solid black;
	background:blue;
}
#context .flags .twee{
	position:absolute;
	width:115px;
	top:0px;
	height:86px;
	border:1px solid black;
	background:black;
	left:33%;
	margin-right:-50%;
}
#context .flags .drie{
	position:absolute;
	width:115px;
	top:0px;
	height:86px;
	border:1px solid black;
	background:green;
	left:66%;
}
#context .flags .vier{
	position:absolute;
	width:115px;
	top:50%;
	height:86px;
	border:1px solid black;
	background:red;
}
#context .flags .vijf{
	position:absolute;
	width:115px;
	top:50%;
	height:86px;
	border:1px solid black;
	background:lightblue;
	left:33%;
}
#context .flags .zes{
	position:absolute;
	width:115px;
	top:50%;
	height:86px;
	border:1px solid black;
	background:grey;
	left:66%;
}
#context .login{
	position: relative;
	border:1px solid grey;
	background-color: #fff;
	margin: auto;
	padding:20px;
	max-width:402px;
	top:78px;
	
}
#context .login .wrapper{
	box-shadow: 0px 1px 2px #E1E1E1;
}
#context p.h1 {
font-size:18px;
color:#000;
padding:2px 79px 0px;
}
#context p.h2 {
font-size:medium;
color:#000;
padding:0px 79px 0px;
}
#context p.wwjd {
font-size:20px;
color:#000;
padding:27px 31%;
}
#context .wwjv {
position: relative;
display: block;
width: 100%;
height: auto;
}
.wwjv ul{
position: relative;
text-align: left;
left: 29%;
width:300px;
}
.wwjv .gn{
position: relative;
text-align: left;
left: 29%;
width:300px;
}
#footer{
	background-color:;
	position: relative;
	height: 50px;
	display:block;
	width:100%;
	border-top:1px solid black;
}
#footer p {
	margin: 0;
    position: relative;
	top:14px;
	font-size:12px;
	width:100%;
	text-align:center;
    
	}
