@charset "UTF-8";
/* Background-Styles ------------------ */

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: black;
	font-size: 13px;
	line-height: 16px;
	height: 100%;
	background: url(images/bg.jpg) top center repeat #e2dbd4;
}

#container {
width: 727px;
margin: 0px auto;
position: relative;
padding: 20px;
}

/* Lang --------- */
.lang {
width: 727px;
height: auto;
float: left;
margin-top: 5px;
}

.lang .EN {
width: 16px;
height: 11px;
float: right;
background: url(images/en.png) top left no-repeat;
border: none;
cursor: pointer;
}

.lang .NL {
width: 16px;
height: 11px;
float: right;
background: url(images/nl.png) top left no-repeat;
margin: 0 5px 0 0;
border: none;
cursor: pointer;
}

/* Head --------- */
#head_logo {
width: 727px;
height: 160;
float: left;
margin-top: 8px;
}

/* Menu ----------------- */
#menu {
	width: 727px;
	height: 24px;
	float: left;
	background-color: #e2dfd8;
	margin-top: 6px;
}

#menu a {
font-size: 11px;
line-height: 16px;
font-family: "Arial", "Helevetica", "sans-serif";
color: #918980;
text-transform: uppercase;
font-weight: 100;
text-decoration: none;
float: left;
margin-top: 4px;
margin-left: 13px;
}

#menu a:hover {
color: black;
text-transform: uppercase;
font-weight: 100;
text-decoration: none;
}

#menu .active {
color: black;
text-transform: uppercase;
font-weight: 100;
text-decoration: none;
}

/* Img block ----------------- */
#img_block {
float: left;
margin-right: 10px;
width: 727px;
height: 282px;
margin-top: 6px;
}

/* Main block ----------------- */
#main {
float: left;
width: 727px;
height: auto;
margin-top: 20px;
margin-bottom: 10px;
border-bottom: 1px solid silver;
padding-bottom: 20px;
}

#main_rechts {
float: left;
width: 242px;
height: 355px;
margin-left: 23px;
}

#main_rechts img {
margin: 0px 0px 6px 0px;
float: left;
}

#main_links {
float: left;
width: 418px;
height: auto;
padding-left: 24px;
padding-right: 20px;
}

#main_locatie {
float: left;
width: 679px;
height: auto;
padding: 24px;
background-color: #efede9;
}

#main_locatie ul li {
    font-family: "Georgia", "Arial", "Helevetica", "sans-serif";
    display: inline;
    color: #a39c94;
    padding: 0px;
    margin: 0px;
}

#main_locatie a {
    color: #000000;
}

ul#buildings.buildings {
    margin: 0px;
    padding: 0px;
}

#main_locatie a:hover {
    color: #a39c94;
}

#main_gallery {
float: left;
width: 679px;
height: auto;
padding: 24px;
background-color: #efede9;
}

/* Footer ----------------- */
#footer {
float: left;
height: 20px;
font-size: 10px;
line-height: 14px;
}

#footer a {
font-family: "Georgia", "Arial", "Helevetica", "sans-serif";
color: #a39c94;
text-decoration: none;
}

#footer a:hover {
color: black;
text-decoration: none;
}

/* Stappen ------------------- */
#stappen_but {
margin-top: 6px;
background-color: #b3aaa1;
color: #e2dfd8;
width: 222px;
height: 40px;
float: left;
padding: 10px;
}


/* Tekst-Styles ------------------ */
h1 {
font-size: 18px;
line-height: 22px;
font-family: "Georgia", "Arial", "Helevetica", "sans-serif";
color: #918980;
text-transform: uppercase;
font-weight: normal;
margin: 0px 0px 0px 0px;
}

a {
color: #a39c94;
text-decoration: none;
}

a:hover {
color: black;
text-decoration: none;
}

.clear {
clear: both;
display: block;
margin: 0px;
padding: 0px;
height: 0px;
widows: 0px;
}

