* { margin: 0; }

body {
	width: 100%;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	background-color: white;
}

h1 {
	font-size: 15px;
	font-weight: normal;
	width: 200px;
	margin: 10px 0 20px 0;
	font-weight: bold;
	padding: 5px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 20px 0;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #603706;
}
a:hover { border-bottom: 1px dotted #000; color: #8a5407; }
img { border: 0; }
p { margin-bottom: 20px; }

hr {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A77B46;
}

textarea {
	border : 1px solid;
	font-family: "Trebuchet MS", "Times New Roman", Arial;
	font-size: 11px;
	color: #774608;

}

input, select{
	color: #774608;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	font: 12px "Trebuchet MS", "Times New Roman", Arial;
}

table.gastenboek {
	border: 1px solid #A77B46;
	padding: 10px
}

#container {
	width: 100%;
}

#topmenu {
	display:none;
}

#header {
	display:none;
}

#mainmenu {
    display:none;
}

#content {
	width: 100%;
}

#links {
     display:none;
}

#midden {
	float: none;
	width: 100%;
}


#rechts {
     display:none;
}

#footer {
      display:none;
}

.bruincontent {
     display:none;
}

.headerlinkswit {display:none;}
.headerlinksbruin { display:none; }
.headerrechtswit { display:none; }
.headerrechtsbruin { display:none; }

.tour { background: url(../t01_images/icons/360tour.gif) no-repeat right #fff; }

.mb20 { margin-bottom: 20px; }
.floatright { float: right; }

.Titles {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 20px 0;
	font-weight: bold;
}

.Titles_sub {
	color: #774608;
	font: bold 15px/16px "Trebuchet MS", "Times New Roman", Arial;
}

.setwidth { width: 100% }

