

body
	{
	background:#ffffff;
	background-image: url(../images/bg.gif);
	padding: 50px;
	text-align:center;
	font-family:verdana, arial;
	font-size:11px;
	line-height:18px;
	}

h1
	{
	font-size:14px;
	margin:0;
	margin-bottom:5px;
	}

h2
	{
	font-size:12px;
	margin:0;
	}

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

a:hover
	{
	color:#000;
	text-decoration:underline;	
	}

#container
	{
	width:840px;
	margin:0 auto;
	padding:0px;
	background:#FFFFFF;
	}

#top
	{
	background:#ffffff;
	padding:10px;
	text-align:left;
	}

#meny
	{
	background-image: url(../images/meny.gif);
	background-repeat: repeat-x;
	height:33px;

	padding:2px;
	padding-left:20px;

	text-align:left;
	}

#meny a
	{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	}

#meny a:hover
	{
	color:#004e9f;
	text-decoration:underline;	
	font-weight: bold;
	}

#meny a#current
	{
	color:#004e9f;	
	font-weight: bold;
	text-decoration:underline;	
	}

#content
	{
	background:#FFF;
	text-align:left;
	padding:20px;
	display:table;
	}

#footer
	{
	text-align:left;

	padding-left: 20px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	}
