/**
 * $Id$
 * Website Baker template: Afzink kelder bouw
 * 
 * @author     Ardi Evers
 * @version    1.0
 * @platform   Website Baker 2.8.1
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
	background: #c0c0c0;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #1d4069;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #1d4069;
	border-bottom: 1px dotted #1d4069;
}

h2 {
	color: #1d4069;
}

h3 {
	color: #fff;
	background: #1d4069;
}

#container {
	width: 1500px;
	margin: auto;
	background: #fff;
}

#header {
	width: 1500px;
	height: 182px;
	background: #fff url(images/header.png) repeat-x;
}

#menu {
	float: right;
	margin-right: 240px;
	margin-top: 125px;
	height: 20px;
	background: transparent url(images/menubg.png) repeat-x;
}

#spacertop {
	width: 1500px;
	height: 44px;
	background: #001c3f url(images/spacertop.png) no-repeat;
}

#content {
	width: 1000px;
	min-height: 300px;
	background: #fff url(images/containerbg.png) no-repeat;
	padding: 20px 250px 20px 250px;
	line-height: 20px;
}

#footer {
	width: 1000px;
	height: 60px;
	background: #fff;
	padding: 10px 250px 10px 250px;
	color: #1d4069;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-weight: normal;
	text-decoration: none;
	color: #a6a6a6;
}

#footer a:hover {
	text-decoration: underline;
}

