#menuLanguage {
	position: absolute;
	visibility: hidden;
	z-index: 5;
	left: 671px;
	width: 88px;
	top: 146px;
	color: black;
	background-color: #ffccff;
	border: 1px solid #330033;
}
#menuMember {
	position: absolute;
	visibility: hidden;
	z-index: 5;
	left: 410px;
	width: 120px;
	top: 146px;
	color: black;
	background-color: #ffccff;
	border: 1px solid #330033;
}
#menuPoblaciones {
	position: absolute;
	visibility: hidden;
	z-index: 5;
	left: 323px;
	width: 88px;
	top: 146px;
	color: black;
	background-color: #ffccff;
	border: 1px solid #330033;
}
#top {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 162px;
	width: 800px;
  overflow: hidden;
  background: url(/images/banner.jpg) repeat-x scroll;
}
#top_admin {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 162px;
	width: 800px;
  overflow: hidden;
  background: url(/images/banner_admin.jpg) repeat-x scroll;
}
#left {
  position: absolute;
  left: 5px;
  top: 180px;
  width: 104px;
  overflow: hidden;
}
#center {
  position: absolute;
  left: 130px;
  top: 180px;
  width: 385px;
  overflow: hidden;
}
#right {
  position: absolute;
  left: 536px;
  top: 180px;
  width: 234px;
  overflow: hidden;
}
body {
  width: 800px;
  font-family: Comic Sans MS, verdana, helvetica, sans-serif;
  font-size: 16px;
  color: #800000;
}
#left div.content table, #right div.content table {
	font-size: 9px;
}
#center div.content table {
	font-size: 12px;
}
a:link, a:visited {
  font-weight: bold;
	color: #800000;
	text-decoration: none;
}
a:hover, a:active {
  font-weight: bold;
	color: black;
	text-decoration: none;
}

div#menuLanguage table tr td a:link, div#menuLanguage table tr td a:visited, div#menuPoblaciones table tr td a:link, div#menuPoblaciones table tr td a:visited, div#menuMember table tr td a:link, div#menuMember table tr td a:visited {
  margin: 3px;
  width: 100%
  display: block;
	color: black;
	font-size: 10px;
	text-decoration: none;
}
div#menuLanguage table tr td a:hover, div#menuLanguage table tr td a:active, div#menuPoblaciones table tr td a:hover, div#menuPoblaciones table tr td a:active, div#menuMember table tr td a:hover, div#menuMember table tr td a:active {
	color: white;
}

/* Layout van text */
.left {
  float: left;
}
.right {
  float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underlined {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.admmenu:link, .admmenu:visited {
	display: block;
	font-face: arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: #cc99cc;
}
.admmenu:hover, .admmenu:active {
	display: block;
	font-face: arial;
	font-size: 11px;
	font-weight: normal;
	color: white;
	background-color: #ffccff;
}

/* Layout van boxen */
.content {
	margin-bottom: 25px;
	overflow: hidden;
}
tr.whiteonpurple {
	color: #800000;
	background-color: white;
}
tr.blackonwhite {
	color: black;
	background-color: white;
}
tr.blackonpurple {
	color: black;
	background-color: #cc99cc;
}
div#left {
	font-size: 16px;
}
div#right {
	font-size: 16px;
}
div#right .city tr.blackonwhite {
	color: black;
	background-color: #cc99cc;
}
div#right .city tr.blackonwhite a:hover, div#right .city tr.blackonwhite a:active {
	color: #ffccff;
}
.boxheader {
	position: relative;
	font-weight: bold;
	font-size: 16px;
}
.boxborder {
  border: 0px solid #330033;
}
.correction {
	top: 5px;
	left: -14px;
}

/* layout van FORM-elementen */
input, select, textarea {
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
	border: 1px solid #330033;
	color: black;
	background-color: #ffccff;
}
input.normalwidth, select.normalwidth, textarea.normalwidth {
	width: 250px;
}
input.submediumwidth, select.submediumwidth, textarea.submediumwidth {
	width: 200px;
}
input.mediumwidth, select.mediumwidth, textarea.mediumwidth {
	width: 170px;
}
input.subsmallwidth, select.subsmallwidth, textarea.subsmallwidth {
	width: 60px;
}
input.smallwidth, select.smallwidth, textarea.smallwidth {
	width: 25px;
}
input.checkbox {
	margin-right: 10px;
}
input.button {
	background-color: #cc99cc;
}
input.check {
  width: 15px;
}
input.time {
  width: 48px;
}

/* Messages */
p.message {
  width: 99%;
  border: 1px solid #330033;
  padding: 2px;
}
p.good {
  background-color: green;
}
p.bad {
  background-color: red;
}

/* Layout van images */
img {
	border: 0;
}
img.thumb {
	margin-bottom: 8px;
	width: 110px;
}
img.spacer {
	margin-right: 8px;
}
