#notification .notice {
    width: 268px;
    float: left;
}

#notification .notice select {
    width: 70px;
}
#notification .notice table {
    margin: 5px;
}

#notification .image {
    width: 112px;
    float: right;
    text-align: right;
}

#notification #clear {
    clear: both;
    width: 390px;
    height: 1px;
}

#notification .image img {
    border: 1px solid black;
    margin: 5px;
}

#notification .notice h1 {
    margin: 5px;
    color: #FFF;
}

#notification .notice p {
    margin: 5px;
    color: #333;
}

#notification .notice a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

#notification .notice a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #FFF;
}

#zoekresultaten {
    width: 390px;
    margin: -4px 4px 4px 4px;
    float: left;
}

#map {
	border: 1px solid black;
	width: 212px;
	height: 200px;
	float: right;
}
