/* CSS layout */
/*Container*/
#container {
width: 900px;
margin: 0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: smaller;
}
/*Heading*/
#masthead {
margin: 20px;
text-align: center;
}
/*Navigation*/
#top_nav {
height: 1.5em;
background-color: #F4F4F4;
border: 1px solid #A0ACC0;
}
#top_nav ul {
padding: 0px;
margin: 0px;
list-style-type: none;
}
#top_nav li {
float: left;
margin-right: 5px;
margin-left: 5px;
color: #000080;
}
#top_nav a {
text-decoration: none;
display: block;
color: #000080;
}
#top_nav a:hover {
text-decoration: none;
border-bottom-style: dotted;
border-bottom-width: thin;
}
/*Content*/
#page_content {
margin-top: 20px;
margin-bottom: 30px;
}
p a {
color: #000080;
text-decoration: none;
}
p a:hover {
border-bottom-style: dotted;
border-bottom-color: #000080;
border-bottom-width: thin;
}
p a img{
border: none;
}
.thumb {
font-family: "Trebuchet MS", sans-serif, Verdana, Arial, Helvetica;
margin: 10px;
border: 1px solid #666666;
width: 155px;
height: auto;
float: left;
text-align: center;
background-color: #F4F4F4;
}
.thumb img{
display: inline;
margin: 5px;
border: 1px solid #A0ACC0;
}
.thumb a:hover img {
border: 1px solid #FDF002;
}
.gemeente {
text-align: center;
font-weight: bold;
background-color: #666666;
color: #FFFFFF;
}
.omschrijving {
text-align: center;
/*font-size: smaller;*/
width: 150px;
margin: 0 3px 3px 3px;
font-family: "Courier New", Courier, monospace;
}
.prijs {
text-align: center;
/*font-size: smaller;*/
width: 150px;
margin: 0 3px 3px 3px;
font-family: "Courier New", Courier, monospace;
}
.verhuurdverkocht {
text-align: center;
font-weight: bold;
background-color: #666666;
color: #FDF002;
}
label {
margin-right: 10px;
}
input {
margin-right: 10px;
}
/*Footer*/
#footer {
clear: left;
color: #C0C0C0;
border-top-color: #F4F4F4;
border-top-style: solid;
border-top-width: thin;
text-align: center;
font-size: x-small;
}