@charset "utf-8";
/* CSS Document */

body
{
	background-color: #e3e3e3;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #373737;
}

#website
{
	text-align: center;
}

#bigWrapper
{
	text-align: left;
}

#wrapperIntro
{
	background-image: url(../images/introBg.jpg);
	width: 610px;
	margin: auto auto;
}

.contentpane
{
	width: 602px;
}

#footerIntro
{
	background-image: url(../images/footerIntro.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 6px;
	width: 610px;
	margin: auto auto;
}

#afbeelding
{
	/*
	background-image: url(../images/introAfbeelding.jpg);
	background-repeat: no-repeat;
	*/
	margin: auto auto;
	width: 603px;
	height: 437px;
}

.introTekst
{
	width: 603px;
	text-align: center;
	margin: auto auto;
}
.introTekst * {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #373737;
	font-weight: normal;
	}

#kaders
{
	padding-top: 328px;
	padding-left: 6px;
}

/*
.contentpane
{
	padding-left: 10px;
	float: left;
	height: 100px;
	width: 174px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}*/


#kader1
{
	float: left;
	height: 100px;
	width: 184px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/*
.rightpane
{
	padding-left: 10px;
	margin-left: 4px;
	width: 174px;
	height: 100px;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}*/


#kader2
{
	margin-left: 4px;
	width: 184px;
	height: 100px;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.purple
{
	color: #6338cf;
	line-height: 40px;
}

.yellow
{
	color: #ecc026;
	line-height: 40px;
}

a
{
	color: #373737;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

/* SkinObject */
.SkinObject {
	color: #5f5f5f;
	font-weight: bold;
	text-decoration: none;
}
a.SkinObject:link {
	text-decoration: none;
	color: #5f5f5f;
}
a.SkinObject:hover {
	text-decoration: underline;
	color: #5f5f5f;
}
/* *********** */