/* CSS candybite.nl */
/* © 2007 by Inovamedia */
/* Development by Rene Sebastian */
/* Datum: 1-11-2007 */


body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color:#2e2e2e;
	background: #ffea15 url(../images/bg_simpel.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top left
}

.maintable{
	width: 			850px;
	margin-top:		70px;
}

#balk {
	position:absolute;
	background-image:url(../images/balk.jpg);
	left:0px;
	top:130px;
	width:100%;
	height:224px;
	z-index:0;
	visibility: visible;
}
#apDiv1 {
	position: absolute;
	
	top:30px;
	height:500px;
	z-index:1;
	
}

/*
Basis link instellingen:
*/

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

/*
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;
}

/*Lijsten*/
a.candy:link, a.candy:visited{
	color:						#ff4e00;
	text-decoration:			none;
}

a.candy:hover, a.candy:active{
	color:						#ff4e00;
	text-decoration:			underline;
}

/*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;
}
