/* @override http://www.saskiameesters.nl/saskiameesters.css */

/* @override http://www.saskiameesters.nl/saskiameesters.css */

/* CSS Document */

body {
	background-color: black;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
}

.hr {
	border-width: 1px;
	border-color: #414141;
}


a:link, a:visited {
color: silver;
	padding-right: 0;
	padding-left: 0;
	text-decoration: none;
	font-size: 12px;
	background: black repeat;
}

a:hover {
color: black;
text-decoration: none;
	background-color: gray;
	background-image: none;
	font-size: 12px;
}

a:active {
color: silver;
text-decoration: none;
	background-color: transparent;
	font-size: 12px;
}

a.navmenu:link, a.navmenu:visited {
color: gray;
	font-size: 13px;
	background: black repeat;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
}


a.navmenu:active, a.navmenu:hover {
color: white;
text-decoration: none;
	background-color: transparent;
}




#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	background: url(afb/bg_kop3.gif) no-repeat;
}

#kop {
	width: 920px;
	text-align: center;
	height: 110px;
	font-size: 55px;
}

#containermid {
	width: 920px;
}

#navi {
	width: 160px;
	float: left;
	border-style: none;
}

#content {
	width: 760px;
	float: right;
}

#voet {
	width: 920px;
	border-style: none;
	height: 120px;
	background: url(afb/bg_hoek_bot.gif) no-repeat 0;
	float: right;
}

.paginakop {
	font-size: 16px;
	color: silver;
	margin-top: 0;
	text-align: right;
	display: block;
	background: url(afb/bg_kop2.jpg) no-repeat right;
	padding-right: 12px;
}

.actueelkop {
	font-size: 15px;
	color: silver;
}

.plattetekst {
	color: gray;
	font-size: 12px;
}

p.plattetekst {
	margin-right: 20px;
}

.onderschrift {
	color: gray;
	font-size: 11px;
	text-align: center;
	display: block;
	margin-top: 6px;
}

.onderschriftafm {
	color: gray;
	font-size: 9px;
	text-align: center;
}

#tekstkolom {
	padding-right: 24px;
}

.list {
	color: white;
	font-size: 12px;
	list-style-type: circle;
}


