/**
 * Tordoir van den Berg Architecten Website
 * Copyright © 2009 Maarten Hogenboom, Venema Advies
 * Pagina styles/default.css
 */

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #000066;
	background-color: #EFF2FC;
	text-align: center;
	position: relative;
}

* html body{
	height: 100%;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
}

#container {
	margin: 0 auto;
	width: 980px;
}

#header {
	width: 980px;
	height: 60px;
	padding-top: 28px;
	font-size: 32px;
	background-color: #EFF2FC;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(../layout/bgtop.gif);
}

#content {
	width: 980px;
}

#menu {
	float: left;
	padding: 20px 0 20px 0px;
	width: 160px;
	font-size: 16px;
	text-align: left;
	line-height: 18px;
}

#main {
	float: right;
	padding: 20px 0 20px 20px;
	width: 800px;
	text-align: left;
	line-height: 22px;
}

#project {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	padding: 12px 0 16px 0;
	width: 980px;
	color: #000066;
	font-size: 15px;
	border-top: 1px dotted #000066;
}

td.project {
	padding-right: 10px;
	vertical-align: bottom;
}

td.form {
	padding-top: 5px;
}

span.title {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 18px;
	display: block;
	height: 12px;
	color: #000066;
	font-size: 18px;
	border-bottom: 1px dotted #000066;
}

img {
	border: 0;
}

a {
	color: #000066;
	text-decoration: underline;
}

a:hover {
	color: #000066;
	text-decoration: none;
}

a.menu {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}

a.menu_current {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a.menu_current:hover {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}

a.sub {
	color: #000066;
	text-decoration: none;
}

a.sub:hover {
	color: #000099;
	text-decoration: underline;
}

a.sub_current {
	color: #000066;
	text-decoration: none;
}

a.sub_current:hover {
	color: #000099;
	text-decoration: underline;
}

a.project {
	text-decoration: none;
}

a.project:hover {
	text-decoration: underline;
}

