/* pushes the page to the full capacity of the viewing area */
body {
	margin: 0px;
	padding: 0px;
}
/* prepares the background image to full capacity of the viewing area */
#bg {
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.bgImg {
	height: 100%;
	width: 100%;
}
/* places the content ontop of the background image */
#content {
  width: 100%;
	padding: 10px 0px 7px 0px;
	top:0 ;
	position:absolute;
	z-index:10;
	background-color: #000000;
}
#content2 {
  width: 100%;
	margin: 126px 0px 20px 0px;
	background-color: #000000;
	position:absolute;
	z-index:10;
	padding: 0px 0px 1px 0px;
}

#content3 {
	margin: 160px 20px 20px 40px;
	position:absolute;
	z-index:1;
}

a {
	color: #df8385;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: lighter;
	color: #EEEEEE;
	text-decoration: none;
	margin-right: 20px;
}
.menu:hover {
	color: #df8385;
	text-decoration: none;
}
.mainmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu:hover, .mainmenu2:hover {
	color: #df8385;
	text-decoration: none;
}
.mainmenu2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #df8385;
	text-decoration: none;
}
.langselect {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.tekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
	width: 310px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.tekst2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
}
.fotoborder {
	border: solid 1px #df8385;
}
.thumbnail {
	border: solid 1px #df8385;
	margin-right: 1px;
	margin-top: 1px;
}

.thumbnail:hover{
	Filter: Alpha(Opacity=50)
	;-moz-opacity:.50;opacity:.50;
	border: solid 1px #df8385;
	margin-right: 1px;
	margin-top: 1px;
}

.agenda {
	border-bottom: solid 1px #df8385;
}
.agenda TH {
	font-weight: bold;
	text-align: left;
	color: #df8385;
	padding: 1px 5px 1px 1px;
	border:0 none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.agenda TD:first-child {
	border-left: solid 1px #df8385;
}
.agenda TD {
	font-weight: normal;
	text-align: left;
	padding: 0 2px 0 2px;
	border-top: solid 1px #df8385;
	border-right: solid 1px #df8385;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
.agenda A {
	font-weight: normal;
	color: #FFFFFF;
}
.agenda STRONG {color:#df8385}
.agenda TR:first-child TD.maand {border-top:0 none}
.agenda TD.maand {border-left:0 none;border-right:0 none;padding-top:5px}

.agenda2 TH {
	border-left: solid 1px #df8385;
	border-top: solid 1px #df8385;
	border-right: solid 1px #df8385;
}

.picture:hover{
	Filter: Alpha(Opacity=50);
	opacity:.5;
}

a.link {
	color: #ff0000;
	font-weight: bold;
}

.addthis_toolbox {position:absolute;opacity:0.6;filter:alpha(opacity=60);right:0px;top:5px;z-index:1000}
.addthis_toolbox:hover {opacity:1;filter:alpha(opacity=100)}
.addthis_pill_style {display:none}
