/*style-bestand voor aacp-websites*/
html {
	overflow: -moz-scrollbars-vertical; /* Voorkom verspringen pagina */
	overflow-y: scroll;
}

body {
/*	background: url("images/proef2bg2.jpg") no-repeat;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	background-color:aliceblue;
	color: #151515;
	margin: 5px auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
}

.wrapper {
	background-color: aliceblue;
	max-width: 800px;
	margin: auto;
	font-family: verdana;
	letter-spacing: 1px;
}

.slogan {
	max-width: 800px;
	height: 10px;
	margin-top:auto;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: right;
	font-size: 9px;
}

.ptitle {
	font-family: 'Lobster';
	font-size: 25px;
	padding-left: 20px;
}

.quo {
	padding: 16px;
	max-width:100%;
	border: solid 1px;
	border-radius: 12px;
	font-style: italic;
	float:center;
}

.oje {
	display: none;
}
	
.contform {
	max-width: 800px;
	margin: auto;
	font-family: verdana;
	font-size: 0.9em;
}

.frontpagecontent {
	max-width: 380px;
	margin: auto;
	padding-left: 16px;
	font-family: verdana;
	float: left;
}

.footer {
	font-family: verdana;
	font-size: 12px;
	color: gray;
	text-align: center;
	line-height: 150%;
	width:100%;
	margin: auto;
	padding-left: 16px;
	float: left;
}

.footr {
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	color: gray;
	line-height: 135%;
}

a.footr:link {
	color: gray;
	text-decoration: none;
	font-weight: normal;
}

ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 12px;
	background: no-repeat gray; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(gray, white, gray)  no-repeat; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(gray, white, gray) no-repeat; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(gray, white, gray) no-repeat; /* For Firefox 3.6 to 15 */
	background: linear-gradient(gray, white, gray) no-repeat; /* Standard syntax */
}

ul.topnav li {
	float: left;
}

ul.topnav li a {
	display: block;
	font-weight: bold;
	color: #333;
	text-align: center;
	border: 1px solid gray;
	border-radius: 8px;
	padding: 10px 16px;
	text-decoration: none;
	background: no-repeat gray; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(gray, white, gray)  no-repeat; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(gray, white, gray) no-repeat; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(gray, white, gray) no-repeat; /* For Firefox 3.6 to 15 */
	background: linear-gradient(gray, white, gray) no-repeat; /* Standard syntax */
}

ul.topnav li a:hover:not(.active) {
	color: maroon;
	padding: 12px 16px 8px;
	background: no-repeat orange; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(gray, white, gray, black)  no-repeat; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(gray, white, gray, black) no-repeat; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(gray, white, gray, black) no-repeat; /* For Firefox 3.6 to 15 */
	background: linear-gradient(gray, white, gray, black) no-repeat; /* Standard syntax */
	border-radius: 6px 6px 12px 12px;
}

ul.topnav li a.active {
	color: red;
	padding: 12px 16px 8px;
	background: no-repeat gray; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(black, white, black)  no-repeat; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(black, white, black) no-repeat; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(black, white, black) no-repeat; /* For Firefox 3.6 to 15 */
	background: linear-gradient(black, white, black) no-repeat; /* Standard syntax */
	border-radius: 8px;
}

ul.topnav li.right {
	float: right;
}

h1, h2, h3, h4, h5, p {
	font-family: verdana;
	color: #444;
}

p {
	font-family: verdana;
	font-size: 0.9em;
	line-height: 135%;
}

a:link {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: red;
}

a:hover {
	color: orange;
}

.afbeelding {
	margin: 0px 5px 0px 5px;
	width: 222px;
	height: 300px;
	/*background-color: white;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	padding-left: 10px;
	float: left;
}

.caption {
	text-align: center;
	padding: 10px 20px;
	font-size: 0.6em;
}
.button {
	/*	clear: both;*/
	/*	border: 1px solid black;*/
	border-radius: 12px;
	/*	display: inline-block;*/
	padding: 5px 10px;
	color: #f1f1f1;
	background: no-repeat #3366cc;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	cursor: pointer;
	font-size: 0.9em;
	margin: auto;
}

.button a {
	text-decoration: none;
}

.button:hover {
	background: no-repeat #25488e;
	color: #f1f1f1;
	border-radius: 8px;
}

.velden {
	background: #e7e4d1;
	height: 150%;
	border-radius: 12px;
	padding: 5px 10px;
	font-size: 0.9em;
}

input.submit {
	border-radius: 8px;
	/*	display: inline-block;*/
	padding: 3px 10px;
	font-size: 16px;
	color: #f1f1f1;
	background: #3366cc;
	border: 2px outset #cccccc;
	cursor: pointer;
}

input.submit:hover {
	background: no-repeat #25488e;
}

.submit {
	font-size: 16px;
	background-color: rgb(38, 52, 38);
	color: #f1f1f1;
}

@media screen and (max-width: 600px){
    ul.topnav li.right, 
    ul.topnav li {float: none;}
}