﻿/* BODY */
body {
    background: #FFFFFF url(../images/body_bg.gif) top repeat-x;
}
a:link {
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
}
table { 
	margin: 0px; border-collapse: collapse;
}
td { 
	margin: 0px; padding: 0px; 
}
div { 
	margin: 0px; padding: 0px;
}
.buttonMyFridge {
	visibility: hidden;
}
.workspace {
    width: 960px;
    margin: 0px auto;
    background: url(../images/subcontainer_bg.gif) repeat-y;
}
.workspace_shadows {
    width: 960px;
    padding-top: 13px;
    min-height: 526px;
    background: url(../images/shadows.gif) top no-repeat;
}
.container {
	width: 932px;
}
.container-general {
    background: url(../images/content_general_bg.gif) right top no-repeat;
    padding-top: 20px;
}

/* HEADER */
.container-header {
    background: url(../images/container_header_bg.gif) no-repeat;
    height: 165px;
    clear: both;
    position: relative;
}
.header-logo {
    background: url(../images/logo.gif) no-repeat;
    width: 453px;
    height: 94px;
    margin-top: 15px;
    margin-left: 12px;
    float: left;
}
.header-logoNL {
    background: url(../images/logoNL.jpg) no-repeat;
    width: 557px;
    height: 92px;
    margin-top: 15px;
    margin-left: 12px;
    float: left;
}
.header-slogan {
    margin-top: 30px;
    margin-left: 18px;
    float: left;
    font-size: 22px;
    font-weight:normal;
    font-family:"Times New Roman", Times, serif;
}
.header-slogan b {
    font-size: 27px;
    font-weight:bold;
}
.header-menu {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial;
    line-height: 12px;
    clear: both;
    padding-top: 8px;
}
.header-menu table {
    width: 100%;
    background: url(../images/header_menu_bg.gif) center repeat-x;
}
.header-menu table td {
    height: 43px;
    background: url(../images/header_menu_separator.gif) left center no-repeat;
    vertical-align: top;
    text-align: left;
    padding-left: 1px;
    color: #fef0ff;
    text-align: center;
}
.header-menu table td.imaged {
    padding-right: 30px;
}
.header-menu table td a {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #fef0ff;
    text-decoration: none;
    margin-top: 13px;
    line-height: 17px;
    padding-bottom: 3px;
    text-align: center;
}
.header-menu table td a:hover, .header-menu table td.selected a {
    color: #fef0ff;
    background: url(../images/header_menu_hover_bg.gif) top repeat-x;
    border-bottom: 4px solid #a0b701;
}
.header-menu table td.languages {
    background: url(../images/header_menu_languages_bg.gif) center repeat-x;
    vertical-align: middle;
}
.header-menu table td.languages a, .header-menu table td.languages a:hover {
    display: inline;
    padding: 0px;
    border: 0px;
    background: none;    
}
.header-menu table td.languages a:hover, .header-menu table td.languages a.selected {
    text-decoration: underline;
}
.header_sub_menu {
	width: 932px;
	height: 68px;
	position: absolute;
	left: 50%;
	margin-left: -466px;
	top: 178px;
	background-color:#FFFFFF;
}
/* COLUMN RIGHT */
.general-column.right {
	float: right;
	width: 180px;
	background: url(../images/bg_column_right.jpg) bottom no-repeat;
	position: relative;
	top: 25px;
	height: 558px;
}
/* COLUMN LEFT */
.general-column.left {
	float: left;
	width: 185px;
	background: url(../images/column_left_hover.jpg) top no-repeat;
	position: relative;
	top: 29px;
	z-index: 1;
}
/* COLUMN CENTER */
.general-column.center {
	margin-left:185px;
	background-image: url(../images/homepage_center_bg.jpg);
	background-repeat: no-repeat;
	width: 567px;
	height: 565px;
	position:relative;
	top: 18px;
}
.general-column.center_nl {
	margin-left:185px;
	background-image: url(../images/homepage_center_bg_nl.jpg);
	background-repeat: no-repeat;
	width: 567px;
	height: 565px;
	position:relative;
	top: 18px;
	vertical-align: top
}
/* FOOTER */
.container-footer-index {
	background: url(../images/footer_bg_index.gif) top no-repeat;
	text-align: center;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
	top: 17px;
	z-index: 0;
}
.container-footer-index-nl {
	background: url(../images/footer_bg_index_nl.jpg) top no-repeat;
	text-align: center;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
	top: 17px;
	z-index: 0;
}
.footer-menu {
    font-family: "Trebuchet MS", Arial;
    color: #87bb4d;
    border-top: 1px solid #a1de51;
    padding-top: 3px;
    display: inline;
    font-size: 12px;
    font-weight: bold;
}
.footer-menu a { 
    color: #87bb4d; 
    text-decoration: none; 
}
.footer-menu a:hover {
    text-decoration: underline; 
}
.footer-menu span { 
    margin-left: 30px; 
}

