/* sparkdesign.nl 
Peter@Kraaijeveld.nl
Joost@deKeijzer.org
2009
*/

body
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/css/background.png);
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	background-repeat: repeat-y;
	background-position: center;
}

h1
{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}

h2
{
	color: #000000;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
}

h3
{
	font-weight: normal;
	color: #FF6600;
	font-size: 10px;
	line-height: 14px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 a
{
	color: #FF6600;
	text-decoration: none;
}

h3 a:hover { color: #C30; }

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	color: #000;
}

p a
{
	color: #666;
	text-decoration: none;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: normal;
}

/* voor links in lopende tekst, die altijd in een p staat*/
p a:visited { color: #666; }
p a:hover { color: #F60; }
p a:active { }
p a:focus { }

/* table */
table
{
	margin: 0;
	padding: 0;
	border-style: none;
}

td
{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.6em;
}

ul
{
	list-style-image: url(/css/listbullet.gif);
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 1.4em;
}

ol
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 1.6em;
}

li
{
	font-size: 10px;
	font-family: Verdana;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
}

tfoot
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #009966;
	border-right-color: #009966;
	border-bottom-color: #009966;
	border-left-color: #009966;
}

/* overig */
img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover { cursor: pointer; }

/* classen */
.zonder-marge { margin: 0 -9px; }
