
body {
	padding: 0;
	margin: 0;
	background: #C9C9C9 url(/img/graa.png);
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
}

p.ingress {
        font-weight: bold;
}

h2 {
        font-size: 16px;
}

a {
	color: #DD4040;
	text-decoration: underline;
}
a:hover {
	color: #908476;
	/*text-decoration: underline;*/
}

li {
	list-style-type: square;
}

a img { border: 2px solid white; }
a:hover img { border: 2px solid #5D688A; }

td.filled {
	background: #5D688A url(/img/blaa.png);
}
td.filled img {
        display: block;
}

td.content {
	width: 438px;
	background-color: #fff;
	color: inherit;
	padding: 6px;
	padding-top: 40px;
	vertical-align: top;
}

table.meny {
	margin: 0;
	border-collapse: collapse;
        text-align: left;	
}
table.meny td {
	border: 1px solid #E4E3E3;
	background-color: #8A8A8A;
	color: #E4E3E3;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
        text-align: left;
        width: 86px;
}
table.meny td a:link, table.meny td a:visited, table.meny td a:active {
	color: #E4E3E3;
	text-decoration: none;
}
table.meny td a:hover {
	color: #5D688A;
	text-decoration: none;	
}

td.footer {
	padding: 3px;
/*	padding-top: 10px;*/
	background-color: #fff;
	text-align: center;
	vertical-align: bottom;
	font-size: 10px;
	color: #908476;
}
td.footer a {
	color: #908476;
	text-decoration: none;		
}

td.gap {
	width: 2px;
	max-width: 2px;
}

table.ansatte strong a {
        text-decoration: underline;
        color:#333333;
}
table.ansatte strong a:hover {
        text-decoration: underline;
        color:#5D688A;
}

td.sig {
	font-size: 8px;
	color: #777;
	padding-left: 500px;
}
td.sig a {
	color: #777;
	text-decoration: none;
}

.blaa { color: #5D688A; }
