﻿/* markup */
html
{
}
/* ie6 fix for transparent *.png */
* html img,
* html .png {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/content/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
body {
    font-family: Tahoma, Verdana, Arial;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: left;
    color: #444;
}
    h1 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		font-size:	150%;
		color: #88ad3a;
	}
    h2 {
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-size:	110%;
		color: #4B7E56;
	}
	
	h3 {
		margin: 20px 0px 5px 0px;
		padding: 0px;
		font-size:	110%;
		color: #88ad3a;
	}
	p {
	    margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	legend{
	    color: #333333;
	    font-weight: bold;
	    font-size: 8pt;
	}
	em {
		font-weight: normal;
		font-size:	smaller;
		color: #018f2b;
	}
	/* forms (button, form, input, label, select, optgroup, option, textarea) */
	form {
		margin: 0em 0em 0em 0em;
	}
	    img {
	        border: none;
	    }
		input, 
		textarea, 
		select {
			font-size: 90%;
			margin: 0px 0px 1px 0px;
			padding: 0px 0px 0px 0px;
			vertical-align: middle;
			border: none;
			color:#555;
		}
		textarea {
		    font-family: Tahoma, Verdana, Arial;
		    font-size: 100%;
		}
		
		input.image,
		.image input {
            border: none;
        }
		
		input.radio, 
		.radio input,
		input.check,
		.check input {
			margin: 0px 3px 1px 0px;
			padding: 0px 0px 0px 0px;
			width: auto;
			border: none !important;
			cursor: pointer;
		}
		* html input.radio , 
		* html .radio input,
		* html input.check , 
		* html .check input {
		    margin: 0px 0px -1px 0px;
		    border:none !important;
		}
		    .radio label {
		        margin: 0px 12px 1px 4px;
			    padding: 0px 0px 3px 0px;
			    cursor: pointer;
		    }
		    .check label {
		        margin: 0px 0px 1px 4px;
			    padding: 0px 0px 3px 0px;
			    cursor: pointer;
		    }
	/* forms (input size: x-large, large, larger, medium, small, smaller, x-small) */	
	
	input.x-large,
	select.x-large,
	textarea.x-large {
        width: 200px;
	}
	input.large,
	select.large,
	textarea.large {
	    width: 150px;
	}	
	input.larger,
	select.larger,
	textarea.larger {
	    width: 140px;
	}
	input.medium,
	select.medium,
	textarea.medium {
	    width: 92px;
	}
	input.small,
	select.small,
	textarea.small {
	    width: 70px;
	}		
	input.smaller,
	select.smaller,
	textarea.smaller {
	    width: 50px;
	}
	/* link button */
    .linkButton:link, .linkButton:visited {
        font-weight: bold;
        font-size:  14px;
        text-decoration: none;
        color: #4b7e56 !important;
    }
    .linkButton:hover {
        text-decoration: none !important;
        color: #333333 !important;
    }
    /* navigation Level 2 markup */
    #navigationLevel2 a:link, #navigationLevel2 a:visited {
        font-weight: bold;
        font-size:  12px;
        text-decoration: none;
        text-transform:lowercase;
        color: #f1f5e7;
    }
    #navigationLevel2 a:hover, #navigationLevel2 a:active {
        color: #ffffff;
    }
    #navigationLevel2 a.selected {
        color: #ffffff !important;
    }
    
    #middle a{
        color:#88ad3a;
        font-weight: bold;
        text-decoration:none;
    }
    #middle a:hover{
        text-decoration:underline;
    }
               /*#contentSmall ul, #contentMedium ul, #contentLarge ul, #contentX-large ul {
                    margin: 3px 0px 5px 0px;
                    padding: 0em 0px 0px 0px;
                    list-style: none;
                    }
                    
                #contentSmall ul li, #contentMedium ul li, #contentLarge ul li, #contentX-large ul li {
                    margin: 0em 0em 0em 0em;
                    padding: 0.2em 0em 0em 3em;
                    background-image: url(../images/bullet_default.png);
                    background-repeat: no-repeat;
                    background-position: 1.3em 0.3em;
                }*/

    /* left navigation markup */
    #leftNavigation h1 {
        margin: 0px 0px -2px 10px;
        font-weight: bold;
        font-size: 14px;
        color: #4B7E56;
    }
         #leftNavigation h1 a:link, #leftNavigation h1 a:visited {
            text-decoration: none;
            color: #4B7E56;
        }
        #leftNavigation h1 a:hover, #leftNavigation h1 a:active {
            color: #333333;
        }   
    #leftNavigation h2 {
        margin: 3px 0px 0px 3px;
        padding: 0px 0px 0px 0px;
    }
        #leftNavigation h2 a:link, #leftNavigation h2 a:visited {
            margin-left: 8px;
            padding-left: 12px;
            font-weight: bold;
            font-size: 13px;
            text-decoration: none;
            color: #9fc15a;
        }
        #leftNavigation h2 a:hover, #leftNavigation h2 a:active {
            color: #88ad3a;
        }
        #leftNavigation h2 a.selected {
            background-image: url(/images/img_navigation_level3_selected.png);
            background-position: center left;
            background-repeat: no-repeat;
            color: #88ad3a !important;
        }    
            #leftNavigation ul li a:link, #leftNavigation ul li a:visited {
                margin-left: 8px;
                padding-left: 18px;
                font-weight: normal;
                font-size: 12px;
                text-decoration: none;
                text-decoration: none;
                color: #336e40;
            }
            #leftNavigation ul li a:hover, #leftNavigation ul li a:active {
                color: #333333;
            }
            #leftNavigation ul li a.selected {
                background-image: url(/images/img_navigation_level3_selected.png);
                background-position: center left;
                background-repeat: no-repeat;
                color: #333333 !important;
            }
    /* login markup */
    #login h3{
        text-transform:none;
        color:#4B7E56;
    }
    #login div input {
        width: 135px;
        height: 14px;
        padding: 3px 0px 0px 0px;
        background-color: #ffffff;
        vertical-align: middle;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid 1px #ccc;
        
    }
    #login span {
        margin-left: 10px;
        font-weight: bold;
        font-size:  12px;
        color: #336e40;
    }

    #login label{
        font-weight:bold;
        color: #88ad3a;
        font-size:85%;
    }
    
    #login #btnLogin {
        background:none;
        border: none;
        cursor:pointer;
        font-size:1.1em;
        font-weight: bold;
        color: #4B7E56;
    }
    /* footer markup */    
    #footer ul li h1 {
        font-weight: bold;
        font-size: 12px;
        color: #4B7E56;
    }
        #footer ul li h1 a:link, #footer h1 a:visited {
            text-decoration: none;
            color: #4B7E56;
        }
        #footer ul li h1 a:hover, #footer h1 a:active {
            color: #333333;
        }
            #footer ul li ul li h2 {
                font-weight: bold;
                font-size: 10px;
                color: #88ad3a;
            } 
                #footer ul li ul li h2 a:link, #footer h2 a:visited {
                    text-decoration: none;
                    color: #9fc15a;
                }
                #footer ul li ul li h2 a:hover, #footer h2 a:active {
                    color: #88ad3a;
                }
                    #footer ul li ul li ul li a:link, #footer ul li ul li ul li a:visited {
                        font-size: 10px;
                        text-decoration: none;
                        color: #336e40;
                    }
                    #footer ul li ul li ul li a:hover, #footer ul li ul li ul li a:active {
                        color: #333333;
                    }
.formulier input[type="text"]
{
    height: 18px;
    vertical-align: middle;
    width: 200px;
}
.formulier textarea, .formulier select
{
    width: 200px;
    font-size: 1em;
}

.formulier
{
    border: solid 1px #9FC15B;
    background-color: #F0F5E9;
    width:99%;
    padding-top: 10px;
}

.formulier fieldset
{
    border: none;
}

.formulier input[type="submit"]
{
    border: none;
    background:none;
    font-size:100%;
    font-weight: bold;
    text-decoration:underline;
    float:right;
    cursor:pointer;
}

.formulier ul, .formulier ul li
{
    background: none;
}

/*Aanmelden Wizard Table*/
.tblWizardTable
{
    width: 99%;
    border-collapse: collapse;
    margin: 0px 0px 20px 0px;
}
.tblWizardTable td
{
    background-color: #e8f5d8;
}
.tblWizardContent
{
    padding: 10px 10px 0px 10px;
}
.tblWizardContent th
{
    text-align: left;
}
.tblWizardTopLeft
{
    width: 1%;
    height: 10px;
    background-image: url(../images/tbl_wizard_top_left.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.tblWizardTop
{
    width: 100%;
    height: 10px;
    background-image: url(../images/tbl_wizard_top.png);
    background-repeat: repeat-x;
    background-position: top left;
}
.tblWizardTopRight
{
    width: 1%;
    height: 10px;
    background-image: url(../images/tbl_wizard_top_right.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.tblWizardLeft
{
    width: 1%;
    height: 10px;
    background-image: url(../images/tbl_wizard_left.png);
    background-repeat: repeat-y;
    background-position: top left;
}
.tblWizardRight
{
    width: 1%;
    height: 10px;
    background-image: url(../images/tbl_wizard_right.png);
    background-repeat: repeat-y;
    background-position: top right;
}
.tblWizardBottomLeft
{
    width: 1%;
    height: 10px;
    background-image: url(../images/tbl_wizard_bottom_left.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.tblWizardBottom
{
    width: 98%;
    height: 10px;
    background-image: url(../images/tbl_wizard_bottom.png);
    background-repeat: repeat-x;
    background-position: top left;
}
.tblWizardBottomRight
{
    width: 1%;
    height: 10px;
    background-image: url(../images/tbl_wizard_bottom_right.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.tableBody
{
    border-collapse: collapse;
    width: 95%;
    color: #343434;
    font-family: Verdana;
    font-size: 8pt;
}
.tableBody th
{
    padding: 2px 2px 2px 5px;
    background-color: #A1D462;
    font-weight: bold;
    border-bottom: solid 1px #809a5e;
    text-align: right;
}
.tableBody td
{
    padding: 2px 2px 2px 5px;
    background-color: #DBEEC4;
    border-bottom: solid 1px #dae0d3;
}
.tableBody .ta
{
    padding: 2px 2px 2px 5px;
    background-color: #ACD973;
    border-bottom: solid 1px #dae0d3;
}
.tableBody .to
{
    padding: 2px 2px 2px 5px;
    background-color: #ffa200;
    border-bottom: solid 1px #c37f08;
    color: #fff;
    font-weight: bolder;
    font-size:8pt;
}


.tableBodyPrijzen
{
    border-collapse: collapse;
    width: 95%;
    color: #343434;
    font-family: Verdana;
    font-size: 8pt;
}
.tableBodyPrijzen th
{
    padding: 2px 2px 2px 5px;
    background-color: #A1D462;
    font-weight: bold;
    border-bottom: solid 1px #809a5e;
    text-align: right;
    width: 20%;
}
.tableBodyPrijzen td
{
    padding: 2px 2px 2px 5px;
    background-color: #DBEEC4;
    border-bottom: solid 1px #dae0d3;
    width: 20%;
}
.tableBodyPrijzen .ta
{
    padding: 2px 2px 2px 5px;
    background-color: #ACD973;
    border-bottom: solid 1px #dae0d3;
}
.tableBodyPrijzen .to
{
    padding: 2px 2px 2px 5px;
    background-color: #ffa200;
    border-bottom: solid 1px #c37f08;
    color: #fff;
    font-weight: bolder;
    font-size: 8pt;
}

.btnDoeMeeBeGreen {
    width: 175px;
    height: 30px;
    background-image: url('/images/btnDoeMeeBeGreen.png');
    background-repeat:no-repeat;
    cursor:pointer;
}
.btnGaVerderBeGreen {
    width: 145px;
    height: 221px;
    background-image: url('/images/banner_BeGreen_dossiernivea.png');
    background-repeat:no-repeat;
    cursor:pointer;
    margin-left:50px;
}

.zonneboiler_tdWidth {width:270px;}
.zonneboiler_hr {color:#88ad3a;}
.btnZonneboiler_meerinfo:hover {background-image: url('../images/btn_meerinfo.gif';}
;
