/* Elemente */


body {
	width: 620px;
	background-color: white;
	margin: auto;
	vertical-align: top;
}

img { display: inline; }

img, table { border: none; }


/* Id's */


#submenu {
	vertical-align: top;
	text-align: left;
}


span.arrow {
	color: rgb(255, 0, 255);
	font-size: 10px;
	font-weight: bold;
}

.bigarrow {
	color: rgb(255, 0, 255);
	font-size: 20px;
	font-weight: bold;
}


img, li, p, td, th {
	font-family: sans-serif;
	font-size: 10px; color: black;
}



/* Box Layout */


.gal_header {
	height: 80px;
}

.img-nr {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	font-family: sans-serif;
	font-size: 10px;
	color: black;
}

table.b-header { width: 100%; }


td.b-h1 {
	padding-left: 15px;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: black;
	white-space: nowrap;
}

td.b-h2, td.b-h3 {
	padding-left: 15px;
	text-align: left;
	font-size: 10pt;
	color: black;
	white-space: nowrap;
}

.b {
	font-weight: bold;
}

.m_border { border: 1px solid black;}

/* Links */

a {
	color: black;
	text-decoration: none;
}

a:active, a:visited, a:hover { color: rgb(255, 0, 255); }