/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Project:			www.cremers.nl
# Platform:			CSS
# Date created: 	Februari 05, 2006 
#
		used colours for this website:
    	#dd3f33		red
		#fde000		yellow
		#d0cecf		grey				
# 
###########################################################
*/

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

tr.logo {
	width: 300px;
	height: 100px;
    background-color: #ffffff;
   	color: #000000;
}

td.boven {
	width: 340px;
	height: 100px;
	background-image: url(../boven.gif);
	background-repeat: no-repeat;
}

tr.rodestreep1 {
	width: 100%;
	height: 10px;
	background-image: url(../rood1.gif);
	background-repeat: repeat;
}

td.rood {
	background-color: #dd3f33;
   	color: inherit;
}

td.navgrijs {
	background-color: #d0cecf;
	background-image: url(../linksonder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
   	color: #000000;
   	width: 170px;
   	height: 400px;
}

td.wit {
	background-color: #ffffff;
   	color: #000000;
}

.inhoud {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #d0cecf;
	border-right-style: inset;
	border-right-color: #bfbdbe;
	border-right-width: 10px;
	border-bottom-style: outset;
	border-bottom-color: #d0cecf;
	border-bottom-width: 10px;
	color: #000000;
   	width: 93%;
   	height: 90%;
   	min-height: 400px;
    margin: 16px 0px 2px 18px;
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 8px;
}

.navigatie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
   	width: 160px;
   	text-align: center;
   	background-color: #d0cecf;
   	color: #000000;
}

.button:hover {background-image: url(../knops.gif); background-repeat: no-repeat;}
.button {
	width: 160px;
	height: 30px;
	display: block;
	line-height: 20px;
    margin-left: 8px;
    text-decoration: none;
	background-image: url(../knop.gif);
	background-repeat: no-repeat;
	background-color: #d0cecf;
	color: #000000;
}

.buttons {
	width: 160px;
	height: 30px;
	display: block;
	line-height: 20px;
    margin-left: 8px;
    text-decoration: underline;
	background-image: url(../knops.gif);
	background-repeat: no-repeat;
	background-color: #d0cecf;
	color: #000000;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
   	background-color: inherit;
   	color: #dd3f33;
   	line-height: 14px;
}

.copy:hover {text-decoration: underline;}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
   	color: #dd3f33;
   	background-color: inherit;
}

.normaltext{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: inherit;
   	color: #000000;
}

.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    background-color: inherit;
   	color: #dd3f33;
}

span.redblok {
	width: 75px;
	height: 55px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;	
    font-weight: bold; 
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #dd3f33;
   	color: #ffffff;
}

.titel {
	font-family: inherit;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;    
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
   	background-color: inherit;
   	color: #dd3f33;
}

.tekstveld {
	background: #f3f1f1;
	color: #000000;
	width: 250px;
	text-indent: 2px;
}

.grootveld {
	background: #f3f1f1;
	color: #000000;
	width: 250px;
	height: 40px;
	text-indent: 2px;
}

.knop {
    background-position: 50%;
  	font-weight: bold;
  	font-size: 9pt;
  	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: #dd3f33;
  	color: #000000;
}

#image_big {
	position: absolute;
	left: 30%;
	top: 200px;
	z-index: 200;
	display: none;
	border: solid #fde000 3px;
	padding: 5px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	text-decoration: underline;
  	text-align: center;
	background-color: #d0cecf;
	color: #dd3f33;
}

