body {
	text-align: center;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #28261f;
	color: #f49a19;
	text-shadow: 1px 1px #000000;
}
.adres {
	font-size: 17px;
	color: #FFF;
	height: 35px;
	width: 800px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fcc35d;
}

.adresonder {
	font-size: 17px;
	color: #FFF;
	height: 25px;
	width: 800px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fcc35d;
	padding-top: 15px;
}

#total {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 120px;
	width: 800px;
	text-align: center;
}
#leftContent {
	width: 200px;
	float: left;
	color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fcc35d;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#centerContent {
	float: left;
	width: 550px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFF;
}
#rightContent {
	float: left;
	width: 140px;
	padding: 5px;
}
#footer {
	color: #333333;
	height: 40px;
	width: 800px;
	clear:both;
	text-align: center;
	padding-top: 20px;
}
p {
padding: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 14px;
margin-left: 0px;
}
h1 {
	font-family: "Arvo", Times, serif;
	font-size: 36px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #f49a19;
}

h2 {
	font-family: "Arvo", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #f49a19;
}

html {overflow-y: scroll;}
a { outline: 0;}


.textbox {
	height: 20px;
	width: 255px;
	border: 1px solid #B9BDC1;
	color: #28261f;
	-moz-box-shadow: 0 2px 4px #bbb inset;
	-webkit-box-shadow: 0 2px 4px #BBB inset;
	box-shadow: 0 2px 4px #BBB inset;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-right: 1px;
	padding-left: 10px;
}
#contact_form_message {
    width: 400px;
    height: 250px !important;
}

.textbox:focus {
    background-color: #E7E8E7;
    outline: 0;
}


.textboxsmall:focus {
    background-color: #E7E8E7;
    outline: 0;
}

.textboxsmall {
	height: 15px;
	width: 75px;
	border: 1px solid #B9BDC1;
	color: #28261f;
	-moz-box-shadow: 0 2px 4px #bbb inset;
	-webkit-box-shadow: 0 2px 4px #BBB inset;
	box-shadow: 0 2px 4px #BBB inset;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}



input
    {
	background-color: #f5f5f5;
			border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom: 5px;
    }
select
    {
	background-color: #f5f5f5;
			border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom: 5px;
    }
	
fieldset
    {
	color: #FFF;
	padding: 10px;
	background-image: url(../images/tabelachter.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
    }	
	
legend
    {
	font-family: "Arvo", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-weight: bold;
	color: #f49a19;
    }	
	
	
.btn {
  background: #e3e3e3;
  background-image: -webkit-linear-gradient(top, #e3e3e3, #696969);
  background-image: -moz-linear-gradient(top, #e3e3e3, #696969);
  background-image: -ms-linear-gradient(top, #e3e3e3, #696969);
  background-image: -o-linear-gradient(top, #e3e3e3, #696969);
  background-image: linear-gradient(to bottom, #e3e3e3, #696969);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #ffffff;
  color: #000000;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #999999;
  background-image: -webkit-linear-gradient(top, #999999, #1f1f1f);
  background-image: -moz-linear-gradient(top, #999999, #1f1f1f);
  background-image: -ms-linear-gradient(top, #999999, #1f1f1f);
  background-image: -o-linear-gradient(top, #999999, #1f1f1f);
  background-image: linear-gradient(to bottom, #999999, #1f1f1f);
  text-decoration: none;
}


.naarrechts {
	text-align: right;
}
body,td,th {
	font-family: Lato, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #999999;
}
a:active {
	color: #FFFFFF;
}
.error
{
    color: #f49a19;
}

#nav {
  font-family: "Arvo", Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #f49a19;
  margin-bottom: 40px;
  padding-left: 18px;
}

#nav a {
  text-decoration: none;
}
#nav a:hover {
  color: #f49a19;
}

.hidden {
    display: none;
}

.decoration-none {
    text-decoration: none;
}

label {
    color: white;
    /*color: #f49a1a;*/
    font-size: medium;
}


.modal {
/*  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #000;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}

.modal-content button {
    margin: 5px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
