body
{
	background: #fff;
}

body.black
{
	background: #000;
}

body.red
{
	background: #D3104C;
}

body.meny
{
	background: #eee;
}

body, p, table, td, input, textarea
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	
}

span.highlight
{
	background: #e7e5d1;
	border: 1px solid d0ccab;
	padding: 2px;
}

h1
{
	font-weight: bold;
	font-size: 18px;
	color: #D3104C;
}

h2
{
	font-weight: bold;
	font-size: 13px;
}

a
{
	color: #D3104C;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}


#meny a
{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#meny a:hover
{
	text-decoration: none;
	color: #D3104C;
}

div#meny .hide
{
	background-color: #000;
	display: none;
}

