/********************************************/
/* algemeen                                   		*/
/********************************************/
* {	
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	font-style: normal;
	color: #ffcc00;
	line-height: 15px;
}
html, body {
	height: 100%;
}
body {
	overflow-y: scroll; /*zorgt ervoor dat ruimte scrollbar wordt meegenomen ff, verspringt dus niet als inhoud is korter dan schermhoogte*/
	background-color: #993399;
	text-align: center;
}
table {
	border-collapse: collapse;
}
.fullheight {
	height: 100%;
}
a {
	text-decoration: none;
	color: #ff6866;
}
a:hover {
	text-decoration: none;
	color: #993399;
}
.vet a {
	font-weight: bold;
}
a img {
	border: none;
}
img {
	 display: inline;
	 border: 0;
}
h1, h2, h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
strong {
	font-weight: lighter;
	color: #000033;
}
.floatrechts {
	float: right;
}
.floatlinks {
	float: left;
}
.clearboth {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.clearfix:after { /*voorkomt dat float uit omsluitende lege box komt*/
	content: "."; 
	display: block; 
	height: 0px; 
	visibility: hidden;
	clear: both;
}
/* inline-block alleen voor IE / Mac */
/*De .clearfix {display: inline-block;} wordt gezien door alle browsers en corrigeert IE/Mac. Dan, binnen IE.css de  display terugzetten naar block.*/
.clearfix {
	display: inline-block;
}
.onzichtbaar {
	display: none;
}
#main {
	margin: 0 auto 0 auto;
	width: 804px;
	min-height: 100%; /* voor de goede browsers */	
	height: 100%; /* snappen nee werken wel is tevens nodig voor FF */
	vertical-align: top;
	text-align: left;
}
/********************************************/
/* navigatiebalk                                   		*/
/********************************************/
#navtop {
	position: relative;
	height: 1%;
}
#navtopbgl {
	width: 100%;
	float: left;
	background: url(../images/topmenu//navtop_bgr.gif) repeat-x 0% 100%;
	position: relative;	
	height: 49px;
}
#navtop ul {
	width: 100%;
	background: url(../images/topmenu/navtop_bgl.gif) no-repeat 0% 0%;
	position: relative;
	float: left;
	height: 49px;
}
#navtop ul li {
	background-position: 100% 0%;
	display: inline;
	background-repeat: no-repeat;
	height: 49px;
}
#navtop ul li a {
	display: block;
	float: left;
	margin: 8px 4px 0 0; /*spacing tussen tabs*/
	white-space: nowrap;
	height: 24px;
	text-align: center;
	text-decoration: none;
}
* html #navtop ul li a {
	margin: 8px 2px 0 0;
}
#navtop ul li a#keuze_01 {
	background: url(../images/topmenu/tab_home.gif) no-repeat 50% 0px; width: 200px; height: 24px
}
#navtop ul li a#keuze_01:hover, #navtop ul li.current a#keuze_01 {
	background-position: 50% -25px
}
#navtop ul li a#keuze_02 {
	background: url(../images/topmenu/tab_nieuws.gif) no-repeat 0px 0px; width: 62px; height: 24px;
}
#navtop ul li a#keuze_02:hover, #navtop ul li.current a#keuze_02 {
	background-position: 0px -25px
}
#navtop ul li a#keuze_03 {
	background: url(../images/topmenu/tab_feestkisten.gif) no-repeat 0px 0px; width: 94px; height: 24px;
}
#navtop ul li a#keuze_03:hover, #navtop ul li.current a#keuze_03 {
	background-position: 0px -25px
}
#navtop ul li a#keuze_04 {
	background: url(../images/topmenu/tab_kinderen.gif) no-repeat 0px 0px; width: 87px; height: 24px;
}
#navtop ul li a#keuze_04:hover, #navtop ul li.current a#keuze_04  {
	background-position: 0px -25px
}
#navtop ul li a#keuze_05 {
	background: url(../images/topmenu/tab_workshopsvolw.gif) no-repeat 0px 0px; width: 110px; height: 24px; 
}
#navtop ul li a#keuze_05:hover, #navtop ul li.current a#keuze_05 {
	background-position: 0px -25px
}
#navtop ul li a#keuze_06 {
	background: url(../images/topmenu/tab_winkel.gif) no-repeat 0px 0px; width: 64px; height: 24px;
}
#navtop ul li a#keuze_06:hover, #navtop ul li.current a#keuze_06 {
	background-position: 0px -25px
}
#navtop ul li a#keuze_07 {
	margin-right: 0;
	background: url(../images/topmenu/tab_contact.gif) no-repeat 0px 0px; width: 68px; height: 24px;
}
#navtop ul li a#keuze_07:hover, #navtop ul li.current a#keuze_07 {
	background-position: 0px -25px
}
#navtop ul li a {
	text-indent:  -9999px;
}
.navbar-spacer {
	background-image: url(../images/topmenu/bg-spacer.gif);
	background-repeat: repeat-x;
	background-color: #993399;
	width: auto;
}
/********************************************/
/* inhoud                                   		*/
/********************************************/
#inhoudbox {
	height: 100%;
	background-color: #faf4ff;
}
#inhoud {
	margin: 16px 20px 40px 20px; 
	width: 564px;
}

/********************************************/
/* inhoud teksten                                   		*/
/********************************************/
#inhoud p, #inhoud td {
	color: #000033;
	margin-bottom: 1em;
}
#inhoud .hrdiv {
	line-height: 1px; /*nodig voor IE/win*/
	font-size: 1px;/*nodig voor IE/win*/
	height: 10px;
	background: #faf4ff url(../images/inhoud/hrtje.gif) no-repeat scroll center;
	margin-bottom: 1em;
}
#inhoud .hrdiv hr {
	display: none; /* verberg hr */
}
#inhoud h1 {
	color: #993399;
	margin-top: 20px;
}
#inhoud h2, #inhoud h3, #inhoud h4 {
	color: #993399;
}
#inhoud p.sub_1299 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #993399;
	text-align: center;
	margin: 0 0 8px 0;	
}
#inhoud p.sub_1499 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #993399;
	font-weight: bold;
	margin-bottom: 0;
}
#inhoud p.sub_1133 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000033;
	margin: 20px 0 0 0;
}
#inhoud p.sub_1133 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
}
/********************************************/
/* inhoud links                                   		*/
/********************************************/
#inhoud .camera {
	width: 100%;
	height: 13px;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000033;
	padding-left:25px;
	background: url(../images/inhoud/camera.gif) 0 0 no-repeat;
}
#inhoud .camera strong {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
#inhoud .muisKnop {
	width: 100%;
	height: 15px;
	line-height: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000033;
	padding: 2px 0 0 25px;	
	background: url(../images/inhoud/muisKnop.gif) 2px 0 no-repeat;
	margin: 2px 0 33px 0;
}
#inhoud .muisButt {
	width: 100%;
	height: 15px;
	background: url(../images/inhoud/muisButt.gif) 2px 0 no-repeat;
	padding: 2px 0 0 25px;
	margin: 2px 0 33px 0;
}
#inhoud .knopTop a {
	height: 24px;
	width: 29px;
	display: block;
	background: url(../images/inhoud/knopTop.gif) 0% 0% no-repeat;
	vertical-align: text-bottom;
	margin-top: 10px;
}
#inhoud .knopTop a:hover {
	background-position: 0% -27px;
}
#inhoud .naarAlbum  {
	width: 100%;
	margin-bottom: 20px;
}
#inhoud .naarAlbum a {
	width: 100%;
	height: 13px;
	padding: 0 0 0 25px;
	background: url(../images/inhoud/camerahover_inhoud.gif) 0% 0% no-repeat;
	vertical-align: text-bottom;
}
#inhoud .naarAlbum a:hover {
	background-position: 0% -15px;
}
#inhoud .presentatiebox {
	width: 442px;
	overflow: hidden;
	margin-top:-23px;
}
#inhoud .presentatiebox .top {
	margin-top: 0px;
}
#inhoud .presentatiebox .itembox {
	width: 442px;
	height: 138px;
	float:left;
	overflow: hidden;
}
#inhoud .presentatiebox .item {
	width:406px;
	overflow: hidden;
}
#inhoud .presentatiebox .item .kopBox {
	width: 363px;
	position: relative;
	z-index: 5;
}
#inhoud .presentatiebox .item .kopExtraBox {
	width: 363px;
	height: 30px;
	background: url(../images/inhoud/presentatieBalk.png) 100% 0% no-repeat;
	overflow: hidden;
}
#inhoud .presentatiebox .item .kopExtraBox .kop {
	margin: 0 0 0 13px;
}
#inhoud .presentatiebox .item .kopExtraBox .kop .tekst {
	height: 18px;
	float: left;
	margin: 6px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #faf4ff;
	overflow: hidden;
}
#inhoud .presentatiebox .item .kopExtraBox .linkNaarAlbum a  {
	width: 25px;
	height: 13px;
	float:left;
	margin: 3px 0 0 0;
	background: url(../images/inhoud/camerahover_presentatie.gif) 100% 0px no-repeat;
	vertical-align: top;
	text-indent:  -9999px;
}
#inhoud .presentatiebox .item .kopExtraBox .linkNaarAlbum a:hover {
	background-position: 100% -14px;
}
#inhoud .presentatiebox .item .kopExtraBox .prijs {
	float: right;
	overflow: hidden;
}
#inhoud .presentatiebox .item .kopExtraBox .prijs .euro {
	float:left;
	margin: 6px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #faf4ff;
}
#inhoud .presentatiebox .item .kopExtraBox .prijs .centenbox {
	width: 30px;
	float:left;
}
#inhoud .presentatiebox .item .kopExtraBox .prijs .centenbox .centen {
	float:left;
	margin: 5px 0 0 0;
	font-size: 9px;
	font-weight: bold;
	color: #faf4ff;
	vertical-align: top;
}
#inhoud .presentatiebox .item .beschrijving {
	width: 274px;
}
#inhoud .presentatiebox .item .beschrijvingLinks {  /*linker presentatie*/
	float: right;
	padding: 0 7px 0 0;
}
#inhoud .presentatiebox .item .beschrijvingRechts {
	float:left;
	padding: 0 0 0 7px;
}
#inhoud .presentatiebox .item .beschrijving .tekst {
	width:274px;
	height: 60px;
	font-size: 8pt;
	color: #000033;
	text-align: justify;
	overflow: hidden;
}
#inhoud .presentatiebox .item .beschrijving .tekst a {
	font-size: 8pt;
}
#inhoud .presentatiebox .item .beschrijving .tekst strong {
	font-size: 8pt;
	color: #000033;
}
#inhoud .presentatiebox .itembox .thumbbox {
	position: relative;
	top:-70px;
	left: 0px;	
	width: 117px;
	cursor: pointer;
}
#inhoud .presentatiebox .itembox .thumbboxRechts {
	left: 324px;
}
/********************************************/
/* tabellen                                		*/
/********************************************/
table.nieuws {
	width: 100%;
	margin-bottom: 20px;
}
table.prijs {
	width: 408px;
	margin-bottom: 20px;
}
table th, table.nieuws a {
	text-align: left;
}
td.right {
	text-align: right;
}
table.nieuws caption, table.nieuws th, table.nieuws td, table.nieuws a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.nieuws a {
	color: #000033;
}
table.nieuws a:hover {
	color: #993399;
}
table.nieuws caption, table.nieuws th, table.prijs caption, table.prijs th  {
	color: #993399;
	font-weight: bold;
}
td.td70 {
	width: 70px;
}
/********************************************/
/* thumbnails fotos                                		*/
/********************************************/
ul.nails {
	margin-left: 25px;
}
ul.nails li {
	display: inline;
}
ul.nails li a {
	float: left;
	width: 117px;
	height: 117px;
	margin: 14px 14px 0 0;
	background-color: #cc66ff;
}
.fotobox a {
	float: left;
	width: 118px;
	height: 117px;
	margin: 14px 14px 0 0;
	background: #993399;
}
.thumbnail, .thumbnail a {
	width: 118px; /*visuele correctie*/
	height: 117px;
	background: #cc66ff;
}
.thumbnail {
	margin: 0 0 10px 10px;
}
.thumbnail a {
	float: right;
}
.thumbbox a {
	float: left;
	width: 117px; /*img + margin + border 90+12+3*/
	height: 117px;
	background: #cc66ff;	
}
.fotobox a:hover, .fotobox a:active {
	background-color: #cc66ff;
}
ul.nails li a:hover, .thumbbox a:hover, .thumbnail a:hover {
	background-color: #993399;
}
ul.nails img, .fotobox img {
	float: left; /* nodig anders bottom-padding aan omsluitend a element*/
}
ul.nails img, .thumbnail img, .thumbbox a img, .fotobox img {
	width: 90px;
	height: 90px;
	margin-top: 11px; /*11 px + 2px bordertop is 13 px totaal + 1 extra pixel om gezichtsbedrog op te vangen*/
	margin-left: 12px; /*12 px + 2px border om gezichtbedrog op te vangen*/
	border-top: solid 2px #000033;
	border-right: solid 1px #faf4ff;
	border-bottom: solid 1px #faf4ff;
	border-left: solid 2px #000033;
}
ul.linken {
	width: 100%;
	position: relative;	
	float: left;
}
ul.linken li {
	clear: both;
	width: 100%;
	height: 116px;
	overflow: hidden;
	margin-bottom: 12px;
}
ul.linken li:first-child {
	margin-top:12px;
} 
ul.linken li h2 {
	margin-bottom: 0px;
}
ul.linken li p {
	margin-right: 127px;
}

.thumb {
	display: block;
	width: 93px; /*img +  borders img 3px Width is nodig voor IE*/
	height: 93px;
	border-width: 11px 12px 12px 12px;
	border-style: solid;
	border-color: #cc66ff;
}
.thumb:hover {
	border-color: #993399;
}

.img {
	display: block;
	border-top: 2px #000033;
	border-right: 1px #faf4ff;
	border-bottom: 1px #faf4ff;
	border-left: 2px #000033;
	border-style: solid;
}
/********************************************/
/* linkermenu                       		*/
/********************************************/
.leftbox {
	position: relative;
	top: 0px;
	float: left;
	width: 200px;
	
	border-bottom: 1px solid #faf4ff;
	overflow: hidden;	
}
.navleftbox {
	position: relative;
	top: 0px;
	float: left;
	width: 200px;
	background: #ff6866;	
	border-bottom: 1px solid #faf4ff;
	overflow: hidden;
}
* html .navleftbox {
	position: relative;
	top: -6px;	
}
.navleftbox div {
	width: 200px;
	border-top: 1px solid #faf4ff;
	border-right: 0px;
	border-bottom: 2px solid #993399;
	border-left: 0px;
}
.navleftbox li {
	border-top: 1px solid #FAF4FF;
	border-right: 0px;
	border-bottom: 2px solid #993399;
	border-left: 0;
	height: 18px;
}
html>body .navleftbox li {
	height: auto
}
.navleftbox li.current {
	border-top-color: #993399;
	border-bottom-color: #faf4ff;
	background-color: #cc66ff;
}
.navleftbox li a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	height: 18px;
}
.navleftbox li a:hover {
	background-color: #cc66ff;
}
.navleftbox li.current a:hover {
	background-color: transparent;
}
.navleftbox li.noborder {
	border-top: 0;
	border-bottom: 0;
}
.navleftbox ul li span {
	cursor: pointer;
	height: 18px;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
}
.navleftbox ul.leftmenu li span {	
	padding: 0 0 0 30px;
	color: #fcff66;	
	background: url(../images/leftmenu/navbarleftpic.gif) no-repeat 15px 2px;	
}
.navleftbox ul.leftmenusub li span {
	padding: 0 0 0 30px;
	color: #faf4ff;
	background: url(../images/leftmenu/navbarleftpic.gif) no-repeat 15px 2px;
}
.navleftbox ul.leftmenusub_sub li span {
	padding: 0 0 0 30px;
	color: #faf4ff;
	background: none;
}
.navleftbox ul.leftmenusub_sub_sub li span {
	padding: 0 0 0 43px;
	color: #faf4ff;
	background: none;
}
.navleftbox img {
	float: left;
}
.navleftbox h2 {
	float: left;
	text-decoration: none;
}
.navleftbox h2.verberg {
	display: none; /*wel tonen als css is uit*/
}
.navleftbox div#bordertop {
	background-color: #cc66ff;
	border-top: 0;
	height: 40px;
}
.navleftbox div#niks40 {
	color: #000000;
	background-color: #cc66ff;	
}
.leftbox div#enkeleschaar {
	vertical-align: bottom;
	background: #CC66FF url(../images/leftmenu/linkerfoto-kinderpartijtjes.jpg) no-repeat 0% 100%;
	height: 200px;
}
.navleftbox div#webshop40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-webshop.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#fotoalbum40 {
	background: #CC66FF url(../images/leftmenu/kop-foto.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#maarook40 {
	background: #CC66FF url(../images/leftmenu/kop-maarook.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#seizoen40 {
	background: #CC66FF url(../images/leftmenu/kop-seizoen.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#mozaieken40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-mozaieken.gif) no-repeat 26% 100%;
	height: 40px;
}
.navleftbox div#homeDecoration40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-decoration.gif) no-repeat 26% 100%;
	height: 40px;
}
.navleftbox div#volwassenen400 {
	border-top: 0;
	background: #CC66FF url(../images/leftmenu/kop-volwassenen.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#kinderen40 {
	background: #CC66FF url(../images/leftmenu/kop-kinderen.gif) no-repeat 0% 0%;
	height: 40px;
}
.navleftbox div#kinderfeestjes40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-feestjes.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#papiermache40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-decopatch.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#beestenwerk40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-beestenwerk.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#koppies40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-koppies.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#decopatch40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-decopatch.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#pasen40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-pasen.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#voorjaar40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-voorjaar.gif) no-repeat 26% 100%;
	height: 40px;
}
.navleftbox div#kerstmis40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-kerstmis.gif) no-repeat 26% 100%;
	height: 40px;
}
.navleftbox div#algemeen40 {
	border-top: 0;
	margin: 0;
	background: #CC66FF url(../images/leftmenu/kop-algemeen.gif) no-repeat 26% 100%;
	height: 40px;
}
.navleftbox div#voorbeeld40 {
	background: #CC66FF url(../images/leftmenu/kop-voorbeelden.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#knutselen {
	background: #CC66FF url(../images/leftmenu/knutselen.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#feestpakketten {
	background: #CC66FF url(../images/leftmenu/feestpakketten.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#themafeestjes40 {
	background: #CC66FF url(../images/leftmenu/themafeestjes.gif) no-repeat 26px 100%;
	height: 40px;
}
.navleftbox div#volwassenen40 {
	background: #CC66FF url(../images/leftmenu/volwassen40.gif) no-repeat 0% 0%;
	height: 40px;
}
.navleftbox div#allerlei40 {
	background: #CC66FF url(../images/leftmenu/allerlei40.gif) no-repeat 0% 0%;
	height: 40px;
}
.navleftbox div#webshop {
	background: #CC66FF url(../images/leftmenu/linkerfoto-webshop.jpg) no-repeat 0% 0%;
	height: 200px;
	vertical-align: bottom;
}
.navleftbox div#megaph {
	background: #CC66FF url(../images/leftmenu/linkerfoto-megafoon.jpg) no-repeat 0% 0%;
	height: 200px;
	vertical-align: bottom;
}
.navleftbox div#schaar {
	background: #CC66FF url(../images/leftmenu/linkerfoto-ballonnen.jpg) no-repeat 0% 0%;
	height: 200px;
}
.navleftbox div#themakist {
	background: #CC66FF url(../feestkisten/images_f/linkerfoto-feestkist.jpg) no-repeat 0% 0%;
	height: 200px;
}
.navleftbox div#fototoestel {
	background: #CC66FF url(../images/leftmenu/fototoestel.jpg) no-repeat 0% 0%;
	height: 200px;
}
.navleftbox div#workshop {
	background: #CC66FF url(../images/leftmenu/linkerfoto-workshops.jpg) no-repeat 0% 0%;
	height: 200px;
}
.navleftbox div#contact {
	background: #CC66FF url(../images/leftmenu/linkerfoto-contact.jpg) no-repeat 0% 0%;
	height: 200px;
}
/********************************************/
/* IE7 */
/********************************************/
*+html ul {
	margin-top:0 !important;
}
.backgr-lm {
	background-color: #cc66ff;
}
.backgr-lm0 {
	content: "."; 
	display: block; 
	height: 0px; 
	background-color: #cc66ff;
}
#voet {
	clear: both;
	height: 20px;
	width: 100%;
}
#voet .disclaimer {
	width: 200px;
	background: url(../images/voet/bg-disclaimer.gif) 0% 0%;
}
#voet .disclaimer a {
	font-family: Tahoma;
	font-size: 10px;
	color: #faf4ff;
	padding-left: 20px;
}
#voet .rechts {
	text-align: right;
	background: url(../images/voet/bg_logo_p.gif) repeat-x 0% 0%;
}
#voet .rechts a {
	font-family: Tahoma;
	font-size: 10px;
	color: #faf4ff;
	padding-right: 20px;
}
#voet p {
	height: 20px;
	line-height: 18px;
	font-family: Tahoma;
	font-size: 10px;
	color: #faf4ff;
	text-align: right;
	background: url(../images/voet/bg_logo_p.gif) repeat-x 0% 0%;
}
#voet a {
	font-family: Tahoma;
	font-size: 10px;
	color: #faf4ff;
	padding-right: 20px;
}
