body {
overflow: hidden;
}
.blok {
	height: 73px;
	width: 73px;
	background: #cccccc;
}

.verborgen {
display: none;
}

.blokimage {
	height: 73px;
	width: 73px;
	background-color: #cccccc;
	background-position: center center;
	background-size: round;
}
.blokmenu {
	height: 30px;
	width: 73px;
	background: #000000;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	text-align:center;

}
.blokdag {
	height: 73px;
	width: 73px;
	background: #cccccc;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	text-align:left;

}
.bloknummer {
	height: 73px;
	width: 73px;
	background: #666666;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	text-align:left;
}

a.link{
	text-decoration:none;
}

a.link:hover{
	text-decoration:underline;
}

td.bloknummer_alfabet {
	height: 73px;
	width: 73px;
	background: #B4285B;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	cursor:hand;
}

.blok_genre {
	height: 73px;
	width: 73px;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	cursor:hand;
}

td.bloknummer_alfabet:hover {
	background: #ECD2CF;
	color: #B4285B;
}

td.blokmaand {
	height: 75px;
	width: 75px;
	background: #333333;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	text-align:center;

}
td.blokmaand:hover {
	background: #666666;
	color: #ffffff;
	font-weight:bold;
}
a.blokmaand {
	color: #ffffff;
	text-decoration:none;
}
.blokweek {
	height: 75px;
	width: 75px;
	background: #cccccc;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	text-align:center;

}
div.sample_attach
{
  display: block;
  width:   75px;
  text-aling:center;
}
a.sample_attach, a.sample_attach:visited
{
  display: block;
  width:   80px;

  border-bottom:  2px solid #ffffff;
  border-right:  2px solid #ffffff;
  border-left:  2px solid #ffffff;
  padding: 5px 2px 5px 5px;


  background: #000000;

  text-decoration: none;
  font-family: arial;
  font-size: 11px;
  color:   #ffffff;
  text-align:center;
}

a.sample_attach:hover
{
  background: #CCCCCC;

  text-decoration: none;
  font-family: arial;
  font-size: 11px;
  color:   #000000;
  text-align:center;
}

h2 {
 color: #ffffff;
 font-family: arial;
 font-weight:bold;
 font-size: 25px;
 line-height: 25px;
 margin-top:18px;
 margin-left:10px;

}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #B4285B;
	font-size: 11px;
	font-family: verdana;
	width: 275px;
}

input.requireddd {
	border: 1px solid #000000;
	font-size: 11px;
	font-family: verdana;
	width: 275px;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #B4285B;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #B4285B;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

.regfield{
	padding-top: 3px;
}