body {
background: #3f3f3f url('/gfx/bg-fade.jpg') top left repeat-x;
margin:0;
}

#page {
width:944px;
background-color: #FFF;
margin: 0 auto;
padding: 2px;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
border-bottom: 1px solid #888;
border-left: 1px solid #888;
}

#footer {
width:944px;
margin: 0 auto;
color: #FFF;
text-align: right;
font-size: 11px;
    
}
a#spisihorsens {
    display: block;
    float: right;
    width: 198px;
    height: 69px;
    text-indent: -999px;
    background: #000 url('/gfx/spisihorsens.jpg') top right no-repeat;
    overflow: hidden;
}
a#tilmeld {
    display: block;
    float: right;
    margin-left: 20px;
    width: 168px;
    height: 77px;
    text-indent: -999px;
    overflow: hidden;
    background: #000 url('/gfx/tilmeld.jpg') top right no-repeat;
}

.designSpacer {
	height: 40px;
}

.fotoramme {
border:1px solid #D1D6DF;
float:left;
height:122px;
width:162px;
margin:10px 10px 10px 0;
padding:10px;
}

a#toFrontpage {
    float: left;
    margin: 10px 0 0 5px;
    display: block;
    height: 68px;
    text-indent: -999px;
    overflow: hidden;
    width: 271px;
    background: #FFF url(/gfx/lillehejmdal.jpg) top left no-repeat;
}

#topbar {
	height: 110px;
	position: relative;
	background-color: #FFF;
}
.clear {
    clear: both;
}
#menu {
	position: absolute;
	bottom: 0;
	z-index: 90;
	background: #323034;
	width: 100%;
}
img {
	border: none;
}
#contentContainer {
    background: url(/gfx/contentContainer.jpg) top left repeat-y;
}
#sidebar {
    background-color: #f00;
    position: relative;
    float: left;
    overflow: hidden;
    width: 250px;
}
#content {
    float: left;
    width: 664px;
	margin: 5px 15px 5px;
}