@charset "utf-8";
/* CSS Document */

/* =reset 
*****************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin:0px; padding:0px;}

	/*** standaard ***/
	ul { list-style:disc;}
	img, fieldset { border:0px;}
	p {margin:0px 0px 15px 0px;}
	h1 {margin:0px 0px 10px 0px;font-size:14px;}
	h2 {margin:0px 0px 6px 0px;font-size:12px;}
	h3 {margin:0px 0px 2px 0px;font-size:11px;}
	ul {margin:0px 0px 15px 20px;}
	ol {margin:0px 0px 15px 20px;}

/* =body
*****************************************************/
body {font-family:Arial, Helvetica, sans-serif;font-size:10px;color:#000000;background:url(/images/bodyBack-winter.jpg) top repeat-x #c0c0c0;}
	
	/* =wrapper
	*****************************************************/
	#wrapper {position:relative;width:950px;margin: 0 auto;}
	
	/* =header
	*****************************************************/
	#header {width:950px;height:397px;float:left;position:relative;background:url(/images/headerBack-winter.png) top center no-repeat;}
		
		img.kettePic {position:absolute;bottom:-197px;left:48px;}
	
	/* =menu
	*****************************************************/
	#menu {width:950px;height:23px;float:left;position:relative;overflow:hidden;}
	
		#menubar {list-style:none;margin:0px 0px 0px 237px;}
		#menubar li {float:left;margin:0px 37px 0px 0px;}
		#menubar li a {font-size:12px;padding:4px 0px 0px 0px;display:block;color:#7c137a;}
		#menubar li a:hover {color:#20c0ea;}
		#menubar li.menubaritemselected a {color:#20c0ea;}
	
	/* =content
	*****************************************************/
	#content {width:950px;float:left;position:relative;padding:5px 0px 60px 0px;}
		
		/***boxContent***/
		div.boxContent {position:absolute;left:290px;}
		div.boxTop {width:488px;height:19px;float:left;background:url(/images/boxTop.png) bottom no-repeat;}
		div.boxMiddle {width:458px;min-height:60px;padding:0px 15px 0px 15px;float:left;background:url(/images/boxMiddle.png) repeat-y;}
		div.boxBottom {width:488px;height:17px;float:left;background:url(/images/boxBottom.png) top no-repeat;}
		
A:LINK
{
color: #9b0057;
text-decoration: none;
}
A:VISITED
{
color: #9b0057;
text-decoration: none;
}
A:HOVER
{
color: #7c137a;
text-decoration: none;
}


