/*****************************
Gebruikte kleuren:
	#dd2527 = rood
	#acc6e6 = blauw
	#e2e53e = geel

Standaard tags:
******************************/

body, td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

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

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

h1 {
	color: #dd2527;
	font-size: 36px;
	line-height: 36px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}

h1 a {
	text-decoration: none;
	color: #dd2527;
}

h2 {
	color: #acc6e6;
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 10px 0;	
}

h3, th {
	color: #dd2527;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

img {
	border: 0;
}

input, textarea {
	background-color: #fff;
	border: 1px solid #000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	width: 250px;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	background: url("../images/arrow_red.gif") left 4px no-repeat;
	padding-left: 12px;
}

/*****************************
Layout divjes - algemeen:
******************************/

#mainContainer {
	position: relative;
	width: 100%;
	background-color: #fff;
}

#title {
	
}

#footer, #buttons, #menu, #menuSubpage, #contentFooter, #header  {
	display: none;
}


/*****************************
Layout divjes - Homepage:
******************************/

#introText {
	line-height: 24px;
	margin-bottom: 20px;
}

#boek {
	float: left;
	width: 174px;
}

#boekPersonen {
	float: left;

}

#corien {
	margin-top: 20px;
	clear: both;
	float: left;
	width: 113px;
}

#corien ul li {
	background: url("../images/arrow_blue.gif") left 4px no-repeat;
}

#corien a {
	color: #acc6e6;
}

#corienText {
	margin-top: 20px;
	float: left;
	width: 152px;
}

#mottoDani {
	margin-top: 20px;
	float: right;
	width: 275px;
	line-height: 24px;
	text-align: center;
}

/*****************************
Layout divjes - Subpage:
******************************/

#quote {
	
}

#content {

}

#contentLeft {
	float: left;
	width: 240px;
	margin: 16px 0 0 0;
	overflow: hidden;
}

#contentRight {
	float: left;
	margin: 16px 0 0 16px;
}


/*****************************
Extra classes:
******************************/

.accent, .error {
	color: #dd2527;
	font-weight: bold;
}

.imgLeft {
	margin: 0 8px 0 0;
}
