* {
padding: 0;
margin: 0;
} 

body {
	font-size:14px;
	font-family:"Arial";
    color:#000;
}

#header {
		background: url(images/header.jpg) repeat-x;
		height:121px;
}

#header h1 {
	font-family:"Arial";
	font-weight:normal;
	letter-spacing:1px;
	color: #10a5cd;
	padding-top:20px;
	margin-bottom:13px;
	text-align:center;
}

#header h1 a {
	color: #10a5cd;
	text-decoration:none;
}

#ad {
	margin-top:15px;
	margin-left:850px;
	position:absolute;
}

#menu {
		margin: 0 auto;
        width: 800px;
        text-align:center;
        padding-top:33px;
}

#menu A {
        color:#F2F2F2;
}
	
#wrapper {
	background: #e8e8e8 url(images/bg.jpg) repeat-y;
	background-position:top center;
}

#content {	
	margin: 0 auto;
	width: 800px;
}

#contact {	
	margin: 0 auto;
	width: 800px;
   font-size: 14px;
   color: #4c4c4c;
}

#content h2 {
    font: bold 34px "Arial", Georgia, Times, serif;
	color: #333;
	margin: 0 auto;
	font-size:20px;

	padding-top:20px;
	padding-bottom:10px;
}

#content p {
   font-size: 14px;
   color: #4c4c4c;
   padding-bottom:5px;
}

#content a {
	color: #088db1;
	text-decoration:none;
}

#content a:hover {
	color: #10a5cd;
	text-decoration:underline;
}

.box {
	background-color:#FFFFCD;
	border:1px solid #FFCC32;
	text-align:center;
	padding:1px;
}

table {
	background:#fbfbfb;
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	margin:1em auto;
	border-collapse:collapse;
	text-align:center;
	font-size:15px;
	}
	
td.top-table {
	background:#1bacc7;
	color:#f2f2f2;
	font-size:15px;
}

td {
	color:#676767;
	padding: 1px 8px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	text-align:left;
	}
	
tr#alt {
	color:#676767;
	background-color:#fefefe;
	padding: 1px 18px;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	text-align:left;
	}
	
h4 {
	margin:0px, 0px, 0px, 0px;
}

#footer {
	margin: 0 auto;
	width:100%;
	background-color:#1bacc7;
	
	text-align:center;
	font-size: 14px;
	color: #ededed;
}

#footer a {
	color: #064060;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* Alles voor opwaarderen.php */

#providers {
	margin: 0 -20px 0 0;
	padding: 0;
	list-style: none;
	}
 
#providers li {
	float: left; 	
	text-align: center;
	line-height: 130%;
	margin: 0 7px;  /* afstand tussen de links */
	padding: 0 20px 20px 20px;
	}
 
#providers a {
	font-family: "Trebuchet MS", trebuchet, arial, verdana, sans-serif;
	font-size: 1.1em;
	}
 
#providers a img {
	width:  100px;   /* breedte v/h plaatje opgeven */
	height: 100px;   /* hoogte v/h plaatje opgeven */
	border: 0;       /* anders knalblauwe rand van 2px */
	background: url(/images/provider/button.png);
	}
 
#providers a:hover img,
#providers a:focus img { 
	background-position: -100px 0;
	}
	
#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}	
	
#ad2 { width:600px; min-height:65px; background-color:#fff; margin:0 auto 10px auto; border:2px solid #fe0000;  }	
#ad_left { float:left; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; font-weight:bold; margin-top:8px; margin-bottom:5px; margin-left:10px; width:350px;}
#ad_left A { color:#4F504F; }
#ad_left A:hover { color:#4F504F; text-decoration:none; }
#ad_right { float:left; margin-top:10px; margin-left:140px; marign-right:20px; max-width:250px; }

a.outside {
  background: url('/images/external.png') no-repeat right center;
  padding-right: 14px;
}