﻿/* Containers */
html {
    margin:0px;
    font-family:Verdana,Helvetica,Arial;    
}
body {
    margin:0px;
}

#as-txt {
  position: absolute;
  left: 0;
  top: -10000px;
  overflow: hidden;
}
#as-gfx img {
   width: 220px;
   /*height: 40px;*/
   border: none;
}

#container {
    text-align:center;
    position:relative;
	margin: auto;
	width:940px;
}
#websiteblock {    
    min-height:500px;
    width:940px;
    text-align:left;
    font-size:100%;
}
#contentContainer {
    width:940px;
    height:auto;    
}


/* Header */
#headerRow {
    width:940px;
    height:225px;
}


/* logo */
#logo {
    width:220px;
    height:225px;
    float:left;
}
#logo img {
    border:0;
}
#logoPartners {
    padding-top:15px; 
    margin-bottom:-130px;
    overflow:visible;
}

/* Top menu */
#topmenu {
    width:720px;
    height:30px;
    float:left;
    background-image:url(../img/topmenu2.png);
}
#topmenu .clsTopmenu {
    padding:4px 5px 0px 15px;
    font-weight:bold;
    color:White;
    width:550px;
    float:left;   
}
#topmenu .clsTopmenu a {
    font-size:0.8em;
    color:White;
    text-decoration:none;
    font-weight:bold;
}
#topmenu .clsTopmenu a:hover {
    font-size:0.8em;
    color:White;
    text-decoration:underline;
    font-weight:bold;
}

/* Breadcrumbs */
#crumbsRow {
    height:25px;
    width:940px;
}
#crumbsMargin {
    width:200px;
    height:22px;
    float:left;
    font-size:0.7em;
    padding-top:3px;
    padding-left:20px;
}
#crumbsMargin a{
    color:#000;
}
#breadCrumbs {
    width:720px;
    height:25px;
    float:left;
    background-color:#C4C5C9;        
}
#breadCrumbs .clsBreadCrumbsCont {
    width:718px;
    height:20px;
    float:left;    
    overflow:hidden;
}
#breadCrumbs .clsBreadCrumbs {
    padding:5px 15px 0px 20px;
    width:700px;
    height:25px;
    font-size:0.7em;    
}
#breadCrumbs .clsBreadCrumbs a {
    color:Black;
}

/* Top menu */
#topmenu .clsBreadCrumbsFontSizeCont {
    width:100px;
    height:25px;
    float:right;
    padding-right:15px;
}
#topmenu .clsBreadCrumbsFontSize {
    width:100px;    
    height:25px;
    padding: 4px 5px 0px 0px;
    font-size:0.8em;
    text-align:right;
    vertical-align:middle;
}
#topmenu .clsBreadCrumbsFontSize100 {
    width:20px;
    height:22px;
    font-size:0.7em;
    text-decoration:none;
    color:White;
    float:right;
    padding-top:5px;
    cursor:pointer;
}
#topmenu .clsBreadCrumbsFontSize130 {
    width:20px;
    height:22px;
    font-size:0.9em;
    text-decoration:none;
    color:White;
    float:right;
    padding-top:3px;
    cursor:pointer;
}
#topmenu .clsBreadCrumbsFontSize185 {
    width:20px;
    height:22px;
    font-size:1.1em;
    text-decoration:none;
    color:White;
    float:right;
    padding-top:1px;
    cursor:pointer;
}

#menuColumn {
    min-height:550px;
    width:220px;    
    float:left;
    
    /*background-image:url(../img/partners00.png);
    background-position:center bottom;
    background-repeat:no-repeat;*/
}

/* Website content */
#contentColumn {
    min-height:520px;
    width:510px;
    float:left;
}
#contentColumn .clsContentColumn {
    padding: 5px 15px 25px 15px;
    font-size:0.7em;
}
#contentColumn .clsContentColumn h1 {
    color:#9B0B6A;
    font-size:1.4em;
}
#contentColumn .clsContentColumn h2 {
    color:#9B0B6A;
    font-size:1.2em;
    margin:0px 0px 5px 0px;
}
#contentColumn .clsContentColumn p {
    font-size:1.0em;
}
#contentColumn .clsContentColumn a {
    color:Black;
}


/* Footer */
#contentFooter {
    width:940px;
    height:140px;
    float:right;
    overflow:visible;
    /* altijd onderaan tegen footer */
    /*position:absolute;
    bottom:0px;
    left:220px;*/
}
#contentFooterMargin {
    width:220px;
    height:140px;
    float:left;
    /*background-color:White;*/
}
#contentFooterBanner {
    width:530px;
    height:140px;
    float:left;
}
#contentFooterAdres {
    width:190px;
    height:140px;
    float:right;    
    background-image:url(../img/contentFooterAdres.png);
}
#contentFooterAdres .clsContentFooterAdres {
    width:190px;
    height:140px;    
    padding: 10px 10px 10px 10px;
    color:White;
    font-size:0.8em;
}
#contentFooterAdres .clsContentFooterAdres a{
    color:White;
}
#footer {
    width:940px;
    height:25px;
    background-image:url(../img/footer.png);
    background-repeat:repeat-x;
    float:left;
    padding:4px 0px 0px 0px;
}
#footer .copyright {
    width: 190px;
    float:right;
    font-size:0.55em;
}
#footer .copyright a {
    color:White;
    text-decoration:none;
}
#footer .disclaimer {
    width: 530px;
    float:right;
    font-size:0.55em;
    color:White;
}
#footer .disclaimer a {
    color:White;
    text-decoration:none;
}

/* Banners */
#banner {
    width:720px;
    height:195px;
    float:left;
    background-image:url(../img/image01.png);
}
#bannerColumn {
    min-height:550px;
    width:190px;
    float:right;
    font-size:0.75em;
}
#banner2 {
    border:solid 1px #86DCFF;    
}
#bannerColumn .banner {
    font-size:0.8em; 
    margin-bottom:2px;
}
#bannerColumn .bannerTxt {    
    padding:0px 10px 10px 10px;
    height:17em;/*200px;*/
    overflow-y:auto;
}
#bannerColumn .bannerHref {
    padding:0px 10px 10px 10px;
    margin-top:10px;
}
#bannerColumn .bannerHref a {
    color:Black;
}


/* Search */
#zoekveld {
    position:relative;
    top:141px;
    left:489px;    
    width:210px;
}
#zoekveld .txtZoekveld {
    width:180px;
    height:20px;
    border:solid 1px #cfcfcf;
    font-size:0.75em;
    padding:4px 10px 0px 10px;
}



/* Energiescan */
#tblEnergieScan {
    width:500px;
    overflow:visible;
}
#tblEnergieScan td {
    text-align:left;
    vertical-align:top;
    padding:1px;
}
#tblEnergieScan .titleRow {
    width:98%;
    text-decoration:underline;
    font-style:italic;    
}
#tblEnergieScan .colLeft {
    width:25%;
}
#tblEnergieScan .colRight {
    width:75%;
}
#tblEnergieScan .col4Col {
    width:25%;
}

#tblEnergieScan td .inputField {
    width:98%;
    font-size:1.0em;
}
#tblEnergieScan td .inputField2 {
    width:95%;
    font-size:1.0em;
}
#tblEnergieScan td .button {
    width:35%;
    font-size:1.0em;
}

/*Defaultpage---*/ 

.box1, .box2, .box3 {
	width:500px;
	height:195px;
	padding:10px;
	font-size:12px;
	
}
.box1 p, .box2 p, .box3 p {
	width:300px;
}
.box1 h1, .box2 h1, .box3 h1 {
	font-size:16px;
	color:black !important;
	font-weight:bold;
}
.box1 {
	background:url(../img/box1.jpg) no-repeat top left transparent;
	margin-right:250px;
}
.box2 {
	background:url(../img/box2.jpg) no-repeat top center transparent;
	padding-left:170px;
	*background:url(../img/box2_.jpg) no-repeat top left transparent;
	*padding-left:150px;
}
.box3 {
	background:url(../img/box3.jpg) no-repeat top left transparent;
}

	