html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
    overflow: auto;
}

#header {
	position: absolute;
	height: 50px;
	width: 100%;
	left: 0px;
	top: 0px;
}

#header_content {
    width: 960px;
    position: absolute;
	left: 50%;
    margin-left: -480px;
    height: 50px;
}

#topmenu {
    float: right;
    margin-top: 23px;
}

#content_normal {
    position: absolute;
	left: 50%;
    margin-left: -490px;
    width: 980px;
	top: 51px;
	bottom: 51px;
}

#content {
    margin-left: 15px;
    margin-right: 10px;
    height: 100%;
    overflow: auto;
}

#content_viewer {
    position: absolute;
	left: 0px;
	top: 51px;
	bottom: 0px;
	right: 0px;
}

.infobalk {
    height: 20px;
    padding-top: 3px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 8px;
    width: 940px;
    padding-left: 10px;
}

.infobalk .infobalk_description {
    text-align: left;
    width: 150px;
    float: left;
}

.infobalk .infobalk_actions {
    text-align: right;
    width: 780px;
    float: left;
    margin-top: 1px;
}

#footer {
	position: absolute;
	height: 50px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

#footer_content {
    width: 960px;
    position: absolute;
	left: 50%;
    margin-left: -480px;
    height: 50px;
}

#footer_tekst_links {
    position: absolute;
    left: 12px;
    top: 18px;
}

#footer_tekst_rechts {
    position: absolute;
    right: 126px;
    top: 18px;
}

#popupWindow {
    position: absolute;
    z-index: 110;
    left: 5%;
    bottom: 20px;
    width: 90%;
    height: 20%;
}

#popupWindow_Handle {
    height: 21px;
    width: 100%;
    z-index: 110;
}

#popupWindow_Close {
    float: right;
    z-index: 110;
    padding: 3px;
}

#dataframedivpopup {
    height: 100%;
    width: 100%;
    border: 0px;
    z-index: 110;
    background-color: White;
    position: absolute;
}

#popupWindow_Resizediv {
    height: 100%;
    width: 100%;
    border: 0px;
    z-index: 111;
    background-color: transparent;
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
}

#popupWindow_Content {
    position: absolute;
    top: 21px;
    bottom: 12px;
    left: 0px;
    right: 0px;
    z-index: 110;
}

#popupWindow_Title {
    float: left;
    z-index: 110;
    padding: 3px;
}

#popupWindow_Windowbackground {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 99;
    display: none;
}