@charset "utf-8";

@import "aanbiedingen.css";
@import "main.css";
@import "winkel.css";

/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#outer{
	width: 979px;
	height: auto;
	margin: 0px auto;
}

#header{
	width: 979px;
	height: 246px;
	background-image: url(../IMG/header.png);
}

#menu{
	position: absolute;
	margin-top: 50px;
	margin-left: 19px;
	font-size: 14px;
}

#menu li{
	margin-top: 5px;
}

#menu a{
	text-decoration: none;
	color: #0000FF;
}

#menu a:hover{
	text-decoration: underline;
}

#prod_cats{
	height: 22px;
	position: absolute;
	margin-top: 218px;
	margin-left: 7px;
}

#prod_cats a{
	background-image: url(../IMG/button.gif);
	/*color: #FF1a00;
	font-weight: bold;*/
	color: #FFF;
	font-weight: normal;
	display: block;
	height: 21px; width: 142px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 14px;
	padding-top: 1px;
	margin-left: 15px;
}


#prod_cats .small_btn{
	background-image: url(../IMG/button_small.gif);
	width: 107px;
	height: 20px;
}

#inner{
	width: 948px;
	height: 500px;
	margin-left: 5px;
	border: 1px solid #000;
	border-top: none;
}

html>body #inner{
	min-height: 500px;
	height: auto;
}

#navigator{ font-size: 12px; color: #999; }

#navigator a{
	color: #999;
	font-size: 12px;
}
