body {
  background-color: #ffffff;
  margin-top: 0px;
}

table.main {
  width: 100%;
  border-style: none;
}

table.content {
  position: relative;
  top: -9px;
  width: 100%;
  border-style: none;
  background-color: #ffffff;
}

table.tabell {
  width: 100%;
  padding: 1px;
  border-style: none;
}

td.menu {
  width: 160px;
  vertical-align: top;
}

td.info {
  padding: 14px;
  vertical-align: top;
}

td.banners {
  width: 160px;
  vertical-align: top;
  background-color: #ffffff;
}

td.head {
  border-style: none;
  background-image: url('../images/head.gif'); 
  width: 100%;
  height: 116px;
}

td.text{
  font-size: 12px;
  font-family: sans-serif;
  color: #171717;
}

th {
  font-family: sans-serif;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
}


p {
  font-size: 12px;
  font-family: sans-serif;
  color: #171717;
}

p.menu {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: bold;
  color: #000000;
}

p.small {
  font-size: 9px;
  font-family: sans-serif;
  color: #000000;
}

h1 {
  font-size: 18px;
  font-family: sans-serif;
  color: #000000;
}

h2 {
  font-size: 16px;
  font-family: sans-serif;
  color: #000000;
}

h3 {
  font-size: 14px;
  font-family: sans-serif;
  color: #000000;
}

h4 {
  font-size: 12px;
  font-family: sans-serif;
  color: #000000;
}

h5 {
  font-size: 10px;

  font-family: sans-serif;
  color: #000000;

}

h6 {
  font-size: 8px;
  font-family: sans-serif;
  color: #000000;
}

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

#meny {
	width: 200px;
	margin: 10px;
	border-style: solid;
	border-color: #656556;
	border-size: 1px;
	border-width: 1px;
    vertical-align: top;
	}

#meny li a {
	height: 32px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}

#meny li a:link, #meny li a:visited {

	color: #656556;
	display: block;
	background:  url('../images/menu.gif');
	padding: 8px 0 0 20px;
	}


#meny li a:hover {
	color: #474739;

	background:  url('../images/menu.gif') 0 -32px;
	padding: 8px 0 0 20px;
    }

