body,html {
	margin:      	0px;
	padding:     	0px;
	text-align:  	left;
	font-family: 	arial;
	font-size:	10px;
	width:100%;
	height:100%;
}

body.front {
    background-color: #000826;
}

#header {
	width:               100%;
	height:              107px;
	background-image:    url("../images/header.gif");
	background-repeat:   no-repeat;
	background-position: right center;
	background-color:    #000826;
	border-bottom:       1px solid #FFFFFF;
	font-size:           0px;
}

#front {
    margin:              0px auto 0px auto;
    padding:             20px 0px 0px 0px;
    width:               1000px;
    height:              460px;
    background-color:    #000826;
    text-align:          center;
		background-image:			url(/images/front_kaart.gif);
		background-position:	center;
		background-repeat:		no-repeat;
}

#navigation {
    width:               100%;
    height:              32px;
    background-image:    url("../images/navigation.gif");
    background-repeat:   repeat-x;
    background-position: left bottom;
    background-color:    #D9DADF;
    text-align:          left;
    font-size:           12px;
}

#preview {
    position:   absolute;
    top:        195px;
    left:       780px;
    width:      200px;
    text-align: left;
}

#searchContainer, #modContentContainer {
    width:      100%;
    text-align: left;
    padding:     0px 0px 60px 0px;
}

#footer {
    height:              100px;
    clear:               both;
    margin:              0px 0px 0px 0px;
    padding:             0px 0px 0px 0px;
    background-image:    url("../images/footer.gif");
    background-repeat:   repeat-x;
    background-position: 0px 13px;
    text-align:          left;
    color:               #777777;
    font-size:					 10px;
}

#footer p {
    margin:         0px;
    text-align:     right;
    padding:        0px 74px 0px 0px;
    font-size:      12px;
    color:          #000826;
    letter-spacing: 6px;
    text-transform: uppercase;
}

body.front #footer {
    width:               100%;
    min-width:           1024px;
    height:              100px;
    background-image:    url("../images/footer.jpg");
    background-repeat:   no-repeat;
    background-position: center center;
    border-bottom:       1px solid #FFFFFF;
    font-size:           0px;
}
