@charset "UTF-8";
/* CSS Document */

body					{ 	font-family: Verdana, sans-serif; 
							color: #000000;
							background-color: #FFFFFF;
							}
table					{	font-family: Verdana, sans-serif;
							font-size: 13px;					
							}
fieldset				{	margin-left: 10px;
							margin-right: 10px;
							margin-top: 10px;
							margin-bottom: 10px;
							border-top-width: 1px;
							border-left-width: 0px;
							border-right-width: 0px;
							border-bottom-width: 1px;
							}
h1						{	font-weight: bold;
							font-size: 13px;
							margin-bottom: 0px;
							}
legend					{	font-weight: bold;
							font-size: 13px;
							}
							
/**************/					
/*	Classes	  */
/**************/

/*  Avdvertisement links layout  */
div.ad					{	margin-left: 10px;
							}

/*  Menu links layout  */
table.menu A:link		{	color: #000000;
							text-decoration: none;
							}
table.menu A:hover		{	color: #000000;
							text-decoration: none;
							}
table.menu A:active		{	color: #000000;
							text-decoration: none;
							}
table.menu A:visited	{	color: #000000;
							text-decoration: none;
							}

/*  Sieraden links layout  */		
table.sieraden A:link	{	color: #666666;
							text-decoration: none;
							}
table.sieraden A:hover	{	color: #666666;
							text-decoration: none;
							}
table.sieraden A:active	{	color: #666666;
							text-decoration: none;
							}
table.sieraden A:visited{	color: #666666;
							text-decoration: none;
							}

/*  Text links layout  */
A:link					{	color: #000000;
							text-decoration: none;
							}
A:hover					{	color: #000000;
							text-decoration: none;
							}
A:active				{	color: #000000;
							text-decoration: none;
							}
A:visited				{	color: #000000;
							text-decoration: none;
							}

/*  Content Layout  */
table.menu				{	text-align: center;
							}
table.sieraden			{	text-align: center;
							color:#666666;
							}				
.content				{	text-align:justify;
							margin-left: 10px;
							margin-right: 10px;
							}
							
/*  Sieraden Fieldsets layout  */
.sieraden_fieldset		{	border-top-width: 1px;
							border-left-width: 0px;
							border-right-width: 0px;
							border-bottom-width: 1px;
							margin-top: 10px;
							margin-bottom: 10px;
						//	color: #335ea8;
							}
.sieraden_legend		{	font-size: 13px;
							font-weight: normal;
							}

/**********/
/*  ID's  */
/**********/
#comment				{	font-size: 11px;
							}
