/*
	Dit bestand is gemaakt door YolkNet Internetservices
		www.yolknet.nl
	
	Dit bestand is onderdeel van de website van YolkNet Internetservices
		www.yolknet.nl
*/

html {
		font-family: Arial, sans-serif;
		font-size: 80%;
		background-image: url(afb/achtergrond.gif);
		color: #424242;
	}
	
body {
	margin: 0px;
}

img {
	border: 0px;
}

h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	font-size: 140%;
}

input {
	font-family: Arial, sans-serif;
}

textarea {
	font-family: Arial, sans-serif;
}

p {
	margin: 0px;
	padding: 0px;
}

.paragraaf:first-letter {
	font-size: 230%;
	float: left;
	color: #FFFFFF;
	background: #925031;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-right: 5px;
}

.button {
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
}

.bijschrift {
	border: 1px solid #4e4e4e;
	width: 550px;
	margin: 0px auto;
	padding: 10px;
	background-color: #f7f2db;
}

.logo {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.melding {
	clear: both;
	color: red;
	font-weight: bold;
	padding: 7px;
	background-color: #dfe0e0;
	border: 1px solid #272727;
}

/*
	Opmaakcodes van de div-containers
*/

.topbalk {
	background-color: #424242;
	color: white;
	height: 35px;
	clear: both;
	margin: 0px auto;
	
}

.top_div {
	width: 896px;
	margin: 0px auto;
}

.top_navigatie {
	float: left;
	margin-top: 8px;
	padding-left: 7px;
}

.zoekformulier {
	float: right;
	margin-top: 5px;
	padding-right: 7px;
}

.zoekveld_links {
	width: 19px;
	height: 24px;
	background-image: url(afb/zoeken-links.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.zoekveld_midden {
	background-image: url(afb/zoeken-midden.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
}

.zoekveld_midden input {
	border: 0px;
}

.zoekveld_rechts {
	background-image: url(afb/zoeken-rechts.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	width: 20px;
}

.zoek_button {
	font-size: 95%;
}

.pagina_afb {
	background-repeat: no-repeat;
	background-position: 220px 50%;
}

.voetnoot {
	padding-top: 15px;
	color: #aca79c;
	font-size: 80%;
}

.voettekst {
	width: 896px;
	height: 47px;
	margin: 0px auto;
	clear: both;
	text-align: center;
	font-size: 80%;
	background-image: url(afb/voettekst-achtergrond.gif);
	background-repeat: no-repeat;
}

/*
	Opmaakcodes van de (sub)menu's
*/

.menu_lijst {
	list-style: none;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin: 0px;
}

.menu {
	padding-left: 35px;
	display: block;
	background-image: url(afb/menu-standaard.gif);
	background-repeat: no-repeat;
	line-height: 127%;
	height: 27px;
	letter-spacing: 1.7px;
	width: 250px;
}

a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:hover {
	color: #FFFFFF;
	background-image: url(afb/menu-over.gif);
	background-repeat: no-repeat;
}

.menu:first-letter {
	font-size: 160%;
}

.menu_selected {
	padding-left: 35px;
	display: block;
	background-image: url(afb/menu-standaard.gif);
	background-repeat: no-repeat;
	line-height: 127%;
	height: 27px;
	letter-spacing: 1.7px;
	width: 250px;
	color: #FFFFFF;
	background-image: url(afb/menu-over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.menu_selected:first-letter {
	font-size: 160%;
}

.submenu1 {
	margin-left: 5px;
	padding-left: 29px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	width: 196px;
}

a.submenu1:link {
	color: #3b3833;
	text-decoration: none;
}

a.submenu1:visited {
	color: #3b3833;
	text-decoration: none;
}

a.submenu1:hover {
	background-color: #f1d59c;
	background-image: url(afb/submenu-selected.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

.submenu1_selected {
	margin-left: 5px;
	padding-left: 29px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #3b3833;
	text-decoration: none;
	background-color: #f1d59c;
	width: 196px;
}

a.submenu1_selected:hover {
	background-image: url(afb/submenu-selected.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;
}

.submenu2 {
	margin-left: 5px;
	padding-left: 49px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	width: 176px;
}

a.submenu2:link {
	color: #3b3833;
	text-decoration: none;
}

a.submenu2:visited {
	color: #3b3833;
	text-decoration: none;
}

a.submenu2:hover {
	background-color: #f1d59c;
	background-image: url(afb/submenu-selected.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

.submenu2_selected {
	margin-left: 5px;
	padding-left: 49px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #3b3833;
	text-decoration: none;
	background-color: #f1d59c;
	width: 176px;
}

a.submenu2_selected:hover {
	background-image: url(afb/submenu-selected.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;
}

/*
	Opmaakcode voor de navigatiebalk
*/

.navigatie_span {
	padding-right: 35px;
	background-image: url(afb/navigatie.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 80px;
}

.navigatiepad:link {
	color: #832e04;
	text-decoration: underline;
	spadding-right: 45px;
}

.navigatiepad:visited {
	color: #832e04;
	text-decoration: underline;
}

/*
	Opmaakcode voor formulieren
*/


.form_rij {
	background-color: #fcf0cf;
	border: 2px solid #864602;
	margin: 10px;
	padding: 10px;
	width: 450px;
}

.form_links {
	float: left;
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.form_rechts {
	padding-top: 8px;
	padding-bottom: 8px;
}

.form_tekst {
	width: 410px;
	height: 90px;
}

/*
	Opmaakcodes voor contactformulier
*/

.adres_kaartje {
	background-image: url(afb/visitekaartje.gif);
	padding-left: 90px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: 45% 70%;
	height: 80px;
}

.adres_kader {
	width: 350px;
	padding-bottom: 10px;
}

.adres_links {
	width: 130px;
	float: left;
	padding-bottom: 15px;
}

.adres_rechts {
	padding-bottom: 15px;
}

/*
	Opmaakcodes voor tabel bij Webhosting
*/

.hosting {
	width: 90px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
}

/*
	Opmaakcodes voor de pagina Portfolio
*/

.menu_kop {
	margin-left: 35px;
	padding-top: 0px;
	padding-bottom: 20px;
	background-image: url(afb/projecten.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

.project_div {
	width: 195px;
	border: 1px solid #bbc5d0;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.project_opdrgever {
	background-color: #bbc5d0;
	padding-top: 3px;
	padding-bottom: 3px;
}

.project_opdrgever a:link {
	color: #832e04;
}
.project_opdrgever a:visited {
	color: #832e04;
}

/*
	Opmaakcodes voor de Zoek-pagina
*/

.zoek_rij {
	background-color: #fcf0cf;
	border: 2px solid #864602;
	margin: 7px;
	padding: 7px;
	width: 570px;
	clear: both;
}

.zoek_links {
	float: left;
	width: 240px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.zoek_rechts {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 245px;
}

/*
	Opmaakcodes voor zoekresultaten
*/

.zoek_tabel {
	border-collapse: collapse;
	width: 100%;
}

.zoek_kop_titel {
	background-color: black;
	color: white;
	width: 220px;
	padding: 3px;
}

.zoek_kop_tekst {
	background-color: black;
	color: white;
	padding: 3px;
}

.zoek_kop_tabel {
	background-color: black;
	color: white;
	width: 75px;
	padding: 3px;
}

.zoek_titel {
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px; 
}

.zoek_tekst {
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px; 
}

.zoek_categorie {
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px; 
}

/*
	Opmaakcodes voor nieuwsitems
*/

.nieuws_rij {
	clear: both;
	padding-bottom: 6px;
}

.nieuws_datum {
	float: left;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	width: 45px;
	padding: 1px;
}

.nieuws_kop {
	padding-left: 60px;
	padding-top: 2px;
}

/*
	Opmaakcodes voor metaforen in het Vragencentrum
*/

.metafoor {
	padding-left: 30px;
	background-image: url(afb/metafoor.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

/*
	Opmaakcodes voor de Weblog
*/

.weblog_titel {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 140%;
}

.weblog_totaal {
	color: #aca79c;
	margin-bottom: 25px;
}