/****************************************************************************/
/********************** CASCADING STYLE SHEET SIMVERKOOP ********************/
/****************************************************************************/

body {
	background:url(../images/bg.png) repeat-x #fff;
	font-family:"Arial";
	line-height:18px;
	font-size:12px;
	color:#404040;
	margin:0;
}

#container {
	margin:0 auto;
	width:942px;
}

/****************************************************************************/
/********************************** HEADER **********************************/
/****************************************************************************/

#header {
	background:url(../images/header.png) no-repeat;
	position:relative;
	height:165px;
	width:942px;
}

/****************************************************************************/
/*********************************** LOGO ***********************************/
/****************************************************************************/

#header h1 {
	text-indent:-6000px;
	position:absolute;
	padding:0;
	margin:0;
	left:4px;
	top:38px;
}

#header h1.logo {
	background:url(../images/logo.png) no-repeat;
	height:72px;
	width:930px;
}

#header h1.logo a {
	display:block;
	height:72px;
	width:930px;
}

/****************************************************************************/
/********************************** TOP LINKS *******************************/
/****************************************************************************/

#header ul.links {
	list-style-type:none;
	position:absolute;
	padding:0;
	right:5px;
	margin:0;
	top:8px;
}

#header ul.links li {
	margin:0 5px 0 5px;
	color: #FFF;
	float:left;
}

#header ul.links li a {
	text-decoration:none;
	color:#d5d6d6;
}

#header ul.links li a:hover {
	color:#fff;
}


/****************************************************************************/
/************************************ MENU **********************************/
/****************************************************************************/

#header ul.menu {
	list-style-type:none;
	position:absolute;
	bottom:2px;
	padding:0;
	margin:0;
	left:5px;
}

#header ul.menu li {
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	float:left;
}

#header ul.menu li a {
	text-decoration:none;
	padding:14px 0 0 0;
	display:block;
	height:27px;
	color:#fff;
}

#header ul.menu li.home a {
	background:url(../images/menu_home.png);
	width:70px;
}

#header ul.menu li.midden a {
	background:url(../images/menu_occasions.png);
	width:120px;
}
#header ul.menu li.eind a {
	background:url(../images/menu_occasions.png);
	width:110px;
}

#header ul.menu li a:hover {
	background-position:bottom;
}

/****************************************************************************/
/************************************ BODY **********************************/
/****************************************************************************/

#body {
	background:url(../images/body.png) #fff no-repeat;
	border-bottom:#dedede solid 1px;
	border-right:#dedede solid 1px;
	border-left:#dedede solid 1px;
	padding:0 0 25px 0;
	position:relative;
	width:940px;
}

#body .bottom {
	background:url(../images/body_bottom.png) no-repeat;
	position:absolute;
	width:942px;
	height:25px;
	bottom:-1px;
	left:-1px;
}



/****************************************************************************/
/********************************** CONTENT *********************************/
/****************************************************************************/

#body .content {
	margin:0 4px 0 10px;
	width:930px;
	float:left;
}



/****************************************************************************/
/********************************** FOOTER **********************************/
/****************************************************************************/

#footer {
	background:url(../images/footer.png) repeat-x;
	font-family:"Verdana";
	padding:1px 0 5px 0;
	text-align:center;
	margin:1px 0 0 0;
	font-size:10px;
	color:#9f9f9f;
	height:80px;
	width:100%;
}

#footer .inner {
	margin:0 auto;
	width:939px;
}

#footer a {
	text-decoration:none;
	color:#9f9f9f;
}




/****************************************************************************/
/********************************** OVERIG **********************************/
/****************************************************************************/

.clear {
	clear:both;
}

#main_top{
	width: 917px;
	border: 1px solid #999;
	min-height: 230px;
	margin-top: 10px;
	background: #EEE;
}

#main_top_left {
	width: 380px;
	border: 1px solid #999;
	min-height: 190px;
	float: left;
	margin: 10px 0px 0 30px;
	background: #FFF;
	padding: 0px 5px 2px 10px;
}

#main_top_left h2{
	margin-top: 5px;
	margin-bottom: 4px;
}

#main_top_left a{
	color: #333;
}
