body
{
background-color: #BDB4B4
}

body.text
{
	background-color: #D0CBCB
}

body.text1
{
	background-color: #BDB4B4
}

#menu {
}	

#menu ul {
	display: inline;
}

#menu ul li {
  height:25px;
  list-style: none;

  font-family: arial;
  font-size: 15px;
  color: #8E3621;
  font-weight: bold;  
}

#menu ul li.inaktiv {
  text-decoration: line-through;
}

#menu ul li a {
  color: #8E3621;	
  text-decoration: none;
}

#menu ul li a:hover {
  color: #000000;  
  text-decoration: none;
  }

#text{
}

#text p {
	text-align: justify;
	color: #8E3621;
	font-family: arial;
	font-size: 15px
}

#text p.fett {
	font-weight: bold;
}

#text p.center {
	text-align: center;
}
#text h4 {
	color: #8E3621;
	font-weight: bold;
	text-align: center;
	font-family: arial;
	text-decoration: underline; 
}

#text h4.1 {
	text-decoration: none;
}

#text a {
	color: #8E3621;	
	text-decoration: underline;
}

#text a.links {
	text-indent: 50pt;
}