/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Project:			www.timmermans tuinmaubelen.nl
# Platform:			CSS
# Date created: 	Mei 2007 
#
    used colours for this website:
    #9bcd9b 	background
    #000000	text
    #ff8000		link hover
# 
###########################################################
*/

body {
	background-color: #9bcd9b;
	text-align: center;
	background-image:url("../img/background.jpg");
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	height: 100%;
}

h4 {font-size: 14pt;
}

.container {
	text-align: left;
	margin: 0px auto;
	width: 800px;
	position: relative;
	min-height: 100%;
	height:auto!important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background-color: #ffffff;
	border-left: solid 2px #426F42;
	border-right: solid 2px #426F42;
}

.top {
	background-image:url("../img/logo.jpg");
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 100px;
}

.header {
	height: 170px;
	background-color: #ffffff;
	border-bottom: solid 1px #cccccc;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;	
}

.content-home {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	width: 760px;
	margin-left: 0px;
	padding-left: 15px;
	padding-top: 15px;
	background-color: #ffffff;
	color: #000000;
}

.inhoud-home {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	width: 760px;
	border-top: solid 1px #cccccc;
	background-color: #ffffff;
	color: #000000;
}

.footer-home {
	margin-left: 20px;
	margin-right: 20px;
	background-color: #ffffff;
	clear: left; 
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	border-top: solid 1px #cccccc;
	padding: 10px 0px 20px 0px;
	width: 760px;
	clear: both;
}

.content {
	height: 150px;
	width: 760px;
	margin-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	color: #000000;
}

.inhoud {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	width: 760px;
	border-bottom: solid 1px #cccccc;
	background-color: #ffffff;
	color: #000000;
}

.leveranciers {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

td.koopzondag {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 14px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	empty-cells: show;
	background: #ffffff;
	color: #696969;
}	

.oranjetekst {
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	background: #ffffff;
	color: #ff8000;
}	
	
.hr{
	position: relative;
	width: 90%;
	text-align: center;
	border: 1px solid #ff8000;
	background-color: #ffffff;
	color: #ff8000;
}

.kleintekst {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background: #ffffff;
	color: #ff8000;
}	

.footer {
	margin-left: 20px;
	margin-right: 20px;
	background-color: #ffffff;
	clear: left; 
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	border-top: solid 1px #cccccc;
	padding: 10px 0px 20px 0px;
	width: 760px;
	clear: both;
}

.link:hover {text-decoration: underline; color: #ff8000;}
.link {
    font-family: arial, helvetica, sans-serif;
  	text-decoration: underline;
  	color: #000000;
  	background-color: inherit;
}

.list:hover {text-decoration: underline; color: #000000;}
.list {
    font-family: arial, helvetica, sans-serif;
  	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;	
  	color: #ff8000;
  	background-color: inherit;
}

.titel {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;	
	color: #000000;
}

.titel-klein {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;	
	color: #000000;
}

.groen-titel {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #556b2f;
}

.links-titel {
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #556b2f;
}

.a125 {
	background: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-size: 10pt;
	font-weight: normal;
	border: solid #cccccc 0px;
	color: #000000;
}

pre {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	background: #f7f7f7;
}

table.onderhoud	{
	border: solid black 0px;
	border-collapse: collapse;
	padding: 0 0 0 10px;
	background: #ffffff;	
	width: 760px;
}

.onderhoud td {
	background: #ffffff;
	padding: 5px 10px 0 10px;
	font-family: arial, helvetica, sans-serif;
	vertical-align : top;
	font-size: 10pt;
	font-weight: normal;
	border: solid #cccccc 1px;
	color: #000000;
}

.onderhoud th {
	background: #ffffff;
	padding: 0 0 0 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border: solid #cccccc 1px;
	color: #000000;
}
			
img.plaatje {
	float: right; 
	border: 0px solid #000000;
	margin-right: 1px; 
	margin-top: 0px;
	margin-bottom: 20px;
	clear: both;
} 

table.sitemap {
	border: solid black 0px;
	border-collapse: collapse;
	padding: 0px;
	margin-left: auto; 
	margin-right: auto;
	background: #ffffff;
	height: 100%;
	width: 800px;
}

.sitemap td {
	background: #ffffff;
	padding: 10px 10px 10px 20px;
	font-family: arial, helvetica, sans-serif;
	vertical-align : top;
	font-size: 10pt;
	font-weight: normal;
	border-top: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
	color: #000000;
}		
