Het lukt me niet om de open ruimte tussen de footer area van mijn in aanbouw zijnde nieuwe website (http://test2.inekekuiper.nl/) en het deel daarboven weg te krijgen. Heeft iemand een idee hoe ik dat voor elkaar kan krijgen?
Zie het css-bestand hieronder:
Zie het css-bestand hieronder:
HTML:
@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */
body {
margin: 0px;
color: #0e2946;
font-size: 14px;
font-family: Tahoma, Geneva, sans-serif;
background-color: #545454;
background-image: url(images/content_bkgd2.jpg);
background-repeat: repeat;
}
h1 {
color: #FFF; /* tekst naam in logo */
font-size: 26px;
font-weight: normal;
margin: 0px 0px 0px 0px;
}
h2 {
color: #0e2946;
font-size: 20px;
font-weight: normal;
margin: 0px 0px 0px 0px;
}
h3 {
color: #FFF; /* tekst onder naam in logo */
font-size: 18px;
font-weight: normal;
margin: 0px 0px 0px 0px;
}
h4 {
font-size: 16px;
color: #F00;
}
h5 {
font-size: 14px;
color: #F63;
}
a: {
color: #FFF; /* bepaalt de kleur voor de links in het logo */
}
a {
color: #111; /* bepaalt de kleur voor de links in de tekst */
}
a:hover {
color: #00F;
}
.container {
width: 980px;
margin-left: auto;
margin-right: auto;
background-image: url(images/content_bkgd_tile.jpg);
background-repeat: repeat-y;
}
/* BANNER AREA */
.bannerArea {
width: 980px;
height: 145px;
background-color: #173e69;
background-image: url(images/logoIK-basis.jpg);
background-repeat: no-repeat;
}
.bannernav {
padding-top: 10px;
padding-right: 40px;
float: right;
color: white;
font-size: 12px;
font-weight:bold;
font-family: Tahoma, Geneva, sans-serif;
}
.bannernav a {
color: white;
text-decoration: none;
}
.bannernav a: {
color: white;
}
.bannernav a:hover {
color: #ECBB7B;
}
.container .bannerArea .toplogo {
font-family: Tahoma, Geneva, sans-serif;
color: #fff;
font-weight: bolder;
font-size: 50px;
margin-left: 104px;
padding-top: 0px;
}
.toplogo {
margin-left: 210px;
}
.toplogo2 {
margin-left: 210px;
padding-top: 0px;
}
.content {
padding-top: 20px;
padding-bottom: 20px;
background-image: url(images/content_bkgd.jpg);
background-repeat: repeat;
}
/* LEFT NAVIGATION */
.leftnavigation {
width: 192px;
margin: 70px 0 0 0;
padding: 0 0 0 8px;
float: left;
list-style: none;
position: absolute;
}
.leftnavigation li {
width: 100%; /* voor Internet Explorer */
margin: 0;
padding: 0;
float: left;
position: relative;
}
.leftnavigation ul {
margin: -1px 0 0 0; /* omhoog met hoogte border-top lijntje */
padding: 0;
list-style: none;
position: absolute;
top: 0;
left: -9999px; /* normaal buiten zicht */
background: #E7E8FF;
border: solid #999999;
border-width: 1px 1px 0 1px;
}
.leftnavigation li:hover ul {
left: 190px; /* bij hover op z'n plaats */
}
.leftnavigation a {
margin-left: 0px;
width: 156px;
padding-left: 15px;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
color: #163d68;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
background-image: url(images/nav_normal.jpg);
background-repeat: repeat-x;
background-position: 0px 0px;
border-bottom: 1px solid #999999;
display: block;
}
.leftnavigation a:{
color: #0c223b;
}
.leftnavigation a:hover{
color: #ffffff;
background-image: url(images/nav_down.jpg);
}
/* CONTENT AREA */
.contentleft {
width: 699px;
padding-left: 250px;
padding-right: 20px;
float: inherit;
min-height: 400px;
}
.contentright {
padding-top: 55px;
float: left;
width: 210px;
}
.imageright {
margin-top: 10px;
margin-left: 10px;
float: right;
}
.imageleft {
margin-right: 10px;
float: left;
}
/* SPREUKEN AREA */
.spreukenArea {
width: 980px;
height: 80px;
background-color: #cfcfcf;
background-image: url(images/content_bkgd.jpg);
background-repeat: repeat;
}
.spreuken {
border-top: solid;
border-color: #737a90;
border-width: 2px;
margin-left: 240px;
margin-right: 30px;
padding-top: 18px;
color: #0e2946;
font-size: 12px;
font-style: oblique;
font-weight: bold;
font-family: Tahoma, Geneva, sans-serif;
text-align: center;
}
/* FOOTER AREA */
.footerArea {
width: 980px;
height: 48px;
background-color: #cfcfcf;
background-image: url(images/footer2_bkgd.jpg);
background-repeat: no-repeat;
}
.copyright {
margin-left: 240px;
margin-right: 30px;
margin-top: px;
padding-top: px;
color: #666666;
font-size: 10px;
font-style: normal;
font-weight: normal;
font-family: Tahoma, Geneva, sans-serif;
text-align: right;
}