#wrapper {
    background-color: white;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 600px;
    font-family: Times;  
}
#wrapper p:first-letter {
    font-weight: bolder;
    font-size: 140%;
}
#logo { 
    width: 800px;
    font-size: 40px;
    text-align: center;
    font-family: sans-serif;
}
div#menu {
    width: 800px;
}
div#content {
    width: 800px;
    margin: 0px;
    padding: 0px;
    float: left;
}
table { 
    border: 1px solid gray;
    width: 100%;
}
td.portfolioimage {
    width: 200px;
}
img.portfolio { /*En dit al helemaal.*/
    width: 200px;
}
table.new tr th {
    background-color: #4096EE;
}
ul.menu {
    list-style: none;
    padding: 0px;
    width: 800px;
}
ul.menu li {
    width: 20%;
    height: 25px;
    float: left;
    display:block;position: relative;

}
ul.menu li a {
    float: left;
    color:black;
    height: 25px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration:none;
}
ul.menu li a:hover{
    background-color: #C3D9FF;
}
ul.menu li a:active{
    background-color: #C3D9FF;
}
a {
    color: black;
}
img.avatar {
    border: 1px solid black;
    padding: 2px;
}
h1 {
    background-color: #C3D9FF;
    display: block;
    width: 100%;
    font-size: 160%;
    text-indent: 30px;
}
#slider {
    margin-left: auto;
    margin-right: auto;
}
#slider ul {
    margin: 0px;
    padding:0px;
    list-style: none;
}
#slider li { 
    background-color: white;
	width:600px;
	height:250px;
	overflow:hidden; 
}
#slider ul li a 
{
    color: white;
}
.informatie {
    cursor: help;
}
