/* drieluik.com main CSS file           */
/* Copyright (c) 2006 G. Veen, 			*/
/* Kookstudio 't Drieluik B.V.          */

/* Table of contents:                   */
/*   1. Positioning                     */
/*   2. Typography                      */

/* 1. Positioning */

body {
	margin: 0px;
	padding: 0px;
}

#header1 {
	display: none;
	visibility: hidden;
}

#column1 {
	display: none;
	visibility: hidden;
}

#footer {
	display: none;
	visibility: hidden;
}

/* 2. Typography */

body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

a:link {
	text-decoration: underline;
	color: #663300;
}
a:visited {
	text-decoration: underline;
	color: #663300;
}
a:hover {
	text-decoration: underline;
	color: #663300;
}
a:active {
	text-decoration: underline;
	color: #663300;
}

#column2 {
	color: #000000;
}

h1 {
	color: #660000;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	line-height: 1.2em;
	padding-top: 12px;
	border-top: 1px dotted #999900;
	font-weight: normal;
	margin: 0px;
}

h2 {
	color: #999900;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0px;
}
