﻿/* 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,dl,dt,dd,ol,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;text-decoration:none}:focus{outline:0}a:active{outline:none}body{line-height:1;color:black;background:white}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	background-color:white;
}

body {
    font-family: arial, sans-serif;
    font-size: 14px;
    color: black;
    /*line-height: 22px;*/
    text-decoration: none;
	line-height:normal;
}

#outer {
    width: 100%;
    margin: -640px auto 0;/* header plus footer height */
   height: 100%;
    text-align: left;
    clear: both;
    display: table;
    position: relative;
    z-index: 1;
}
#header {
    width: 100%;
    margin: auto;
    background-color:white;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(zdraveideje.png);
    height: 300px;
    position: relative;
    z-index: 2;
	text-align:center;
    /*border-bottom: 1px solid #c6e9f8; */
	/*border-top: 50px solid #fff;*/
	
}
#footer {
    width: 100%;
    margin: auto;
    height: 250px;
    clear: both;
	color:black;
	line-height:normal;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
    /*border-top: 20px solid #fff;*/
    position: relative;
    z-index: 2;
}
#content {
    vertical-align: middle;
	text-align:center;
    display: table-cell;
    padding: 640px 0 0;
}
#content .inner {
    
    padding: 0px 0;
    width: 800px;
    /*height: 200px;*/
    margin: 0 auto;
}

#contact_table td {
vertical-align:top;
text-align:center;
font-size:12px;
-webkit-text-size-adjust: 100%;
}


/* rules for ie6 */
* html #outer {
    height: 100%;
}
* html #content {
    top: 50%;
    position: relative;
    width: 100%;
    float: left;
}
* html .inner {
    top: -50%;
    position: relative;
}

/* rules for ie7 */
*+html #outer {
    height: auto;
    min-height: 100%;
}
*+html #content {
    top: 50%;
    position: relative;
    width: 100%;
    float: left;
}
*+html .inner {
    top: -50%;
    position: relative;
}

h1 {
	font-size:1.5em;
}

table {
	margin-left: auto;
margin-right: auto;
padding: 30px;
}

.claim {

font-size:5em;
font-weight:bold;

}

.subclaim {

font-size:3em;
font-weight:normal;

}

.green
{
	color:#76cc2d;
}

.body_text
{
	color:black;
}

a
{
	color: grey;
}

#footer a
{
	color: #695143;
}

#footer a:hover
{
	color: #dddc00;
}

a:hover
{
	color: #76cc2d;
}

#main_links
{
	font-size: 1.5em;
}

#brands_grid td
{
	
	text-align:center;
}


hr
{
	border: none;
	height: 1px;
	background-color:#76cc2d;
}
  