/*
	' Auteur: Dieter Devlieghere
	' Laatst gewijzigd: 16/03/2007
	'
	' Info: 
	'	Dit is de standaard stylesheet voor de website van Sjankara
	'
	' Laatste aanpassingen: 
	' 	17/02/2007: Toevoegen klasse foutmelding
	'	16/03/2007: Homemain en Homeonder aangepast. 
*/
BODY			
{ 
	color: black; 
	background-color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
	margin: 0 0 0 0;
}

TABLE
{ 
	color: black; 
	background-color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

TR
{ 
	color: black; 
	background-color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

TD
{ 
	color: black; 
	background-color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

TH
{ 
	color: black; 
	background-color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
}


A:link			{ color: #458756 ; text-decoration: underline }
A:visited		{ color: #33623F ; text-decoration: underline }
A:hover			{ color: #458756 ; text-decoration: none }
A:active		{ color: #458756 ; text-decoration: underline }

.navigatie		{ text-align: center ; font-size: 8pt; }
.navcurrent		{ color: #458756 ; font-weight: bold }


.hometitel		{ font-weight: bold ; font-size: 18pt; padding-bottom:7pt }
.hometitel1		{ font-weight: bold ; font-size: 24pt }
.homemain 		{ color: black ; background-color: white ; font-family: Verdana, Tahoma, Arial, Helvetica ; font-size: 10pt ; width:99% ; }
.homeonder		{ text-align: center ; font-size: 7pt ; line-height: 1,5 ; width:100%; padding-top: 20px; font-style: italic; background-color:#FFFFFF; }


.nnnavigatie		{ text-align: center ; font-size: 64%}
.nntitel		{ font-weight: bold ; font-size: 120%}
.nnonder		{ text-align: center ; font-size: 70%}

.titelklein		{ font-weight: bold ; font-size: 16pt }

.introtitel
{
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

.FormUitleg 
{
	font-size:8pt;
	color: #333333;
}

.DikRechts
{
	font-weight: bold;
	text-align: right;
}




.PRODINFO_TITEL
{ 
	color: black; 
	background-color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica ; 
	font-size: 13pt; 
	font-weight: bold;
}

.PRODINFO_TEKST
{ 
	color: black; 
	background-color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica ; 
	font-size: 13pt; 
}
.PRODINFO_OPMERKING
{ 
	color: black; 
	background-color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica ; 
	font-size: 13pt; 
	font-style: italic;
}

.rijgewoon
{
	color: black; 
	background-color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

.rijalternate
{
	color: black; 
	background-color: #E6F4F9; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

.rijtitel
{
	color: #FFFFFF; 
	background-color: #53B2D5; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11pt;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
}



/* BEGIN Verkooppunten*/
.verkooppunt_tabel {
	border-width: 0px;
	border-color: #FFFFFF; 
	padding: 2px 2px; 
	margin: 0px 0px;
	width: 100%;
}

.verkooppunt_tabeltitel {
	color: #9F569B; 
	background-color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
	vertical-align: bottom;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
}

.verkooppunt_cel {
	color: black; 
	background-color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

.verkooppunt_celalternate {
	color: black; 
	/*background-color: #E6F4F9; */
	background-color: #fcecfd;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

.verkooppunt_tussentitel
{
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 4px;
}

.spacernatabel {
	
}

.terugknop {
	width: 95%;
	text-align: right;
	display: block;
}


/* EINDE verkooppunten*/


/*	Allerlei klasses */

.foutmelding {
	margin-left: 40px;
	margin-top: 25px;
	
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000;
	
}