/*------------------------------------------- Algemeen -------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: url(../images/white.gif) repeat-y center #f1f1ea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p{
	margin-right:50px;
}
/*------------------------------------------- Pagina-indeling -------------------------------------------*/
#container{
	/*margin: 0 auto; */
	width: 100%;
	position: relative;
	
	/* Afhankelijk van browser */
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
}
#top {
	height: 120px;
 	background-image:url(../images/top.jpg);
	background-repeat:repeat-x;
}
#menu {
	height: 30px;
 	background-color: #CFD4B4;
	margin-top:0 px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width: 100%;
}

#bottom {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 75px;
	
	background-color:#99968b;
	background-image:url(../images/bottom.gif);
	background-repeat:repeat-x;	

}
#logo {
	width: 100%;
	height: 115px;
	margin-left: auto;
	margin-right: auto; 
	
	background-image: url(../images/logo.png); 
	background-repeat:no-repeat;
	background-position:center;
	
	text-align: right; 
	color: #f1f1ea; 
	font-size: 12px;
	padding-top: 5px;
}
#logo a {
	color: #f1f1ea; 
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	text-decoration: none;
}


/*------------------------------------------- Menu -------------------------------------------*/
#nav{
	width: 782px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #e4ecbb;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	
	width: 100px;
	text-align: center;
}
#nav a:link{
	padding-top: 5px;
	padding-bottom: 0px;
	
	height: 25px;
	float: left;
	
	text-decoration: none;
	color: #56574f;
	
	width: 100px;
	text-align: center;
}
#nav a:visited{
	padding-top: 5px;
	padding-bottom: 0px;
	
	height: 25px;
	float: left;
	
	text-decoration: none;
	color: #56574f;
	
	width: 100px;
	text-align: center;
}
#nav a:hover{
	padding-top: 5px;
	padding-bottom: 0px;
	
	height: 25px;
	float: left;
	
	text-decoration: none;
	background-color:#868a73;
	color: #f1f1ea;
	
	width: 100px;
	text-align: center;
}

#nav a:active{
	padding-top: 5px;
	padding-bottom: 0px;
	
	height: 25px;
	float: left;
	
	text-decoration: none;
	color: #56574f;
	background-color:#868a73;
	
	width: 100px;
	text-align: center;
}


/*------------------------------------------- Extra: pagina-indeling -------------------------------------------*/
#content{
	margin: 0;
	width: 100%;
	
	position: relative;
	
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */

}
#titel{
	width: 100%;
	height: 30px;
	
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	
	float: left;
	
	background-color:#868a73;
	background-color:#99968b;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	
}
#data{
	position: relative;
	/*padding: 10px;*/
	padding-bottom: 75px;
	
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
#imgblok {
	width: 782px;
	height: 200px;
}
#footer {
	width: 800px;
	height: 40px;
	
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}
#footer2 {
	width: 100%;
	height: 40px;
	
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}


/*------------------------------------------- Tabel -------------------------------------------*/
.tabel {
	clear: both;
}
.tabel table {
	width: 100%;
	
}
.tabel tr {
	margin: 0px;
	padding: 0px;
}
.tabel td {
	padding-bottom: 10px;
	padding-top: 10px;
}
.tabel th {
	text-align: center;
	background-color: #f1f1ea;
}
.tabel h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	
	font-size: 15px;
	color:#99968b;
	text-transform: uppercase;	
}
.tabel h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	
	font-size: 13px;
	font-weight: normal;
}
.tabel ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-left: 35px;
	
	font-size: 14px;
	font-weight: normal;
}
.tabel li {
	margin: 0px;
	padding: 0px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-size: 14px;
	font-weight: normal;

	list-style-image:url(../images/bullet.gif);
}



/*------------------------------------------- Card -------------------------------------------*/


.card {
	border-bottom: dashed 1px #99968b; 
	width: 420px;
}
.card img {
	width: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
	
	float: left;

	border: 1px solid #999999;
}
.cardBig {
	width: 650px;
	margin: 0px;
	padding: 10px;
	
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 35px;
	padding-left: 120px;
	
	clear: both;
	
	border: dashed 1px #99968b; 
	position: relative;
}
.cardLogo {
	width: 75px;
	height: 75px;
	
	top: -15px;
	left: 10px;
	
	position: absolute;	
	background-repeat: no-repeat;
}



/*------------------------------------------- Photo + pin -------------------------------------------*/
.photo {
	padding: 10px; 
	margin-left: 10px; 
	
	border: solid 1px #CCCCCC; 
	
	position: relative; 
	clear: both;
}
.photoPin {
	width: 75px;
	height: 75px;
	
	top: -15px;
	left: 150px;
	
	position: absolute;	
	background-repeat: no-repeat;
	background-image: url(../images/pin.png);
}




/*------------------------------------------- Kaders -------------------------------------------*/
.kader {
	width: 100%;
	float: left;
	
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	
	border-bottom: dashed 1px #99968b;
}
#disclaimer {
	width: 200px;
	float: left;
	text-align: left;
}
#copy{
	/*width: 680px; */
	float: right;
	margin-right:50px;

}

/*------------------------------------------- Tekstopmaak -------------------------------------------*/
p{
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 20px;
}
#titel h1 {
	color:#FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#data p{
	margin-bottom: 15px;
	font-size: 13px;
}
.info{
 color: #A60000;
}
#bottom a{
	color: #FFFFFF;
	text-decoration: none;
}
#data h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 50px;
	
	font-size: 18px;
	color:#99968b;
	text-transform: uppercase;	
}
#data ol {
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#data li {
	font-size: 13px;
	padding-bottom: 10px;
}
#data ul {
	margin-left: 50px;
}
/*------------------------------------------- Breedte -------------------------------------------*/
.width350 {
	width: 350px;
}



/*------------------------------------------- IE6 - PNG Hack -------------------------------------------*/
#logo, .photoPin, .cardLogo{ 
	behavior: url(includes/iepngfix.htc); 
}

img{ 
	behavior: url(includes/iepngfix.htc); 
}



/*------------------------------------------- SOLD -------------------------------------------*/
.sold {
	width: 102px;
	height: 102px;
	background: transparent url(../images/sold.png) center;
	position: absolute;
	z-index: 99;
}
.photoFrame {
	width: 100px;
	height: 100px;
	float: left;
	
	margin-right: 15px;
	position: relative;
}