@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}
#Menu {
	width: 780px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -430px;
	background-color: #FFFFFF;
	height: 74px;
}
#Page {
	width: 780px;
	background-color: #FFFFFF;
	height: 400px;
	position: absolute;
	top: 134px;
	left: 50%;
	margin-left: -430px;
}


#contentTxt {
	width: 390px;
	position: absolute;
	top: 10px;
	left: 370px;
	height: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D7B8E;
}
#contentTxt a {
	color: #7D7B8E;
}
#contentTxt a:hover {
	color: #991D20;
}
#contentTxt .titlebg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D7B8E;
	width: 390px;
	height: 8px;
}
.linebottom {
	height: 10px;
	width: 390px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D7B8E;
}

#contentTxt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7D7B8E;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	display: inline;
	padding-right: 3px;
}
#Fotos {
	width: 330px;
	position: relative;
	top: 0px;
	left: 18px;
	height: 368px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #7D7B8E;
	text-align: left;
}
#Fotos img {
	position: relative;
	top: 50%;
	margin-top: -171px;
	float: right;
}
#FotosTxt .aantalfotos a {
	text-decoration: none;
	font-weight: bold;
	color: #7D7B8E;
}
#FotosTxt {
	position: absolute;
	top: 260px;
	left: 0px;
}

#FotosTxt .aantalfotos a:hover {
	color: #9A141B;
}
#message {
	display: block;
	width: 380;
	background-color: #f3f4b5;
	border: solid 1px #dde137;
	color: #808314;
	padding: 5px;
}
#fout {
	display: block;
	width: 380;
	background-color: #f8c2c2;;
	border: solid 1px #e82f2f;;
	color: #880f0f;;
	padding: 5px;
}



/* Menu */
#SilogieBtn {
	background-image: url(../images/Silogie.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 53px;
	display: block;
}
#SilogieBtn:hover {
	background-image: url(../images/Silogie_over.png);
}
#GebouwBtn {
	background-image: url(../images/Gebouw.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 62px;
	display: block;
}
#GebouwBtn:hover {
	background-image: url(../images/Gebouw_over.png);
}
#KamersEnFaciliteitenBtn {
	background-image: url(../images/KamersEnFaciliteiten.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 140px;
	display: block;
}
#KamersEnFaciliteitenBtn:hover {
	background-image: url(../images/KamersEnFaciliteiten_over.png);
}
#OmgevingBtn {
	background-image: url(../images/Omgeving.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 72px;
	display: block;
}
#OmgevingBtn:hover {
	background-image: url(../images/Omgeving_over.png);
}
#TarievenBtn {
	background-image: url(../images/Tarieven.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 60px;
	display: block;
}
#TarievenBtn:hover {
	background-image: url(../images/Tarieven_over.png);
}
#ReserverenBtn {
	background-image: url(../images/Reserveren.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 150px;
	display: block;
}
#ReserverenBtn:hover {
	background-image: url(../images/Reserveren_over.png);
}
#GrootSchilderenAtelierBtn {
	background-image: url(../images/GrootSchilderenAtelier.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 146px;
	display: block;
}
#GrootSchilderenAtelierBtn:hover {
	background-image: url(../images/GrootSchilderenAtelier_over.png);
}
#GallerieBtn {
	background-image: url(../images/Gallerie.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 51px;
	display: block;
}
#GallerieBtn:hover {
	background-image: url(../images/Gallerie_over.png);
}
#RoutBtn {
	background-image: url(../images/Route.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 44px;
	display: block;
}
#RoutBtn:hover {
	background-image: url(../images/Route_over.png);
}
#ContactBtn {
	background-image: url(../images/Contact.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 50px;
	display: block;
}
#ContactBtn:hover {
	background-image: url(../images/Contact_over.png);
}
#PageWrapper {
	height: 660px;
	width: 900px;
	position: absolute;
	top: 5%;
	background-image: url(../images/paginabg.jpg);
	background-repeat: no-repeat;
	background-position: center -100px;
	margin-left: -450px;
	left: 50%;
}
#Footer {
	font-size: 10px;
	color: #A8A6B2;
	position: relative;
	top: 640px;
	left: 18px;
}
#Footer a {
	color: #A8A6B2;
}
