/* CSS 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Sfeerfabriek CSS */

body {
	background-image: url(../images/sf_background.png);
	background-repeat: repeat-x;
	background-color: #ec008c;
	font-family:Verdana, Geneva, sans-serif;
}

#main_container {
	position:relative;
}

#header {
	width:669px;
	height:320px;
	margin-top:72px;
}

#main_menu {
	position:absolute;
	width:424px;
	height:16px;
	background-color:#000000;
	margin-left:216px;
	margin-top:102px;
	line-height:14px;
	font-size:11px;
	z-index:10;
}

#main_menu a, main_menu a:link, main_menu a:visited, main_menu a:active {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	padding-right:30px;
	padding-left:5px;
}

#main_menu a:hover {
	color:#ec008c;
}

#header_title {
	background-image: url(../images/sf_header_title_bg.png);
	position:absolute;
	width:424px;
	height:16px;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	margin-left:216px;
	margin-top:120px;
	line-height:14px;
}

#header_title a, #header_title a:link, #header_title a:visited, #header_title a:active {
	text-decoration:none;
	color:#ec008c;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}

#header_title a:hover {
	text-decoration:underline;
}

#button1 {
	position:absolute;
	margin-left:12px;
	margin-top:225px;
}

#button2 {
	position:absolute;
	margin-left:569px;
	margin-top:225px;	
}

#fp_menu {
	position:absolute;
}

#fp_menu_items {
	margin-top:213px;
	margin-left:15px;
}

#fp_menu_items ul {
	margin:0px;
	padding:0px;
}

#fp_menu_items li {
	list-style:none;
	float:left;
	width:85px;
	height:16px;
	background-image: url(../images/sf_menu_bg.png);	
	font-size:9px;
	line-height:14px;
	margin-right:5px;
	cursor:pointer;
	text-align:center;
}

#fp_menu_items a, fp_menu_items a:link, fp_menu_items a:active, fp_menu_items a:visited {
	color:#000000;
	text-decoration:none;
}

#fp_menu_items a:hover {
	color:#ec008c;
}

.menu_image {
	display:none;
	margin-top:2px;
}

#middle {
	width:669px;
	height:630px;
	clear:both;
}

#home_middle {
	padding-top:320px;
	width:669px;
	height:320px;
	clear:both;
	text-align:left;
	white-space:nowrap;
	overflow:hidden;
}

#home_middle_text {
	width:669px;
	margin-left:-20px;
	font-size:10px;
	line-height:14px;
	color: #e9589c;
}

#middle_content {
	text-align:left;
	margin-top:17px;
	/*height:643px;*/
	width:635px;
	background-color:#EF5BA1;
	color:#ffffff;
	font-size:12px;
	padding:17px;
}

#middle_content p {
	margin-bottom:17px;
	line-height:18px;
}

#middle_content td {
	line-height:16px;	
}

#middle_content a, #middle_content a:link, #middle_content a:visited, #middle_content a:active {
	color:#ffffff;
	text-decoration:underline;
}

#middle_content a:hover {
	color:#000000;
	text-decoration:underline;
}

#middle_content h1 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:17px;
}

.middle_white {
	color:#ffffff;
}

#photos {
	width:661px;
	/*
	margin-left:21px;
	margin-right:4px;
	*/
	padding-left:21px;
	margin-top:17px;
}

div.photo { 
	float: left; 
	padding:17px 0px 0px 17px;
	width: 144px; 
	height: 144px; 
}

div.photo img { 
	border: 0px; 
	/* cursor: pointer */ 
}

#info_footer {
	background-image: url(../images/sf_info_footer_bg.png);
	background-repeat: no-repeat;
	background-position:0px 60px;
	width:669px;
	height:30px;
	text-align:center;
	padding-top:60px;
	clear:both;
}

#info_footer a, #info_footer a:link, #info_footer a:visited, #info_footer a:active {
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
}

#info_footer a:hover {
	text-decoration:underline;
}

#address_footer {
	width:669px;
	height:80px;
	padding-top:40px;
	font-size:9px;
	color:#ffffff;
	letter-spacing:-0.1em;
}

#address_footer a, #address_footer a:link, #address_footer a:visited, #address_footer a:active {
	color:#000000;
	text-decoration:none;
	font-size:9px;
}

#address_footer a:hover {
	text-decoration:underline;
}