body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #231f1d;
	font-family: arial;
	color: white;
	/*background-color: black;*/
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	
}
img{
	border: none;
	margin: 0px;,
	padding: 0px;
}
.clear{
	clear: both;
	font-size: 0;
	height:O;
	line-height: 0;
}
.inner{
	width:700px;
	position: relative;
	left: 50%;
	margin-left: -365px;
	z-index: 10;
	padding: 0px 15px;
}
p {
	margin: 0px;
	font-size: 12px;
	line-height: 15px;
}
ul,lu {
	font-size:12px;
}
h1, h2, h3{
	margin: 0px;
}
h1{
	color: #f79520;
	font-size: 20px;
	padding-bottom: 6px;
}
h2 {
	color: #f79520;
	font-size:15px;
	/*padding-bottom: 3px;*/
}
h3 {
	color: #FFF;
	font-size:13px;
	padding-bottom: 6px;
}
.special {
	color: #f79520;
}

.HighlightText {
	color: #f79520;
	font-size: 12px;
	padding-bottom: 6px;
}

.kader {
	display: block;
	background-color: #483f3c;
	border: 1px solid #231f1d;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size:11px;
	margin-top: 20px;
}

.leftFloat{
	float: left;
	margin: 0px 15px 10px 0px;
}
.rightFloat{
	float: right;
	margin: 0px 0px 10px 15px;
} 
a{
	color: white;
	text-decoration: underline;
}
a:hover{
	color: #f79520;
	text-decoration: underline;
}

.quicklink{
	color: #f79520;
	text-decoration: none;
	font-size:12px;
	line-height: 18px;
}
.quicklink:hover{
	text-decoration: underline;
}

/* HEADER */
#header{
	margin-top: 35px;
	position: relative;
	display: block;
	width: 100%;
}
#header .inner{
	background-color: #362f2d;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	height: 160px;
}
#subnavigatie{
	position: absolute;
	right:15px; top:0px;
}
#navigatie{
	position: absolute;
	left:177px; top:106px;
}
#navigatie img{
	float: left;
}
.home{
	width:50px;
	background-image:url(../images/nav_home.gif);
}
.wat{
	width: 40px;
	background-image: url(../images/nav_wat.gif);
}
#logo{
	position: absolute;
	left: 25px;
}
.mogelijkheden{
	width: 108px;
	background-image: url(../images/nav_mogelijkheden.gif);
}
.foto{
	width: 135px;
	background-image: url(../images/nav_foto.gif);
}
.contact{
	width: 67px;
	background-image: url(../images/nav_contact.gif);
}
.nav{
	float: left;
	height: 28px;
	text-indent: -1000em;
	display: block;
}
.nav:hover{
	background-position: 0px 28px;
}
.location{
	background-position: 0px 28px;	
}

/* CONTENT */
#content{
	position: relative;
	/*display: block;*/
	display: inline;
	width: 100%;
	/*height:auto;*/
}
#content .inner{
	background-color: #362f2d;
	padding-bottom: 20px;
}
.rightbar{
	width:520px;
	padding: 0px 10px 0px 15px;
	display: block;
	float: right;
}
.leftbar{
	width:130px;
	padding: 10px 10px 0px 10px;
	display: block;
	float: left;
}

#apDiv1 {
	position:relative;
	width:500px;
	display:block;
}
#apDiv2,#apDiv3,#apDiv4,#apDiv5,#apDiv6,#apDiv7,#apDiv8 {
	position:relative;
	width:500px;
	display:none;
	/*visibility: hidden;*/
}

#map{
	border: 5px solid white;
}


/* FOOTER */
#footer{
	/*position: relative;*/
	display: block;
	/*display: inline;*/
	width: 100%;
}
#footer .inner{
	background-color: #231f1d;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer img{
}

/* COPY */
#copy{
	font-size: 10px; 
	color: #383838;
	width: 100%;
	text-align: center;
	padding: 15px 0px 15px 0px;
}
/* FORM */
#form {
	font-size: 12px;
	line-height: 15px;
	font-family: arial;
	color: white;
}
.info {
	font-size: 12px;
	font-style:italic;
}
