/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color: #333;
	background-color:#FCF8F3;
	background-image:url(../images/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}

a:link, a:visited {
color:#333;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }



div.center {
  text-align: center;
}




div#header{




font-weight:800;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;


	
	
}

div#header h1{
font-size:22px;
color:#FCF8F3;
text-align:center;

}

div#header h2{
font-size:15px;
color:#FCF8F3;
text-align:center;
background-image:none;
margin-bottom:0px;

}

#inhoud{
	border:1px solid #000;
	
	box-shadow: 10px 10px 5px #888888;
	background-color:#FCF8F3;
	min-height:500px;
}






h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color:#1a2c3e;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: bottom;
	color:#010080;

	
	
	text-align: left;
	width: 100%;
}




h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3 {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  color:#AA6618;
  font-size: 1.3em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	display:block;
	
}
.form-control, input {
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 80%;
		height:30px;
}

textarea {
    overflow: auto;
    width: 80%;
}

.btn-success {
    color: #ffffff;
    background-color: #AA6618;
    border-color: #000;
}

#gruemenu.grue_91 ul ul li a, #navigation-toggle {
    color: #FCF8F3;
    /* background: #AA6618; */
    background-color: #333;
}

.verschijn{display:none;}
.verdwijn{display:block;}

@media screen and (max-width:900px) {
	

	
	.verschijn{display:block;}
	
	.verdwijn{display:none;}
	
	

  }
