body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    font-size: 11px;
    color: #000066;
		background-image: url('images/back.jpg');
    background-repeat: repeat-y;
    background-position: 0% 0%;
}
a {
    text-decoration: none;
    color: #000066;
    font-weight: bold;
}
a:hover {
    color: #000033;
    text-decoration: underline;
}
h2 {
		width: 50%;
		padding-bottom: 2px;
    border-bottom: 2px solid #6161da;
		font-size: 16px;
}
h3 {
    text-align: left;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 2px;
    padding: 0px;
}
p	 {
		margin: 0px;
		padding: 0px;
}
#bold {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
}

div.container {
    position: absolute;
    width: 100%;
    height: 100%;
}
div.header {
    height: 120px;
}
div.left {
    background-image: url('images/vertical.jpg');
    background-repeat: no-repeat;
    background-position: right;
    height: 400px;
    position: relative;
    margin-top: 16px;
    margin-right: 2px;
    padding: 0px;
		padding-left: 20px;
    text-align: left;
    float: left;
    width: 160px;
}

#menu { 
}
#menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#menu ul li :hover {
		background-color: #F0F0F0;
		text-decoration: none;
		color: #000066;
}
	
#menu ul li {
		height: 34px;
    margin: 0;
    margin-top: 4px;
    padding: 3px;
		margin-right: 6px;
}

#menu ul li a {
		height: 34px;
		display: block;
    color: #454545;
		font-size: 12,5px;
		font-weight: bold;
}

#menu ul li img {
	padding-right: 4px;
}

div.content {
		position: absolute;
		top: 130px;
		left: 170px;
    width: 550px;
    padding-top: 20px;
    padding-left: 18px;
    padding-right: 10px;
    padding-bottom: 20px;
    float: left;
    clear: right;
}
div.footer {
		background-image: url('images/horizontal.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    color: gray;
    font-size: 10px;
    padding-top: 10px;
}
div.footer a {
    color: gray;
    font-weight: Bold;
}

div.footer a:hover {
    text-decoration: none;
    color: #434343;
}

div.caption {
    border: 1px solid black;
    position: relative;
    float: right;
    clear: none;
    margin: 30px;
    font-size: 80%;
    text-align: center;
}
img.thumb {
    border: 1px solid black;
}
img.head {
		position: relative; 
		left: 45px;
}
.tabellijst td{
		background-color: #efefef;
		padding: 2px;
}





