/* CONTENT */
#content
{
	padding-top:			25px;
}

#home, #keuze, #shop, #contact
{
	height:					500px;
	background-repeat:		no-repeat !important;
	position:				relative;
}
.terug
{
	position:				absolute;
	top:					5px;
	font-weight:			bold;
	right:					0px;
	font-size:				15px;
	color:					#FFEEC0;
	z-index:				1;
}
#home
{
	background:				url(/media/home.gif);
}
#home a
{
	width:					427px;
	height:					336px;
	position:				absolute;
	top:					135px;
	left:					170px;
}
#home #actueel
{
	position:				absolute;
	top:					211px;
	left:					665px;
	width:					275px;
	height:					148px;
}

#keuze
{
	background:				url(/media/keuze2.gif);
}
#keuze a.contactlink
{
	width:					107px;
	height:					36px;
	position:				absolute;
	top:					136px;
	left:					590px;
}
#keuze a.shoplink
{
	width:					220px;
	height:					43px;
	position:				absolute;
	top:					85px;
	left:					324px;
}

#contact
{
	background:				url(/media/contact.gif);
	padding:				70px 0 0 90px;
}
#contactformulier
{
	width:					400px;
	padding:				13px 0 0 118px;
	background:				url(/media/contactformulier.gif) no-repeat;
}
#contactformulier input, #contactformulier textarea
{
	background:				none;
	display:				block;
	margin-bottom:			38px;
	border:					none;
	width:					380px;
	font-weight:			bold;
}
#contactformulier textarea
{
	margin-top:				50px;
	margin-bottom:			0;
	height:					135px;
}
#contactformulier .verzenden
{
	width:					auto;
	margin:					30px 0 0 125px;
}
.verzonden
{
	position:				absolute;
	top:					60px;
	right:					125px;
}