/* CSS Document */
		a:link { color: #837d7a;; text-decoration: none;}
		a:visited { color: #837d7a; text-decoration: none;}
		a:active { color: #837d7a; text-decoration: none;}
		a:hover { color: #b11f16; text-decoration: underlined;}
		
	/*	
		.footer A:link {color: #301909; text-decoration: none}
		.footer A:visited {color: #301909; text-decoration: none}
		.footer A:active {color: #301909; text-decoration: none}
		.footer A:hover {color: #BE295F;text-decoration: underline;}
	*/
		
body
		{
		padding: 0px;
		margin: 0px;	
		background-color: #f5f5eb;
		}
		
img
		{
		border: 0px solid black;
		}

* 	{
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
		}

.main
		{
		width: 100%;
		height: 100%;
		text-align: left;
		}
		
.website
		{
		text-align: left;
		position: relative;
		height: 600px;
		width: 800px;
		background-image:  url(../images/bgWebsite.gif);
		}
		
.bgleft
		{
		background-image: url(../images/bgLeft.gif);
		background-repeat: repeat-x;
		background-position: top right;
		}
		
.bgright
		{
		background-image:  url(../images/bgRight.gif);
		background-position: top left;
		background-repeat: repeat-x;
		}

.navigatie
		{
		position: absolute;
		left: 48px;
		top: 43px;
		}
		
.content
		{
		position: absolute;
		height: 434px;
		width: 800px;
		top: 90px;
		left: 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		overflow: auto;
		scrollbar-face-color: #645f52;
		scrollbar-shadow-color: #f5f5eb;
		scrollbar-highlight-color: #f5f5eb;
		scrollbar-3dlight-color: #f5f5eb;
		scrollbar-darkshadow-color: #f5f5eb;
		scrollbar-track-color: #f5f5eb;
		scrollbar-arrow-color: #f5f5eb;
		color: 837d7a;
		font-family:"Times New Roman", Times, serif;
		font-size: 15px;
		}
		
.contentchoice
		{
		position: absolute;
		height: 434px;
		width: 800px;
		top: 90px;
		left: 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		overflow: auto;
		scrollbar-face-color: #645f52;
		scrollbar-shadow-color: #f5f5eb;
		scrollbar-highlight-color: #f5f5eb;
		scrollbar-3dlight-color: #f5f5eb;
		scrollbar-darkshadow-color: #f5f5eb;
		scrollbar-track-color: #f5f5eb;
		scrollbar-arrow-color: #f5f5eb;
		color: 837d7a;
		font-family:"Times New Roman", Times, serif;
		font-size: 15px;
		text-align: center;
		}

/* Hieronder alle divven */

.tinie
		{
		position: absolute;
		top: 504px;
		left: 740px;
		width: 24px;
		height: 24px;
		z-index: 20;
		background-image:  url(../images/tantetinie.gif);
		background-repeat: no-repeat;
		}

.copycat
		{
		position: absolute;
		top: 279px;
		left: 614px;
		width: 136px;
		height: 287px;
		z-index: 12;
		background-image:  url(../images/copycat.gif);
		background-repeat: no-repeat;
		}
		
.abouttable
		{
		position: absolute;
		top: 454px;
		left: 64px;
		width: 262px;
		height: 92px;
		z-index: 10;
		background-image:  url(../images/abouttable.gif);
		background-repeat: no-repeat;
		}
		
.millietable
		{
		position: absolute;
		top: 414px;
		left: 86px;
		width: 139px;
		height: 150px;
		z-index: 11;
		background-image:  url(../images/millietable.gif);
		background-repeat: no-repeat;
		}

.milliebag
		{
		position: absolute;
		top: 414px;
		left: 146px;
		width: 64px;
		height: 79px;
		z-index: 20;
		background-image:  url(../images/milliebag.gif);
		background-repeat: no-repeat;
		}
		
.abouttekst
		{
		position: absolute;
		top: 408px;
		left: 230px;
		width: 66px;
		height: 78px;
		z-index: 21;
		background-image:  url(../images/abouttekst.gif);
		background-repeat: no-repeat;
		}
		
.kopjekoffie
		{
		position: absolute;
		top: 440px;
		left: 104px;
		width: 29px;
		height: 44px;
		z-index: 22;
		background-image:  url(../images/kopjekoffie.gif);
		background-repeat: no-repeat;
		}
		
		
		.blog A:link {color: #b11f16; text-decoration: none}
		.blog A:visited {color: #b11f16; text-decoration: none}
		.blog A:active {color: #b11f16; text-decoration: none}
		.blog A:hover {color: #b11f16;text-decoration: underline;}
		
.blog
		{		
		width: 760px;
		text-align: center;		
		}
		
.item
		{		
		width: 600px;
		text-align: left;
		margin: 10px auto;
		
		}
		
.blogpicture
		{
		float: left;
		width: 140px;
		height: 140px;
		padding-top: 0px;
		text-align: center;
		
	}
	
.blogtekst
		{
		float: left;
		width: 460px;
		text-align: left;
		
		}

.title
		{
		padding-left: 10px;
		padding-top: 4px;
		font-family: "Times New Roman", Times, serif;
		font-size:14px;
		color: #b11f16;
		font-weight: bold;
		}
		
.author
		{
		padding-left: 10px;
		font-family:"Times New Roman", Times, serif;
		font-size: 12px;
		color: #837d7a;
		}
		
.date
		{
		padding-left: 10px;
		font-family:"Times New Roman", Times, serif;
		font-size: 12px;
		color: #837d7a;
		}
		
.intro
		{
		width: 460px;
		padding-left: 10px;
		font-size: 14px;
		color: #837d7a;
    margin: 10px 0px;
		}

.itemline
		{
		clear: both;
		width: 600px;
		margin: 10px auto;
		}
	
.blogcontent 
{
  width: 600px;
  text-align: left;
  clear: both;
  margin: 10px auto;
}

table.thumbgrid {
  margin: 0px auto;
  text-align: left;
  width: 630px;
  border-collapse: collapse;
}

table.thumbgrid td {
  margin: 0px;
  padding: 0px;
  width: 105px;
  height: 90px;
  text-align: center;
  vertical-align: middle;
}

table.albumbrowse { 
  width: 300px;
  height: 300px;
  margin: 10px auto;
  text-align: center;
  border: 0px;
  border-collapse: collapse;
}

table.albumbrowse .navcell { 
  width: 40px;
	padding-left: 10px;
	padding-right:10px; 
  vertical-align: middle;
  text-align: center;
}

table.albumbrowse .albumimg { 
  width: 360px;
  vertical-align: middle;
  text-align: center;
}

table.albumbrowse img { 
  margin: 0px auto;
}

