/* Djoldstone.be */
/* Alles op deze site is eigendom van DjGoldstone */
/* Niets mag gekopieerd worden zonder toestemming van DjGoldstone of de webmaster */
/* www.jorendegroof.be */

body{
	background-color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	font-weight:normal;
	color:#CCCCCC;
	}
/*
////////////////////////////////
 Pagina delen 
////////////////////////////////
*/
#main{
	background-color:#CCCCCC;
	position:relative;
	left:auto;
	top:10px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:710px;
	}
#logo{
	background-color:#CCCCCC;
	text-align:right;
	width:710px;
	height:130px;
	}
#top{
	background-color:#CCCCCC;
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
	width:710px;
	height:18px;
	}
#midden{
	background-color:#336699;
	background-image:url(images/back.gif);
	background-repeat:repeat-y;
	width:710px;
	height:auto;
	_height:400px;
	min-height:400px;
	}
#bottom{
	background-color:#CCCCCC;
	background-image:url(images/bottom.gif);
	background-repeat:no-repeat;
	width:710px;
	height:17px;
	font-size:0pt;
	}
#voet{
	background-color:#CCCCCC;
	width:710px;
	height:20px;
	color:#336699;
	text-align:center;
	font-weight:lighter;
	letter-spacing:2px;
	font-size:9pt;
	}
#menu{
	background-color:none;
	float:left;
	width:140px;
	height:auto;
	margin-left:5px;
	
	}
#inhoud{
	background-color:#336699;
	float:none;
	width:520px;
	height:auto;
	margin-left:175px;
	margin-bottom:0px;
	}
/*
////////////////////////////////
 Menuitems 
////////////////////////////////
*/
.bloem{
	background-image:url(images/bloem.gif);
	background-repeat:no-repeat;
	background-color:#336699;
	width:140px;
	height:63px;
	}
.home{
	background-image:url(images/home.gif);
	background-repeat:no-repeat;
	background-color:#336699;
	width:140px;
	height:30px;
	cursor:pointer;
	}
.about{
	background-image:url(images/about.gif);
	background-repeat:no-repeat;
	background-color:#336699;
	width:140px;
	height:30px;
	cursor:pointer;
	}
.multimedia{
	background-image:url(images/multimedia.gif);
	background-repeat:no-repeat;
	background-color:#336699;
	width:140px;
	height:35px;
	cursor:pointer;
	}
.poll{
	background-image:url(images/poll.gif);
	background-repeat:no-repeat;
	background-color:#336699;
	width:140px;
	height:35px;
	cursor:pointer;
	}
.gastenboek{
	background-image:url(images/gastenboek.gif);
	background-repeat:no-repeat;
	background-color:#336699;
	width:140px;
	height:35px;
	cursor:pointer;
	}
.links{
	background-image:url(images/links.gif);
	background-repeat:no-repeat;
	background-color:#336699;
	width:140px;
	height:30px;
	cursor:pointer;
	}
.contact{
	background-image:url(images/contact.gif);
	background-repeat:no-repeat;
	background-color:#336699;
	width:140px;
	height:35px;
	cursor:pointer;
	}
/*
////////////////////////////////
 Class 
////////////////////////////////
*/
.img{
	border-style:none;
	}
.contactinput{
	width:150px;
	}
.reserveer{
	display:none;
	}
.duur{
	width:40px;
	}
.aboutvraag{
	padding-left:15px;
	letter-spacing:1px;
	font-weight:bold;
	}
.i{
	font-style:italic;
	}
/*
////////////////////////////////
 Links 
////////////////////////////////
*/
.categorie{
	width:400px;
	background-color:#CCCCCC;
	color:#336699;
	letter-spacing:2px;
	padding-left:15px;
	}
.links_space{
	word-spacing:2px;
	line-height:15px;
	}
a.link{
	color:#CCCCCC;
	font-weight:bolder;
	text-decoration:none;
	word-spacing:2px;
	line-height:15px;
	}
a.link:hover{
	text-decoration:underline;
	word-spacing:2px;
	line-height:15px;
	}
/*
////////////////////////////////
 Gastenboek
////////////////////////////////
*/
a{
	text-decoration: none;						/* Text decoration of links */
	color: #FFFFFF;								/* Main color of links */
}
a:hover{
	color: #FF9900;								/* Color of links after mouseover */
}
.admintextcolor{
	color: #FF0000;								/* Text color of admin guestbook message */
}
.tables_maintable{
	width: 90%;									/* Width of the whole guestbook */
}
.tablerows_header{
	background-color: #1B2E4B;					/* Background color of mainbar with links */
	height: 20px;								/* Height of mainbar with links */
	padding-left: 5px;							/* Text in mainbar with links starts 5 pixels after start */
	padding-right: 5px;							/* Text in mainbar with links ends 5 pixels before end */
	font-weight: bold;							/* Text decoration of text in mainbar with links */
	border: solid 1px #000000;					/* Mainbar with links border */
}
.tablerows_gbentries{
	width: 100%;								/* Width of an entry in the guestbook */
	border: solid 1px #000000;					/* Border of an entry in the guestbook */
}
.gbentry{
	width: 100%;								/* Width of an entry in the guestbook */
}
.emptyspace{
	height: 10px;								/* Empty space between entries */
}
.leftside{
	padding-top: 5px;							/* Text in left side of a message/setting starts 5 pixels after top */
	padding-bottom: 5px;						/* Text in left side of a message/setting ends 5 pixels before bottom */
	padding-left: 5px;							/* Text in left side of a message/setting starts 5 pixels after left */
	padding-right: 5px;							/* Text in left side of a message/setting ends 5 pixels before right */
	vertical-align: top;						/* Text in left side of a message/setting gets aligned to top */
	width: 20%;									/* Width of text in left side of a message/setting */
	background-color: #1B2E4B;					/* Backgroundcolor of text in left side of a message/setting */
	color: #FFFFFF;								/* Text color in left side of a message/setting */
}
.rightside{
	padding-top: 5px;							/* Text in right side of a message/setting starts 5 pixels after top */
	padding-bottom: 5px;						/* Text in right side of a message/setting ends 5 pixels before bottom */
	padding-left: 5px;							/* Text in right side of a message/setting starts 5 pixels after left */
	padding-right: 5px;							/* Text in right side of a message/setting ends 5 pixels before right */
	vertical-align: top;						/* Text in right side of a message/setting gets aligned to top */
	width:80%;									/* Width of text in right side of a message/setting */
	background-color: #5E7A97;					/* Backgroundcolor of text in right side of a message/setting */
	color: #000000;								/* Text color in right side of a message/setting */
}
.subject{
	font-size: 10px;							/* Font size of the subject text in a guestbook entry */
	font-weight: bold;							/* Subject text in a guestbook entry is bold */
}
.writerows/* Class that applies on almost all text in the guestbook */{
}
.buttons{
	border: solid 1px #000000;					/* Border of a button */
	color: #000000;								/* Text color of a button */
}
.formfields{
	border: solid 1px #000000;					/* Border of an inputbox and textarea */
}
p.gbtitle{
	font-size: 20px;							/* Font size of the guestbook title */
	font-weight: bold;							/* Guestbook title is bold */
	color: #FFFFFF;								/* Text color of the guestbook title */
}
.tablerows_errors{
	width: 100%;								/* Width of error table */
	border: solid 1px #000000;					/* Border of error table */
	padding-left: 5px;							/* Text in error table starts 5 pixels after left */
	padding-top: 5px;							/* Text in error table starts 5 pixels after top */
	padding-bottom: 5px;						/* Text in error table ends 5 pixels before bottom */
	background-color: #1B2E4B;					/* Background color of error table */
	color: #FFFFFF;								/* Text color of error table */
}
.tablerows_finishpost{
	width: 100%;								/* Width of success table */
	border: solid 1px #000000;					/* Border of success table */
	padding-left: 5px;							/* Text in success table starts 5 pixels after left */
	padding-top: 5px;							/* Text in success table starts 5 pixels after top */
	padding-bottom: 5px;						/* Text in success table ends 5 pixels before bottom */
	background-color: #1B2E4B;					/* Background color of success table */
	color: #FFFFFF;								/* Text color in success table */
}
input.ubbbuttons{ 
	background-color:#EFEFEF;					/* Background color of the UBB buttons */
	color:#000000;								/* Text color of the UBB buttons */
	font-family:tahoma, arial, verdana;			/* Font of the UBB buttons */
	font-size: 11px;							/* Font size of the UBB buttons */
}
input.helpline{
	background-color:#5E7A97;					/* Background color of the UBB buttons helpline */
	color:#000000;								/* Text color of the UBB buttons helpline */
	width:350px;								/* Width of the UBB buttons helpline */
	font-family:tahoma, arial, verdana;			/* Font of the UBB buttons helpline */
	font-size:11px;								/* Font size of the UBB buttons helpline */
	border-style:none;							/* Border of the UBB buttons helpline */
}

.leftside_entry							/* Same as above, but for guestbook entries */{
	border: solid 1px #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	width: 20%;
	background-color: #336699;
	color: #FFFFFF;
}

.rightside_entry						/* Same as above, but for guestbook entries */
{
	border: solid 1px #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	width:80%;
	background-color: #336699;
	color: #000000;
}

/*
////////////////////////////////
 Poll-classes 
////////////////////////////////
*/
.400{
	width:440px;
	}
.pollvraag{
	font-weight:bold;
	color:#FF9900;
	}
.pollantw{
	width:135px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	text-align:left;
	}
.pollvotes{
	width:120px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	text-align:left;
	}
.pollprocent{
	width:35px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	}
.stem{
	color:#FF6600;
	font-weight:600;
	}
.titel{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	}
.nieuws{
	margin-top:8px;
/*	border-bottom-style:solid;
	border-width:thin;
	border-color:#CCCCCC;*/
	}
