/* CSS Document */

html
{
	SCROLLBAR-FACE-COLOR: #F8EB52;
	SCROLLBAR-HIGHLIGHT-COLOR: #F2E6FC;
	SCROLLBAR-SHADOW-COLOR: #BB7EF9;
	SCROLLBAR-3DLIGHT-COLOR: #F9EC52;
	SCROLLBAR-ARROW-COLOR: #BB7EF9;
	SCROLLBAR-TRACK-COLOR: #F2E6FC;
	SCROLLBAR-DARKSHADOW-COLOR: #BB7EF9;
}

body
{
	margin: 0;
	padding: 0;
	background-color:#530e76;
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color: #530E76;
}

a:hover
{
	color: #BA7EFA;
}

.container
{
	background-color:#F2E6FC;
	width:950px;
	position:relative;
	margin: 0 auto;
	height: auto;
}

#column_left
{
	float:left;
	position:relative;
	width: 160px;
}

#menu_html {
	height:160px;
	width:318px;
	padding-top: 98px;
	/* must be absolutely positioned so that overlapping will occur */
	position:absolute;
}

.menu_knop
{
	background: url('../images/menuknop.png') no-repeat;
	display: block;
	width: 126px;
	height: 22px;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

#menu_knop_actief
{
    background: url('../images/menuknop_actief.png') no-repeat;
}

.menu_links
{
	text-decoration: none;
}

.menu_knop:hover
{
	background: url('../images/menuknop_over.png') no-repeat;
	color: #fff;
}

#menu_flash {
	width:160px;
	height:318px;
}

#header
{
	float:left;
	position:relative;
	width: 760px;
	height: 250px;
	z-index: 1;
}

#column_right
{
	float:right;
	width: 117px;
}

#foto_right
{
	float:right;
	margin: 70px 0 0 0;
}

#menu
{
	float: left;
}

#content
{
	float:left;
	position: relative;
	width:640px;
	margin: -35px 0 0 10px;
	padding-bottom: 20px;
	z-index: 2;
	font-size:12px;
}

#contact
{
	clear: both;
	width:950px;
	height: 38px;
	padding: 11px 0 0 0px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background: url('../images/contact_bg.jpg') no-repeat;;
}

hr
{
	color:#BB7EF9;
	font-weight: normal;
	background-color: #BB7EF9;
}

.style1
{
	color: #BB7EF9;
	font-weight: bold;
	font-size: 13px;
}

.style2
{
	color: #BB7EF9
}

h1
{
	color: #530E76;
	font-weight: bold;
	font-size: 16px;
}

#pappilon_logo
{
	position: absolute;
	left: 477px;
	top: -17px;
}

.stoffen_links
{
    text-decoration: none;
    border: 0;
}

.subkop_producten
{
    font-size: 10px;
}

#voordelen
{
    width: 290px;
    height: 185px;
    background: url('../images/voordelen.jpg') no-repeat;
    text-align: left;
    padding: 20px 0 0 10px;
    color: #000;
}
