body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/bg.png) repeat-y center;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 950px;
	background: url(images/bgheadertop.png) no-repeat; 
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header { 
	height:90px;
	margin:0px;
	width:865px;
	background: url(images/bgheader.png) repeat-x; 
	padding: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 443px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	padding-bottom:100px;
}
.twoColFixRtHdr #mainContent {
	padding: 0px 0px 0px 25px;
	width:390px;
	/*background: #ff9900;*/
	padding-bottom:100px;
} 
.twoColFixRtHdr #footer { 
	padding: 0px;
	background:url(images/bgfooter.png) repeat-x;
	height:49px;
	width:868px;
	overflow: hidden;
    position: fixed;
    bottom: 0;
} 
.twoColFixRtHdr #footer p {
	margin: 0px; 
	padding: 0px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#hand {
	float:right;
	margin-top:49px;
}
#flashcontent {
	width: 443px;
	height: 600px;
}
#autocomplete {
	width:250px;
}
div.autocomplete {
      position:absolute;
      width:380px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}
div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
      cursor:pointer;
}

#navcontainer { width: 370px; }

#navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#navcontainer a{
	display: block;
	padding: 5px;
	width: 370px;
	background-color: #ffcc00;
	border-bottom: 4px solid #ff9900;
}
#navcontainer a:link, #navlist a:visited{
	color: #000;
	text-decoration: none;
} 
#navcontainer li a:hover{
	background: #132664 url("images/bg_lijstrechts.gif") no-repeat scroll top right;
	background-color: #f00;
	color: #fff;
}

#div_sendafriend{
	margin-top:10px;
}
.sendafriendtable{
	font-size:10px;
	background-color: #ffcc00;
}
.sendafriendinput{
	width:200px;
	background-color:#EEE;
}
.kopje {
	color: #FF0000;
	font-weight: bold;
	font-size:12px;
}
.sluitknopje{
	float:right;
}
.sluitknopje a {
	color:#f00;
	text-decoration:none;
}