body, table {
  font-family: Arial;
  font-size: 11px;
  color: #6b696a;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	
	color: #ad9961;
	font-weight: normal;
}

a {
	color: #ad9961;
	text-decoration: underline;
}

a:hover {
	color: #ad9961;
	text-decoration: none;
}

div.button {
  height: 22px;
	
	cursor: pointer;
}

div.button div {
  float: left;
  
  line-height: 22px;
}

div.button div.buttonLeft {
  width: 6px;
  height: 22px;
  
  background-image: url('./../images/button/links.gif');
  background-repeat: no-repeat;
}

div.button div.buttonMiddle {
  height: 22px;
  
  padding: 0 10px;
  
  background-image: url('./../images/button/midden.gif');
  background-repeat: repeat-x;
}

div.button div.buttonRight {
  width: 6px;
  height: 22px;
  
  background-image: url('./../images/button/rechts.gif');
  background-repeat: no-repeat;
}