body, td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
img {border: none;}

a {
	outline: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a.menu {
	color: #D2232A;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover.menu {color: #000000;}

a.menuON {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	letter-spacing: 1px;
}
a:hover.menuON {color: #D2232A;}


/* MENY PÅ STARTSIDAN */
ul#menu-start {
	list-style: none;
	border-left: solid 1px #fff;
	padding-left: 10px;
	margin-left: 104px;
}
ul#menu-start li {
	margin-bottom: 4px;
}
ul#menu-start li a, ul#menu li a{
	color: #D2232A;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
}
ul#menu-start li a:hover {
	color: #FFF;
}

.footer {
	font-size: 10px;
	color: #D2232A;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5 {color:#D2232B;}

h1 {font-size:18px;} /*24px*/
h2 {font-size:16px;} /*22px*/
h3 {font-size:14px;} /*16px*/
h4 {font-size:18px;}
h5 {font-size:16px;}



