/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Project:			www.careaesthetica.nl
# Platform:			CSS
# Date created: 	Januari 2010 
#
    used colours for this website:
    #8b008b 	dark fuchsia
    #fed1ff		rose
    #faede7		light rose
# 
###########################################################
*/


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fcfff5;
	margin-top: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*border: 2px solid #8b008b;*/
	background-color: #faede7;
	color: #000000;
}

table.toptable {
	width: 960px;
	border: 2px solid #8b008b;
	margin: auto;
}

tr.toprij {
	font-size: 0pt;
	width: 100%;
	height: 23px;
	background-image: url(../img/bg_toprij.gif);
	background-repeat: repeat-x;
}

tr.logorij {
	font-size: 0pt;
	width: 100%;
	height: 139px;
	background-image: url(../img/kop.jpg);
	background-repeat: no-repeat;
	background-position: right center; 
	background-color: #fed1ff;
}

tr.navrij {
	font-size: 0pt;
	width: 100%;
	height: 8px;
	background-image: url(../img/bg_navrij.gif);
	background-repeat: repeat-x;
}

tr.navigatie {
	width: 100%;
	height: 17px;
	border-left: 1px solid #fed1ff;
	border-right: 1px solid #fed1ff;
	background-image: url(../img/bg_navigatie.gif);
	background-repeat: repeat-x;
}

td.navcel {
	height: 15px;
	font-size: 0pt;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #fed1ff;
	border-right: 1px solid #fed1ff;
	/*background-image: url(../img/streep_navigatie.gif);
	background-repeat: no-repeat;
	background-position: right top; */
}

td.emptycel {
	height: 15px;
	width: 1px;
	background-color: #8b008b;
	color: #000000;
}


a.navlink:hover {text-decoration: underline;}
a.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: #000000;
}

a.navlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	color: #000000;
}

td.inhoud {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 10px;
	min-height: 300px;
	background-color: #ffffff;
	color: #000000;
}

h1.titel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background: inherit;
	color: #8b008b;
}

a.link:hover {color: #8b008b;}
a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*font-weight: bold;*/
	text-decoration: underline;
	background: transparent;
	color: #000;
}

a.titellink:hover {color: #000; text-decoration: none;}
a.titellink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
	color: #8b008b;
}

td.copy {
	width: 100%;
	height: 17px;
	font-size: 0pt;
	text-align: center;
	border-top: 1px solid #8b008b;
}

a.copylink:hover {text-decoration: underline; color: #8b008b;}
a.copylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	color: #000000;
}

#image_big {
	position: absolute;
	z-index: 200;
	display: none;
	border: solid #98cd7d 3px;
	padding: 10px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	text-decoration: none;
	text-align: center;
	background-color: #4d091b;
	color: #ffffff;
}

