﻿
body {
	FONT: 76.01% arial, helvetica, sans-serif;
    color : #205499;
	background-image: url(gradient.png);
	background-repeat: repeat-x; 
	background-color : #7da6bf;
	
}

.errorfont 
{
    color : Red
}    

.mainbody{
	MARGIN: 0px auto; WIDTH: 950px; height:780px;  background-color:White;
}


.mapcontrols
{
    color:Olive;
}

.header{
	height: 90px;
	BACKGROUND: url(blue_header.png) #d6ebf7 repeat-x 0px 0px; COLOR: #c9b5c2;
	BORDER-RIGHT:  1px solid; BORDER-TOP:  1px solid; BORDER-LEFT:  1px solid; BORDER-BOTTOM:  1px solid
	}


.dealerinfo
{
	background-color : #F7BA02;
}

.popupControl
{
    background-color:#AAD4FF;
    position:absolute;
    border-style:solid;
    border-color:Black;
    visibility:hidden;
    border-width: 2px;
}    
.modalBackGround
{
    Background-color :Gray;
    
}    
.modalPopup
{
    background-color:#ffffdd;
    border-width : 3px;
    border-style : solid;
    border-color:Gray;
    padding:3px;
    width:250px;
}    

.startheader{
	height: 110px;
	}
.logo{
	padding-left:10px;
	padding-top:10px;
	width:466px;
	float:left;
    height: 78px;
}
.news{
	padding-left:10px;
	padding-top:10px;
	width:200px;
	float:left;
    height: 78px;
    color : #205499;    
}

.ondertitel{
    color : #205499;
}
.login{
	padding-left:0px;
	padding-top:0px;
	width:240px;
	float:right;
	height:75px;
}
.mainblock{
	height: 570px;
	}
.mainleftcolumn{
	padding-left:0px;
	padding-top:0px;
	width:0px;
	float:left;
    height: 234px;
}

.centerleftspace{
	padding-left:0px;
	padding-top:0px;
	width:5px;
	float:left;
}
.maincentercolumn{
	padding-left:0px;
	padding-top:0px;
	float:left;
	height:570px;
    width: 490px;
}
.mainrightcolumn{
	padding-left:0px;
	padding-top:0px;
	width:425px;
	float:right;
    height: 133px;
}

.footer{
	height: 40px;
	BACKGROUND: url(blue_header.png) #d6ebf7 repeat-x 0px 0px; COLOR: #c9b5c2;
	BORDER-RIGHT:  1px solid; BORDER-TOP:  1px solid; BORDER-LEFT:  1px solid; BORDER-BOTTOM:  1px solid;
	}

.pointslistpaginakeuze{
	width: 400px;
	height: 20px;
	}


.pointslistitem{
	width: 400px;
	height: 115px;
	border-color : Gray;
	BORDER-RIGHT:  1px solid; BORDER-TOP:  1px solid; BORDER-LEFT:  1px solid; BORDER-BOTTOM:  1px solid
	}


.pointslistimage{
	width: 100px;
	height : 75px;
	padding-left:0;
	padding-top:0;
	float:left;
	}

.pointslistfirstcolumn{
	width: 190px;
	height : 75px;
	padding-top:0;
    padding-left:5px;    
	float:left;
	}


.pointslistsecondcolumn{
    
	width: 200px;
	height : 95px;
	float:right;
	background-color :#FAFAFA;
      	
	}

.pointslistaddress
{

}
	
.pointslistblock{
	border-color:Black;        

	}

.pointslistheader
{
	background-color : #F7BA02;
	width: 400px;
	height: 20px;
	color : Black;
	font-size : 16px;
	font-weight :bold;
    
	}

.pointslistnameinheader
{
    padding-left:5px;    
	}

.pointslistbody
{
	width: 400px;
	height: 80px;
	}
	
	
.pointslistspacer{
	width: 400px;
	height: 10px;
	}

.footerdisclamer{
	PADDING-LEFT: 10px;
	color:#999999;
	float:left;
	width:200;
}

.postcodewatermerk
{
    
    color : #AAAAAA;
}

.disclaimerhyperlink
{
    color : #AAAAAA;
}
-A:link {color: #205499; text-decoration: none}
-A:visited {color: #205499; text-decoration: none}
-A:active {color: #205499; text-decoration: none}
-A:hover {color: #205499; text-decoration: none}


 
 
.introtextheaders
{
  color: #205499;
  font-weight:bold;
}        
.introtext
{
  color: #205499;
}        

.centerbutton
{
    text-align :center;
}




/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/corners.gif'); /* CHANGE: path and name of your image */
	height: 10px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 10px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 10px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -10px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -10px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -10px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #C00000; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #C00000;/* YCC: color & properties of the right-borderline */
	background: #EFEFEF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */


.tabelpostcodezoekenvelden
{
    width : 450px;
    
}

.tabelpostcodezoekenveldentitel
{
    width : 100px;
    
}

.zoomlabel_current
{
    font-weight :bold;
}    

.zoomlabel
{
    
}    


A {
	COLOR: #002280
}
A.strong {
	FONT-WEIGHT: bold
}
A.none {
	TEXT-DECORATION: none
}
A.none:hover {
	TEXT-DECORATION: underline
}
A.underline {
	TEXT-DECORATION: underline
}
A.underline:hover {
	TEXT-DECORATION: none
}
