body {
	background-color:#ffffff;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	background-position:50% 0%;
	
	margin:0px;
	margin-top:20px;

	
	/* Scrollbars */
	/*scrollbar-face-color:#b09a78;
	scrollbar-arrow-color:#5e513e;
	scrollbar-track-color:#5e513e;
	scrollbar-shadow-color:#5e513e;
	scrollbar-highlight-color:#b09a78;
	scrollbar-3dlight-color:#b09a78;
	scrollbar-darkshadow-Color:#7d684a;*/
}

*+html body, * html body{
	margin-top:0px;
}

/* Beeld met randje */
.beeld {
	border: 1px solid #000000;
}

/* Standaard alle beelden zonder rand (ideaal bij links) */
img {
	border:0;	
}

/* Standaard tabel zonder tussenranden */
table {
	border-spacing:0px;
	padding:0px;
}

/* Algemene lettertype voor de site */
body, td {
	font-family:Trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#642200;
}

/* Voor FF form elements */

/* form firefox */

input, textarea {
	margin: 3px;
}
*+html input, * html input{
	margin:0px;
}
*+html textarea, * html textarea{
	margin:0px;
}

/* Standaard lijst */

ul {
	list-style-type:square;
}

/* Container div - positioneert alles centraal */
#container {
	position:relative;
	width: 980px;
	/* helft van de breedte negatief */
	margin-left: -490px;
	left: 50%;
	background-image:url(../images/patroon.gif);
	background-repeat:repeat-y;
	background-position:0px 14px;
}

/* Voorbeeld stijl met achtergrondafbeelding */
#top {
	z-index:200;
}

#logo {
	width:180px;
	height:180px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	float:left;
	display:inline;
	overflow:hidden;
	text-indent:-9999px;
}

#header {
	width:800px;
	height:160px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	float:right;
		
}

.cleardiv {
	clear:both;
}

#content {
	width:980px;
	background-image:url(../images/content.gif);
	background-repeat:no-repeat;
	z-index:5;
	margin-top:-20px;
	position:relative;
}

#menudiv  {
	position:absolute;
	/*float:left;*/
	display:inline;
	overflow:hidden;
	width:170px;
	height:210px;
	/*margin:79px 0 0 -90px;*/
	left:90px;
	top: 79px;
}

#inhoud {
	width:440px;
	float:right;
	margin:0px 160px 100px 0px;
	overflow:hidden;
}

#footer {
	position:absolute;
	width:980px;
	height:153px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	margin-top:-73px;
	z-index:3;
}

#teller {
	float:left;
	display:inline;
	overflow:hidden;
	margin:47px 0px 0px 700px;
	color:#aea905;
}

#proxi {
	float:right;
	margin:110px 50px 20px 0px;
}

/* Menu */
#menu {
	width:170px;
	height:210px;
	margin:0px;
	padding:0px;
}

#menu li {
	text-indent:-9999px;
	float:left;
	list-style-type:none;
}

#menu li a{
	display:block;
	background-image:url(../images/menu.gif);
	width:170px;
	height:30px;

}

/* Knopjes */
#bedlinnen a{
	background-position:0px 0px;
}

#bedlinnen a:hover, #bedlinnen.selected a{
	background-position:-170px 0px;
}

#meubelskinderkamer a{
	background-position:0px -30px;
}

#meubelskinderkamer a:hover, #meubelskinderkamer.selected a{
	background-position:-170px -30px;
}

#tweedehandskinderkleding a{
	background-position:0px -60px;
}

#tweedehandskinderkleding a:hover, #tweedehandskinderkleding.selected a{
	background-position:-170px -60px;
}

#decoratie a{
	background-position:0px -90px;
}

#decoratie a:hover, #decoratie.selected a{
	background-position:-170px -90px;
}

#diversen a{
	background-position:0px -120px;
}

#diversen a:hover, #diversen.selected a{
	background-position:-170px -120px;
}

#webshop a{
	background-position:0px -150px;
}

#webshop a:hover, #webshop.selected a{
	background-position:-170px -150px;
}

#contact a{
	background-position:0px -180px;
}

#contact a:hover, #contact.selected a{
	background-position:-170px -180px;
}

/* Einde menu */

#menutopdiv {
	width:185px;
	height:25px;
	margin:15px 0px 0px 585px;
	background-image:url(../images/menutop.gif);
	background-repeat:no-repeat;
}

#menutop {
	width:185px;
	height:25px;
	margin:0px;
	padding:0px;
}

#menutop li {
	text-indent:-9999px;
	float:left;
	list-style-type:none;
}

#menutop li a{
	display:block;
	background-image:url(../images/menutop.gif);
	background-repeat:no-repeat;

}

#home a{
	background-position:0px 0px;
	width:60px;
	margin-right:10px;
}

#home a:hover, #home.selected a{
	background-position:0px -25px;
}

#wiezijnwe a{
	background-position:-70px 0px;
	width:95px;
}

#wiezijnwe a:hover, #wiezijnwe.selected a{
	background-position:-70px -25px;
}


/* Algemene links */
a, a strong {
	outline:none;
	color:#50aebe;
    text-decoration: underline;}
	
a:hover, a:hover strong {
	color:#642200;
    text-decoration: underline;
	     }
		 
/* Menu links */
#menu a {
	color:#2a0d71;
	text-decoration:none;
}
	
#menu a:hover {
	color:#81c7f2;
	text-decoration:none;
}

/* kopteksten */
h1 {
	font-size:20px;
	font-weight:bolder;
	color:#50aebe;
}

h2 {
	font-size:16px;
	font-weight:bolder;
	color:#f27579;
}

/* Standaard titel */
#tithomepage {
	width:73px;
	height:15px;
	background-image:url(../images/tithomepage.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:15px;
	padding:0px;
	margin:0px;	
}
	
/* Speciale links (display:block) */
#blaap a {
	display: block;
	background-color: #eeeeee;
	color:#000000;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;}
	
#blaap a:hover {
	display: block;
	background-color: #4DB2CF;
	color:#ffffff;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
	font-weight:bold;
	}


