.diego {
   float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
}

.menu {
   float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}

.vmenu {
  list-style-type: none;
  margin: 0;
  padding: 1em;
}

.buttonb A {
  display: block;
  width: 70%;
  color: white;
  padding: 0.5em;
  text-decoration: none;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: larger;
  background: #ee1f1f; /* Old browsers */
  background: -moz-linear-gradient(top, #ee1f1f 0%, #3752a5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee1f1f), color-stop(100%,#3752a5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ee1f1f 0%,#3752a5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ee1f1f 0%,#3752a5 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ee1f1f 0%,#3752a5 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee1f1f', endColorstr='#3752a5',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ee1f1f 0%,#3752a5 100%); /* W3C */
}

.buttonr A {
  display: block;
  width: 70%;
  color: white;
  padding: 0.5em;
  text-decoration: none;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: larger;
  background: #ee1f1f; /* Old browsers */
  background: -moz-linear-gradient(top, #3752a5 0%, #ee1f1f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3752a5), color-stop(100%,#ee1f1f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3752a5 0%,#ee1f1f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3752a5 0%,#ee1f1f 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #3752a5 0%,#ee1f1f 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3752a5', endColorstr='#ee1f1f',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #3752a5 0%,#ee1f1f 100%); /* W3C */
}

.vmenu A:hover {
  display: block;
  width: 70%;
  color: yellow;
  padding: 0.5em;
  text-decoration: none;
  border: 3px #32CB33 solid;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: larger;
}

.titelimage {
	float: left;
	margin-right: 3em;
}

.titelleer {
	float: left;
	width: 25%;
}
