/*Nye styles .net*/
.body
{
	text-align: center; /*Hack til at få IE 5 og 5.5 til at centrere*/
}

#udrulouter
{
	width: 608px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color: #fff;
	text-align: left; /*Hack til at få IE 5 og 5.5 til at centrere*/
}

#udrultop
{
	width: 572px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 105px; 
	padding: 18px 18px 18px 18px;
	border: none;
}

#applikationsmenu
{
	width: 572px;
	padding: 0px 18px 0px 18px;
	margin-left: 0px;
	margin-top: 0px;
	border: none;
}

#udrulinner
{
	width: 572px;
	padding: 18px;
	margin-left: 0px;
	border: none;
}

#udrulbund
{
	width: 572px;
	margin-left: 0px;
	padding: 0px 18px 18px 18px;
}

#udrulcontent1
{
	width: 572px;
	border: none;
	margin-bottom: 0px;
}


#usertop
{
	position: absolute;
	top: 0px;
}


/*Css klasser til popupvinduer - START*/
#udrulpopupouter
{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000;
	background-color: #fff;
	text-align: left;
	width: 100%;
}

#udrulpopupcontent
{
	position: absolute;
	top: 57px;
	left: 0px;
	text-align: left;
	width: 90%;
	padding-top: 12px;
	margin-left: 12px;
}

#userpopuptop
{
	position: absolute;
	top: 0px;
	padding-top: 2px;
	height: 57px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}/*Css klasser til popupvinduer - SLUT*/


/*Dynamisk menu - START*/
.appMenuSubmenu a
{
	background-color: #adadad;
	border: 1px solid #fff;
	text-align: center;
	color: #000;
}

.appMenuSubmenu a:hover
{
	background-color: #c0c0c0;
	color: #000;
}

#dynmenu {
	width: 572px;
	margin: 0px 0px 0px 0px;
	height: 22px;
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
	/*Resten skal aldrig justeres*/
	position: relative;
	list-style: none;
	display: block;
	padding: 0px;
	z-index: 10;
	top: 0px;
	left: 0px;
}
#dynmenu ul {
	top: 23px;
	/*Resten skal aldrig justeres*/
	position: absolute;
	list-style: none;
	display: none;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	width: 100%;
}
#dynmenu li {
	/*Resten skal aldrig justeres*/
	position: absolute;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#dynmenu a {
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	text-indent: 6px;
	line-height: 22px;
	/*Resten skal aldrig justeres*/
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#dynmenu ul li {
	/*Resten skal aldrig justeres*/
	position: static;
	display: inline;
	display:/**/block; /*Hack som behager IE5*/
	width: 120%;
	width:/**/100%; /*Hack som behager IE5*/
	list-style: none;
}
#dynmenu ul a {
	height: 18px;
	font-size: 100%;
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	text-indent: 6px;
	line-height: 18px;
	/*Resten skal aldrig justeres*/
	display: block;
	width: 100%;
	margin: 0px;
}
/*Dynamisk menu - SLUT*/