/*
default.css
definerer placering af div-elementer for hp - SKAL IKKE BRUGES TIL ANDET
position, positionstype, størrelse defineres her

BODYmargin defineres også...
*/

div#wrapper {
position: relative;
width: 100%;
height: 100%;
}

div#header {
position: relative;
height: 100px;
width: 900px;
}

div#menu {
position: relative;
height: 20px;
width: 900px;
}

div#content {
position: relative;
height: auto;
width: 880px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

div#bottom {
position: relative;
height: 20px;
width: 900px;
}
