/* basis */
html, body {
	margin: 0;
	padding: 0;
 	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, "Trebuchet MS", Arial, sans-serif;
 	font-size: 11px;
 	color: #AAAAAA;
	line-height: 180%
}

div#textalign {
	text-align: justify;
}

div#popuptext {
	margin: 15px 20px 20px 20px;
}

#menu {
	float: left;
	margin-left: 0px;
}

#country {
	float: right;
	margin-right: 0px;
}


/* linkjes */
a {
	font-weight: bold;
	color: #B4AC7E;
	text-decoration: none;
}
a:hover {
	color: #B4AC7E;
	text-decoration: underline;
	font-weight: bold;
}

p {
	font-family: Georgia, Times, Geneva;
	font-style: italic;
	font-size: 22px;
	font-weight: lighter;
	margin: 0px 0px 5px 0px;
	color: #B4AC7E;
}

/* overig */
img {
	border: 0px;
}

img.galleryborder {
	border: 4px solid #FFFFFF;
}

img.textimg {
	border: 1px solid #FFFFFF;
	margin: 10px 20px 10px 0px;
	float: left
}