/* General */
body {
	margin:0;
	padding:15px 0;
	font-family:Arial;
	font-size:12px;
	background-color:#B1B1B1;
}

a img { border:none; }
div.clear { clear:both; }
ul, li, fieldset { margin:0; padding:0; }
fieldset { border:none; }
p { margin:13px 0; }
ul { list-style:none;}

/* IE fix */
* html #main { margin-left:9px; width:583px; }
* html #menu { margin-left:1px; }
* html #voetballer { margin-left:382px; }
* html #aanbiedingen .item { margin-left:9px; margin-right:5px; }

/* Container */
#container {
	width:818px;
	margin:0 auto;
	background:url(img/container-background.jpg) repeat-y;
}

#container .bottom, #container .top {
	clear:both;
	height:18px;
	overflow:hidden;
}
#container .top { background:url(img/container-top.png); }
#container .bottom { background:url(img/container-bottom.png); }

/* Header */
#header {
	height:93px;
	background:url(img/header-background.jpg) center no-repeat;
}

#header h1 { display:none; }

/* Main */
#main {
	width:582px;
	float:left;
	min-height:389px;
	margin-left:19px;
}

/* Menu */
#menu ul { 
	list-style:none; 
	height:42px;
	line-height:17px;
	background:#D9040F url(img/menu-background2.png) repeat-x;
	padding:8px 0 9px 5px;
	text-align:center;
}

#menu li { display:inline; }

#menu a {
	color:white;
	font-size:12px;
	text-decoration:none;
	padding:0 4px;
}
#menu a:hover { text-decoration:underline; }

/* Content */
#content { 
	padding:0 215px 0 5px;
	line-height:1.3;
}
#content .product_text
{
	font-size:14px;
	font-weight:bold;
	color:#D4020B;
	text-align:center;
}
#content h2 {
	font-size:15px;
	margin:15px 0;
}

#content a { color:black; }
#content a:hover { color:#888888; }

/* Logos */
.logos a { text-decoration:none; }
.logos img { padding:5px; }

/* Slogan */
.slogan { padding:10px; text-align:right; }
.slogan img { padding-right:5px; }

/* Aanbiedingen */
#aanbiedingen {
	width:199px;
	float:left;
	color:white;
	background:url(img/aanbiedingen-background.png) top no-repeat;
}

#aanbiedingen h2 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:8px;
}

#aanbiedingen .item {
	width:75px;
	text-align:center;
	float:left;
	margin:5px 0 5px 15px;
}

#aanbiedingen .item img { display:block; padding:3px 0; }

#aanbiedingen p { padding:10px 0 5px; }

/* Voetballer */
#voetballer {
	position:absolute;
	margin-top:-9px;
	margin-left:381px;
	width:200px;
	height:389px;
	background-image:url(img/content-background.png);
}

/* Buttons */
a.button {
	display:block;
	width:67px;
	height:19px;
	color:white;
	text-decoration:none;
	background-image:url(img/button-background.png);
	margin:0 auto;
	text-align:center;
	padding-top:4px;
}

a.button:hover { color:#CCCCCC; }
