@charset "UTF-8";
body{
	margin:0px;
	background-color: #FFF;
	background-image: url(/img/elements/background.gif);
	background-repeat: no-repeat;
	background-position: center 104px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#container {
	background-color: #FFF;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
}
#content {
	background-image: url(/img/elements/header.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	float:right;
	width:500px;
	text-align:left;
	padding-top:120px;
}
h1{
	color:#333333;
	font-size:14px;
	letter-spacing: 10px;
}
p{
	color:#333333;
	font-size:12px;
}
#beschrijving{
	overflow:hidden;
	color:#333333;
	font-size:12px;
}
#beschrijving td{
	color:#333333;
	font-size:10px;
}

#ImageList{
	width:500px;
	overflow:hidden;
	list-style:none;
	padding:0px;
}
#ImageList li{
	float:left;
	margin-right:5px; 
}
#menu {
	float:left;
	width:290px;
}
#menu img {
	margin-top:80px;
}
#footer{
	clear:both;
	width:795px;
	height:13px;
	background-color: #EFEFEF;
	text-align:right;
	padding-right: 5px;
}
#footer a{
	color: #CCC; 
	font-size:10px;
	text-decoration:none;
}
#footer a:hover{
	color:#333333;
}
#homePage{
	width:500px;
	overflow:hidden;
	list-style:none;
	padding:0px;
}
#homePage li{
	float:left;
	overflow:hidden;
	height:200px;
	width:158px;
	background-color:#fff;
	margin-right:5px;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
#homePage li h2{
	background-color:#efefef;
	color:#333;
	display:block;
	margin-top:0px;
	font-size:14px;
	letter-spacing: 5px;
	line-height:20px;
}
#homePage li h2, #homePage li p{
	padding-left:3px;
}
#maatkleding h2{
	border-top:5px solid green;
}
#bruidskleding h2{
	border-top:5px solid red;
}
#vermaakwerk h2{
	border-top:5px solid yellow;
}
address{
	text-align:left;
	font-size:10px;
	color:grey;
	margin-top:20px;
	margin-left:5px;
	margin-bottom:5px;
	font-style:normal;
}
#menu a{
	float:left;
	text-align:left;
	font-size:10px;
	color:grey;
	margin-left:5px;
	margin-bottom:5px;
	font-style:normal;
	text-decoration:none;
	margin-top:-20px;
	display:block;
	width:150px;
	border-top:0px solid white;
	border-bottom:1px  solid white;
}
#menu a:hover{
	border-top:1px  solid white;
	border-bottom:0px solid white;
	background-color:#efefef;
}
