/* DCT Net door Robin Bodegom */
/*Algemeen */
body 		{ background-color: #008099;  color: #003399; font-family: Geneva, Arial, Helvetica, sans-serif; }
img { border: none; }
/*bouwwerk */
.tabel { background-color: white; background-image: url(bck.png); background-repeat: no-repeat; 
border: 2px solid black;  margin-left: auto; margin-right: auto; width: 768px;  }
.left { background-color: transparent; vertical-align: top; }
.tekst { background-color: transparent; padding-right: 45px; padding-top: 180px; margin-top: 180px;  width: 450px; }
/* Letters */
h1			{ font-size: large; }
h2			{ color: black; font-size: large; margin-bottom: 2px; }
.txt { text-align: left; vertical-align: top; }
h6	{ color: black; font-size: small; margin-bottom: 2px; }


/* Listtyles */
li { list-style-image: url(knopje.png); margin-left: 5px; letter-spacing: .1em;}
ul { list-style-type: none; line-height: 25px }
/* Linkstyles */
a:link, a:visited a:active {text-decoration: underline; }
a:hover { color: #991B00; text-decoration: underline; }
.left a:active, .left a:link, .left a:visited { background-color: transparent; color: #003399; font-size: larger; text-decoration: none; }
.left a:hover 		{ background-color: transparent; color: #003399; font-size: larger; text-decoration: underline; }

