/* basic elements */
body { 
	background-position: top center;
	background-color: white;
	margin: 0px;
	margin-top: 35px;
	font: 8pt/12pt Arial, Helvetica, sans-serif;
	color: black;
}
p { 
	font: 8pt/12pt Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;	
	text-align:left;
	vertical-align:top;
}
b { 
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 37px;
	color: #CC0099;
	text-align:left;
	text-decoration: none;
	border-bottom: 1px dotted #CC0099;
	}
a.text { 
	font-weight: bold; 
	color: #CC0099;;
	text-decoration: none;
	border-bottom: 1px dotted #CC0099;
	}
a.text:visited {
	font-weight: bold; 
	color: #CC0099;;
	text-decoration: none;
	border-bottom: 1px dotted #CC0099;
	}
a.text:hover, a.text:active { 
	font-weight: bold; 
	color: #CC0099;;
	text-decoration: none;
	border-bottom: none;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CC0099;;
	}
a:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #CC0099;;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: magenta;
	}
a.menu {
	text-align: left;
	line-break: strict;
	line-height: 0%;
	text-indent: 0%;
}
a.menu:hover {			
	text-align: left;
	line-break: strict;
	line-height: 0%;
	text-indent: 0%;
}
td {
	border: none;
	text-align: left;
	vertical-align: top; 	
	font: 8pt/12pt Arial, Helvetica, sans-serif;
	color: #666666;
}

/* specific divs */

#container {
	background-image: url(images/top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 800px;
	height: 555px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	}

#content {
	margin: 180px 0px 0px 290px;
	vertical-align: top;
	width: 500px;
	border: 0px;
	border-style: solid;
	border-color: white;
	position: absolute;
}
#footer { 
	background-image: url(images/footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0px;
	bottom: 0;
	width: 100%;
	height:31px;
	position: static;
	text-align: left;
}
#vasen {
	margin: 260px 0px 0px 5px;
	vertical-align: top;
	width: 271px;
	border: 0px;
	position: absolute;
}
#meny {
	width: 395px;
	height: 68px;
	position: absolute;
	margin: 87px 0px 0px 280px;
	line-break: strict;
	line-height: 0%;
	text-indent: 0%;
}