html , body {
background-color :  #240008; 
margin : 5; 
padding : 5;
font-family : Trebuchet MS; 
font-size : 12px; 
} 

A:link { text-decoration: none; color:#ad231b; }
A:visited { text-decoration: none; color:#ad231b; }
A:hover { text-decoration: underline; color:#6D1410; }


#pageHeader {
position : absolute; 
top : 20px; 
left : 5px; 
height : 700px; 
width : 70px; 
margin : 0; 
padding : 3; 
border-right : 0px solid #7a1b58; 
background : #77395d;  
z-index : 1; 
} 

#bannerplek {
position : absolute; 
top : 0px; 
left : 686px; 
width : 280px;
height: 150px; 
margin : 0; 
padding : 0 0px; 
z-index : 4; 
background-color : transparant;

} 

#weblog {
color : #793e4d;
position : absolute; 
top : 20px; 
left : 110px; 
height : 400px;
width : 450px;
padding : 9px; 
background-color : #fbbcc7;
border-bottom: 5px solid  #fbbcc7;
overflow : auto; 
z-index : 7;
font-size : 12px; 
margin : 3; 
 }
 
 #extraDiv3 {
position : absolute; 
top : 455px; 
left : 211px; 
margin : 0; 
padding : 0; 
height : 200px; 
width : 300px; 
display : block; 
z-index : 6;
background-color : transparant; 
}


#subweblog {
color : #fbbcc7;
position : absolute; 
top : 640px; 
left :75px; 
width : 625px; 
height : 300px; 
overflow : auto;
font-size : 12px;
padding : 9px; 
border-bottom : 5px solid #ba667d; 
background-color : #ba667d; 
z-index : 7; 
display : inline;
} 


#footer {
color : #fbbcc7;
position : absolute; 
top : 965px; 
left : 35px; 
height : 40px; 
width : 750px; 
margin-bottom : 2px; 
padding : 5px;
background-color : #6d3c49; 
z-index : 2; 
font-size : 12px; 
text-align : left; 
} 

#rechterkolom {
color : #6d1410;
position : absolute; 
top : 140px; 
left : 700px; 
width : 270px;
height: 745px; 
margin : 1; 
font-size : 12px; 
z-index : 6; 
margin : 0; 
padding : 3px 3px 3px 3px; 
background-color : #ae828a; 
} 



#commentborder {
border-bottom: dotted 1px #7a1b58;
}


/* ACCESSIBILITY CHANGES - JM 2004/11/26 */
/* these hide the accessibility tags to stop the layout from changing */

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }
.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }

* For tags: */
.taglinkext, a[rel="tag"] {
	background-image: none;
	border-bottom: 3px double #C2C2C2;
}
 
.taglinkext:hover {
	color: #00A8FF!important;
	background-image: none;
	border-bottom: 3px double #00A8FF;
}
 
#flickrpics a, #flickrpics a:hover  {
	background-image: none;
}
 
#flickrpics img  {
	margin-right: 4px;
	border-width: 1px;
}
 
#tagbuttons a, #tagbuttons a:hover {
	background-image: none;
}
 
#tagbuttons img {
	border-width: 1px;
}
 
