/*
Stylesheet Achterbosch Architectuur
bruin: #996633
*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #737373;
   scrollbar-shadow-color: #000000;
   scrollbar-highlight-color: #000000;
   scrollbar-3dlight-color: #000000;
   scrollbar-darkshadow-color: #000000;
   scrollbar-track-color: #000000;
   scrollbar-arrow-color: #000000;
}
#logoHome {
	float: left;
	background-image: url("../img/logo_achterboscharchitectuu.gif");
	background-repeat:no-repeat;
	margin-left: 13px;
	width: 160px;
	height: 35px;
	margin-top: 10px;
}
#menu {
	height: 42px;
	padding-top: 8px;
}
#imageHome {
	width: 100%;
	background-color: #331E0F;
	clear:both;
	height: 160px;
	background-image:  url("../img/mountains01.jpg");
	background-repeat: no-repeat;
}
#titleHome {
	width: 638px;
	margin: 24px 0px 26px 16px;
	background-image:  url("../img/title02.gif");
	background-repeat: no-repeat;
	height: 22px;
}
#contentHome {
	position: relative;
	width: 463px;
	left: 235px;
	text-align: justify;
	line-height: 21px;
}
#content {
	position: relative;
	width: 595px;
	left: auto;
	line-height: 21px;
	margin-top: 30px;
	text-align: justify;
}
#subnav {
	position: relative;
	width: 160px;
	float: left;
	text-align: right;
	margin-top: 30px;
}
#footer {
	width: 640px;
	margin-top: 20px;
	margin-bottom: 12px;
}
.subnav {
	line-height: 29px;
	color: #fff;
	text-decoration: none;
}
.subnav:hover {
	color: #996633;
	text-decoration: underline;
}
.subnav_active {
	line-height: 29px;
	color: #996633;
	text-decoration: none;
}
.subnav_active:hover {
	text-decoration: underline;
}
td {
	font-size: 11px;
	color: #fff;
	text-align: justify;
}
a {
	color: #996633;
	text-decoration: none;
} 

a:hover {
	color: #996633;
	text-decoration: underline;
} 

.lighttext {
	color: #FFDBB7;
	text-decoration: none;
} 

a.lighttext:hover {
	color: #FFDBB7;
	text-decoration: underline;
} 


h1 {
	color: #996633;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

h4, h5, h6 {
	color: #996633;
}
h3 {
	font-size: 11px;
	color: #FFDBB7;
}
h2 {
	font-size: 11px;
	color: #FFDBB7;
}
.form {
	border: 1px solid #fff;
	color: #fff;
	background-color: #000;
	padding: 2px;
	width: 220px;
}
.button {
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	background-color: #996633;
	padding: 2px;
	width: 220px;
	cursor: pointer;
}
address {
	font-size: 10px;
	color: #737373;
	font-style: normal;
	text-align: right;
	padding-bottom: 2px;
}
.addresstitle {
	font-size: 10px;
	color: #737373;
	font-style: normal;
	text-align: center;
	padding-bottom: 2px;
}
.smalltext01 {
	font-size: 10px;
	color: #fff;
	font-style: normal;
}
ul {
	margin-left: -25px; 
	*margin-left: 15px; 
	_margin-left: 15px; 
	margin-top: 7px;
}
li {
	list-style-type: square;
	list-style-position: outside;
	color: #fff;
}
.thumbnail {
	width: 66px;
	height: 44px;
	border: 0px;
}
.bgcolor01 {
	background-color: #000; /*331E0F*/
}