* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}

body, html {
	color: #000; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	height: 100%;
	background: url(../images/rounded-images/left-bg.gif) repeat-y #fff;  
	/*** 
	This is the left column background "faked" with an image. 
	You can also position the image using left top repeat-y also. 
	The background color #fff (white) will be the background color for our content 
	***/
}

body {
	font-size: 70%;
	min-width: 760px;
	cursor: url(../cursors/cursor.cur);
}



a {
	color: #000099;
}

a:hover{
	color: #0000FF;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
}

h1 {
	font-size: 2em;
}

h2 {
font-size: 1.4em;
}

h3 {
font-size: 1.3em;
}

h1 a, #header h2{
color: #fff;
}

.clear { clear: both; }

#mainContainer {
	min-height: 100%;
	background: url(../images/rounded-images/right-bg.gif) 100% 0 repeat-y; /*** This is the right column background "faked" with an image. You can also position the image using right top repeat-y also. ***/
}
* html #mainContainer {
	height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
			HEADER
**************************/
#header {
	background: #000099;
	height:184px;
	background: url(../afbeeldingen/background_header.gif) 100% 0  repeat-x;
	background-position: top left;
}

/* CONTENT AND COLUMNS */
.outer {
	padding-left: 142px; /*
 
	Same width as margin-left for the float-wrap div 
 
*/
padding-right: 100px; /*
 
 Our right column width 
 
*/
}
.inner {
width: 100%;
padding-bottom: 45px; /*
 
 Padding-bottom value is the same value as the total height of the footer 
 
*/
}
/*
 
 div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
 
 
*/
.float-wrap {
float: left;
width: 100%;
margin-left: -142px; /*
 
 Same length as .outer padding-left but with negative value 
 
*/
}
 
#content {
float: right;
margin-right: -120px; /*
 
 Same length as .outer padding-left but with negative value 
 
*/
width: 100%;
background: url(../images/rounded-images/t-2.gif) 100% 0 no-repeat; /*
 
 Our upper right rounded image to create the rounded content look 
 
*/
border-top: 50px solid #a1edf3; /*
 
 We have used border top here to push the content down, but other solutions can also be used 
 
*/
position: relative; /*
 
 IE needs this  
 
*/
}
 
.contentWrap{
padding: 5px;
padding-left: 20px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/* LEFT COLUMN */
/*
 
 div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
 
 
*/

#left {
float: left;
width: 133px;
padding: 5px;
border-top: 50px solid #a1edf3; /*
 
 We have used border top here to push the left column content down, but other solutions can also be used 
 
*/
background: url(../images/rounded-images/t-1.gif) 100% 0 no-repeat; /*
 
 Our upper left rounded image to create the rounded content look 
 
*/
position: absolute; /*
 
 IE needs this  
 
*/
}
 
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
/* RIGHT COLUMN */
#right {
float: right; 
width: 120px;
padding: 5px 0 0 10px;
position: relative; /*
 
 IE needs this  
 
*/
margin-right: -97px; /*
 This negative margin-right value is in this example the same as the right column width. 
 
*/
border-top: 10px solid #a1edf3;
position: relative; /*
 
 IE needs this  
 
*/
}
 
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
/* FOOTER */
#footer {
height: 45px; /*
 
 The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 45px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden 
 
*/
margin-top: -45px; /*
 
 By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. 
 
*/
text-align: center;
background: url(../images/rounded-images/b-bg.gif) repeat-x #a1edf3; /*
 
 The lower part of the rounded content look 
 
*/
}
#footerLeft, #footerRight {
height: 15px; 
background: #a1edf3;
}
#footerLeft {
float: left; 
width: 143px; /*
 
 Same length as .outer padding-left 
 
*/
background: url(../images/rounded-images/b-1.gif) 100% 0 no-repeat #a1edf3; /*
 
 Our left bottom part of the rounded content look 
 
*/
}
#footerRight {
float: right;
width: 137px; /*
 
 Same length as right plus some padding. If you get a horisontal scrollbar try to adjust this value. 
 
*/
background: url(../images/rounded-images/b-2.gif) no-repeat #a1edf3; /*
 
 Our right bottom part of the rounded content look 
 
*/
}
#footer p {
clear: both;
}

/* topmenu settings */

#topmenu {
	position: absolute;
	top: 144px; /* de maat is de hoogte van de header verminderd met de hoogte van de knoppen bijvoorbeel 300 - 26 */ 
	left: 295px;
}
#topmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	padding:0;
}
#topmenu li {
	float:left;
	margin:0;
	padding:0;
	background: url(../afbeeldingen/norm_right.gif) no-repeat right top;
	height: 55px;
font-family:Verdana;/*--fonttopmenu--*/
}
#topmenu li#current {
	background: url(../afbeeldingen/norm_right_on.gif) no-repeat right top;
}
#topmenu a, #topmenu a:visited{
	float:left;
	display:block;
	background:url(../afbeeldingen/norm_left.gif) no-repeat left top;   
	padding:10px 10px;
color:black;/*---topmenukleur-*/
	font-weight: bold;
font-size:10px;/*---topmenufontsize-*/
	text-decoration:none;
}
#topmenu a:hover, #topmenu #current a:hover {
	color: #006AB3;
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #topmenu a {float:none;}
  /* End IE5-Mac hack */

#topmenu #current a {
	float:left;
	display:block;
	background:url(../afbeeldingen/norm_left_on.gif) no-repeat left top;   
	padding:10px 10px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}

/* end topmenu settings */



/*************** INLOGSCHERM */

#inloggen {
	position: relative;
	left: 0px;
	top:10px;
	width:170px;
	*width:196px;
	height: 107px;
	padding:8px 0 0 13px;
	background-image:url(../afbeeldingen/bg_inlog.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:2000;

}

#inloggen input {
	width:145px;
	height:13px;
	border:1px solid #263a8f;
	margin-bottom:6px;
	font-size:11px;
	padding:1px;
}

#inlogknop {
	position:absolute;
	display:block;
	top:47px;
	left: 170px;
	z-index:100;
}

#inloggen a:link, #inloggen a:visited, #inloggen a:active  {
	color: #263a8f;
	font-weight:bold;
	line-height:11px;
}

#inloggen a:hover {
	text-decoration:underline;
}

/*************** UILOGSCHERM */

#uitloggen {
	position: relative;
	left: 0px;
	top:10px;
	width:170px;
	*width:196px;
	height: 107px;
	padding:8px 0 0 13px;
	background-image:url(../afbeeldingen/bg_logoff.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:2000;

}

#uitloggen input {
	width:145px;
	height:13px;
	border:1px solid #263a8f;
	margin-bottom:6px;
	font-size:11px;
	padding:1px;
}

#uitlogknop {
	position:absolute;
	display:block;
	top:47px;
	left: 10px;
	z-index:100;
	margin-top:5px;
}

#uitloggen a:link, #inloggen a:visited, #inloggen a:active  {
	color: #263a8f;
	font-weight:bold;
	line-height:11px;
}

#uitloggen a:hover {
	text-decoration:underline;
}

/*************** EINDE UILOGSCHERM */


/*************** INLOGSCHERM BESTELLEN */

#inloggen2 {
	position: absolute;
	left: 200px;
	top:10px;
	width:170px;
	height: 100px;
	padding:8px 0 0 13px;
	background-position:top left;
	background-repeat:no-repeat;
	z-index:2000;
}

#inloggen2 input {
	width:145px;
	height:13px;
	margin-bottom:6px;
	font-size:11px;
	padding:1px;
}

#inlogknop2 {
	position:absolute;
	display:block;
	top:47px;
	left: 170px;
}

#inloggen2 a:link, #inloggen2 a:visited, #inloggen2 a:active  {
	font-weight:bold;
	line-height:11px;
}

#inloggen2 a:hover {
	text-decoration:underline;
}

/*************** einde INLOGSCHERM BESTELLEN */



/*************** INGELOGD */

#ingelogd {
	position: absolute;
	left: 24px;
	top:110px;
	width:170px;
	height: 100px;
	padding:8px 0 0 13px;
	background-position:top left;
	background-repeat:no-repeat;
	z-index:2000;
}

#ingelogd input {
	width:145px;
	height:13px;
	border:1px solid #263a8f;
	margin-bottom:6px;
	font-size:11px;
	padding:1px;
}

#ingelogd a:link, #ingelogd a:visited, #ingelogd a:active {
	color: #263a8f;
	font-weight:bold;
	line-height:11px;
}

/*************** Einde INGELOGD */

.paginaonderwerp {

	margin:3px;
	font-size:1.3em;
	color:yellow;


}

.niceButton {
	font-size:10pt; 
	background-color:#fffeba; 
	color:black;
	border:3px silver double;
	width:90px;
}

.mailButton {
	font-size:10pt; 
	background-color:#cffbff; 
	color:#a1ecf3;
	border:1px #a1ecf3;
	width:300px;
}

.diveditcrea {
	background-color:#fdf188;
	display:none;
	position:absolute;
	top:60px;
	left:25px;
	z-index:10;
	border:2px #ecd401 solid;
}

.diveditcrea.th {

	background-color:orange;

}

.diveditcrealabel {
	color:black;
	text-align:left;
	padding-right:10px;
	padding-left:5px;
	width:240px;
	height:22px;
	background-color:#fdf188;
	font-weight:bold;
	font-size:11px;
	font-family:verdana;
	background-color:#fce944;
	border:2px #ecd401 solid;

}

.diveditcreaheader {
	background-color:#fdf188;
	color:white;
	font-size:22px;
	
}
.berichtjesrood
{
	width:250px;
	height:250px;
	float:left;
	border:#43b1e7 1px solid;
	padding:5px;
	margin-left:5px;
	margin-top:5px;

}
.berichtjesblue
{
	width:250px;
	height:783px;
	float:left;
	border:#43b1e7 1px solid;
	padding:5px;
	margin-left:5px;
	margin-top:5px;

}
.berichtjeswit
{
	width:235px;
	height:80px;
	float:left;
	border:white 1px solid;
	padding:0px;
	margin-left:0px;
	margin-top:0px;
}
.berichtjesbreed
{
	width:100%;
	height:90px;
	float:left;
	border:white 1px solid;
	padding:0px;
	margin-left:0px;
	margin-top:0px;
}

a, img {border:0}

/* begin creatietabs */

#tabs {
	font-family:verdana;
	font-size:11px;
	width:700px;
}

#tabs ul {
white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

#tabs li {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 25px;
	height: 25px;
 	
	/*
	 height: 2.5em;
	width: 8em;
	 background: url("button.png") no-repeat center center;
	 background-color: transparent;
	 text-align: center;
	*/


}

#tabs a {
	text-decoration: none;
	display: inline;
	background: #eee;
	padding: 0.24em 1em;
	color: black;
	width: 10em;
	text-align: center;
}

#tabs a:hover {
	background: #ddf;
}

#tabs #selected {
	border-color: black;
}

#tabs #selected a {
	position: relative;
	top: 1px;
	background: white;
	color: black;
	font-weight: bold;
}

/* end creatie tabs */

/* begin creatie subtabs */

#subtabs {
	font-family:verdana;
	font-size:11px;
	width:700px;
}

#subtabs ul {
white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

#subtabs li {
	float: left;
	/* border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 25px;
	height: 25px;
	height: 2.5em;
	/*width: 10em;*/
	background: url("button.png") no-repeat center center;
	background-color: transparent;
	text-align: center;
}

#subtabs a {
	text-decoration: none;
	display: inline;
	/* background: #eee; */
	padding: 0.24em 0.24em;
	color: black;
	width: 10em;
	text-align: center;
}

#subtabs a:hover {
	background: #ddf;
}

#subtabs #selected {
	border-color: black;
}

#subtabs #selected a {
	position: relative;
	top: 1px;
	background: white;
	color: black;
	font-weight: bold;
}

/* end subtabs */

#profielcontent {
	/*border: 1px solid black;*/

	clear: both;
	padding: 0 0em;
	margin:0;
	width:50%;
}

.profieltab {
	color:black;
	text-align:left;
	padding-right:10px;
	padding-left:5px;
	width:240px;
	height:22px;
	background-color:#a1ecf3;
	font-weight:bold;
	font-size:11px;
	font-family:verdana;
	border-bottom:1px #43c3c7 solid;
}

	.profiellabel {
		color:black;
		text-align:right;
		padding-right:10px;
		padding-left:5px;
		width:240px;
		height:22px;
		background-color:#a1ecf3;
		font-weight:bold;
		font-size:11px;
		font-family:verdana;
		border-bottom:1px #43c3c7 solid;

}

.profieltekst {
	color:black;
	text-align:left;
	padding-right:4px;
	padding-left:4px;
	width:250px;
	height:22px;
	padding-left:5px;
	background-color:#a1ecf3;


}

.profielinfo {
	color:black;
	text-align:left;
	padding-right:4px;
	padding-left:4px;
	width:20px;
	height:22px;
	padding-left:5px;
	background-color:#a1ecf3;
	vertical-alignment:top;
}

.notifier {
	text-align:center;
	margin-top:50px;	
}


.profieltekstreadonly {
	color:black;
	text-align:left;
	padding-right:4px;
	padding-left:4px;
	width:250px;
	height:22px;
	padding-left:5px;
	background-color:#a1ecf3;

}

.inputtext {
	width: 190px;

}


.aanmeldInput {
	height:18px;
	font-size:0,8em;
	background-color:#ffffff;
	color:#black;
	border:1px #000000;
	width:260px;
	border:1px solid gray;
}


.horizontal_stappen_vrienden {
	position: relative;
	border: 1px solid #d9d9d9;
	padding: 4px;
	margin-right: 0px;
	margin-bottom: 1px; /* ruimte aan de onderkant van het kadertje*/
	width: 100px; /* kadertje*/
	height: 110px;
	text-align: center;
	margin: 2px; /* afstand tussen de kaders van de stappen foto's aan de onderkant*/
	float:left;
}
 .knop {
	width:145px;
	height:20px;
	border:3px silver double;
	margin-bottom:3px;
	font-size:11px;
	color:black;
	padding:1px;
	background-color: #fffeba;
}
letters {
	PADDING-BOTTOM: 0px;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	font-color:yellow;
}
.lettercel {
	height:3px;
	color:#006AB3;
	background-color:#99e6fb;
	cursor:hand;
	cursor:pointer;
}

/* start lettertable styling */

#lettertabel {
	
	border:3px silver double;
	width:750px;

}

#lettertabel td {
	width:50px;
	height:30px;
	text-align:center;
	border:3px silver double;
}

/* einde styling lettertable */

.berichtimg {
  max-width: 45px;
  max-height:45px;
  width: expression(this.width > 45 ? "45px" : true);
  height: expression(this.height > 45 ? "45px" : true);
}



/* de opmaak van het formulier */
.hobbytrendformulier {
	background-color:#f8e961;
	border:3px silver double;
	color:black;
	font-weight:regular;
	font-size:12px;
	width:702px;
	height:220;

}

.diveditcrea {
	border:1px solid silver;
	color:black;
	font-weight:bold;
	font-size:12px;
	width:702px;
	height:220;

}




.emoticons {
	float:left;
	width:23px;
	height:40px;
	background-color:transparant;
	font-size:10px;
	font-weight:normal;
	margin-top:2px;
	margin-bottom:1px;
	color:purple;
	text-align:center;
}

.emoticons a {
	margin:1px;
}



/* de naam van het formulier */
.hobbytrendcaption {
	padding:0;
	background-color:#cbe567;
	border:1px solid #fffeba;
	color:black;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	font-size:12px;
	overflow:hidden;
	margin-bottom:3px;
	border:3px silver double;
	
}


/* de labels van het formulier */
.hobbytrendheader {
	background-color:#f8e961;
	border:2px silver solid
	color:black;
	font-weight:solid;

}

/* de buttons van het formulier */
.hobbytrendbutton {
	font-size:10pt; 
	background-color:#fffeba; 
	color:black;
	border:1px silver;
	width:90px;
}

/* de invulvelden van het formulier */
.hobbytrendinput {
	font-size:10pt; 
	background-color:white; 
	color:black;
	border:2px silver solid;
	width:90px;
	margin:1PX;
	margin=left:2px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: white url(../afbeeldingen/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(../afbeeldingen/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
/*background-color: yellow;*/
color:black;
}

#ddcolortabs a:hover span{
/*background-color: yellow;*/
color:black;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
/*background-color: yellow;*/
color:black;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* end colored tabs*/

/* ronde hoeken maar dan anders */



.rbroundbox { background: url('img/rondehoeken/nt.gif') repeat; }
.rbtop div { background: url('img/rondehoeken/tl.gif') no-repeat top left; }
.rbtop { background: url('img/rondehoeken/tr.gif') no-repeat top right; }
.rbbot div { background: url('img/rondehoeken/bl.gif') no-repeat bottom left; }
.rbbot { background: url('img/rondehoeken/br.gif') no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }


/* einde ronde hoeken maar dan anders*/

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#52c7cc; margin:0 5px;}
.b2 {height:1px; background:#defcff; border-right:2px solid #52c7cc; border-left:2px solid #52c7cc; margin:0 3px;}
.b3 {height:1px; background:#defcff; border-right:1px solid #52c7cc; border-left:1px solid #52c7cc; margin:0 2px;}
.b4 {height:2px; background:#defcff; border-right:1px solid #52c7cc; border-left:1px solid #52c7cc; margin:0 1px;}
.contentb {background: #defcff; border-right:1px solid #52c7cc; border-left:1px solid #52c7cc;}
.contentb div {margin-left: 0px;}

/* ronde hoeken */




.roundedcornr_box_706236 {
   background: #cccccc;
}
.roundedcornr_top_706236 div {
   background: url(../afbeeldingen/roundcorners/roundedcornr_706236_tl.png) no-repeat top left;
}
.roundedcornr_top_706236 {
   background: url(../afbeeldingen/roundcorners/roundedcornr_706236_tr.png) no-repeat top right;
}
.roundedcornr_bottom_706236 div {
   background: url(../afbeeldingen/roundcorners/roundedcornr_706236_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_706236 {
   background: url(../afbeeldingen/roundcorners/roundedcornr_706236_br.png) no-repeat bottom right;
}

.roundedcornr_top_706236 div, .roundedcornr_top_706236, 
.roundedcornr_bottom_706236 div, .roundedcornr_bottom_706236 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_706236 { margin: 0 15px; }



/* einde ronde hoeken */

/*nogmaals ronden hoeken */

.roundedcornr_box_165922 {
   background: #dddddd url(../afbeeldingen/roundcorners/roundedcornr_165922_grad.gif) repeat-x top left;
}
.roundedcornr_top_165922 div {
   background: url(../afbeeldingen/roundcorners/roundedcornr_165922_tl.gif) no-repeat top left;
}
.roundedcornr_top_165922 {
   background: transparent url(../afbeeldingen/roundcorners/roundedcornr_165922_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_165922 div {
   background: url(../afbeeldingen/roundcorners/roundedcornr_165922_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_165922 {
   background: transparent url(../afbeeldingen/roundcorners/roundedcornr_165922_br.gif) no-repeat bottom right;
}

.roundedcornr_top_165922 div, .roundedcornr_top_165922,
.roundedcornr_bottom_165922 div, .roundedcornr_bottom_165922 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_165922 { margin: 0 15px; }
/* endin ronde hoeken */

/* nogmaals ronde hoeken */

.roundedcornr_box_101994 {
   background: #defcff;
}
.roundedcornr_top_101994 div {
   background: url(../afbeeldingen/roundcorners/roundedcornr_101994_tl.png) no-repeat top left;
}
.roundedcornr_top_101994 {
   background: url(../afbeeldingen/roundcorners/roundedcornr_101994_tr.png) no-repeat top right;
}
.roundedcornr_bottom_101994 div {
   background: url(../afbeeldingen/roundcorners/roundedcornr_101994_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_101994 {
   background: url(../afbeeldingen/roundcorners/roundedcornr_101994_br.png) no-repeat bottom right;
}

.roundedcornr_top_101994 div, .roundedcornr_top_101994, 
.roundedcornr_bottom_101994 div, .roundedcornr_bottom_101994 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_101994 { margin: 0 15px; }
/* end ronde hoeken */

/* nog een maar dan zonder images */
.speech_bubble{
	background: transparent;
	/* margin:10px 0;*/
}
.speech_bubble_content{
	display:block; 
	background:#fff; 
	border:3px solid #ddd; 
	border-width:0 3px;
}
.speech_bubble p{
	padding:0.5em 0; 
	color:#000;
	margin:0 15px; 
}
.sb1, .sb2, .sb3, .sb4, .sb5, .sb6, .sb7{
	display:block; 
	overflow:hidden; 
	font-size:0;
}
.sb1, .sb2, .sb3, .sb4, .sb5, .sb6{
	height:1px;
}
.sb4, .sb5, .sb6, .sb7{
	background:#fff; 
	border-left:1px solid #ddd; 
	border-right:1px solid #ddd;
}
.sb1 {margin:0 8px; background:#ddd;}
.sb2 {margin:0 6px; background:#ddd;}
.sb3 {margin:0 4px; background:#ddd;}
.sb4 {margin:0 3px; background:#fff; border-width:0 5px;}
.sb5 {margin:0 2px; background:#fff; border-width:0 4px;}
.sb6 {margin:0 2px; background:#fff; border-width:0 3px;} 
.sb7 {margin:0 1px; background:#fff; border-width:0 3px; height:2px;} 

.speech_bubble em{
	display:block; 
	width:0; 
	height:0; 
	overflow:hidden; 
	border-top:12px solid #ddd; 
	border-left:12px dotted transparent; 
	border-right:12px dotted transparent; 
	margin-left:30px;
}
.speech_bubble span{
	display:block; 
	width:0; 
	height:0; 
	overflow:hidden; 
	border-top:10px solid #fff; 
	border-left:10px dotted transparent; 
	border-right:10px dotted transparent; 
	margin-left:32px; 
	margin-top:-15px;
}
* html .speech_bubble em {width:24px; height:12px; w\idth:0; hei\ght:0;}
* html .speech_bubble span {width:20px; height:10px; w\idth:0; hei\ght:0;}

/* eind maar dan zonder images */

div.fotolijst{
	float: left;
 	background: url(shadow.png) no-repeat bottom right !important;
 	background: url(shadow.gif) no-repeat bottom right;
 	margin: 10px 7px 0 10px !important;
 	margin: 10px 7px 0 10px;
	}

div.fotolijst img{
 	display: block;
 	position: relative;
 	background-color: #FFF;
 	border: 1px solid #000;
 	margin: -3px 5px 5px -3px;
 	padding: 2px;
 	}

div.berichtjesrood { 
 	width:418px; 
 	height:258px; 
 	float:left; 
 	border:#cc0099 0px solid; 
 	padding:0px; 
 	margin-left:0px; 
 	margin-top:0px; 
 	}




