body
{
	background-color: #aaaaaa;
}

#sup
{
	height: 600px;
	width: 970px;
	background-color: #ffffff;
	padding: 10px;
}

/*menyn*/
#menu
{
	height: 600px;
	width: 170px;
	background-color: #ffffff;
	border-right: 1px solid #000000;
	
	float: left;
}

#menu ul
{
	list-style: none;
	margin-top: -0px;
}

#menu ul li
{
	margin-left:-30px;
	margin-top: -2px;	/*radmellanrum*/
}

#menu ul a
{
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#menu ul a:hover
{
	color: #ff0000;
}

#subsup
{
	height: 600px;
	width: 790px;
	background-color: #ffffff;
	
	float: left;
}

.logo_framsida
{
	width: 780px;
	height: 580px;
	
	margin-left: 10px;
}

#logo_framisda_padding
{
	width: 100%;
	height: 30px;
	background-color: #ffffff;
}

#leftcol
{
	height: 580px;
	width: 285px;
	background-color: #ffffff;
	
	float: left;
}

#leftcol p
{
	margin: 10px;
	font-family: arial;
	font-size: 12px;
	color: #000000;

	text-align: left;
}

#rightcol
{
	height: 580px;
	width: 505px;
	background-color: #ffffff;
	
	float: left;
}

#rightcol p
{
	margin: 10px;
	margin: 10px;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

#rightcol a
{
	text-decoration: none;
}

#footer
{
	width: 790px;
	height: 20px;
	
	background-color: #ffffff;
	
	text-decoration: none;
	font-family: Courier;
	font-size: 14px;
	color: #000000;
}
/*
#footer p
{
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
	color: #000000;
	
	//magin: 0px;
	//margin-left: 10px;
}
*/