/*---------------------------------
-----------------------------------

	StichtinSemmy
	Author: Webton Internetdesign
	Kevin van Haare
	
/*---------------------------------
---------------------------------*/

/* basis instellingen */
html, body{
	background-color: #caeaed;
	margin: 0px;
	margin-top: 8px;
	height: 100%;
}

/* container om de website te centreren */
#div_container{	
	width: 761px;
	margin: 0px auto;
	background-image: url(http://www.stichtingsemmy.nl/website/Images/Layout/stichtingsemmy/img_contentbg.jpg);
	min-height: 320px;

}

/* -- header -- */
#div_header{
	background-image: url(http://www.stichtingsemmy.nl/website/Images/Layout/stichtingsemmy/img_header.jpg);
	background-repeat: no-repeat;
	width: 761px;
	height: 232px;
}

#div_headerInner{
	margin-top: 215px;
	margin-left: 480px;
	position: absolute;
}

/* -- Content -- */
#div_contentLeft{
	float: left;

}

#div_contentRight{
	float: left;
	padding-top: 20px;
	min-height: 395px;
	margin-left:10px;
	width:555px;
}

#clear {
clear:both;
}

#menu_button{
	width: 157px;
	height: 17px;
	background-image: url(http://www.stichtingsemmy.nl/website/Images/Layout/stichtingsemmy/img_button.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 4px;
	cursor: pointer;
}
#menu_button2{
	width: 157px;
	height: 27px;
	background-image: url(http://www.stichtingsemmy.nl/website/Images/Layout/stichtingsemmy/img_button2.jpg);
	background-repeat: no-repeat;
	padding-left: 29px;
	padding-top: 4px;
	cursor: pointer;
}

/* laatste menu item fix */
#menu_buttonLast{
	width: 182px;
	height: 19px;
	background-image: url(http://www.stichtingsemmy.nl/website/Images/Layout/stichtingsemmy/button_laatste.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 4px;
	cursor: pointer;
}

#div_footer{
	background-image: url(http://www.stichtingsemmy.nl/website/Images/Layout/stichtingsemmy/img_footer.jpg);
	background-repeat: no-repeat;
	width: 761px;
	height: 43px;
	margin: 0px auto;
	margin-top: 0px; /* IE fix */
}

#div_footerInner{
	margin: 0px auto;
	margin-left: 31px;
	margin-top: 5px;
}
