@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
p {
	margin: 0px;
	line-height: 22px;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a {
	border: 0px
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}


#top {
	background-color: #ac9348;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dad2a6;
}



#top #container {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#top #container .logo {
	float: left;
	margin-top: 20px;
}
#top #container .flag {
	float: right;
	margin-top: 45px;
	margin-right: 15px;
}

#top #container .flag_end {
	float: right;
	margin-top: 45px;
	margin-right: 30px;
}
#menu {
	margin-right: auto;
	margin-left: auto;
	background-color: #CC9933;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4e461a;
}
#menu #container {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#menu #container .menu_item {
	margin-top: 15px;
	margin-right: 25px;
}
#intro {
	background-color: #EAC29E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4e461a;
}
#intro #container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
}
#intro #container .welkom {
	margin-top: 28px;
	float: left;
}
#intro #container p {
	font-size: 13px;
	color: #4e461a;
	margin-left: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content {
	margin-right: auto;
	margin-left: auto;
}

#content #container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 30px;
}
#content #container .textbox {
	width: 480px;
	border: 1px solid #c3c3c3;
	padding: 15px;
	background-color: #f2f2f2;
	position: relative;
	float: left;
	height: 591px;
}

#content #container .textbox h1 {
	text-decoration: underline;
}
#content #container .textbox a {
	color: #000000;
}
#content #container .textbox a:hover {
	text-decoration: none;
}

#content #container .textbox2 {
	border: 1px solid #c3c3c3;
	padding: 15px;
	background-color: #f2f2f2;
	position: relative;
	float: left;
}

#content #container .textbox2 h1 {
	text-decoration: underline;
}

#content #container .textbox2 h2 {
	text-decoration: underline;
}

#content #container .textbox2 h3 {
	color: #435A67;
}

#content #container .textbox2 a {
	color: #000000;
}
#content #container .textbox2 a:hover {
	text-decoration: none;
}
#content #container .textbox2 ul {
	line-height: 25px;
	list-style-type: none;
}
#content #container .textbox2 ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 265px;
	text-align: center;
}

#content  #container  .textbox2  .kamer_links {
	width: 345px;
	float: left;
	border: 1px solid #666666;
	background-color: #96acb9;
	padding: 15px;
	height: 325px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#content  #container  .textbox2  .kamer_rechts {
	width: 345px;
	float: right;
	border: 1px solid #666666;
	background-color: #6B8A9C;
	padding: 15px;
	height: 325px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
#content #container .textbox2 .kamers_overzicht {
	background-image: url(../images/kamers_overzicht.gif);
	background-repeat: no-repeat;
	height: 823px;
	width: 775px;
}

#content #container .textbox2 .info {
	text-align: left;
}

#content #container .textbox2 .faciliteiten li {
	text-align: left;
	border-bottom-color: #333333;
	width: 200px;
	padding-left: 10px;
}

.clear {
	height: 0px;
	width: 0px;
}


#content #container .wrap {
	position: relative;
	height: 115px;
	width: 276px;
	margin-bottom: 12px;
	float: right;
	overflow: hidden;
}
#content #container .wrap img {
	border: 1px solid #c3c3c3;
	padding: 3px;
	position: absolute;
}

#content #container .preview {
	border: 1px solid #c3c3c3;
	padding: 3px;
	margin-bottom: 10px;
	float: right;
	position: relative;
}

#footer {
	background-color: #ac9348;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4e461a;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer #container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer #container .links a {
	text-decoration: none;
}
#footer #container .links a:hover {
	text-decoration: underline;
}

#footer p{
	color: #FFFFFF;
}

#footer a				{color: #FFFFFF;}
#footer a:hover			{font-weight: bold;}

.copyright {
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
	width: 250px;
	float: left;
	padding-right: 20px;
}

.contactgegevens {
	background-image: url(../images/contactgegevens.png);
	background-repeat: no-repeat;
	width: 33%;
	float: left;
}

.links {
	background-image: url(../images/links.png);
	background-repeat: no-repeat;
	width: 33%;
	float: left;
}
#contact-area  input, #contact-area textarea   {
	width: 200px;
	font-size: 12px;
	border: 1px solid #3e3e3e;
	height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;

	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#contact-area textarea {
	height: 200px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#content #container #contact-area input.submit-button {
	width: 150px;
	float: left;
	font-size: 12px;
	height: 40px;
	font-weight: bold;
	background-color: #AC9348;
	margin-left: 125px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#contact-area iframe {
	padding: 20px;
	border: 1px solid #3E3E3E;
}

#contact-area  #opmerking {
	width: 500px;
	border: 1px solid #3E3E3E;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 25px;
	width: 100px;
	padding-top: 4px;
	font-size: 14px;
}
