/****** Basis lay-out ******/
.wrapper { min-width: 400px; }
.wrapper { margin: 0 -1px; }
.wrapper { width: 100%; }      

.outer
{
	border-left-width: 233px;  /* left column width */
	border-left-color: #8C8C8C;   /* left column colour */
	border-right-width: 200px; /* right column width */
	border-right-color: #FFFFFF;  /* right column colour */
	background-color: #FFFFFF; /* center column colour */
}

.left
{
	width: 233px;              /* left column width */
	margin-left: -233px;       /* _negative_ left column width */
}

.right
{
	width: 200px;              /* right column width */
	margin-right: -200px;      /* _negative_ right column width */
}

.header
{
	background-color: #FFFFFF;    /* header and footer colours */
}

.footer
{
	background-color: #FFFFFF;    /* header and footer colours */
}

.outer { width: auto; border-left-style: solid; border-right-style: solid; }
.inner { margin: 0; width: 100%; }

.left { float: left; position: relative; z-index: 10;}
.right { float: left; position: relative; z-index: 11;}
.center { float: left; width: 100%; position: relative; z-index: 12; }

.header { width: 100%; position: relative; z-index: 13; height:30px;}
.footer { width: 100%; position: relative; z-index: 13; height:30px;}

.clear { clear: both; }

.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; }
.right { margin-left: 1px; }
.center { margin: 0 -3px 0 -2px; }

/****** Model ******/
.Basis
{
	color: #06123F; 
	background-color: #FFFFFF; 
	font-family: Helvetica, "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 13px;
}

a, .ArtikelLink
{
	text-decoration: none;
	color: #06123F;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

.PaginaBovenKader
{
	height: 30px;
	background-color: #8C8C8C;	
	margin-right: 3px;
}

.PaginaLinksKader
{
	width: 233px;
	background-color: #8C8C8C;
}

.PaginaMiddenKader
{
	margin: 0px 12px 15px 15px;
}

.PaginaRechtsKader
{
	background-color: #8C8C8C;
}

.PaginaOnderKader
{
	height: 30px;
	background-color: #8C8C8C;
	color: #F5FBF1;
	padding: 5px 20px 0px 0px;
	text-align: right;
	margin-right: 3px;
}

.LogoKader
{
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	border-left: solid 13px #8C8C8C;
	border-right: solid 12px #8C8C8C;
	height: 175px;
}

.TaalKader
{
	position: absolute;
	top: 5px;
	right: 15px;
	width: auto;
	z-index: 20;
}

.TaalTekst
{
	color: #F5FBF1;
}

.ZoekKader
{
	color: #F5FBF1;
	padding: 25px 10px 25px 25px;
}

.MenuKader
{
	padding: 5px 5px 5px 20px;
}

.Menu, .ToonWinkelwagentje, .ToonBestellingen
{
	padding-top: 5px;
	padding-right: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #F5FBF1;
}

.OpeningKaderLinks
{
	width: 233px;
	height: 48px;
	background-color: #FFFFFF;
}

.OpeningKaderRechts
{
	width: 200;
	height: 40px;
	background-color: #FFFFFF;
}

.GroepenKader
{
	padding: 0px 0px 5px 0px;
	background-color: #8C8C8C;
	width: 233px;
}

.HoofdgroepKader, .PromotieKader
{
	padding-top: 5px;
}

.linkkader
{
	padding-top: 5px;
	padding-left: 15px;
}

.HoofdgroepTekst, .PromotieTekst
{
	color: #F5FBF1;
	padding-left: 5px;
	font-weight: bold;
	vertical-align: top;
}

.SubgroepKader
{
	padding-top: 2px;
}

.SubgroepTekst
{
	color: #F5FBF1;
	text-decoration: none;
	margin-left: 25px;
	font-weight: normal;	
}

.Titel
{
	font-weight: bold;
	color: #06123F;
	text-align: center;
	border-bottom: solid 2px #8C8C8C;
}

.LoginKader
{
	color: #F5FBF1;
	padding: 25px 10px 25px 25px;
}

.AfbeeldingKlein, .AfbeeldingGroot
{
	margin: 10px;
}

.ArtikelLijstPromotiePrijs, .ArtikelPromotiePrijs
{
	color: red;
}

.ToonDetailLink, .BestellingOntvangenLink
{
	font-weight: normal;
	text-decoration: underline;
}

.ArtikelLijstLink, .inwinkelwagentjelink
{
	font-size:11px;
	font-weight: normal;
	text-decoration: underline;
} 
.PaswoordVergetenLink, .RegistratieLink, .NieuweGebruikerLink, .WijzigGegevensLink
{
	color: #F5FBF1;
	background-color: #8C8C8C;
	font-weight: bold;
}

.ArtikelPrijs, .ArtikelPromotiePrijs
{
	font-weight: bold;
}

.ArtikelOriginelePrijs
{
	text-decoration: line-through;
}

