
/* altijd een scrollbar in firefox, anders springt de website */
html { overflow: -moz-scrollbars-vertical; 
	} 

/* default page layout */
body {
	background-color: #2180fd;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('images_design/winkel_kop.jpg');
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana; 
	font-size:11px;
	text-align: justify;
	padding: 0px;
	color: #FFFFFF;
	margin: 0px;
	line-height:16px;
	}

	a:link { text-decoration: none; color: #2f2f2f; }
	a:visited { text-decoration: none; color: #cccccc; }
	a:active { text-decoration: none; color: #cccccc; }		
	a:hover { text-decoration: none; color: #aaaaaa; }

img 		{
		border:0px;
		}



.content 	{
		width:950px;
		height:600px;
		margin: 0 auto;
		margin-left: 40px;
		margin-top: 120px;
		position:absolute;
		border: 1px solid #525252;
		}




