BODY, P, TD {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
}

BODY.default {
	text-align:center;
	margin:30px 0px 30px 0px;
	background-color:#F0F0F0;
	color:black;
}

TD {
	vertical-align:top;
	text-align:left;
}

A, A:visited {color:#006600}
A:hover {color:black; background-color:#D1DDC5; text-decoration:underline}

/* banner classes: choose any of these classes to display a particular banner */
/* use a DIV tag with the class of the banner that you want to show */

DIV.banner-main, DIV.banner-klaslokaal-n, DIV.banner-stat-n, DIV.banner-stat-f,DIV.banner-goodies,DIV.banner-coin  {
	width:720px;
	height:110px;
	background-repeat:no-repeat;
}
DIV.banner-main         {background-image:url(../web/images/banner_main_03.jpg)}
DIV.banner-klaslokaal-n {background-image:url(../web/images/banner_klaslokaal.jpg)}
DIV.banner-goodies 			{background-image:url(../web/images/banner-goodies.jpg)}
DIV.banner-coin 			{background-image:url(../web/images/banner_coin.jpg)}
DIV.banner-stat-n       {background-image:url('http://www.geocaching.be/web/images/banner_stat_n.jpg')}
DIV.banner-stat-f       {background-image:url('http://www.geocaching.be/web/images/banner_stat_f.jpg')}

/* class container: centered bordered box, containing the banner, menu and content */

.container {
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left:auto;
	padding: 0px;
	bottom: auto;
	width: 720px;
	clear: both;
	border: 1px solid black;
	background-color:white;
	color:black;
}

/* class sideline: used in template nl and fr to draw a line between the left empty */
/* column and the main content column */

.sideline {
	background-image:url(../web/navig/borderPixel.gif);
	background-repeat:repeat-y;
}

/* class titel, for smaller, intermediate titles */

.titel {font-weight:bold}

/* class imgSpace, to add some white space above and below images */

.imgSpace {
	margin-top: 6px;
	margin-bottom: 6px;
}

H1 {
	font-size:125%; 
	padding-top:0px; 
	font-weight:bold;
}

H2 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 0px;
	font-style: italic;
}

