@charset "UTF-8";
/* CSS Document */

@import url(contact.css);
@import url(nav.css);
@import url(fotoboek.css);
@import url(gastenboek.css);
@import url(verhuurkalender.css);

body, html{
margin: 0;
height: 100%;
}
body{
background-image: url(../beeld/body_bg.png);
background-repeat: repeat-x;
}

#main_container{
min-height: 100%;
_height: 100%;
margin: -21px 0 0 0;
display: block;
}
* html #main_container {
text-align: center;
}
H1 {
width: 800px;
height: 160px;
margin: 0 auto;
padding-top: 21px;
color: #33ccff;
background: url(../beeld/header_achter_3.png) no-repeat;
background-position: 0 21px;
font-size:9px;
display: block;
}
* html H1 {
text-align: left;
}
#sitelocatie {
width: 760px;
margin: auto;
padding-top: 10px;
font: 9pt Lucida Grande, Arial, Georgia ;
color: #aaa;
text-align: center;
}
#sitelocatie a:link, #sitelocatie a:visited {
color: #888;
text-decoration: none;
}
#sitelocatie a:hover, #sitelocatie a:active {
color: #029eff;
text-decoration: underline;
}
.sitelocatie_pijltje {
width: 20px;
height: 8px;
background-image: url(../beeld/sitelocatie_pijltje.png);
_background-image: url(../beeld/sitelocatie_pijltje.gif);
background-repeat: no-repeat;
background-position: center;
display: inline;
}
p {
font: 10pt Lucida Grande, Arial, Georgia ;
color: #666;
text-align: left;
}
#content{
width: 760px;
margin: 0 auto;
}
* html #content {
text-align: left;
}
div#tekstblok { 
width: 460px;
margin-top: 20px;
float: left;
}
div#tekstblok_rechts { 
width: 280px;
margin-top: 20px;
float: right;
}
div.tekstblok_rondehoeken { 
background: url(../beeld/tekstblok_achter.png) right bottom no-repeat;
}
div.tekstblok_rondehoekenheader { 
background: url(../beeld/tekstblok_achter.png) right top no-repeat;
}
div.tekstblok_rondehoekencontent { 
overflow: hidden; 
width: 95%; 
background: url(../beeld/tekstblok_achter.png) left bottom no-repeat; 
padding: 0 0 10px 10px; 
_padding-bottom: 10px;
font: 10pt Lucida Grande, Arial, Georgia ;
color: #666;
}
div.tekstblok_rondehoekencontent H3{ 
font: 10pt Lucida Grande, Arial, Georgia ;
font-weight: bold;
color: #029eff;
text-align: left;
margin: 0 0;
}
div.tekstblok_rondehoekencontent a:link, div.tekstblok_rondehoekencontent a:visited{ 
color: #666;
}
div.tekstblok_rondehoekencontent a:hover, div.tekstblok_rondehoekencontent a:active{ 
color: #666;
text-decoration: none;
}
div.tekstblok_rondehoekenheader h2  {
font: 13pt Lucida Grande, Arial, Georgia ;
color: #029eff;
text-align: left;
font-weight: bold; 
margin: 0 10px 0 0; 
padding: 10px 0 0 10px;
_padding-bottom: 10px; 
background: url(../beeld/tekstblok_achter.png) left top no-repeat; 
}
div.tekstblok_rondehoekenheader h2 a {
color: #029eff;
}
#copyright {
clear: both;
width: 760px;
margin: auto;
padding-top: 20px;
padding-bottom: 10px;
font: 9pt Lucida Grande, Arial, Georgia ;
color: #aaa;
text-align: center;
}
#copyright a:link, #sitelocatie a:visited {
color: #888;
text-decoration: none;
}
#copyright a:hover, #sitelocatie a:active {
color: #029eff;
text-decoration: underline;
}
#footer_container{
height: 21px;
background-image: url(../beeld/footer_bg.png);
background-repeat: repeat-x;
width: 100%;
text-align: center;
clear: both;
}
.foutmelding {
clear: both;
width: 760px;
margin: auto;
padding-top: 20px;
padding-bottom: 10px;
font: 9pt Lucida Grande, Arial, Georgia ;
color: red;
text-align: center;
}
.melding {
clear: both;
width: 760px;
margin: auto;
padding-top: 20px;
padding-bottom: 10px;
font: 9pt Lucida Grande, Arial, Georgia ;
color: green;
text-align: center;
}
.logboekafbeelding {
border: 1px solid #ccc;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
.randomimage {
width: 125px;
padding: 2px;
border: 1px solid #ccc;
display:inline;
margin: 2px;
}