﻿/* 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: Arial, Tahoma, Verdana;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    color: #000;
}
    h1 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		/*font-size:	150%;
		color: #88ad3a;*/
	}
    #aanmelden h2, #product h2, #lblADRESGEGEVENS {
		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 { /* normale teksten */
	    margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
        font-size:12px;
        color: #000000;
	}

    h1 { /* alleen voor paginatitel te gebruiken */
        color: #464646;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 20px;
    }

    h2 {
        margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
        font-size: 18px;
        color: #000000;
        font-weight: bold;
    }

    h3 {
        margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
        font-size: 15px;
        color: #000000;
        font-weight: bold;
    }

    h4 {
        margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
        font-size: 14px;
        color: #000000;
        font-style:italic;
    }

    h5 { 
        color: #646d5b;
        font-style:italic;
        font-size: 18px;
    }

    h6 { /* toelichting */
        color: #646d5b;
        /*font-style:italic;*/
        font-size: 12px; /*font-size: 12px;*/
        margin-top: 6px;
        line-height: 21px;
    }
    a {
        color: #6f8f31;
    }

    p ul li {
        background-image: url(../images/bullet_default.png);
        background-repeat: no-repeat;
    }

	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: 100%;
			margin: 0px 0px 1px 0px;
			padding: 0px 0px 0px 0px;
			vertical-align: middle;
			border: solid 1px #91ce43;
			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: 218px;
	}
	input.large,
	select.large,
	textarea.large {
	    width: 150px;
	}	
	input.larger,
	select.larger,
	textarea.larger {
	    width: 140px;
	}
	input.medium,
	select.medium,
	textarea.medium {
	    width: 220px;
	}
	input.small,
	select.small,
	textarea.small {
	    width: 77px;
	}		
	input.smaller,
	select.smaller,
	textarea.smaller {
	    width: 63px;
	}
	/* 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-size:  14px;
        text-decoration: none;
        text-transform:lowercase;
        color: #ffffff;
    }
    #navigationLevel2 a:hover, #navigationLevel2 a:active {
        color: #ffffff;
    }
    #navigationLevel2 a.selected {
        color: #000000 !important;
        background-color: #FFFFFF;
        height:28px;
        padding-left: 4px;
        padding-right: 4px;
         -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        -khtml-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }
    
    #middle a{
        color:#88ad3a;
        font-weight: bold;
        text-decoration:none;
    }
    #middle a:hover{
        text-decoration:underline;
    }
    
    #contentSmall h3, #contentMedium h3, #contentLarge h3, #contentX-large h3 {
	font-weight: bold;
	color: #000000;

}
       #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, #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;
        }
        
        #contentLarge ul li {
			margin: 0em 0em 0em 0em;
			padding-left: 20px;
			padding-top: 0.2em;
			padding-right: 0em;
			padding-bottom: 0em;
            background-image: url(../images/bullet_default.png);
            background-repeat: no-repeat;
		}
		
		#li_overstappers {
			margin: 0em 0em 0em 0em;
			padding-left: 20px;
			padding-top: -10px;
			padding-right: 0em;
			padding-bottom: 0em;
            background-image: url(../images/bullet_default.png);
            background-repeat: no-repeat;
			width: 196px;
		}
		
        .homepageListItem {
            font-weight: bold;
            font-size: 11pt;
        }

    /* left navigation markup */
    /*#leftNavigation h1 {
        margin: 0px 0px -8px 12px;
        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: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-bottom: 1px solid #e9e9e9;
    }
        #leftNavigation h2 a:link, #leftNavigation h2 a:visited {
            margin-left: 8px;
            padding-left: 12px;
            font-weight: bold;
            /*font-size: 13px;*/
            text-decoration: none;
            color: #6f8f31;
            background-image: url(../Images/Default_Images/leftmenu_pijl_h2.png);
            background-position: center left;
            background-repeat: no-repeat;
            font-size: 14px;
        }
        #leftNavigation h2 a:hover, #leftNavigation h2 a:active {
            color: #88ad3a;
        }
        #leftNavigation h2 a.selected {
            background-image: url(../Images/Default_Images/leftmenu_pijl_h2.png);
            background-position: center left;
            background-repeat: no-repeat;
            color: #88ad3a !important;
        }    
            #leftNavigation ul li a:link, #leftNavigation ul li a:visited {
                margin-left: 21px;
                padding-left: 18px;
                font-weight: normal;
                font-size: 12px;
                text-decoration: none;
                text-decoration: none;
                color: #384f0b;
                background-image: url(../Images/Default_Images/leftmenu_pijl_ulli.png);
                background-position: center left;
                background-repeat: no-repeat;

            }
            #leftNavigation ul li a:hover, #leftNavigation ul li a:active {
                color: #333333;
            }
            #leftNavigation ul li a.selected {
                background-image: url(../Images/Default_Images/leftmenu_pijl_ulli.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;
    }

.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: 100%;
    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;
}

.homepagev2
{
	
}

.homepagev2 h1
{
	font-size: 225%;
	line-height: 150%;
}

.homepagev2 a, .homepagev2 a:active, .homepagev2 a:visited
{
	font-size: 145%;
	line-height: 200%;
	color: #9BBD4F !important;
	font-weight: bold !important;
}

.homepagev2 a:hover
{
	font-size: 145%;
	line-height: 200%;
	color: #8FB042 !important;
	text-decoration: none !important;
	font-weight: bold !important;
}

.homepagev2 .actionLink
{
	font-size: 75%;
	line-height: 200%;
	color: #333333 !important;
	text-decoration: none !important;
	text-align: right; 
	width: 45%;

}

.homepagev2 .actionLink a, .homepagev2 .actionLink a:visited, .homepagev2 .actionLink a:active
{
	font-size: 125%;
	line-height: 200%;
	color: #666666 !important;
	text-decoration: none !important;
	text-align: right;
	width: 45%;
	margin-right: 30px;
}

.homepagev2 .actionLink a:hover
{
	text-decoration: underline !important;
}

div.logo{
	width: 205px;
	height: auto;
	float: left;
}
div.logo img{
	clear: both;
}
a#collectief {
	display: block;
	height: 51px;
	width: 205px;
	background: url(/Content/Media/Image/coll.png) no-repeat;
	float: left;
}
a#collectief:hover{
	background: url(/Content/Media/Image/coll_hover.png) no-repeat;
}

a#driejaar {
	display: block;
	height: 51px;
	width: 205px;
	background: url(/Content/Media/Image/3yr.png) no-repeat;
	float: left;
}
a#driejaar:hover{
	background: url(/Content/Media/Image/3yr_hover.png) no-repeat;
}

a#eenjaar {
	display: block;
	height: 51px;
	width: 205px;
	background: url(/Content/Media/Image/1yr.png) no-repeat;
	float: left;
}
a#eenjaar:hover{
	background: url(/Content/Media/Image/1yr_hover.png) no-repeat;
}

a#kortingsgarantie {
	display: block;
	height: 51px;
	width: 205px;
	background: url(/Content/Media/Image/kg.png) no-repeat;
	float: left;
}
a#kortingsgarantie:hover{
	background: url(/Content/Media/Image/kg_hover.png) no-repeat;
}


#credentials a {
    color:#444;
}

#credentials a:hover {
    text-decoration:underline;
    color:#88ad3a;
}

#footer_logos {
    text-align:center;
    margin-left: 5px;
    width: 860px;    
}

.leftMarginLogos {
    margin-left:30px;
}

#Toevoeging {}
#toevoeging_ {margin-left:12px;}

/*---------------------
    bespaarpagina
---------------------*/
.labelBreedte_energiebesparing {
    width: 150px;
    float: left;
}

#tableLampBranden {
    float:left;
}

#fLampBranden, #fWasjeDraaien, #fDouchen, #fVerwarming {
    border: none;
    margin-top:2px;
    padding:0px 2px 5px 10px;
}

#fLampBranden{
    background-image: url('/Content/Images/bg_lamp.png');
}

#fLampBranden legend, #fWasjeDraaien legend, #fDouchen legend, #fVerwarming legend {
    border: solid 1px #88ad3a;
    background-color: #fff;
}

#fWasjeDraaien{
    background-image: url('/Content/Images/bg_wasmachine.png');
}

#fDouchen{
    background-image: url('/Content/Images/bg_douchekop.png');
}

#fVerwarming{
    background-image: url('/Content/Images/bg_thermo.png');
}
/*---------------------
    End bespaarpagina
---------------------*/

/* TWEET BUTTON */
#custom-tweet-button {
    margin-right: 10px;
}

#custom-tweet-button a {
    display: block;
    background: url('/Content/Images/twitter.png');
    height: 28px;
    width: 24px;
    background-repeat: no-repeat;
}

#custom-tweet-button a:hover {
    opacity: 0.8;
}

#twitterConnect {
    padding-top: 8px;
}

#hyvesConnect {
    margin-right: 10px;
    margin-left: 10px;
    float:left;
    padding-top: 8px;
}

hr {
	color: #cccccc;
}

.FBConnectButton_Text {
	background: none;
	border: 0 none;
}

.FBConnectButton, .FBConnectButton_Small {
	background: none;
	font-size: 0.8em;
	line-height: 1.5em;
}
