html, body, #contents {
	height: 100%;
}

body {
	background-color: #999999;
	font-family: "Trebuchet MS", Verdana, serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	min-height: 100%;
	position: relative;
}

#header_container {
	background-color: #000000;
	background-image: url('../images/top_frame3.png');
	background-repeat: repeat-x;
	height: 126px;
	width: 100%;
}

img#logo {
	border-width:0px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}

#header {
	position: absolute;
	top: 0px;
	left: 120px;
	width: 410px;
	height: 126px;
	color: #FFFFFF;
	background-image: url("../images/logo_extension5.png");
	background-repeat: no-repeat;
}

#menu {
	position:absolute;
	top:75px;
	left:0px;
	width:100%;height:44px;
	overflow: hidden;
	text-align: right;
}

#menu_links {
	list-style-type:none;
	margin:15px;
	padding-left:300px;
	padding-right: 50px;
	white-space: nowrap;
}

#menu_links li {
	color: #333333;
	display: inline;
	list-style-type:none;
	padding: 0px 10px 0px 10px;
	margin:0px 1px 0px 1px;
}

#menu_links li a {
	text-decoration:none;
	color:#660000;
	list-style-type:none;
	padding: 0px;
	/*padding: 0px 5px;*/
	margin:0px;
	height:20px;
}

#menu_links li a:hover {
	color: #CC0000;
}

#body_container {
	float: left;
	width: 100%;
	height: 100%;
	padding-bottom: 56px;
}

#main {
	/*float: left;
	margin-bottom: 5em;
	height: auto;*/
	margin: 0px auto;
	height: 100%;
	width: 700px;
	background-color: #DDDDDD;
	padding: 50px;
	border-left: solid 1px #777777;
	border-right: solid 1px #777777;
}

#tabfloat_bilag{
	position: fixed;
}

#tabfloat_bilag ol {
	background-color: #888888;
	margin-left: 10px;
	margin-right: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: solid 1px #777777;
	/*padding: 0px;*/
}

#bilag_links {
	overflow: auto;
	top: 1px;
	left: 1px;
	z-index: 2;
}
#bilag_links li a {
	text-decoration: none; color:#333333;
}
#bilag_links li a:hover {
	text-decoration: none; color:#DDDDDD;
}

.bilag_selected a span {
	text-decoration: none; color:#DDDDDD;
}

#showhide_button {
	position: absolute;
	
	height: 30px;
	width: 12px;
	margin-top: 15px;
	z-index: 1;
}
#showhide_button:hover {
}
.showbox {
	background: url("../images/showhide_buttons.png") no-repeat 0% 0%;
}
.showbox:hover {
	background: url("../images/showhide_buttons.png") no-repeat 0% -30px;
}
.hidebox {
	background: url("../images/showhide_buttons.png") no-repeat -12px 0%;
}
.hidebox:hover {
	background: url("../images/showhide_buttons.png") no-repeat -12px -30px;
}


#bilag2_table {
}
#bilag2_table td {
	padding-right: 20px;
	height: 35px;
}
.subsection {
	padding-bottom: 10px;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/*
A:link {text-decoration: none; color:#7777FF}
A:visited {text-decoration: none; color:#7777FF}
A:active {text-decoration: none}
A:hover {text-decoration: none; color:#BBBBFF;}
*/
#footer {
	position: absolute;
	bottom: 0px;
	background-color: #5b5a63;
	background-image: url('../images/bottom_frame5.png');
	background-repeat: repeat-x;
	height: 56px;
	width: 100%;
	border-width: 0px;
	text-align: center;
}

#footer_text {
	position: relative;
	top: 5px;
	margin: 10px;
}