/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Project:			www.companyshaping.nl
# Platform:			CSS
# Date created: 	Februari 05, 2006 
#
    used colours for this website:
    #fffcf5		lightyellow background
#
###########################################################
*/

body { 
    background-color: #fffcf5; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}

.normaltext{
	width: 100%;
 	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background-color: inherit;
   	color: #000000;
}

.redtext{
    color: red;
	font-size: 9pt;
	background-color: #fffcf5;
}

.boldtext{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt; 
	font-weight: bold;
    background-color: inherit;
    color: #000000; 
}

.bigtext{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt; 
	font-weight: bold;
    text-align: center;
	background-color: inherit;
    color: #000000; 
}

.title{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: center;
    background-color: #fffcf5;
    color: #000000; 
}

#inhoud{
	background-image: url(../back.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: scroll;
    margin-right: 20px;
	background-color: #fffcf5;
    color: #000000;
}

#inhoud1{
    color: #000000;
	background: #fffcf5;
}

a.link:hover{color:red;}
a.link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
    background-color: #fffcf5;
    color: #000000;
}

.voorwaarden{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #fffcf5;
    color: #000000;
}


/* submenu linksboven */
.links {
	position: absolute;
	top: 2px;
	left: 0px;
	height: 60%;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-indent: 10px;
	background-image: url(../backleft.gif);
	background-repeat: repeat;
	padding-top: 124px;
	background-color: inherit;
	color: #000000;
	z-index: 91;
}

a.linkstext:hover{text-decoration:underline;}
a.linkstext{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #e0e0e0;
    color: #000000;
}

a.sublinks:hover{text-decoration:underline;}
a.sublinks{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    background-color: inherit;
    color: #000000;
}


/*de bovenste rij */

img.logo{
	position: absolute;
	height: 104px;
	width: 310px;
	left: 0px;
	top: 0px;
	background-color: inherit;
	color: #000000;
	z-index: 100;
}

.backl{
	background-image: url(../backleft.gif);
	background-repeat: repeat-y;
	height: 60%;
	width: 200px;
}

.backt{
	background-image: url(../backtop.gif);
	background-repeat: repeat-x;
	height: 104px;
}

div.title{
    position: relative;
    top: 40px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
    padding-right: 10px;
	text-align: right;
	z-index: 10;
    background-color: #e0e0e0;
	color: #000000;
}

div.altmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	position: absolute;
	top: 192px;
	left: 261px;
	white-space: nowrap;
	z-index: 101;
}

/* de onderste rij */


/* linksonder om op te vullen */
#linksonder {
    position: absolute;
    bottom: 0px;
	left: 0px;
	height: 500px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	background-image: url(../backleft.gif);
    background-repeat: repeat;
	background-color: inherit;
    color: #000000;
    z-index: 90;
}

.hr{
	position: relative;
	width: 80%;
	border: solid #ffcc33 1px;
	margin: auto;	
	background-color: #fffcf5;
	color: #ffcc33;
}

div.copy{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
	text-align: center;
    z-index: 100;
    background-color: #fffcf5;
    color: #000000;
}

a.copylink:hover{text-decoration:underline;}
a.copylink{
    text-decoration: none;
    background-color: #fffcf5;
    color: #000000;
}

.knop {
    background-position: 50%;
  	font-weight: bold;
  	font-size: 9pt;
  	color: #000000;
  	border-top-color: #e0e0e0;
  	border-left-color: #e0e0e0;
  	border-right-color: #000000;	
  	border-bottom-color: #000000;
  	border-top-style: outset;
  	border-right-style: outset;
  	border-left-style: outset;
  	border-bottom-style: outset;
  	background-repeat: no-repeat;
  	background-color: #ffcc33;
}

#image_big {
	position: absolute;
	display: none;
	z-index: 200;
	border: solid  #716f6f 2px;
	padding: 10px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	text-align: center;
	background: #ffcc33;
	color: #000000;
	
}
