body {
	background:#ffffff;
	font-family:verdana, arial,helvetica,sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}
h1 {
	font-family:arial,helvetica,sans-serif;
	font-size:26px;
	color:#333333;
	line-height:28px;
	margin:5px 0px;
	padding:5px 0px;
	font-weight:bold;

}
h2 {
	font-family:arial,helvetica,sans-serif;
	font-size:18px;
	color:#8e001c;
	line-height:26px;
	margin:5px 0px;
	padding:5px 0px;
}
h3 {
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	color:#333333;
	line-height:22px;
	margin:5px 0px;
	padding:5px 0px;
	font-weight:bold;
}
h5 {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#89001b;
	line-height:25px;
	margin:5px 0px;
	padding:5px 0px;
	display:inline;
}
h5 a {
	text-decoration:none;
	color:#000000;
}
h5 a:hover {
	text-decoration:underline;
	color:#000000;
}
#page {
	width:900px;
	margin:0px auto;
}
#container {
	position:relative;
	float:left;
	width:900px;
}

#logotype {
	text-align:right;
	height:100px;
	background:url("/core/templateresources/loggo.gif") top left no-repeat;
}

/* MENYN */

#meny {
	margin:0px;
	padding:0px;
	list-style: none;
	display:block;
	margin-top:10px;
	padding-top:3px;
	height:22px;
	text-align:left;
	background:url("/core/templateresources/footer.gif") top left no-repeat;
	margin-bottom:10px;
	padding-left:15px;

}
#meny a {
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

#meny a:hover {
	text-decoration:underline;
}

#meny li
{
	float:left;
	list-style: none;
	width:auto;
	text-align:left;
	margin:0px;
	padding:0px;
	padding-right:30px;
}

#meny li a
{
	display: block;
	text-decoration: none;
	white-space: nowrap
}

#meny li ul
	{
		margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
		background-color:#8e001c;
		z-index:999;
		width:inherit;
	}
	
	#meny li ul li {
		float: none;
		list-style: none;
		margin:5px;
		margin-right:0px;
		padding-right:0px;
		}



#content {
	width:900px;
}

a {
	text-decoration:none;
	color:#89001b;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#89001b;
	font-weight:bold;
}

#footer {
	position:relative;
	float:left;
	width:880px;
	height:25px;
	background:url("/core/templateresources/footer.gif") top left no-repeat;
	color:#ffffff;
	padding:0px 10px;
	line-height:25px;
	margin:10px 0px;
font-size:10px;
}

#footer a {
	text-decoration:none;
	color:#ffffff;
	font-size:10px;
}

#footer a:hover {
	text-decoration:underline;
}

.coreHdelimiter {
	position:relative;
	height:1px;
	margin:10px 0px 10px 0px;
	background:url("/core/templateresources/hdlimiter.gif");
	overflow:hidden;
}
hr {height:1px;border:0;color:#ccc;background-color:#ccc;margin:5px 0;padding:0;}
