html {
	margin: 0 auto;
}
body {
	margin: 0 auto;
	font-family: verdana, trebuchet ms;
	font-size: 0.85em;
	background-attachment: fixed;
/*	background: #C3C3C3 url(../plaat/achtergr/.....) repeat-x;*/
	background: black url(../plaat/achtergr/bottom_v.png) repeat-x;
}
#container {
	margin: 0 auto;
	width: 1000px;
	border: 3px #ff9900 solid;
	background: black;
}
div.intro {
	position: relative;
	width: 98%;
	margin-left: 0.2em;
	height: 50em;
	z-index: 2;
	margin-top: 2em;
	border-bottom: 1px solid #cccccc;
	padding: 0;
}
marquee {
	height: 1.6em;
	margin-top: 0;
	font-size: 300%;
	font-family: Comic Sans MS,Trebuchet;
	color: #ff9900;
	letter-spacing: 0.1em;
	font-style: italic;
	font-weight: bold;
	margin-left: 0;
	width: 92%;
}
a:hover {
 color: #ff9900;/*dit is oranje*/
}
div.c2 {
	position: relative;
	width: 100%;
	height: 3em;
	z-index: 2;
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#pict1 {
	position: relative;
	float: middle;
	width: 600px;
	height: 450px;
	border:4px solid #FFF;
	margin: 0 auto;
}
#pict1 img {
	border: 0px;
	width: 600px;
	height: 450px;
}
table {
	text-align: center;
	width: 100%;
	color: #cccccc;
/*	border-top-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: thin;*/
	padding: 5%;
}
table.info {
	 border: 0;
	 padding: 0;
	 margin-left: 0 auto;
	 width: 100%;
}
td.link {
	width: 60%;
	vertical-align: top;
	border-top: 1px solid #cccccc;
	border-top-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: thin;
}
td.logo {
	width: 25%;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
	border-top-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: thin;
}
a {
	font-weight: bold;
	color: #cccccc;/*dit is grijs*/
	text-decoration: none;
	background: navy;
}
legend {
	font-size: 120%;
    color: #ff9900;
}
th {
	font-size: 120%;
    color: #ff9900;
}
p {
	font-size: 100%;
	color: #cccccc;/*dit is grijs*/
	margin: 5px 2% 5px 2%;
}
p.tekst {
	width: 95%;
	font-size: 120%;
    text-decoration: none;
    color: #cccccc;/*dit is wit*/
    background-color: #000066;/*dit is donkerblauw*/
    font-weight: bold;
    margin: 5px 15px 5px 2%;
    padding: 5px 10px 5px 15px;
}
.tekst2 {
	width: 95%;
	font-size: 120%;
    text-decoration: none;
    color: #cccccc;/*dit is wit*/
	background-image: url(../plaat/achtergr/blauw_08.jpg);
    font-weight: bold;
    margin: 5px 15px 0px 2%;
    text-align: left;
    padding: 10px 5px 5px 20px;
    border: 1px solid white;
}
p.adv {
	font-size: 120%;
    text-decoration: none;
    color: #1329F0;/*dit is fel blauw*/
    background-color: #D2B457;/*dit is goud*/
    font-weight: bold;
    margin: 5px 2% 5px 2%;
}
p.foot {
  clear: both;
  border-top: 1px solid #cccccc;/*dit is grijs*/
  font-size: 70%;
  text-align: center;
  margin: 0 auto;
}
