* {
padding : 0;
margin : 0;
}
body {
font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size : 12px;
background-image : url('http://www.meteo-almelo.nl/images/achtergrond.jpg');
background-position : center top;
background-attachment : fixed;
}
#wrapper {
margin : 0 auto;
width : 1000px;
}
#faux {
background : url(http://www.meteo-almelo.nl/images/lay.png);
margin-bottom : 0;
width : 100%;
overflow : hidden;
}
#header {
width : 1000px;
height : 150px;
background : url(http://www.meteo-almelo.nl/images/headers/header.png);
padding : 0px;;
margin : 5px 0px 0px 0px;
}
#menu {
width : 1000px;
height : 50px;
background-image : url(http://www.meteo-almelo.nl/images/menu.png);
position : relative;
padding : 0px;
margin : 0px 1px 0px 0px;
}
#leftcolumn {
display : inline;
float : left;
margin : 0px 1px 0px 1px;
padding : 2px;
width : 130px;
}
#content {
display : inline;
float : left;
margin : 0px 0px 0px 0px;
padding : 2px;
width : 720px;
position : relative;
}
#rightcolumn {
display : inline;
position : relative;
float : right;
margin : 0px 1px 0px 1px;
padding : 2px;
width : 130px;
}
#footer {
background-image : url(http://www.meteo-almelo.nl/images/footer.png);
position : relative;
margin : 0px 0px 0px 0px;
padding : 0px;
width : 1000px;
height : 35px;
}
.border {
border : 1px solid black;
}
.column-dark {
color : black;
background-color : #e0ffff;
height : 30px;
}
.column-light {
color : black;
background-color : #ffffff;
height : 30px;
}
.titel {
border : 1px solid;
background-image : url(http://www.meteo-almelo.nl/images/titel.jpg);
}
.weerbanner1 {
background-image : url('http://www.meteo-almelo.nl/images/lay1.png');
}
.weerbanner2 {
background-image : url('http://www.meteo-almelo.nl/images/lay2.png');
}
.weerbanner3 {
width : 192px;
height : 123px;
}
.left {
float : left;
margin : 0.5em 1em 1em 0;
clear : left;
}
.right {
float : right;
margin : 0.5em 0 1em 1em;
clear : right;
}