﻿/* **************************************************************************************************************************** */
/* LAYOUT ELEMENTS */
/* **************************************************************************************************************************** */

table
{
	padding:0;
	border-spacing:0;
	background-repeat: repeat-x;
	margin-left: 8px;
}

.twoColFixRtHdr #maincontainer  {
    margin-left:13px; 
}

body  {
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bgfileindex.jpg);
	background-repeat: repeat-y;
}

.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 0 0 20px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	height: 1000.px;
	height: 100%;
	min-height: 1000px;

} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0px 0 10px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 336px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px;
	min-height: 1000px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 10px 0 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding: 0 0px 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	width: 945px;
	margin: 0 0 0 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.samenvatting {
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	height: 300px;
	background-color: #CCCCCC;
	margin: 0 0 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menu {
	width: 121px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height: 275px;
	background-color: #FFFFFF;
	margin: 0 0 10px 0px;
	text-align: right;
}
.twoColFixRtHdr #rectangle {
	float: left; /* since this element is floated, a width must be given */
	width: 356px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height: 330px;
	background-color: #FFFFFF;
	margin: 0 0 0px 0px;
	vertical-align: top;
	position: relative;
	border-bottom-width:thin;
	border-bottom-color:Black;
	border-style:solid;
}
.twoColFixRtHdr #googlemap {
	float: left; /* since this element is floated, a width must be given */;
	width: 490px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */;
	background: #000000;
/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height: auto;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
	font-size: small;
}
.twoColFixRtHdr #googlemapHDTRAFFIC {
	float: left; /* since this element is floated, a width must be given */;
	width: 490px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */;
	background: #000000;
/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height: auto;
	background-color: #black;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
	font-size: small;
}
.twoColFixRtHdr #minimaps {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 50px 0px;
	height: 280px;
	background-color: #FFFFFF;
	margin: 0px 0 10px 0px;
}
.twoColFixRtHdr #netwerkbalk {
	border-spacing:0;
	background-image: url(include/images/netwerkbalkachtergrond.jpg);
	background-repeat: repeat-x;
	position: absolute;
	margin-left: -13px;
	background-color: #CCCCCC;

}
.twoColFixRtHdr #filelijst {
	float: left; /* since this element is floated, a width must be given */
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px 0 10px 0px;
	text-align: right;
}
.twoColFixRtHdr #footerlogo {
	padding: 0 10px 10px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	width: 100px;
	margin: 0 0 0 0px;
	height: 35px;
	float: right;
}


[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 0px;  height: auto;}
.twoColFixRtHdr #mainContent { zoom: 1; height: auto; }
.twoColFixRtHdr #footer { display: inline; }
.twoColFixRtHdr #container { height: auto; }


/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

/* **************************************************************************************************************************** */
/* STYLE ELEMENTS */
/* **************************************************************************************************************************** */


.bold 
{
	font-family: Arial,Verdana;
    font-size: 9pt;
     font-weight:bold;
}
.redboldkln
{
	font-family: Arial,Verdana;
    font-size: 9pt;
     font-weight:bold;
    color:#FFFF00;
}
a.redboldkln      
{text-decoration:none;}

.whiteboldkln
{
	font-family: Arial,Verdana;
    font-size: 10pt;
     font-weight:bold;
    color:#FFFFFF;
}
.blackboldkln
{
	font-family: Arial,Verdana;
    font-size: 10pt;
     font-weight:bold;
    color:#000000;
}
a.blackboldkln      
{text-decoration:none;}


.redbold 
{
	font-family: Arial,Verdana;
    font-size: 14pt;
     font-weight:bold;
    color:#FF0000;
}
a.redbold      
{text-decoration:none;}

.blackbold 
{
	font-family: Arial,Verdana;
    font-size: 14pt;
     font-weight:bold;
    color:#000000;
}
a.blackbold      
{text-decoration:none;}

.grijs
{color: #525252; text-decoration: none; font-size: 10pt;	font-family: Arial,Verdana;
}

a.grijs      { color: #AFAFAF; text-decoration: none; font-size: 10pt;	font-family: Arial,Verdana;}
a.grijs:hover{ color:#CFCFCF; text-decoration: underline;	font-family: Arial,Verdana;}
a.grijsln      { color: #AFAFAF; text-decoration: none; font-size: 10pt; }
a 
{
	font-family: Arial,Verdana;
	font-size: small;
}

.kaal { text-decoration: none;}
a.kaal      { text-decoration:none;}
a.kaal:hover{text-decoration:underline;}


a:hover{ color:#FF0000; text-decoration: underline }
a.rood       { color: #D40500; font-family: Arial,Verdana ; FONT-SIZE: 10pt;}
.nieuws { font-family: Arial, Verdana; font-size: 10pt; }

img { border-style: none;}

h1 {

	font-family: Arial,Verdana;

	font-size: 18px;

	color: #005C9F;

	margin-top: 0px;

	margin-bottom: 0px;

	padding-bottom: 2px;

}



h2 {

	font-family: Arial,Verdana;

	font-size: 11px;

	font-weight: bold;

	color: #D40500;

	margin-top: 0px;

	margin-bottom: 0px;

	padding-bottom: 2px;

}


p{

	font-family: Arial,Verdana;
	font-size: 12px;
    color:#37455B;
}

.tekst{

	font-family: Arial,Verdana;
	font-size: 12px;
    color:#37455B;
}

.tekstklein{

	font-family: Arial,Verdana;
	font-size: 10px;
    color:#37455B;
}

.tekstkleinwit{

	font-family: Arial,Verdana;
	font-size: 10px;
    color:#FFFFFF;
}



td{
	font-family: Arial,Verdana;
	font-size: 12px;
}



.menuitem {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	font-weight: bold;
	color: #94A4BE;
}
a.menuitem{ color:#94A4BE; text-decoration:none}
a.menuitem:hover{ color:#FF0000; text-decoration:none}

#oneWrapper {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0px 10px 0px 10px;
	border: 0;
	width:200px;
	vertical-align: top;
	text-align: left;
}

#twoWrapper {
	width: 110px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width:110px;
	vertical-align: top;
	text-align: right;
}

#one {
   margin: 0;
   padding: 0;
   border: 4px solid red;
}

#two {
   margin: 0;
   padding: 0;
   border: 4px solid red;
   width:110px;
   
}
.footerlogos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: super;
	position: relative;
}

.tt-wegnr {
	font-size:medium; 
	font-weight:bold; 
	text-align:left; 
	background-color: #EFE0C2;
}
	
.tt-vannaar {
	font-size:small; 
	font-weight:normal; 
	text-align:left;
}

.tt-filelengte {
	font-size:large; 
	font-weight:bold; 
	text-align:right;
	background-color: #EFE0C2;
}

.tt-fileomschrijving
{
	font-size:smaller; 
	font-weight:normal; 
	text-align:left;
}

.tt-meldingentabel
{
	font-size:medium; 
	font-weight:bold; 
	text-align:left; 
	}
	
.tt-meldingentabelheader
{
	font-size:medium; 
	font-weight:bold; 
	text-align:left;
	}
	
.tt-chkBuien
{
	font-size:smaller; 
	font-weight:normal; 
	text-align:left;
	}
	
.tt-maplink
{
	font-size:smaller; 
	font-weight:normal; 
	text-align:left;
	}

.style1 {
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	color: #94A4BE;
}
.style2 {
	text-align: right;
}

#gmptomtom-shortcuts
{
	position:relative;
	float:right;
	width: 100px;
	text-align: center;
	background-color: #FFEFCF;
	margin-right: 5px;
	padding: 5px;
}

#gmptomtom-legenda
{
	position:relative;
	float: left;
	width: 100px;
	text-align: center;
	background-color: #FFD98F;
	margin-right: 0px;
	padding: 0px;
}

.tomtom-menuitem {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	font-weight: bold;
	color: #35588F;
}
a.menuitem{ color:#35588F; text-decoration:none}
a.menuitem:hover{ color:#FF0000; text-decoration:none}


.filekorter {color:Green;}
.filelanger {color:Red;}
.heading{font-size: large;}
.hectometer {font-size: smaller;}
.lengte {font-size:medium; font-weight:bold; text-align:right;}
.wegnr {font-size:medium; font-weight:bold; text-align:left;}

.listodd{background-color:white;}
.listeven{background-color:#CCCCCC;}

li{}
UL { margin-top: 0px;margin-bottom: 2px; margin-left:0px; margin-right:5px; padding-left: 0em; list-style-type:disc }
UL UL { margin-top: 0px; padding-left: 2px; list-style-type:none }