
style.css

a	 {
	color : #852110;
	font-family : Verdana, "Sans-serif";
	text-decoration : none;

}

a:visited  {
	color : #852110;
	font-family : Verdana, "Sans-serif";
	text-decoration : none;

}

a:active  {
	color : #852110;
	font-family : Verdana, "Sans-serif";
	text-decoration : none;

}



body  {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

p  {
	font-family : Verdana, "Sans-Serif";
	font-size : 10pt;
	align : left;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 25px;
	margin-bottom: 10px;
	font-weight : bold;
	color : #000000;
	line-height: 15pt;
	text-decoration : none;
}

h1  {
	font-family : Verdana, "Sans-Serif";
	font-size : 10pt;
	align : left;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 25px;
	margin-bottom: 10px;
	font-weight : bold;
	color : #000000;
	line-height: 14pt;
	text-decoration : none;
	background : #BAE200;
}

.nieuwsbrief  {
	font-family : Verdana, "Sans-Serif";
	font-size : 10pt;
	align : center;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 25px;
	margin-bottom: 10px;
	font-weight : bold;
	color : #ffffff;
	line-height: 14pt;
	text-decoration : none;
	background : #BAE200;
}

address  {
	font-family : Verdana, "Sans-serif";
	font-size : 9pt;
	font-weight : normal;
	font-style: normal;
	color : #000000;
	line-height: 11pt;
	text-decoration : none;
	background : #BAE200;
}



/*	- Onderbalk
	- ter vervanging van <address>
	- u:Arjan */

.onderbalk  {
	font-family : Verdana, "Sans-serif";
	font-size : 9pt;
	font-weight : normal;
	font-style: normal;
	color : #000000;
	line-height: 11pt;
	text-decoration : none;
	background : #BAE200;
	padding-left: 285px;
}



.tmv	{
	font-family : Verdana, "Sans-serif";
	font-size : 9pt;
	font-weight : normal;
	font-style: normal;
	color : #000000;
	line-height: 11pt;
	text-decoration : none;
}

.nr
{
	background-repeat: no-repeat;
}

input, textarea, select
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; text-decoration: none;
	font-weight : bold;
	color : #000000;
	width: 165px;
	background-color: #ffffff;
	border-color: #BAE200;
	border-right: #BAE200 1px solid;
	border-left: #BAE200 1px solid;
	border-bottom: #BAE200 1px solid;
	border-top: #BAE200 1px solid;
}

ul  {
	font-family : Verdana, "Sans-Serif";
	font-size : 10pt;
	align : left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
	font-weight : bold;
	color : #000000;
	line-height: 18pt;
	list-style-type: disc;

}



/* Bijgevoegd door Arjan, 11-07-2005 */

a:link {
	color: #bae200;
	}

a:visited {
	color: #d74104;
	}

/* 17-07-2005 */ 

.gast_balk {
	background: #d3f62d;
        width : 420px;
        }

/* 25-07-2005
   zorgen dat checkboxjes en radiobuttons enzo klein blijven */

.kleineknop {
	width: 15px;
	font-size: 12px;
	border: 0px;
	}
	
/* zorgen dat de txtvelden waarin de aantallen te bestellen boeken worden aangegegevn op maat blijven */

.aantal {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; text-decoration: none;
	font-weight : bold;
	color : #000000;
	width: 15px;
	background-color: #ffffff;
	border-color: #BAE200;
	border-right: #BAE200 1px solid;
	border-left: #BAE200 1px solid;
	border-bottom: #BAE200 1px solid;
	border-top: #BAE200 1px solid;
	} 

/* 06-08-2007
   50% wijdte van derde td niet genoeg om site bij elkaar te houden bij grote schermen */

.fixwidth {
	width: 60%;
}