/*alle marges op 0 zetten*/
* {margin: 0;}
body {
font-family: "Trebuchet MS", sans-serif;
font-size: small;
color: #666666;
background-image: url('images/bg zoo.jpg');
background-color: #9c9c9c;
background-repeat: repeat-x;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: large;
color: #666666;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
color: #666666;
font-weight: bold;
}
a {
color: #666666;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
#container {
border: 2px solid #8c8c8c;
width: 900px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-color: #FF0000;
}
#masthead {
background-position: center;
background-color: #FDED22;
height: 100px;
background-image: url('images/6.jpg');
}
form {
border-style: solid;
border-width: 1px;
border-color: #C0C0C0 #808080 #808080 #C0C0C0;
width: 400px;
/*voor Internet Explorer 6*/
display: inline;
float: left;
margin-top: 50px;
margin-bottom: 60px;
margin-left: 40px;
background-color: #E4E4E4;
}
form h1{
margin-bottom: 20px;
margin-left: 35px;
margin-top: 20px;
}
label {
/*voor Internet Explorer 6*/
display: inline;
width: 100px;
float: left;
text-align: right;
display: block;
margin-top: 5px;
font-size: 10pt;
}
input.formContact {
border: 1px solid #666666;
margin-left: 20px;
width: 250px;
margin-top: 5px;
}
.submit input {
margin-left: 305px;
margin-top: 10px;
margin-bottom: 20px;
}
textarea {
width: 250px;
margin-left: 20px;
height: 150px;
margin-top: 5px;
border: 1px solid #666666;
}
.submit input:hover {
cursor: pointer;
}
.tekstNaastForm {
/*voor Internet Explorer 6*/
display: inline;
border-style: solid;
border-width: 1px;
border-color: #C0C0C0 #808080 #808080 #C0C0C0;
float: left;
width: 320px;
padding: 20px;
margin-top: 50px;
margin-left: 40px;
text-align: center;
background-color: #E4E4E4;
}
.tekstNaastForm img {
vertical-align: middle;
margin-right: 10px;
margin-left: 10px;
border: none;
}
.fotoContact {
/*voor Internet Explorer 6*/
display: inline;
float: left;
margin-left: 40px;
text-align: center;
margin-top: 20px;
}
.fotoContact img{
border: 1px solid #A0ACC0;
}
.openingsuren {
/*voor Internet Explorer 6*/
display: inline;
border-style: solid;
border-width: 1px;
border-color: #C0C0C0 #808080 #808080 #C0C0C0;
padding: 10px;
float: left;
margin-left: 20px;
margin-top: 20px;
background-color: #E4E4E4;
font-size: 10px;
width: 163px;
}
.openingsuren p{
margin-bottom: 10px;
}
.openingsuren p strong{
font-size: 12px;
}
.openingsuren table{
table-layout: auto;
border-spacing: 0px;
border-collapse: collapse;
}
#contact {
margin-bottom: 20px;
background-color: #FFFFFF;
}