/* CSS Document */

html, body {
	height: 100%;
}



/* hiermee zet je voor alle elementen de m en p op 0, hoef je alleen de uitzonderingen op te geven */
* {
	margin: 0;
 	padding: 0;
}

body {
	/*background-color:#280014;*/
	background-color:#D7efef;
  	background-position: top center;
  	background-repeat: no-repeat;
	/*scrollbar-face-color:#000000;
	scrollbar-arrow-color: #61337B;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #61337B;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #61337B;)*/
	text-align:left;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: small; /* voor IE5/5.5 */
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: 80%; /* juiste grootte */
	line-height: 1.0em;
	color: #B1E5E5;
	min-height:100%;
	_height:100%;
}

#container {
	position:relative;
	width: 880px;
	margin:0 auto;
	padding-left:10px;
	min-height:100%;/*  voor Firefox, minimale hoogte opgeven, NIET hoogte anders rekt de container niet mee bij langere pagina's  */
	_height:100%;/* voor IE want kent min-height niet en heeft toch een hoogte nodig, als de tekst inhoud langer is rekt container toch mee */
	background-color:#6e2c3d;	/*#602333*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width:880px;	
}

a {
	text-decoration:none;
	color:#82DADB;
}
a:link.home {
	text-decoration:none;
	color:#ffffff;
}
a:visited.home {
	text-decoration:none;
	color:#ffffff;
}
a:hover.home {
	text-decoration:none;
	color: #FF0000;
}
a:active.home {
	text-decoration:none;
	color: #FF0000;
}



#placeholder_top {
	position:relative;
	clear:both;
	padding-top:8px;
	height:135px;
	width:820px;
}


#menu {
	float:right;
	margin:50px 50px 15px 0px;
	clear:both;
}
#menu table td{
	width: auto;
	text-align:center;
	color:#ffffff;
	font-size:85%;
	vertical-align:top;
	padding:0px 6px 0px 6px;
	border-left:solid 1px;
	border-right:solid 1px;
	border-left-color:#993366;
	border-right-color:#993366;
}
#menu table td a{
	width: auto;
	text-align:center;
	color:#B1E5E5;
	font-size:100%;
}
#menu table td a:hover{
	width: auto;
	text-align:center;
	color:#559299;
	font-size:100%;
}
#menu table td a:visited{
	width: auto;
	text-align:center;
	color:#B1E5E5;
	font-size:100%;
}



table th {
	text-align:left;
	vertical-align:top;
}
table td{
	text-align:left;
	letter-spacing:0.2em;
	font-size:85%;
	font-weight:500;
	vertical-align:top;
	padding:8px 12px 8px 12px;
}

table.links {
	padding:20px;
}

#home {
	position:absolute;
	z-index:2;
	top:135px;
	left:4px;
	height:15px;
	width:100px;
	color:#cccccc;
	font-size:100%;
	font-weight:500;
	text-align:left;
	letter-spacing:0.1em;
	line-height:15px;
}
#home_staand {
	position:absolute;
	z-index:2;
	top:90px;
	left:4px;
	height:15px;
	width:100px;
	color:#cccccc;
	font-size:100%;
	font-weight:500;
	text-align:left;
	letter-spacing:0.1em;
	line-height:15px;
}

p {
	font-size:85%;
	line-height:2em;
	letter-spacing:0.1em;
	padding:12px 50px 15px 20px;
	color: #ffffff;
}
p.foto {
	font-size:85%;
	line-height:2em;
	letter-spacing:0.1em;
	padding:12px 50px 0px 20px;
	color: #ffffff;
}

p.right {
	float:right;
	font-size:80%;
	font-weight:bold;
	color:#993366;
	line-height:2em;
	letter-spacing:0.1em;
	padding:12px 97px 15px 0px;
}

h1 {
	font-size:140%;
	letter-spacing:0.2em;
	font-weight:bold;
	color:#999999;
}
h2 {
	font-size:110%;
	letter-spacing:0.2em;
	text-align:left;
	font-weight:bold;
	color:#ffffff;
	margin-top:110px;
	padding-left:20px;
}
a.kleiner {
	font-size:100%;
	font-weight:500;
	text-align:left;
	letter-spacing:0.1em;
	line-height:12px;
	color:#cccccc;
}

ul {
	padding:0px 20px 5px 25px;
	list-style:none;
}
ul li {
	line-height:2em;
	font-size:85%;
	letter-spacing:0.1em;
}
	
	