/* Algemene stijl
------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px auto;
	width: 800px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000000;
	line-height: 18px;
}

p {
	margin-bottom: 16px;
}

img {
	border-width: 0px;
	display: block;
	margin: 16px auto 4px auto;
}

a { 
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

h1 {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 23px;
	font-family: verdana, helvetica, sans-serif;
}

h2 {
	margin: 0px 0px 21px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

h3 {
	margin: 21px 0px 8px 0px;
	font-weight: bold;
	font-size: 15px;
	color: #333399;
}

ul{
	margin: 0px 0px 20px 16px;
}

/* titelbalk
------------------------------------------------------------------------- */
#header { 
	height: 91px;
	width: 800px;
	background-image: url(../images/ut.jpg);
	background-repeat: no-repeat;
	position: absolute;
	padding-top: 35px;
	top: 0px;
}

/* menubalk
------------------------------------------------------------------------- */

#menu {
	height: 18px;
	width: 800px;
	background-color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: absolute;
	top: 91px;
	padding-top: 3px;
	text-align: center;
}

#menu a{
	color: #FFFFFF;
	text-decoration: none;
}

/* content
------------------------------------------------------------------------- */

#content{
	padding: 135px 10px 10px 10px;
	background-color: #F2F8FF;
}

/* footer
------------------------------------------------------------------------- */

#footer{
	font-size: 11px;
	display: block;
	margin-top: 4px;
	text-align: center;
}

.image{
	font-size: 12px;
	font-style: italic;
	margin: 8px 0px 20px 0px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}

.note{
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
}

.super{
	vertical-align: super; 
	font-size: 10px;
	line-height: 10px;
}

.sub{
	vertical-align: sub; 
	font-size: 10px;
	line-height: 10px;
}

.formula{
	text-align: center;
	font-style: italic;
}

.formulanr{
	margin: -16px 0px 16px 0px;
	text-align: right;
}
