div.body {
    border: 0px solid #394B60;
    border-radius: 0;
    left: 300px;
    top: 90px;
    right: 5px;
    overflow: inherit;
    position: absolute;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
}

div.OpgaveStatusAfventer {
	width: 66px;
	height: 10px;
	background-color: #ff8000;
}

div.OpgaveStatusIgang {
	width: 66px;
	height: 10px;
	background-color: #0000c0;
}

div.OpgaveStatusAfsluttet {
	width: 66px;
	height: 10px;
	background-color: #00c000;
}

div.OpgaveStatusAfvist {
	width: 66px;
	height: 10px;
	background-color: #c00000;
}

div.OpgaveStatusAnmeldt {
	width: 66px;
	height: 10px;
	background-color: #008000;
}
