@charset "utf-8";
/***********************************************************
 * File: general.css
 * Project: Lakenhal | Werk in Uitvoering

   Blueprint CSS Framework 0.9
   http://blueprintcss.googlecode.com

   The Blueprint CSS Framework is available for use in all personal or 
   commercial projects, under both the (modified) MIT and the GPL license.

   Adaptation: 2010 Hippo Software for Lakenhal.
***********************************************************************/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;}
body {line-height:1.5;}
caption, th, td {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {color: #000;}
p img {margin:18px 18px 18px 0;padding:0;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
pre, code {margin:18px 0;white-space:pre;}
pre, code, tt {font:12px; 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 16px;}
ul {margin:0 18px 18px 23px;}
ol {margin:0 18px 18px 23px;}
ul {list-style-type:square}
ol {list-style-type:decimal;}
.right {float:right;}
.left {float:left}
.rechts { text-align:right;}
.links { text-align:left;} 
.linetop {vertical-align:top;}

/* grid.css */
body  { background-color: #fff; text-align: center;	margin: 0; }
#wrapper {margin:0 auto; text-align:left;}
p {	margin: 0;	padding: 0;	margin-bottom: 18px;}

/* forms.css */
label {font-weight:normal;}
fieldset {padding:6px; margin:-12px 0 10px 0;border:0px solid #ccc; background-color:#f9f8f7;}
legend {font-weight:bold;font-size:1.20px;}
input.text, input.title, input.button, input.button100, input.field200, input.field150, input.field50, textarea, select {margin:0px 0;border:1px solid #f9f8f7; font-size:12px; background-color:#f9f8f7; font-family:Tahoma, Geneva, sans-serif}
input.text:focus, input.title:focus, textarea:focus, select:focus, input.field200:focus , input.field150:focus, input.field50:focus{border:1px solid #99bf00;}
input.text, input.title, input.field200, input.field150, input.field50 {padding-left:5px; background-color:#f9f8f7}
select {background-color:#f9f8f7;}
input.title {font-size:18px;}
input.button, input.button100 {background-color:#99bf00; cursor:pointer; color:#fff; border: #FFF 1px solid;}
input.button100 { width:100px; height:19px;}
textarea {width:390px;height:250px;padding:5px;background-color:#f9f8f7;}
input.field200 { width:320px; height: 16px; border: #f9f8f7 1px solid;}
input.field150{ width:203px; height: 16px; border: #f9f8f7 1px solid;}
input.field50 { width:100px; height: 16px; border: #f9f8f7 1px solid;}

/* bestelformulier */

#formulier {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333;
	background-color: #FFF;
	padding: 20px;
	clear: both;
	float: left;
	width: 500px;
	margin-top: 25px;
	margin-left: 10px;
	border: 1px dotted #fff;
	text-align:left;
}
#besteltabel {
	background-color:#e5f239;
}
#besteltabel td {
	padding-top:5px; 
	padding-left:5px;
}