﻿body 
{
	background-image: url('./Images/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

/* Banner */ 
.BannerContainer
{
	height: 235px;
	background-color: #732a74;
	background-image: url('./Images/Banner.jpg');
}
.Krul
{
	background-image: url('./Images/krul.png'); 
	background-repeat: no-repeat; 
	width: 145px; 
	height: 255px; 
	float: right; 
	margin-top: -255px;
}
.TopMenu
{
	margin-top: -255px;
}
.TopMenuText
{
	margin-top: -255px;
}

/* End Banner */

/* Content */
h1, h4
{
	color: #732a74;
}

h1 .enabled
{
}

h1 .disabled
{
	color: #B889DA;	
}

.Content
{
	padding-left: 7px;
	padding-right: 7px;
	_padding: 0px;
}
.WhiteBoxText, a.WhiteBoxText, .WhiteBoxText a
{
	color: #626365;
	line-height: 13px;
	font-size: 11px;
}
a.WhiteBoxText, .WhiteBoxText a
{
	text-decoration: underline;
}
a.WhiteBoxText:hover, .WhiteBoxText a:hover
{
	text-decoration: none;
}
.GreyBoxSmallText, a.GreyBoxSmallText, .GreyBoxSmallText a
{
	color: #6263653;
	line-height: 13px;
	font-size: 11px;
}
a.GreyBoxSmallText, .GreyBoxSmallText a
{
	text-decoration: underline;
}
a.GreyBoxSmallText:hover, .GreyBoxSmallText a:hover
{
	text-decoration: none;
}
.GreyBoxLargeText, a.GreyBoxLargeText, .GreyBoxLargeText a
{
	color: #626365;
	line-height: 13px;
	font-size: 11px;
}
a.GreyBoxLargeText, .GreyBoxLargeText a
{
	text-decoration: underline;
}
a.GreyBoxLargeText:hover, .GreyBoxLargeText a:hover
{
	text-decoration: none;
}
.SiteColor, a.SiteColor, .SiteColor a
{
	color: #732a74;
}
.BoxTextBox, .TellTextBox
{
	border-color: #732a74;
}
.BoxTextArea, .TellTextArea
{
	border-color: #732a74;
}
.RegisterTextBox
{
	border-color: #732a74;
}
.BoxButton, .BoxButton a, a.BoxButton
{
	background-color: #732a74;
	color: #ffffff;
	text-decoration: none;
}
.BoxButton a:hover, a.BoxButton:hover
{
	text-decoration: underline;
}
.SiteColoredBoxContainer
{

}
.CollectionLink A
{
	font-size:13px;
	text-decoration:none;
}
.CollectionLink A:hover
{
	font-size:13px;
	text-decoration:underline

}
/* End Content */

.LoginButton
{
	height:44px;
	background-image:url('./Buttons/login.png');
}
.SignupButton
{
	height:44px;
	background-image:url('./Buttons/meldaan.png');
}

.ResetSearchButton
{
	width:87px;
	height:44px;
	background-image:url('./Buttons/allekaarten.png');
}
.InWinkelmandjeButton
{
	height:44px;
	width:97px;
	background-image:url('./Buttons/inwinkelmandje.png');
}
.ProefexemplaarButton
{
	height:44px;
	width:97px;
	background-image:url('./Buttons/proefexemplaar.png');
}
.FavorietenButton
{	
	height:44px;
	width:87px;
	background-image:url('./Buttons/favorieten.png');
