@charset "utf-8";
/* CSS Document */

body, html {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A6D171;
	
	position: relative;                                                                                                                                   
	height: 100%;
}

.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:620px;
	background: #FFFFFF;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -500px;
}
.oneColFixCtrHdr #header {
	height:75px;
	float: left;
	width: 820px;
	background-image: url(../image/header_logo.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 180px;
	color: #005A68;
	background-color:#A6D171;
}
.oneColFixCtrHdr #header h1{
	font-size:220%;
	margin: 0px;
	font-weight: bold;
}
.oneColFixCtrHdr #header h2{
	font-size:200%;
	margin: 0px;
	font-weight: bold;
}
.oneColFixCtrHdr #language {
	font-size: 12px;
	padding-top: 4px;
	text-align: left;
	float: left;
	margin-left: 20px;
	width: 170px;
	letter-spacing: 0px;
	position: relative;
	z-index: 1;
}
.oneColFixCtrHdr #mainContent {
	height:390px;
	background: #FFFFFF;
	float: right;
	width: 840px;
}
.oneColFixCtrHdr #ContactContent, .oneColFixCtrHdr .contentText {
	height:370px;
	float: right;
	width: 770px;
	background-image: url(../image/Contact_image.png);
	background-repeat: no-repeat;
	padding-left: 70px;
	color: #FFFFFF;
	padding-top: 20px;	
}

.oneColFixCtrHdr .contentText {
	overflow: auto;
	background-image: none;
	padding: 0px;
}

.oneColFixCtrHdr #ContactContent h1{color:#005A6A;}
.oneColFixCtrHdr #navigatie {
	height:390px;
	width:160px;
	float:left;
}
.oneColFixCtrHdr #DuurzaamContent {
	height:390px;
	float: right;
	width: 840px;
	color: #408080;
	font-size: 80%;
}

.oneColFixCtrHdr #DuurzaamContent .Greenbox2 {
  width: 217px;
}

.oneColFixCtrHdr #Greenbox , .oneColFixCtrHdr #Greenbox2 
{
    overflow: hidden;
    background-color:#A6D171;
    height:215px;
    width:440px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    float: left;
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 40px;
    font-variant: normal;
    white-space: normal;
    line-height:18px;
}

.oneColFixCtrHdr #Greenbox2 {
	overflow: auto;
}

.oneColFixCtrHdr #Greenbox2 .items{
	clear: both;
	margin-bottom: 5px;
}

.oneColFixCtrHdr #tbl{ width:243px; vertical-align: top; }
.oneColFixCtrHdr #tbl2{ width:290px;}
.oneColFixCtrHdr #Whitebox {
	height:130px;
	width:480px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	/*
	background-image: url(../image/intro/claresse_frankrijk_classic.jpg);
	*/
	background-position: center center;
}
.oneColFixCtrHdr #Whitebox_health {
	height:130px;
	width:480px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../image/intro/claresse_thailand_classic.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #Whitebox_about{
	height:130px;
	width:480px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../image/intro/claresse_saltimbocca.jpg);
	background-position: center -30px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #Whitebox_recipe{
	height:130px;
	width:480px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../image/intro/claresse_spanje_2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #WhiteRightbox {
	background-color:#FFF;
	height:370px;
	width:320px;
	float: right;
	padding: 10px;
	overflow: auto;
}
.oneColFixCtrHdr #WhiteRightbox ul li{
	list-style-type:none;
	margin-left:-20px;
}


#navigatie ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#navigatie ul li {
 margin: 0;
}

#navigatie ul li a {
	display: block;
	/* border-left: 4px solid #D3E9BA;
 border-top: 4px solid #D3E9BA;
 border-bottom: 4px solid #D3E9BA;*/
 color:#005A68;
	text-decoration: none;
	width: 100%;
	background-color:#FFFFFF;/* 	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/
		border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DCF8BA;
	border-right-color: #DCF8BA;
	border-left-color: #DCF8BA;
}

#navigatie ul li a {
	width: auto;
	font-weight: bold;
	height: 44px;
	padding-left: 20px;
	padding-top: 20px;
}

#navigatie ul li a:hover {
	/* border-left: 4px solid #A6D171;
 border-top: 4px solid #A6D171;
 border-bottom: 4px solid #A6D171;*/
 background-color:#A6D171;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DCF8BA;
	border-right-color: #DCF8BA;
	border-left-color: #DCF8BA;
}
 
.oneColFixCtrHdr #footer {
	height:53px;
	width: 1000px;
	background-color: #E8FAD3;
	letter-spacing: 1px;
	color: #005A68;
	padding-top: 27px;
	text-align: center;
	font-weight: bold;
	float: right;
	background-image: url(../image/bottom.png);
	background-repeat: no-repeat;
	font-size: 130%;
}
.oneColFixCtrHdr #bottom {
	width:820px;
    height:22px;
    font-size:70%;
    color:#333333;
    float: left;
    letter-spacing: 1px;
    text-align: right;
    padding-top: 18px;
    margin: 0px;
    background-repeat: no-repeat;
	background-position: right;
    padding-left: 0px;
    font-weight: normal;
    padding-right: 180px;
    padding-bottom: 0px;
	background-color: #A6D171;	
}

.oneColFixCtrHdr #bottom div.footer_images {
	position: absolute;
	right: 0px;	
	bottom: 0px;
	width: 79px;
	height: 40px;
	background-repeat: no-repeat;
}

a:link {
	color: #005A68;
	text-decoration: none;
}
a:visited {
	color: #005A68;
	text-decoration: none;
}
a:hover {
	color: #005A68;
	text-decoration: underline;
}
a:active {
	color: #005A68;
	text-decoration: underline;
}

.oneColFixCtrHdr #bottom a:link {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #bottom a:visited {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #bottom a:hover {
	color:#333;
	text-decoration:underline;
}
.oneColFixCtrHdr #bottom a:active {
	color:#333;
	text-decoration:underline;
}
.oneColFixCtrHdr #DuurzaamContent a:link {
	color: #005A68;
	text-decoration: none;
}
.oneColFixCtrHdr #DuurzaamContent a:visited {
	color: #005A68;
	text-decoration: none;
}
.oneColFixCtrHdr #DuurzaamContent a:hover {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #DuurzaamContent a:active {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #WhiteRightbox a:link {
	color: #005A68;
	text-decoration: none;
}
.oneColFixCtrHdr #WhiteRightbox a:visited {
	color: #005A68;
	text-decoration: none;
}
.oneColFixCtrHdr #WhiteRightbox a:hover {
	color: #005A68;
	text-decoration:underline;
}
.oneColFixCtrHdr #WhiteRightbox a:active {
	color: #005A68;
	text-decoration:underline;
}
.style2 {
	color: #005A6A;
	font-weight: bold;
	font-size: 18px;
}
.style3 {font-size: 12px}
.style4 {color: #666666}

.oneColFixCtrHdr #DuurzaamContent a.news_active {
	color: #fff;
}

