body {
	padding: 0px;
	margin: 0px;
	background-color: #ededed;
	font: 10px Tahoma;
	color: #7d7d7d;
	text-align: center;
}

a:link{color: #001056; text-decoration: none;}
a:visited{color: #001056; text-decoration: none;}
a:hover{color: #001056; text-decoration: none;}

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

#up {
	width: 100%;
	height: 181px;
	background-repeat: repeat-x;
	background-image: url(../images/upbg.jpg);
}

#down {
	width: 100%;
	height: 400px;
	background-repeat: repeat-x;
	background-image: url(../images/downbg.jpg);
	background-color: #ededed;
}

#upalign {
	width: 900px;
	height: 181px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url(../images/logo.jpg);
	
}

#menycontainer {
	width: 615px;
	height: 23px;
	font: 11px Tahoma;
	text-align: left;
}

#mainbg {
	width: 615px; 
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main {
	width: 615px; 
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f8f8f8;
	border-bottom: 1px solid #cbcbcb;
	text-align: left;
}

.copy {
	font: 10px;
}

.foretaget {
	margin-left: 300px;
	font: 10px;
}


#meny ul{float: left; margin-top: 0px; text-align: left;}
#meny li{display: inline;}
#meny ul a{float: left; text-decoration: none; padding: 5px 13px;}
#meny a:link{color: #001b8f;}
#meny a:visited{color: #001b8f;}
#meny a:hover{background: #f8f8f8; color: #999999;}
#meny a#current{background: #f8f8f8; color: #999999;}