
h6 {
	font-weight: bold !important;
}

.popup {
	display: none !important;
}

#welkom {
	display: none;
}

#uitloggen {
	display: none;
}

body {
	background-image: url("/images/1800-ijsselstein.jpg");
	background-size: cover;
}

.search-container {
	margin-top: 10px;
	margin-right: 20px;
	float: right;
}

.search-container button {
	width: 40px;
	background-color: #eeeeee;
}

#searchform i {
	color: #059184;
}

#searchform input {
	color: #059184;
}

#header {
	float:left;
	width: 100%;
}

#logo {
	float: left;
}

#logotekst {
	float: left;
}

#wrap {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#top h2 {
	text-align: center;
	font-family: Times New Roman;
	font-size: 38px;
	color: #059184;
}

.item {
	float: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
margin-top: 10px;
border: solid 1px #dddddd;
padding: 10px;
background-color: #eeeeee;
}

.image {
	float: left;
	padding-right: 10px;
}

.tekst {
	

}


.tekst-header {
	margin-top: -5px;
	height: 25px;
	text-align: center;
	color: #059184;
}

.tekst-vlak {
	padding-left: 15px;
}

#rechterkolom {
	float: left;
	width: 20%;
	height: 200px;
	background-color: #eeeeee;
}

#rechterkolom label {
	width: 150px;
}


#linkerkolom {
	width: 80%;
	float: left;
}

.container {
	float: left;
	margin-top: 30px;
}


button {
	width: 150px;
	background-color: yellow;
}


.popup {
	color: #059184;
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 5px;
	margin-top: 10px;
	margin-left: 30px;	
}

.popup input {
	color: #059184;
}

.popup label {
	margin-right: 10px;
}

/* The actual popup (appears on top) */
.popup .popuplogin {
visibility: hidden;
width: 350px;
background-color: #eeeeee;
color: #059184;
text-align: center;
border: 1px solid #cccccc;
border-radius: 6px;
padding: 8px 0;
position: absolute;
z-index: 1;
top: 0px;
left: 2%;
margin-left: -80px;



}

.popup .popuplogin::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}

.popup .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
cursor: auto;
}

#close {
cursor: pointer;
	text-decoration: none;
	right: 10px;
	position: absolute;
	top: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #059184;
}

#welkom {
	color: #059184;
	float: left;
	padding-left: 5px;
}

#uitloggen {
	color: #059184;
	float: left;
	text-decoration: none;
	padding-left: 5px;
}

#forgotpassword {
	color: #059184;
	text-decoration: none;
}


@-webkit-keyframes fadeIn {
from {opacity: 0;} 
to {opacity: 1;}
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
} 




