@charset "utf-8";

body{
	/*margin:0px 0px 0px 0px;*/
	/*padding:0px 0px 0px 0px;*/
	background-color: #660099;
	color: #FFFFFF;
}

.stijl1 {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif, Calibri;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	
}

#items{
	width:97%;
	height:330px;
	overflow:auto;
	margin:10px 20px 0px 20px;
	font-size: 15px;
}
#inputvelden{
	height:200px;
	margin:30px 20px 0px 20px;
	border-top:3px dotted white;
}
#antispam{
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	color:yellow;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}




.guestbook_item{
	width:95%;
	border-bottom:1px dashed yellow;
	margin:10px 0px 0px 0px;
}

.guestbook_datum{
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	font-style: italic;
	color:yellow;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
.guestbook_bericht{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}
.guestbook_link a:link{
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: small;
	color:#f00;
}
.guestbook_link a:hover{
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: small;
	color:#f00;
}
.guestbook_link a:visited{
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: small;	
	color:#f00;
}
.guestbook_link a:active{
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: small;
	color:#f00;
}

#speellijst_items{
	width:97%;
	overflow:auto;
	margin:10px 20px 0px 20px;
}

.speellijst_item{
	width:90%;
	/*border-bottom:1px dotted yellow;*/
	/*margin:10px 0px 0px 0px;*/
	padding:5px 0px 0px 0px;
	clear:both;
}

.speellijst_datum{
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 14px;
	font-style: italic;
	font-weight:bold;
	color:yellow;
	padding-top:2px;
	padding-bottom:2px;
	
	width:100px;
	float:left;
	/*border:1px dashed green;*/
}

.speellijst_plaats{
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	width:250px;
	
	float:left;
	/*border:1px dashed pink;*/
}

.speellijst_act{
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	width:300px;
	float:left;
	/*border:1px dashed blue;*/
}

.speellijst_lijn{
	clear:left;
	border-bottom:1px dotted yellow;
	padding-top:2px;
	padding-bottom:2px;
	width:70%;
	float:left;
	
}

.clear{
	clear:both;
}


