html, body
{
	margin: 			0px;
	background-color:	#000000;
}

.container
{
	position:			absolute;
	left:				50%;
	width:				1000px;
	height:				500px;
	margin:				0 0 0 -500px;
}

/* site onderdelen */
.top
{
	width:				1000px;
	height:				150px;
	float:				left;
}
.menu
{
	width:				925px; /* eigenlijk 1000px maar dat wordt 925px ivbm 75px padding */
	height:				108px; /* eigenlijk 150px maar dat wordt 108px ivbm 42px padding */
	float:				left;
	padding-top:        42px;
	padding-left:       75px;
	background:			url(../images/menu/menu.jpg) no-repeat;
}
.content
{
	width:				1000px;
	min-height:			200px;
	float:				left;
	background:			url(../images/achtergrond.jpg);	
	font-family: 		verdana, Times New Roman, Times,  sans-serif;
	font-size: 			10pt; 
	color:				#44321C;
}
.contentActies
{
	width:				1000px;
	min-height:			200px;
	float:				left;
	background:			url(../images/achtergrond-acties.jpg);	
	font-family: 		verdana, Times New Roman, Times,  sans-serif;
	font-size: 			10pt; 
	color:				#44321C;
}
.footer
{
	width:				1000px;
	height:				90px;
	float:				left;
	background:			url(../images/bottom.jpg);
}

/* opmaak */
h1
{
	font-family: 		Times New Roman, Times,  sans-serif;
	font-size: 			16pt;
	font-weight:		bold;
	color:				#ab0d0d;
}
h3
{
	font-family: 		verdana, Times New Roman, Times,  sans-serif;
	font-size: 			10pt;
	font-weight:		bold;
	color:				#44321C;
	margin-bottom:		0;
}
img.rand
{
	border-color:		#FDBE26;
    display:			block;
	margin:				5px;
}
img.actiePreview
{
	width:				190px;
	max-height:			150px;
	max-width:			190px;
	border:				2px solid #FDBE26;
}
img.actieArtikel
{
	float:				left;
	width:				300px;
	max-width:			300px;
	border:				2px solid #FDBE26;
	margin-right:		10px;
	margin-bottom:		10px;
}

a:link, a:visited {
	color:				#AB0D0D;
	text-decoration:	underline;
	font-weight: 		bold;
} 
a:hover {
	color: 				#44321C;
	text-decoration:	underline;
	font-weight: 		bold;
} 
.menuKnop
{
	margin-bottom:		2px;
}
.youtube
{
	margin-left:		75px;
}

/* OneStatTag */
#OneStatTag 
{
	visibility:			hidden;
}

.poweredphplist
{
	visibility:hidden;
}