/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Project:			www.kwmeubelen.nl
# Platform:			CSS
# Date created: 	Juli 05, 2008 
#
    used colours for this website:
    #bd744a 	brown
    #fef3df		light background
    #613a24		text color
    #03028f		mouse-over
# 
###########################################################
*/


body{
	margin-top: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #fef3df;
	color: #613a24;
}

tr.toprij {
	width: 100%;
	height: 22px;
    background-image: url(../img/randh.gif);
	background-repeat: repeat-x;
	background-color: #fef3df;
   	color: #000000;
}

td.logo {
	height: 150px;
	width: 99%;
	background-image: url(../img/right.gif);
	background-repeat: repeat-y;
	background-position: left;
  	background-color: #fef3df;
   	color: #000000; 	
}

td.left {
	background-image: url(../img/left.png);
	background-repeat: repeat-y;
	background-color: #fef3df;
   	color: #000000; 	
}

td.middle {
	width: 90%;
	background-color: #fef3df;
   	color: #000000; 	
}

td.right {
	background-image: url(../img/right.gif);
	background-repeat: repeat-y;
	background-position: right;
  	background-color: #fef3df;
   	color: #000000; 	
}

td.navigatie {
	width: 200px;
	padding-top: 20px;
	background-image: url(../img/nav-achter.gif);
  	background-repeat: no-repeat;
  	background-position: bottom;
  	background-color: #fef3df;
	color: #613a24;
}

div.inhoud {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	padding: 20px;
	min-height: 355px;
	background-color: #fef3df;
	color: #613a24;
}

div.inhoud a:hover {text-decoration: underline; color: #03028f;}
div.inhoud a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	background: #fef3df;
	color: #613a24;
}

div.inhoud img {
  	border: 1px solid #bd744a;
}

td.inhoud-right {
	background-image: url(../img/right.png);
  	background-repeat: repeat-y;
	background-color: #fef3df;
	color: #054024;
}

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	background: transparent;
	color: #613a24;
}

.normaltext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	background-color: #fef3df;
	color: #613a24;
}

.link:hover {text-decoration: underline; color: #03028f;}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	background: #fef3df;
	color: #613a24;
}

p.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background: #fef3df;
	color: #4d091a;
}

td.copy{
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	text-decoration: none;
	padding: 2px;
	text-align: center;
	background-image: url(../img/randh.gif);
	background-repeat: repeat-x;
	color: #fcfff5;
}

a.copy:hover {text-decoration: underline;}
a.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	text-decoration: none;
	font-weight: bold;
	color: #fcfff5;
}

#image_big {
	position: absolute;
	z-index: 200;
	display: none;
	border: solid #bd744a 3px;
	padding: 10px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	text-decoration: none;
	text-align: center;
	background-color: #fef3df;
	color: #ffffff;
}
