* {
	padding: 0;
	margin: 0;
}

body {
	background: #B1B1B1 url(../img/bg.gif) repeat-x;
}

body,td {
	font: 11px/1.4em verdana,helvetica,arial,sans-serif;
	color: #515151;
}

table.main {
	margin-top: 10px;
	width: 760px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.main td.toppmeny {
	background: url(../img/linje_topp.gif) no-repeat;
	height: 24px;
	text-align: center;
}

table.main td.toppmeny a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}

table.main td.toppmeny a:hover {
	color: #eaeaea;
}

table.main td.bunnmeny {
	background: url(../img/linje_bunn.gif) no-repeat;
	height: 30px;
	text-align: center;
}

table.main td.bunnmeny, table.main td.bunnmeny a {
	font-size: 14px;
	color: #bfbfbf;
	text-decoration: none;
	font-weight: bold;
}

table.main td.hoved {
	background-color: #fff;
	padding: 10px;
}

h1 {
	margin: 5 0 20px;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}