.smenu fieldset{
    background-color: #F5F5F5;
    margin-left: 2%;
    border: 1px solid #000000;
    display: block;
}

.fieldset{
    margin-top: 1%;
    padding: 0%;
    height:110px;
}

.fieldset2{
    margin-top: 2%;
    height: 400px;
}

.fieldset2 a img{
    border: none;
}

.smenu ul{
    padding: 0%;
    margin: 2% 0% 2% 5%;
    list-style:none;
    margin-top: 3%;
    width: 170px;
}

.smenu ul li a {
    display:block;
    padding-left: 5%;
}

.list2 a{
	font-weight: bolder;
    border: 1px solid #235096;
    color: #235096;
    text-decoration: none;
	cursor: pointer; 
	background-image: url(./buttongrijs.jpg);
}

.list a{
	font-weight: bolder;
    border: 1px solid #235096;
    border-width: 0px 1px 1px 1px;
    color: #235096;
	cursor: pointer; 
    text-decoration: none;
	background-image: url(./buttongrijs.jpg);
}

.list a:hover, .list2 a:hover{
	color:#FFFFFF;
	background-image: url(./buttonblauw.jpg);
}

.fieldset2 img{
    margin-bottom: 5%;
    margin-left: 9%;
}

.imgwingsfirst{
    margin-top: 10%;
}


