 /* PAGE template */


body {
        background-color: #dddddd;
        background-color: #ffffff;
        background-color: #000000;
        background-repeat: no-repeat;
        background-position: center top;
        margin: 0px;
        text-align:center;
        scrollbar-face-color: #4073aa;
        scrollbar-face-color: #bbbbbb;
        scrollbar-track-color: #eeeeee;
        scrollbar-arrow-color: #4073aa;
        scrollbar-shadow-color: #4073aa;
        scrollbar-highlight-color: #cccccc;
        scrollbar-3dlight-color: #cccccc;
        scrollbar-darkshadow-color: #cccccc;
}
#PageContainer {
        position:relative;
        left: 0px;
        top: 0px;
        width:950px;
        height:100%;
        background-color: #ffffff;
        background-image: url(http://natorpindustri.net.dynamicweb.dk/Files/System/NAC/forside.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        border:0px #990000 solid;
        text-align:center;
        margin:0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}
#ContentContainer {
	position: absolute;
        top:380px;
	left:430px;
        width:480px;
        overflow:hidden;
        height: auto;
        border:0px solid #ffffff;
        xmargin:380px 0px 0px 430px;
        padding: 0px 0px 0px 0px;
        text-align: left;
        background-color: #000000;
        color: #ffffff;
}

#ContentContainer table p{
        color: #ffffff;
}
#ContentContainer table{
        color: #ffffff;
}
.h1, .h2, body, table, p {
	color: #ffffff;
}