/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Author:			Yvonne Smedts
# Project:			www.nengredoro.nl
# Platform:			CSS
# Date created: 	Mei 15, 2006 
#
    used colours for this website:
    #e22000 	red
    #f8bf24		Yellow background
    #0e560e		Dark green
# 
###########################################################
*/

body{
	background-color: #f8bf24;
	margin-top: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #0e560e;
}

a.menu:hover{text-decoration:underline;}
a.menu{
    font-family: 'Viner Hand ITC', Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
    position: relative; 
    padding-left: 10px;
	background-color: #e22000;
    color: #0e560e;
}

a.menus{
    font-family: 'Viner Hand ITC', Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: underline;
    position: relative; 
    padding-left: 10px;
	background-color: #e22000;
    color: #0e560e;
}

.left{
    position: relative;
    background-image: url(../left.gif);
    background-repeat: repeat;
	width: 250px;
    height: 100%;
    z-index: 90;
}

.linksonder{
	position: absolute;
    background-image: url(../left.gif);
    background-repeat: repeat;
	width: 250px;
    height: 400px;
    bottom: 0px;
    z-index: 80;
}

.normaltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	background-color: #f8bf24;
	color: #0e560e;
}

.h3text{
	font-family: 'Viner Hand ITC', Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 50px;
	background-color: #f8bf24;
	color: #0e560e;
}

.h4text{
	font-family: 'Viner Hand ITC', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	margin-top: 50px;
	margin-bottom: 0px;
	background-color: #f8bf24;
	color: #0e560e;
}

.popup{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	background-color: #f8bf24;
	color: #0e560e;
}

.popuptitel{
	font-family: 'Viner Hand ITC', Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	background-color: #f8bf24;
	color: #0e560e;
}

.popuptext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	margin: 10px;
	background-color: #f8bf24;
	color: #0e560e;
}

.kleintext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-color: #f8bf24;
	color: #0e560e;
}

.bcolor{
	border: 1px solid #0e560e;
}

.flashborder{
	border: 1px solid #0e560e;
	height: 150px;
	margin: auto;
}

a.link:hover{text-decoration: underline; color: #e22000;}
a.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	background-color: inherit;
	color: #0e560e;
}

a.copylink:hover{text-decoration: underline; color: #e22000;}
a.copylink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	background-color: inherit;
	color: #0e560e;
}

.hr{
	width: 80%;
	border: solid #e22000 2px;
	text-align: center;
	margin: auto;
	background-color: #f8bf24;
	color: #e22000;
}

.hr1{
	width: 100%;
	height: 20px;
	border: solid #e22000 0px;
	margin: auto;
	background-color: #e22001;
	color: #e22000;
}

#image_big {
	position: absolute;
	z-index: 200;
	display: none;
	border: solid #e22000 3px;
	padding: 10px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	text-decoration: none;
  	text-align: center;
	background-color: #f8bf24;
	color: #0e560e;
}
/*is voor de flashgallerij de aanklikbare foto's, dus niet weggooien*/
.fototop{
    height: 40px;
	width: 100%;
    font-family: Arial, Helvetica, sans-serif;
  	font-size: 10.5pt;
	background-color: #e22000;
  	color: #0e560e;
}

.fotomiddle{
    height: 100%;
	width: 100%;
	background-color: #f8bf24;
	color: #000000;
}

.fotobottom{
    height: 40px;
	width: 100%;
    font-family: Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	color: #0e560e;
	background-color: #e22000;
}

.foto{
    background-color: #f8bf24;
    color: #0e560e;
}
