/* bodyfont en scrollbar */
body, td  { 
	font: 12px/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
body {
	color: #5c0a00; 
}

p, ul, ol, #content table, form {
	margin: 0 0 1em 0;
}

/* tekst */
.bold	 	{ font-weight: bold; }
.title, h1		{ font-size: 18px; line-height: 20px; font-weight: bold; margin: 0 0 0.3em 0; }
.subtitle, h2 	{ font-size: 13px; line-height: 18px; font-weight: bold; margin: 0 0 0.1em 0; }
h3 { font-size: 12px; margin: 0; }

.small	 	{ font-size: 10px; line-height: 120%; }
.footer 	{ font-size: 10px; line-height: 110%; }
.note	 	{ font-size: 10px; line-height: 120%; }
.highlight	{ font-size: 10px; color: #9C3000; font-weight: bold; }

/* links */
a { color: #5c0a00; text-decoration: underline; }
a:hover { color: #993300; text-decoration: underline; }

a.noline	{ text-decoration: none; }
a.noline:hover 	{ text-decoration: underline; }

/* lists */
ul { 
	list-style-type: square;
	list-style-image: url(../images/interface/bullet.gif);
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 12px;
	padding-left: 20px; 
}
ol {
	margin-left: 2em;
}
li { 
	margin-bottom: 5px; 
}

/* ruler */
hr	{ border-top: solid 1px #333; height: 1px; }

/* border */
.border		{ border: solid 1px #333; }

/* image alignment */
img.left {
	float: left;
	margin: 0 15px 15px 0;
}
img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* tables */
#content table {
	border-collapse: collapse;
	border: none;
}
#content table th,
#content table td {
	text-align: left;
	vertical-align: top;
	padding: 0.2em 0.3em;
}

table.list {
	width: 100%;
}
table.list td {
	padding-bottom: 1em;
}
table.list td.cover {
	width: 10%;
	padding-right: 1em;
}

/* forms */
form table td.label {
	width: 180px;
}
td.required {
	width: 10px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

input,
textarea { 
	border: 1px solid #333;
	background: white;
	padding-left: 4px;
}

input.button,
input.check,
input.radio {
	border: none;
	width: auto;
	background: none;
}

input.button 	{ 
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #333; 
	background: #663300; 
	color: white; 
	
}

.defaultWidth {
	width: 220px;
}

.required {
	color: #993300;
	font-weight: bold;
}

.fcRequired {
	background: #FFFCD6;
}

.errormsg {
	color: red;
}

#frm_zininzorg .postcode {
	width: 65px;
	margin-right: 9px;
}
#frm_zininzorg .plaats {
	width: 145px;
}


/* colors */

#page_wiezijnwij,
#page_wiezijnwij a {
	color: #5c5c29; 
}
#page_wiezijnwij a:hover {
	color: #999966;
}

#page_watdoenwij,
#page_watdoenwij a {
	color: #8c4a06; 
}
#page_watdoenwij a:hover {
	color: #cc9933;
}

#page_cupertino,
#page_cupertino a {
	color: #23464e; 
}
#page_cupertino a:hover {
	color: #487078;
}

#page_actueel,
#page_actueel a {
	color: #501c00; 
}
#page_actueel a:hover {
	color: #7d4900;
}

#page_contact,
#page_contact a {
	color: #4b4b4b; 
}
#page_contact a:hover {
	color: #999999;
}