body 			{
			margin: 0 0 0 0;
			text-align: left;
			font-size: 11px;
			font-family: Tahoma, Arial, Verdana, Sans-Serif;
			color: #565354;
			}

td			{
			font-size: 11px;
			}

a			{
			text-decoration: none;
			color:#565354;
			}

a:hover			{
			text-decoration: underline;
			color:#565354;
			}



/*
Design elements
*/

#header			{
			width: 768px;
			height: 201px;
			text-align: left;
			background-image: url(../images/header.jpg);
			margin-bottom: 1px;
			}

#content		{
			position: absolute;
			top: 202px;
			width: 768px;
			text-align: left;
			background-image: url(../images/background.gif);
			}

#content_left		{
			float: left;
			width: 196px;
			}

#content_right		{
			float: right;
			width: 572px;
			}


/*
Menu elements
*/

#menu			{
			width: 196px;
			background-color: #555d75;
			}

#menu .header		{
			height: 21px;
			font-weight: bold;
			font-size: 15px;
			line-height: 20px;
			color: #fff;
			padding-left: 8px;
			}

#menu .normal		{
			height: 20px;
			font-size: 12px;
			line-height: 19px;
			color: #fff;
			padding-left: 20px;
			}

#menu .normal a		{
			color: #fff;
			}

#menu ul		{
			list-style-type: none;
			width: 196px;
			margin-top: 0px;
			margin-left: 0px;
			margin-bottom: 0px;
			padding-left: 0px;
			background-image: url(../images/menu_background.gif);
			}

#menu li		{
			height: 21px;
			font-size: 12px;
			color: #565354;
			padding-left: 37px;
			line-height: 19px;
			}

#menu li a		{
			height: 21px;
			font-size: 12px;
			color: #565354;
			line-height: 19px;
			display: block;
			}



/*
Content elements
*/

#main_content		{
			margin-left: 17px;
			}

#main_content .content_header		{
			height: 24px;
			font-weight: bold;
			font-size: 14px;
			line-height: 24px;
			padding-left: 33px;
			margin-bottom: 17px;
			background-image: url(../images/header_background.gif);
			color: #555d75;
			}

#main_content .content_text		{
			padding-left: 6px;
			padding-bottom: 24px;
			padding-right: 6px;
			}



.aanbiedingen td	{
			padding-bottom: 24px;
			}

.aanbiedingen_image	{
			width:140px;
			}





#links_left		{
			float: left;
			width: 268px;
			padding-bottom: 24px;
			}

#links_right		{
			float: right;
			width: 268px;
			padding-bottom: 24px;
			}

#links_left ul		{
			list-style-type: none;
			margin-top: 0px;
			margin-left: 0px;
			margin-bottom: 0px;
			padding-left: 0px;
			}

#links_right ul		{
			list-style-type: none;
			margin-top: 0px;
			margin-left: 0px;
			margin-bottom: 0px;
			padding-left: 0px;
			}



/*
Footer elements
*/

#footer			{
			width: 768px;
			}

#footer .left		{
			float: left;
			width: 156px;
			color: #555d75;
			font-size: 11px;
			margin-left: 20px;
			margin-top: 40px;
			}

#footer .left a		{
			color: #555d75;
			}

#footer .right		{
			float: right;
			width: 572px;
			height: 68px;
			background-color: #555d75;
			}

#footer #copyright	{
			position: relative;
			top: 40px;
			height: 68px;
			width: 500px;
			padding-left: 28px;
			color: #fff;
			}

