@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

img {
	border:0;
}

div#topspacer  {
	position:relative;
	width:100%;
	height:3px;
	background-color:#829a28;
}

div#menu {
	width:100%;
	float:left;
}

div#leftcolum {
	width:714px;
	float:left;
	vertical-align:bottom;
	
}

div#rightcolum {
	width:335px;
	height:425px;
	float:left;
	padding: 5px;
	font-family:Arial;
	font-size:12px;
}



div#hjerneskadelogo {
	width:425px;
	height:60px;
	position:absolute;
	z-index:1;
	left:22px;
	top:30px;
}

div#stortekst {
	width:425px;
	height:60px;
	position:absolute;
	z-index:2;
	left:630px;
	top:85px;
}

div#bottom {
	position:absolute;
	z-index:3;
	left:0px;
	top:500px;
	height:131px;
	width:100%;
	background-image: url(./images/fp/bottom.png);
}

td#menutypografi {
	font-family:Arial;
	font-size:12px;
	text-right:right;
}

div#contentWrapper  {
	position:relative;
	width:1062px;
	margin:auto;

}

div#ctWrap {
	position:relative;
	background-image: url(./images/fp/BG.jpg);
	background-repeat:repeat-x;
	width:100%;
}

/* LINKS */

td#fLink a {
	color:#95a52a;
	text-decoration:none;
}

td#fLink a:hover {
	text-decoration:underline;
	color:#95a52a;
}

/* MENU */

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

