/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Author:			Yvonne Smedts
# Project:			psp.smedtjes.nl
# Platform:			CSS
# Date created: 	Januari 25, 2006 
#

###########################################################
*/


body{
	color:#a46d48;
	background-image: url(back.gif);
	background-repeat: repeat;
	margin-top: 20px;
    margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #d18b5b;
}

p.normaltext{
	font-family: serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
	background-color: #d18b5b;
}

td.gasttext{
	font-family: serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #d18b5b;
}

.normaltext{
	font-family: serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #d18b5b;
}

.tabeltext{
	font-family: serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #d18b5b;
}

.h2text{
	font-family: serif;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #d18b5b;
}

a.link{
	font-family: serif;
	font-size: 12pt;
	letter-spacing: 0pt; 
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	background-color: #d18b5b;
}

a.linkitem{
	font-family: serif;
	font-size: 11pt;
	letter-spacing: 0pt; 
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	background-color: #d18b5b;
}

a.next:hover{text-decoration:underline;}

a.next{
	font-family: serif;
	font-size: 11pt;
	letter-spacing: 0pt; 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #d18b5b;
}

.top{
	background-image: url(top.gif);
	color: #ffffff;
	background-color: inherit;
}

.topl{
	background-image: url(topleft.gif);
	color: #ffffff;
	background-color: inherit;

}

.topr{
	background-image: url(topright.gif);
	color: #ffffff;
	background-color: inherit;
}

.bottom{
	background-image: url(bottom.gif);
	color: #ffffff;
	background-color: inherit;
}

.bottoml{
	background-image: url(bottomleft.gif);
	color: #ffffff;
	background-color: inherit;
}

.bottomr{
	background-image: url(bottomright.gif);
	color: #ffffff;
	background-color: inherit;
}

.right{
	background-image: url(right.gif);
	color: #ffffff;
	background-color: inherit;
	
}

.left{
	background-image: url(left.gif);
	color: #ffffff;
	background-color: inherit;
}

.knop{
	background-position: center center;
	width: 80pt;
	Font-weight: bold;
	Font-family: serif;
	font-size: 11pt;
	border-left-color: #e1c7b5;
	border-bottom-color: #000000;
	color: #000000;
	border-top-style: outset;
	border-top-color: #e1c7b5;
	background-repeat: no-repeat;
	border-right-style: outset;
	border-left-style: outset;
	background-color: #b26938;
	border-right-color: #000000;	
	border-bottom-style: outset;
}