/* - - - - - - - - - - - - - - - - - - - -
   Default SiteTools CSS
   ~~~~~~~~~~~~~~~~~~~~~
   
   2003, Gert Jan Verhoog
   
   This document is considered in the
   public domain. It may may be distributed
   or copied as is permitted by the law.
   - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - -
   general styles
   - - - - - - - - - - - */
body {
	margin: 0;
	background-color: #fff;
	background-image: url(../images/bgbiggradient.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #000;
	
	font-size: 12px;
	font-weight: 100;
	font-family: Verdana, sans-serif;
}

/* - - - headers - - - */
h1,h2,h3,h4,h5,h6 {
	color: #330;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0;
}


h1  {font-size: 36px;}
h2  {font-size: 24px;}
h3	{font-size: 18px;}
h4	{font-size: 14px;}
h5	{font-size: 14px; font-weight: normal; font-style: oblique;}

A {
    text-decoration: none;
    font-style: oblique;
    border: 1px;
    color: #333;
}
A:hover   { border-bottom: 1px dashed #000; }
A:active  { color: #fff; }


img	{border: 0;}

/* - - - - - - - - - - -
   header/footer
   - - - - - - - - - - - */
#header {
	width: 100%;
	height: 64px;
}

#footer {
	width: 100%;
	height: 32px;
	border-top: 1px solid #ddd;
}

#footertext {
	padding-top: 5px;
	font-style: oblique;
	color: #666;
	text-align: center;
}



/* - - - - - - - - - - -
   body
   - - - - - - - - - - - */
#body {
	padding-top: 64px;
	padding-bottom: 64px;
	padding-left: 4em;
	padding-right: 4em;
}

#body p {
    margin-top: 0em;
	margin-right: 10em;
}


/* - - - - - - - - - - -
   navigation
   - - - - - - - - - - - */
#extracontent {
    float: right;
    width: 220px;
    padding: 18px;
    padding-left: 48px;
}


/* - - - - - - - - - - -
   boxes
   - - - - - - - - - - - */
.box {
    border: 1px solid #fff;
	background-color: #fff;
	background-image: url(../images/bgsmallgradient.png);
	background-repeat: repeat-x;
	background-position: top left;
    font-size: 11px;
    margin: 16px;
    padding: 8px;
}

.boxtitle
{
	font-family: Helvetica, sans-serif;
	color: #330;
	font-weight: lighter;
	border-bottom: 1px solid #fff;
	margin-bottom: 6px;
	font-size: 14px;
	text-align: center;
}




/* - - - - - - - - - - -
   navigation
   - - - - - - - - - - - */
#navigation ul {
	margin: 0;
	padding-top: 0;
	padding-left: 1.5em;
	padding-right: 0;
	padding-bottom: 0;
	list-style-image: url("../images/bullet.png");
}

#navigation ul li {
	padding-bottom: 0ex;
}

#navigation h1, #navigation h2, #navigation h3, #navigation h4, #navigation h5, #navigation h6 {
	text-align: center;
	margin: 0 0 2ex 0;
}

#navigation h2 { font-size: 1.0em; }

#navigation .currentpage {
	font-weight: bold; font-style: italic;
}

#navigation A         { text-decoration: none; font-style: oblique; border: 1px; color: #333; }
#navigation A:hover   { color: #000; border: 1px solid #fff;}
#navigation A:active  { color: #666; }



/* - - - - - - - - - - -
   table of contents
   - - - - - - - - - - - */
ul.toc {
	margin: 0;
	padding-top: 0;
	padding-left: 0.5em;
	padding-right: 0;
	padding-bottom: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.toc li {
	padding-bottom: 0ex;
}


/* - - - - - - - - - - -
   other styles
   - - - - - - - - - - - */

/* definitions */
dl dt {
    font-weight: bold;
}
/* code block */
pre {
	margin: 2ex 10em 2ex 2em;
	padding: 8px;
	background-color: #eee;
	border: 1px solid #999;
	color: #000;
	font-size: 11px;
	font-family: monaco, courier, monospace;
}

/* code in running text */
code {
    font-size: 1em;
    font-family: monaco, courier, monospace;
}

/* Suggestie van Jeroen van der Ham */
#body table td {
padding-right: 14px;
}
