html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Segoe UI", Calibri, Candara, Segoe, Optima, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	overflow-y: scroll;
    height: 100%;
}
@media screen and (max-width: 600px) {	body { font-size: 10px; }	}
@media screen and (max-width: 800px) and (min-width: 601px) {	body { font-size: 12px; }	}
@media screen and (max-width: 1000px) and (min-width: 801px) {	body { font-size: 14px; }	}

div.wrapper {
	min-height: calc(100% - 20px);
    position: relative;
    overflow-y: hidden;
}

a {
	color: #71C7F1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #71C7F1;
}
h3 {
	color: #71C7F1;
	display: inline;
}

#header {
	display: table-cell;
}

#header > div {
	display: inline-block;
	vertical-align: bottom;
}

div.logo {
	width: 40%;
	max-width: 400px;
	}

div.banner {
	padding-bottom: 1em;
	font-size: 1.2em;
}
	div.banner .menu {
		width: 100%;
		text-align: center;
		line-height: 200%;
	}
		div.banner .menu .item {
			float: left;
			margin-right: 10px;
		}
		div.banner .menu .item:hover {
			text-decoration: none;
		}
		div.banner .menu .actief a {
			color: #59D0F8;
			text-decoration: none;
		}
		div.banner .menu .subitem {
			float: left;
			font-size: 0.8em;
			margin-right: 10px;
			text-align: left;
		}
		div.banner .menu .subitem:hover {
			text-decoration: none;
		}
		div.banner .menu .subactief a {
			color: #59D0F8;
		}
	div.banner a {
		color: #000000;
		text-decoration: none;
	}
	div.banner a:hover {
		color: #59D0F8;
		text-decoration: none;
	}

div.footer {
	font-size: 0.8em;
	line-height: 15px;
	border-top: 2px solid #59D0F8;
}

div.centerwrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: table;
}
@media screen and (max-width: 600px) {	div.centerwrapper { width: 95%; }	}
@media screen and (max-width: 800px) and (min-width: 601px) {	div.centerwrapper { width: 90%; }	}
@media screen and (max-width: 1000px) and (min-width: 801px) {	div.centerwrapper { width: 85%; }	}

div.messagebox {
	background: #5EA91A;
	color: #FFFFFF;
	line-height: 2em;
	padding: 5px;
}
div.messagebox_error {
	background: #D92626;
	color: #FFFFFF;
	line-height: 2em;
	margin: 5px 5px 5px 5px;
}

div.leveringsvoorwaarden OL { counter-reset: item }
div.leveringsvoorwaarden LI { display: block; }
div.leveringsvoorwaarden LI:before { content: counters(item, ".") ". "; counter-increment: item }

div.referentie {
	float: left;
	font-size: 0.8em;
	padding: 20px;
	height: 140px;
	display: table-cell;
	min-width: 200px;
	max-width: 300px;
}
	div.referentie ul,li {
		list-style-position: outside;
		margin-left:6px;
		padding: 0;
	}
	div.referentie .reflogo {
		height: 75px;
		vertical-align: bottom;
	    display: table-cell;
	}
	div.referentie img {
		max-height: 75px;
		max-width: 200px;
	}

div#popup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	background: url('/img/popup_bg.png') repeat-x;
	overflow: auto;
	font-size: 12px;
}
	div#popup table#popup_table {
		height: 100%;
	}
	div#popup table#popup_table td#popup_content {
		vertical-align: top;
		border: 1px solid #e1007a;
		background-color: #FFFFFF;
		height: 400px;
		width: 600px;
		padding: 0px;
	}
	div.popuptitel {
		padding: 5px 10px;
		background-color: #093281;
		border-bottom: 1px solid #e1007a;
		color: #FFFFFF;
	}

img {
	border: 0px;
}
a img{
	border: none;
}

.reset {
	clear: both;
}

.schaduwveld {
	border:1px solid #e1007a;
	border-radius:5px 5px 5px 5px;
	box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}

.knop {
	background: #8e004f;
	width: 150px;
	padding:1px;
	color:#FFFFFF;
	cursor: pointer;
}
.knopdisabled {
	background: #093281;
	width: 150px;
	padding:1px;
	color:#FFFFFF;
}

.zichtbaar {
	display:block;
}
.verborgen {
	display:none;
	height:100%;
}

.klikbaar {
	cursor:pointer;
}
.klikbaar:hover {
	text-decoration: underline;
}
