/* @override http://192.168.2.5/~Nick/allesvoorniks2009/css/links.css */

/* CSS Document */
/* standaard */
	
a:link {
	color: #0066CC;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
} 
a:visited {
	color:#0066CC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:hover {
	color:#000077;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* afwijkend > items */

a:link.itemTop {
	font-size:17px;
	font-weight: 600;

}
a:visited.itemTop {
	font-size:17px;
	font-weight: 600;
	color:#888888;
}

a:link.itemMid {
	font-size:15px;
	font-weight: 600;

}
a:visited.itemMid {
	font-size:15px;
	font-weight: 600;
	color:#888888;
}

a:link.item {
	font-size:13px;
	font-weight: bold;
}
a:visited.item {
	font-size:13px;
	font-weight: bold;
	color:#888888;
}
a:hover.item, a:hover.itemMid, a:hover.itemTop {
	color:#000077;
}
/* item icons */
.dood a:link {
		float: right;
		background: url(../images/dood.gif) no-repeat 0 0;
		width: 12px;
		height: 12px;
		text-decoration: none;
		margin-right: 4px;
}

.vertel a:link {
		float: right;
		background: url(../images/vertel.gif) no-repeat 0 0;
		width: 16px;
		height: 12px;
		text-decoration: none;
		margin-right: 4px;

}
.meer a:link {
		float: right;
		background: url(../images/meer.gif) no-repeat 0 0;
		width: 9px;
		height: 12px;
		text-decoration: none;
}
		

.dood a:active, .vertel a:active, .meer a:active {
		display: block;
		background-position: 0 -12px;
		height: 12px;
}

.dood a:visited, .vertel a:visited, .meer a:visited {
		display: block;
		height: 12px;
		float: right;
		text-decoration: none;
}

.dood a:visited {
		background: url(../images/dood.gif) no-repeat 0 0;
		margin-right: 4px;
		width: 12px;

}

.vertel a:visited {
		background: url(../images/vertel.gif) no-repeat 0 0;
		margin-right: 4px;
		width: 16px;

}

.meer a:visited {
		background: url(../images/meer.gif) no-repeat 0 0;
		width: 12px;
}

.dood a:hover, .vertel a:hover, .meer a:hover {	
		display: block;
		background-position: 0 -12px;
		height: 12px;
}

/* menu en overige */

a:link.menu, a:link.overige {
	font-weight: 700;
}
a:visited.menu, a:visited.overige {
	color:#0066CC;
	font-weight: 700;
}
a:hover.menu, a:hover.overige {
	color:#000077;
	font-weight: 700;
}

/* bottom */

#bottom a:link, #bottom a:visited {
	color: white;
	text-decoration:none;
	text-transform: lowercase;
}

#bottom a:hover, #bottom a:active {
	color: white;
	text-decoration:underline;
}

/* links */

#linksMiddle a:link, #linksMiddle a:visited {
	color: #7fb9dc;
	text-decoration:none;
	text-transform: lowercase;
}

#linksMiddle a:hover, #linksMiddle a:active {
	color: #addfff;
	text-decoration:underline;
}

/* bladeren */
#contentBottom a:link, #contentBottom a:visited{
	text-decoration: none;

}

#contentBottom a:hover, #contentBottom a:active {
	text-decoration: underline;
}

/* overige links */

a:link.nieuwsbrief {
	font-size:12px;
}

a:link.overige {
	font-size:13px;
}

a:link.nixz {
	font-size:11px;
}