			body {
				margin: 0;
				font-family:Verdana,Helvetica,Arial,sans-serif;
				padding: 0;
			}
			/* ### start ID af alle de forskellige ting ###  */
			#container2{
				background-color: #ffffff;
				margin: 2em auto;
				width: 760px;
				border: 1px solid black;
			}
			#header2{
				background-color: #ffffff;
				height: 87px;

			}
			#logo2{
				background-color:#FFFFFF;
				background-image:url(images/danskselskabforfolkesundhed.png);
				background-position:7px 59px;
				background-repeat:no-repeat;
				background-color: #ffffff;
				height: 86px;
				width: 240px;
				float: left;
			}
			#toprightmenu-seek2{
				background-color: #ffffff;
				width: 110px;
				float: right;
			}
			#toprightmenu2{
				background-color: #ffffff;
				width: 354px;
				text-align: right;
				float: right;
				padding-right: 2px;
			}
			#toprightmenu2 a{
				color: #cccccc;
				font-size: 9pt;
				text-decoration: none;
			}
			#menu2 {
				background-color: #ffffff;
				height: 22px;
			}
			#mainmenu2{
				background-color: #C90016;
				height: 22px;
				width: 750px;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 5px;
			}
			#outer-image2{
				background-color: #ffffff;
				height: 10px;
			}
			#inner-image2{
				background-color: #ffffff;
				background-image:url(images/blaastreg.gif);
				background-repeat:repeat-x;
				height:7px;
				width:750px;
				margin-left: auto;
				margin-right: auto;
			}
			#content2{
				background-color: #ffffff; 
				margin: 0;
				padding: 0;
			}
			#navbar2{
				background-color: #ebebeb;
				margin-left: 5px;
				margin-top: 5px;
				padding: 0;
				width: 148px;
				float: left;
				min-height: 385px;
				font-size: 9pt;
			}

			#inner-navbar2 {
				margin-top: 35px;
			}
			#inner-navbar2 hr{
				color:#000000;
				height:1px;
				margin-right:auto;
				width:90%;
			}
			#inner-navbar2 b{
				padding-left: 20px;
			}
			#main-content2{
				background-color: #ffffff;
				
			}
			/* #left_inside_content2{
				background-color: #ebebeb;
				width: 466px; 
				/* margin-left: 150px; */
				margin: 5px;
				padding-top: 35px;
				font-size: 9pt;
			}
			#right_inside_content2{
				background-color: #ffffff;
				width: 139px;
				float: right;
				min-height: 385px; 
				margin-left: 0px;
				margin-top: 0px;
				padding-top: 5px;
				padding-left: 0px;
				font-size: 9pt;
			} */ 
			#footer2{
				background-color: #ffffff;
				clear: both;
			}
			#rootline2 a{
				color: #cccccc;
			}
			#rootline2{
				background-color: #ebebeb;
				margin-top: 5px;
				width: 466px;
				float: left;
				font-size: 9pt;
				
			}
			.prop{
				height:386px;
				float:right;
				width:5px;
				border: 1px solid black;
				z-index:3;
				float: right;
				display: none;
			}
			/* ### slut  ###  */			

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
		

		.menu {
		/* margin-left: 2em; */
		margin-left: 90px;;
		
		width:750px; 
		/* font-size:0.85em; */
		font-size: 9pt;
		position:relative;
		z-index:100;
		}
		/* remove all the bullets, borders and padding from the default list styling */
		.menu ul {
		padding:0;
		margin:0;
		list-style-type:none;
		}
		.menu ul ul {
		width:150px;
		}
		/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
		.menu li {
		float:left;
		/* width:140px; */
		width:100px;
		position:relative;
		}
		/* style the links for the top level */
		.menu a, .menu a:visited {
		display:block;
		/* font-size:11px;  */
		font-size: 9pt; 
		text-decoration:none; 
		color:#fff; 
		/* width:129px;  */
		width:99px; 
		/* height:30px;  */
		height:21px; 
		/* border:1px solid #000000;  */
		border-width:1px 1px 1px 0; 
		/* background:#758279; */
		/* background:#C90017; */
		padding-left:5px; 
		/* line-height:29px; */
		line-height:20px;
		}
		/* a hack so that IE5.5 faulty box model is corrected */
		* html .menu a, * html .menu a:visited {
		width:150px;
		w\idth:139px;
		}

		/* style the second level background */
		.menu ul ul a.drop, .menu ul ul a.drop:visited {
		/* background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat; */
		background:#ffffff url(../../graphics/drop.gif) bottom right no-repeat;

		}
		/* style the second level hover */
		.menu ul ul a.drop:hover{
		/* background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat; */
		background:#ffffff url(../../graphics/drop.gif) bottom right no-repeat;
		}
		.menu ul ul :hover > a.drop {
		/* background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat; */
		background:#000000 url(../../graphics/drop.gif) bottom right no-repeat;
		}
		/* style the third level background */
		.menu ul ul ul a, .menu ul ul ul a:visited {
		background:#e2dfa8;
		}
		/* style the third level hover */
		.menu ul ul ul a:hover {
		background:#b2ab9b;
		}


		/* hide the sub levels and give them a positon absolute so that they take up no room */
		.menu ul ul {
		visibility:hidden;
		position:absolute;
		height:0;
		/* top:31px; */
		top:20px;
		left:0; 
		width:150px;
		}
		/* another hack for IE5.5 */
		* html .menu ul ul {
		top:30px;
		t\op:31px;
		}

		/* position the third level flyout menu */
		.menu ul ul ul{
		left:150px; 
		top:0;
		width:150px;
		}
		/* position the third level flyout menu for a left flyout */
		.menu ul ul ul.left {
		left:-150px;
		}

		/* style the table so that it takes no ppart in the layout - required for IE to work */
		.menu table {position:absolute; top:0; left:0;}

		/* style the second level links */
		.menu ul ul a, .menu ul ul a:visited {
		/* background:#d4d8bd;  */
		background:#ffffff; 
		color:#000; 
		height:auto; 
		line-height:1em; 
		padding:5px 10px; 
		width:129px
		/* yet another hack for IE5.5 */
		}
		* html .menu ul ul a{
		width:150px;
		w\idth:129px;
		}


		/* style the top level hover */
		.menu a:hover, .menu ul ul a:hover{
		color:#fff; 
		/* background:#949e7c; */
		background:#000000;
		}
		.menu :hover > a, .menu ul ul :hover > a {
		color:#fff;
		/* background:#949e7c; */
		background:#000000;
		}

		/* make the second level visible when hover on first level list OR link */
		.menu ul li:hover ul,
		.menu ul a:hover ul{
		visibility:visible; 
		}
		/* keep the third level hidden when you hover on first level list OR link */
		.menu ul :hover ul ul{
		visibility:hidden;
		}

		/* make the third level visible when you hover over second level list OR link */
		.menu ul :hover ul :hover ul{ 
		visibility:visible;
		}

