/*	CSS Bestand voor de website WWW.AIRBRUSH-ANNES.COM	*/

body
	{
	}

/*	PARAGRAAF	*/

p
	{
	font-size:	14px;
	text-align:	left;
	max-width:	670px;
	margin-left:	0px;
	color:		#ffffff;
	padding-right:	1px;
	}

p.begin:first-letter
	{
	font-size:	28px;
	font-weight:	800;
	color:		#ffff00;
	}

p.vraag:first-letter
	{
	font-size:	20px;
	font-weight:	bold;
	color:		#ffff00;
	}

p.mededeling
	{
	font-size:	10px;
	}

/*	TITELS	*/

h3
	{
	text-align:	center;
	font-size:	18px;
	max-width:	670px;
	color:		#ffffff;
	}

h3:first-letter
	{
	font-size:	22px;
	}

h3.vraag
	{
	color:		#ffffff;
	}

h3.vraag:first-letter
	{
	font-size:	28px;
	color:		#ffff00;
	}


/*	Koppeling	*/

	a
	{
	color:		#ffffff
	}


/*	TABELLEN	*/

table
	{
	float:		center;
	font-family:	arial;
	font-size:	14px;
	color:		#ffffff;
	table-layout:	fixed;
	border:		0px;
	padding-left:	2px;
	empty-cells:	show;
	}

table.hooft
	{
	width:		814px;
	height:		1135px;
	}


td
	{
	text-align:	left;
	}
td.nav
	{
	width:		130px;
	height:		50px;
	text-align:	right;
	Width:		110px;

	}


/*	Images	*/

img.photo
	{
	margin-right:	4px;
	}

img.photorechts
	{
	margin-left:	4px;
	}

img.nav
	{

	float:		right;
	border:		0px;
	}

/*	Lijsten	*/

ul
	{
	font-size:		14px;
	text-align:		left;
	list-style-type: 	disc;
	color: 			#ffffff;
	}


/*	Div Declaratie	*/

div
	{
	Width:		auto;
	Height:		auto;
	text-align:	center;
	margin:		4px;
	border:		0px;
	font-family;	arial;
	font-size: 	13px;
	float:		center;
	}

div.right
	{
	float:		right;
	}

div.left
	{
	float:		left;
	}

div.middle
	{
	float:		middle;
	}

