/* defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	font:normal 90%/125% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;
	background:#cecece;
	color:#333333;
	text-align:center;
	min-width:832px;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	width:832px;
}

#pghead {
	position:absolute;
	top:0;
	right:0;
	width:830px;
	height:125px;
	background:#d00;
	border-right:1px solid #BDBDBA;
	border-bottom:2px solid #D00;
	}

#pglogo {
	background: #242424;
	border-bottom: 2px solid #fff;
	position:absolute;
	height:24px;
	right:0;
	width:830px;
	bottom:0;
}
#pgbody {
	width:830px;
	position:absolute;
	top:127px;
	font-size:85%;
	padding:45px 0 0 0;
	background: #fff ;
	border-color:#BDBDBA;
	border-width: 0 1px 1px;
	border-style: solid;
}
#breadcrumb  {
	font-family:arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	position:absolute;
	top:10px;
	left:210px;
}
#titlebox {
	float:right;
}
#pgtitle {
	width:600px;
	margin: 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.bookmark {
	position:absolute;
	top:40px;
	right:20px;
	color:#D00;
}

#pgmain {
width:100%
float:left;
}
#pgcontent {
	float:right;
	width:600px;
	padding:20px 20px 0;
	min-height:350px;
	height: auto !important;
	height: 350px;
}
#pgleft {
	position:absolute;
	left:0;
	top:0;
	width:200px;
	font-size:90%;
	line-height:1.4;
	
	border-left:1px solid #BDBDBA;
}
#toplogo {
float:right;
}
#footer {
width:100%;
}
#pgtail {
	float:left;
	width:600px;
	border-top:1px solid #ccc;
	padding: 30px 0;
	color:#999;
	text-align:right;
	line-height:1.1;
}
#pgtail p {
	margin:0;
}

.txtflt {
	width:190px;
	float:right;
	font-size:80%;
	line-height:1.2;
	color:white;
	margin:0 0 0 5px;
	padding:0 0 0 10px;
}
.txtflt p {
	margin:0 0 1em 0;
}
.txtflt :last-child {
	margin-bottom:0;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color:#D00;
}
h1 {	font-size:150%;}
h2 {	font-size:135%;}
h3 {	font-size:125%;}
h4 {	font-size:115%;}
h5 {	font-size:105%;}
h6 {	font-size:100%;}

p, ul, ol, dl {
	margin:0 0 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:none;
}
a:link {
	color:#D00;
}
a:visited {
	color:#D00;
}
a:hover, a:active {
	color:#D00;
}
img {
	border:none;
}
hr {
	color:#D00;
	background:#D00;
	height:1px;
	clear:both;
}

.b_left {
	float:left;
	padding: 0  10px 10px 10px;
}
.mijnalbum {
	margin: 0 100px 20px 0;
}
.ditto_info {
	margin-bottom:10px;
}