/* root */
body{text-align: center;padding: 0 auto;margin: 0 auto;height: 100%;font-family: verdana, lucida, arial;color: #6d6d6d;font-size: 11px;}
/* Het menu */
#menu{border-top: 1px solid white;background-image: url('img/menu.jpg');height: 24px;}
ul.navlist{padding: 0;margin: 0;float: left;font-family: arial, helvetica, sans-serif;}
ul.navlist li {display: inline; }
ul.navlist li a{padding: 5px 14px 5px 14px;font-size: 11px;color: #000000;float: left;text-decoration: none;background-image: url('img/menu_split.jpg');background-repeat: no-repeat; background-position: top right;}
ul.navlist li a:hover { background-image: url('img/menu_over.jpg'); background-repeat: repeat; }
/* headers */
h1 { margin: 2px 0 15px 0; padding: 0 0 7px 1px; font-size: 11px; font-weight: bold; border-bottom: 1.5px solid #151515; }
h2 { margin: 2px 0 12px 0; padding: 0 0 6px 1px; font-size: 11px; font-weight: bold; border-bottom: 1.5px solid #151515; }
h3 { margin: 2px 0 9px 0; padding: 0 0 5px 1px; font-size: 11px; font-weight: bold; border-bottom: 1.5px solid #151515; }
a{color: #0072bb }
img{border:0;margin:0;padding:0;}
td{text-align: left; vertical-align: top; padding:0;margin:0;}
/*id*/
#head{width: 778px; height: 172px;}
#bar{height: 2px; background-color: #151515; font-size:1px; margin-bottom:2px;}
#top{vertical-align: middle; text-align: right; color: #2e83f6; padding: 6px 14px;}
#ccf{height: 1px; background-image: url('{templatemap}img/ccf.jpg'); clear: both;font-size:1px;}
#foot{background-color: #EEEEEE; margin: 4px 0; padding: 4px 30px; border: 1px solid #BBBBBB; font-size: 10px; color: #0072bb;}
#btm{height: 5px; background-color: #646464; background-image: url('img/foot.gif'); background-repeat: no-repeat; background-position: top right;font-size: 1px; margin-bottom: 20px;}
/* classes */
.spacer {background-color:white;height:2px;font-size: 1px;}
.gspacer{height:5px;font-size: 1px;}
.r_knop a{ text-decoration: none;}
#top a{text-decoration: none;}

p {
	line-height: 18px;

}

#gareGradient { 
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 17%, #f8f8f8 39%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(17%,#f2f2f2), color-stop(39%,#f8f8f8), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#f2f2f2 17%,#f8f8f8 39%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#f2f2f2 17%,#f8f8f8 39%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#f2f2f2 17%,#f8f8f8 39%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%,#f2f2f2 17%,#f8f8f8 39%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}