body
{
	font-size: 0.8em;
	font-family: Arial;
	color: #f7e3a6;
	background-color: black;
	text-align: center;
	margin: 0px;
}

div
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
	border-width: 0px;
}

table, tr, td
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	
}

img
{
	border:0px;
}

a:link
{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

a:visited
{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.kop
{
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;	
}

div.divMain
{	
	width:950px;
	height:600px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

div.divHeader
{
	position: relative;
	width: 950px;
	height: 136px;
	clear: both;
	vertical-align: top;
}

div.divNav
{
	position: relative;
	width: 118px;
	height:600px;
	background: url(../../images/linksachter.jpg);
	float: left;
}

div.divContent
{
	overflow:auto;
	
	position: relative;
	width: 754px;
	height:600px;
	float: left;
	background-color: #8a1c1f;
	text-align: center;
}

div.divRight
{
	position: relative;
	width: 78px;
	height:100%;
	float: left;
	background:url(../../images/rechtsachter.jpg);
}

div.divFooter
{
	margin-left:22px;
	position: relative;
	width: 906px;
	height: 25px;
	background: url(../../images/onderback.jpg);
	clear: both;
}

div.divItemHead
{
	padding: 2px;
	background: darkred;
}

div.divItemBody
{
	padding: 2px;
	background: brown;
}

div.divItemBlock
{
	background: darkred;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.Reaction
{
	width:510px;
}

.ReactionNameLabel
{
	width:100px;
	float: left;
	font-weight: bold;
}

.ReactionNameText
{
	width:150px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.ReactionDateLabel
{
	width:100px;
	float:left;
	font-weight: bold;
}

.ReactionDateText
{
	width:150px;
	float:left;
}