/* ----------------------------------
	- Styles "Speel je leven"
	- Author:  Elmer de Looff
	- Version: 2007-07-03
---------------------------------- */

html {
	height: 100.01%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f9f6f1;
	font: 12px/20px "Verdana", sans-serif;
	color: #fff;
}

/* Major Markup Blocks
---------------------------------- */

.page {
	position: absolute;
	left: 50%;
	width: 790px;
	margin: 0 0 0 -395px;
}

.head {
	position: relative;
	height: 170px;
	margin: 0 0 20px;
	background: url('pics/headlines.gif');
}

h1 {
	position: absolute;
	top: 25px;
	width: 770px;
	height: 110px;
	background: url('pics/dolphins.gif') no-repeat 10px 0;
	font: italic bold 50px/60px "Georgia", serif;
	color: #895244;
	text-indent: 140px;
}

h2 {
	position: absolute;
	top: 95px;
	left: 195px;
	font: italic bold 30px/1 "Georgia", serif;
	color: #d2af52;
}

.menu {
	position: absolute;
	top: 175px;
	left: 0;
	width: 175px;
	list-style: none;
}

.menu li a {
	display: block;
	width: 165px;
	margin: 15px 0;
	border: 1px solid;
	background: #d2af52;
	color: #604b1a;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	text-indent: 10px;
}

.menu li a:hover,
.menu li a:active {
	background: #eccd84;
}

#a .a, #b .b, #c .c,
#d .d, #e .e, #f .f,
#g .g, #h .h, #i .i {
	margin-left: 25px;
	border: solid #604b1a;
	border-width: 1px 0 1px 1px;
	background: #895244;
	color: #fff;
}

.section {
	margin: 0 0 35px 190px;
	padding: 0 15px;
	border: 1px solid #604b1a;
	background: url('pics/section.gif') no-repeat 100% 100% #895244;
	text-align: justify;
}

.quote {
	float: right;
	width: 250px;
	margin: 0 0 0 15px;
	padding: 0 0 25px 25px;
	border: solid #604b1a;
	border-width: 0 0 1px 1px;
	background: #f9f6f1;
}

.quote p {
	padding: 8px 10px;
	border: 1px solid;
	background: #d2af52;
	color: #604b1a;
	font-style: italic;
	font-weight: bold;
}

.quote cite {
	font: bold 10px/15px "Verdana", sans-serif;
	text-indent: 15px;
}

.quote em {
	text-decoration: underline;
}

.foot {
	padding: 11px 0 0;
	background: url('pics/footlines.gif');
	font: 10px/15px "Verdana", sans-serif;
	text-align: center;
}

/* Content Markup
---------------------------------- */

.section h3 {
	margin: 10px 0 -5px;
	font: bold 14px/20px "Verdana", sans-serif;
	text-align: left;
}

.section a {
	border-bottom: 1px solid #d2af52;
	color: #d2af52;
	font-weight: bold;
	text-decoration: none;
}

.section a:hover,
.section a:active {
	background: #d2af52;
	color: #604b1a;
}

.section p {
	margin: 12px 0;
}

.section .strong {
	font-weight: bold;
}

.section ul {
	margin: 0 0 20px 30px;
}

.section ul li {
	padding: 3px 0;
	line-height: 16px
}

.section ul.tight li {
	padding: 1px 0;
	list-style: none;
}
