/* Coding by Sven */

/* Default Opmaak*/
body {
	color: black;
	font-family: Arial;
	font-size: 12px;
	background-color: #d8d8d8;
	margin: 0 auto;
	text-align: center;
}
h1 {
	color: #941010 ;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
}

/* Achtergrond */
#container {
	width: 669px;
	height: 700px;
	display: block;
	background-image: url(images/bg.jpg);
	margin: 0 auto;
	text-align: center;
}

/* Positie */
#logo {
	padding-top: 20px;
	margin-left: -400px;
}
#navigation {
	padding-top: 55px;
	margin-left: 41px;
}
#title {
	color: white;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-top: -114px;
	margin-left: 330px;
	text-align: left;
}
#content {
	text-align: left;
	margin-top: 50px;
	margin-left: 250px;
	width: 370px;
	word-wrap: break-word;
	height: 350px;
	display: block;
}
#naw {
	text-align: left;
	position: absolute;
	padding-left: 250px;
	display:block;
	z-index: 100;
}

/* Menu Links */
a.home:link, a.home:visited, a.home:active {
	display: block;
	width: 161px;
	height: 11px;
	background: url(images/home.jpg);
	background-position: left top;
	margin-bottom: 10px;
}
a.home:hover {
	background-position: right top;
}
a.producten:link, a.producten:visited, a.producten:active {
	display: block;
	width: 161px;
	height: 11px;
	background: url(images/producten.jpg);
	background-position: left top;
	margin-bottom: 10px;
}
a.producten:hover {
	background-position: right top;
}
a.contact:link, a.contact:visited, a.contact:active {
	display: block;
	width: 161px;
	height: 11px;
	background: url(images/contact.jpg);
	background-position: left top;
	margin-bottom: 10px;
}
a.contact:hover {
	background-position: right top;
}

/* Menu current page style */
a.homecurrent {
	display: block;
	width: 161px;
	height: 11px;
	background: url(images/home.jpg);
	margin-bottom: 10px;
	background-position: right top;
}
a.productencurrent {
	display: block;
	width: 161px;
	height: 11px;
	background: url(images/producten.jpg);
	margin-bottom: 10px;
	background-position: right top;
}
a.contactcurrent {
	display: block;
	width: 161px;
	height: 11px;
	background: url(images/contact.jpg);
	margin-bottom: 10px;
	background-position: right top;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #941010;
}
a:hover {
	text-decoration: underline;
}
div.elem-group {
  margin: 250px 0;
}

label {
  display: block;
  font-family: 'Aleo';
  padding-bottom: 4px;
  font-size: 1.25em;
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Aleo';
  width: 250px;
  padding: 8px;
}

textarea {
  height: 70px;
}

button {
  height: 25px;
  background: #941010;
  color: white;
  border: 2px solid darkgreen;
  font-size: 1.25em;
  font-family: 'Aleo';
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  border: 2px solid black;
}