h1, h2, h5, h6 { margin-top: 20px; }
h1 { font-size: 1.2em; }
h2 { font-size: 1.18em; }
h3,h4 { color: #006666; }
a[name] { color: inherit; }
a[name]:hover { text-decoration: none; }
.header p { color: white; }

/* om pijltje zichtbaar te krijgen */
.waarschuwing
{
	background-color: #FF0;
	font-weight: bold;
}

span.getagged
{
	color: red;
	font-weight: bold;
}

.navigatielink { text-align: right; }

div#beperk_selectie
{
	padding: 15px 10px 15px 10px;
	background-color: #FAD163;
	margin-top: 0;
	margin-bottom: 0;
}

div#selectie
{
	padding: 15px 10px 15px 10px;
	background-color: #C3D9FF;
	margin-top: 0;
	margin-bottom: 5px;
}

div#selectie input { margin: 0 5px 0 5px; }

div#paging_links
{
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

div#paging_links form, div#paging_links p
{
	display: inline;
	margin-bottom: 0px;
}

div#paging_links form { margin-left: 10px; }
tr.odd { background-color: #eeeeee; }
tr.even { background-color: #e0e0e0; }
table.zoekresultaten { border-collapse: collapse; }

table.zoekresultaten td
{
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid gray;
}

table.zoekresultaten th { border-right: 1px solid gray; }

table.zoekresultaten sub
{
	margin-left: 3px;
	font-size: 0.95em;
}

table#trefwoorden tr td { vertical-align: top; }

span.commentaar
{
	font-size: 0.95em;
	background-color: #FC9;
}

span.cluster { font-size: 0.95em; }
p.toelichting { margin-top: 5px; }
p.toelichting span, span.toelichting { background-color: #FF9; }
table.zoekformulier th { text-align: left; }

/* form-elementen bij maken van kaarten moeten liefst zo min mogelijk plaats innnemen, wordt snel overvol */
form.kaartconstructie select, form.kaartconstructie input { font-size: x-small; }

tr.kaartconstructie
{
	background-color: #D0D0D0;
	font-size: 90%;
}

img#logo
{
	float: left;
	border: 0;
}

/* suckerfish dropdown */
#navigatie
{
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #D3DCE3;
}

#navigatie li
{
	float: left;
	text-align: left;
	width: 10em;
	background-color: #D3DCE3;
	white-space: nowrap;
}

#navigatie li ul
{
	padding: 5px 50px 5px 5px;
	margin: 0;
	text-align: left;
	list-style: none;
	background-color: #D3DCE3;
	line-height: 1.5em;
	border-bottom: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	position: absolute;
	width: 10em;
	left: -999em;
}

#navigatie a { display: block; }
#navigatie li:hover ul,  #navigatie li.sfhover ul { left: auto; }
li.tussentekst { font-size: small; }

div#sand_content
{
	clear: left;
	padding: 10px 5px 0 10px;
	/* zie: http://www.dustindiaz.com/min-height-fast-hack */
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

form#languageform
{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

span.aantal_zoekresultaten
{
	color: black;
	font-size: 12px;
	font-weight: normal;
	margin-left: 50px;
}

.zoekresultaat_omschrijving
{
	border: 1px dashed gray;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
}

span.gloss
{
	font-style: italic;
	font-size: 90%;
	background: white;
}

span#afkortingenlijst
{
	border-left: 1px dotted black;
	margin-left: 20px;
	padding-left: 10px;
}

table.dunnelijntjes, table.dunnelijntjes td, table.dunnelijntjes th
{
	border-color: black;
	border-style: solid;
}

table.dunnelijntjes
{
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

table.dunnelijntjes td, table.dunnelijntjes th
{
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	font-size: 0.9em;
}

