@charset "utf-8";
body {
  background-image:url(../Images/bodybackground.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	font-family: 'Lato', sans-serif;
	color: #014080;
	font-size: 11pt;
}

legend {
	font-size: 14pt;
	font-weight: 700;
}

.legend {
	font-size: 12pt;
	font-weight: 700;
	color:#006;
}

.LatoThin {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}

.LatoLight {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.LatoRegular {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.LatoBold {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.LatoBlack {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
	
select {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #014080;
	font-size: 16px;
}

.wallerselect, .comment {
	width: 80%;
}
.maintable {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.langimg {
  position:absolute;
	margin-left:0px;
	margin-bottom:0px;
	text-align:left;
}
.topleft {
	width: 120px;
	text-align: center;
}
.topright {
  position:relative;
	text-align: center;
	color: #014080;
	font-size: 36px;
	font-weight: bold;
}
.subhead {
  font-size: 18px;
}
.leftmenu {
}
.menu {
  position: relative;
	margin-top: 40px;
}
.menubackground {
}
.menuitem {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 40px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align: right;
	font-weight: bold;
	color: #014080;
}
.menuitem:hover {
	color:#ccccff;
}
.bottomline {
	font-size: 10px;
}
.maincontent{
	border: 1px solid #014080;
	color: #014080;
	background-color:#FFFFFF;
}
.programtable {
  width: 75%;
}
a {
  color: #014080;
	text-decoration: none;
}
a:hover {
  color: #09F;
}

a img {
	border: none;
}

.gezinstable th {
  text-align:left;
	font-weight:normal;
}
.comment {
  width: 90%;
}
.deletebutton {
  background-image:url(../Images/del1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.deletebutton:hover {
  background-image:url(../Images/del2.png);
}
.deelneemtable {
  width: 100%;
}

.textshort {
	width: 80px;
}

.textmedium {
	width: 120px;
}

.textlong {
	width: 160px;
}

.textlong2 {
	width: 320px;
}

.fullwidth {
	width: 100%;
}

.whiteflush {
    background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.7);
}

.floatleft {
	display: inline-block;
	padding-right: 2px;
	padding-bottom: 2px;
}

.showtable td {
	font-weight: bold;
	padding-right: 10px;
	background-color: #fff;
}

.showtable th {
	font-weight: normal;
	padding-right: 10px;
	background-color: #eee;
}

.showadres {
	display: none;
}

fieldset {
	margin-top: 20px;
}

.hand {
	cursor: pointer;
}

.error {
	border-style: solid;
	border-color:#F00;
	border-width: 1px;
	box-shadow: 0px 0px 5px #F00;
}

.logoutbutton{
	width: 55px;
	height: 59px;
	font-style: bold;
}

.blueline {
	margin-bottom: 10px;
	border-bottom: 3px;
	border-bottom-color: #00C;
}

.agreementtext {
	border-color:#000;
	border-style:solid;
	border-width: 1px;
	width: 95%;
	font-family: 'Lato', sans-serif;
	margin: auto;
	padding:5px;
}