body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 85%;
	height: 100%;
	max-height: 100%;
	background-color: #400438;
}
span.update {
	font-size: 80%;
	color: #ffffff;
}
#container {
	width: 975px;
	margin-left: 0px;
	min-height: 600px;
}
#site {
    background-color: #400337;
    height: 100%;
}
#leftbar {
    float: left;
    width: 147px;
    height: 100%;
    background-image: ('http://jwe01.jwe.nl/~harmonie/images/left.jpg');
}

#leftbar a{
    color: #F3F0F3;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#leftbar a:hover{
    text-decoration: underline;
}
#contentcolumn {
    background-color: #ffffff;
}
#top { 
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #400337;
}
#menu {
    height: 22px;
    background-color: #94728F;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
#menu a{
    color: #F3F0F3;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#menu a:hover{
    text-decoration: underline;
}
#menuitems {
    padding-top: 2px;
}
#submenu {
    height: 175px;
    background-color: #D0C1CD;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.submenuitems {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 90%;
    text-align: left;
    vertical-align: top;
}
.submenuitems a{
    color: #400337;
    text-decoration: none;
    font-weight: bold;
}
.submenuitems a:hover{
    color: #400337;
    text-decoration: underline;
}
#content {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: url('/~harmonie/images/cback.jpg'); 
    background-repeat: no-repeat;    
    background-color: #ffffff;
    padding-right: 10px;
    padding-top : 10px;
    padding-bottom : 10px;
    font-size: 100%;
}
#content #tx a{
    color: #400337;
    text-decoration: none;
    font-weight: bold;
}
#content #tx a:hover{
    color: #400337;
    text-decoration: underline;
}

#bottomline {
    height: 20px;
    background-color: #94728F;
    color: #ffffff;
    font-size:10px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.bottomtable {
    padding-top: 2px;
}
.bottomtdright {
    text-align: right;
    width: 33%;
}
.bottomtdleft {
    text-align: left;
    width: 33%;
}
.bottomtdcenter {
    text-align: center;
    width: 33%;
}
#tx {
    padding-left: 10px;
    font-size: 90%;
}
#tx h3{
    color: #400337;
}
table.afbeelding {
	float: right;
}

div.afbeelding {
	float: left;
	margin: 10px;
}

a.white {
	color: #fff;
	text-decoration: underline;
}
a.white:hover {
	color: #fff;
	text-decoration: none;
}