/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */

.m0l0iout {
	font: 13px Arial;
	text-decoration: none;
	color: #000066;
	padding: 2px;
	height: 15px;
}
.m0l0iover {
	font: 13px Arial;
	text-decoration: none;
	color: #000066;
	height: 15px;
	padding: 2px;
}
*/
/* level 0 outer */
.m0l0oout {
	font: 13px Arial;
	text-decoration : none;

	height: 15px;
	padding: 2px;
}
.m0l0oover {
	font: 13px Arial;
	text-decoration : none;
	height: 15px;
	padding: 2px;	
}



/* level 1 inner */

.m0l1iout {
	font: 13px Arial;
	text-decoration: none;
	color: #000066;
	padding: 1px 0px 1px 2px;
}
.m0l1iover {
	font: bold 13px Arial;
	text-decoration : none;
	color: #000066;
	padding: 1px 0px 1px 2px;
}

/* level 1 outer */

.m0l1oout {
	font: bold 13px Arial;
	text-decoration : none;
	border : 1px solid #003399; 
	background: #CCCCFF;
	filter: alpha(opacity=100);
}
.m0l1oover {
	font: bold 13px Arial;
	text-decoration : none;
	border : 1px solid #003399;  
	background: #CCCCFF;
}

/* level 2 inner */

.m0l2iover {
	font: bold 13px Arial;
	text-decoration : none;
	color: #000066;
	padding: 1px 0px 1px 2px;
}
/* level 2 outer */
.m0l2oout {
	font: bold 13px Arial;
	text-decoration : none;
	border : 1px solid #003399; 
	background: #CCCCFF;
	filter: alpha(opacity=100);
}
.m0l2oover {
	font: bold 13px Arial;
	text-decoration : none;
	border : 1px solid #003399;  
	background: #CCCCFF;	
}


/* the rest?*/

.bgImageInTD {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.Frontpage {
	background-image: url(../../billeder/logobg-1a.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.dashedbottomLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
