/* CSS Buroslim */
/* © 2008 by Inovamedia */
/* Development by Rene Sebastian */
/* Datum: 25-03-2008 */

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color:#231f20;
	background-color: #FFFFFF;
}

.maintable{
	width: 			757px;
	margin-top:		20px;
}

.contenttable{
	margin-top:		10px;
	width: 			757px;
	border: 1px dashed #ec008c;	
}

.submenu{
	font-size: 					16px;
	color:						#ec008c;
	font-weight:				bold;
	text-decoration:			none;
}

.contenttd{
	padding:		15px;
	font-family:	Georgia, "Times New Roman", Times, serif; 
}

.contenttd2{
	padding-left:		15px;
	padding-right:		15px;
	padding-bottom:	    15px;
	font-family:	Georgia, "Times New Roman", Times, serif; 
}

.heading{
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-weight:	bold;
	font-size:		17px;
	padding-top:    15px;
	padding-left:	15px;
	padding-bottom: 10px;
}

.imgtd{
	padding-left:		15px;
	padding-right:		15px;
	padding-bottom:     10px;
}

.projectnaam{
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-weight:	bold;
	font-size:		17px;
}

.projectsub{
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-style:		italic;
	font-size:		18px;
}

.projectinfo{
	padding:		15px;
	font-family:	Georgia, "Times New Roman", Times, serif; 
	font-size: 		14px;
	color:			#231f20;
}

hr.hr1 {
      border-top: 		1px dashed #ec008c;
      border-bottom: 	1px solid #ffffff;
      color: 			#ffffff;
      background-color: #ffffff;
      height: 			2px;
    }

/*
Basis link instellingen:
*/

a:link {
	color: 			#231f20;
	text-decoration:underline;
	
}
a:visited {
	color: 			#231f20;
	text-decoration:none;
}
a:hover {
	color: 			#231f20;
	text-decoration:underline;
}
a:active {
	color: 			#231f20;
	text-decoration:underline;
}

/*
Custom link kleuren:
*/

/*Grijs*/
a.grijs:link, a.grijs:visited{
	color:						#2e2e2e;
	text-decoration:			none;
}

a.grijs:hover, a.grijs:active{
	color:						#2e2e2e;
	text-decoration:			underline;
}

/*Roze*/
a.candy:link, a.candy:visited{
	font-size: 					16px;
	line-height:				25px;
	color:						#ec008c;
	font-weight:				bold;
	text-decoration:			none;
}

a.candy:hover, a.candy:active{
	font-size: 					16px;
	line-height:				25px;
	color:						#ec008c;
	font-weight:				bold;
	text-decoration:			underline;
}

/*Roze striped*/
a.candy2:link, a.candy2:visited{
	font-size: 					16px;
	line-height:				25px;
	color:						#ec008c;
	font-weight:				bold;
	text-decoration:			line-through;
}

a.candy2:hover, a.candy2:active{
	font-size: 					16px;
	line-height:				25px;
	color:						#ec008c;
	font-weight:				bold;
	text-decoration:			line-through;
}

/*Grijs*/
a.grijs2:link, a.grijs2:visited{
	color:						#383838;
	text-decoration:			underline;
}

a.grijs2:hover{
	color:						#383838;
	text-decoration:			underline;
}

/*Wit*/
a.wit:link, a.wit:visited{
	color:						#ffffff;
	text-decoration:			none;
}

a.wit:hover{
	color:						#FFFFFF;
	font-weight:				normal;
	text-decoration:			underline;
}

/*Blauw*/
a.blauw:link, a.blauw:visited{
	color:						#5099c8;
	text-decoration:			none;
}

a.blauw:hover{
	color:						#5099c8;
	font-weight:				normal;
	text-decoration:			underline;
}