#hd{
	height:210px;
	padding-bottom:20px;
}


div#megafon{
	float:right;
	position:relative;
	top:50px;
	right:100px;

}

div#logo{
	position:relative;
	float:left;
	top:-7px;
	padding-right:10px;
}


/*	NAVIGATION 
------------------------- */

#nav{
	height:45%;
	margin-top:20px;
	padding-top:20px;
	background-color:#ffffcc;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	font-family:arial;
	width:750px;
}


#nav ul li.mp{ /* menupunkt */
	float:left;
	margin-left:15px;
	width:140px;
	padding:10px;
}

#nav ul li.mp .header a,
#nav ul li.mp .header a:visited{
	color:#000066;
	font-size:140%;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li.mp .header a:hover{
	background-color:#CC3300; /*#000066;*/
	color:#ffffcc;
	text-decoration:none;
}

/*	ANDRE STYLES
------------------------- */

#introtext{ /* toptekst om mig, har samme egenskaber som en alm. introtext-style */
	background-color:#eee;
	padding: 5px 5px 5px 5px;
	margin-top:0.6em;
	margin-bottom:24px;
	border-top:1px dashed #bbb;
	border-bottom:1px dashed #bbb;
}

#adbox{
	background-color:#eee;
	border:1px solid #bbb;
	padding:5px 5px 0px 5px;
	margin-bottom:5px;
}