/* 
	Style sheet aangemaakt door EmoeSoft.
	Contact info@emoesoft.nl voor meer informatie.
	Wijzig de stylesheet alleen wanneer je weet 
	wat je aan het doen bent.
*/

body {
		margin: 0px;
		padding: 1px;
		font-family: sans-serif;
		color: rgb(27,52,94);
}

h1,h2,h3 {
		font-weight: bold;
		text-indent: 3em;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 13.5pt; }

/* style gedefinieerd voor de a-href tbv het commentaar. */
a.comment:link { text-decoration: underline; }

a.comment:hover {
		color: rgb(255,104,104);
		text-decoration: underline;
}

table.superheader, table.footer,
table.sportschooldoesburg, td.header {
		border-width: 1px;
		border-style: solid;
		border-color: rgb(27,52,94);
}

/* identical styles */
table.superheader, table.footer, 
table.sidebar, table.sbbground {
		color: rgb(255,255,255);
		font-size: 10pt;
}

/* table superheader styles */
table.superheader {
		background-color: rgb(88,141,187);
		height: 165px;
		width: 770px;
}

table.superheader td.logo {
		width: 165px;
		text-align: center;
		vertical-align: middle;
		background-image: url('/img/bground/vrbl-logo.gif');
}

table.superheader td.overzicht {
		width: 415px;
		text-align: left;
		vertical-align: middle;
		background-image: url('/img/bground/vrbl-overzicht.gif');
}

table.superheader td.verloop {
		width: 190px;
		background-image: url('/img/bground/vrbl-verloop.gif');
}

/* style kolom van table.sportschooldoesburg. */
td.header {
		text-align: left;
		vertical-align: top;
		background-color: rgb(27,53,94);
		background-image: url('/img/bground/vrbl-header.gif');
}

/* table footer styles */
table.footer {
		background-color: rgb(27,53,94);
		width: 770px;
}

table.footer td {
		text-align: center;
}

/* image style - remove border */
img {
		vertical-align: middle;
		border: 0px;
}

/* table style header. */
table.sidebar, table.sbbground {
		width: 165px;
}

table.sbbground {
		background-color: rgb(27,53,94);
		background-image: url('/img/bground/img-header.png');
}

table.sidebar td.item {
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: rgb(27,53,94);
}

table.sbbground td.item {
		background-color: rgb(88,141,187);
}

/* style gedefinieerd voor de header tbv de main-pagina. */
table.sbmain {
		height: 254px;
}

p.comment {
		font-size: 10pt;
}

p.small {
		font-size: 9pt;
}

ul {
		font-size: 90%;
}

dl.openingstijden dt {
		font-weight: bold;
		font-size: 12.25pt;
		text-indent: 2em;
}

dl.openingstijden dd {
		font-weight: normal;
		font-size: 11pt;
		text-indent: 3em;
}

dl.lnlist dt {
		font-weight: bold;
		font-size: 10.25pt;
		text-indent: 2em;
}

dl.lnlist dd {
		font-weight: normal;
		font-size: 9.75pt;
		text-indent: 2.5em;
		margin-top: 4px;
		margin-bottom: 1em;
}

div.contents {
		padding: 1px 0px 10px 0px;
		font-size: 80%;
		margin: 0em 0em 1em 4em;
}

div.contact {
		margin-top: 4em;
}