@font-face {
  font-family: Lavi;
  src: local(Lavi),
       url(Lavi.ttf);
}


.term {
	color: #1b1b1b;
	background-image: url(tables.png);
	background-repeat: repeat-y;
	width: 432px;
	margin: auto;
}

.top {
	margin: 0;
	background-image: url(top.png);
	background-repeat: no-repeat;
	width: 432px;
	height: 37px;
}

.bottom {
	margin: 0;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	width: 432px;
	height: 44px;
}

.description {
	width: 80%;
	margin: auto;
	font-family: Lavi;
	font-size: 12pt;
}

.gold {
	color: #1b1b1b;
	background-color: transparent;
}

.termin:hover {
	background-color: #9C5624;
}

.termin {
	background-color: #7A3402;
}

.linkbutton {
	color: #ffffff;
	display:block;
	background-color: #990000;
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	float: left;
	font-size: 12px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
 }

.linkbutton2 {
	color: #ffffff;
	display:block;
	background-color: #7A3402;
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	font-size: 12px;
	margin: auto; 
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	
}

.linkbutton2:hover {
	color: #ffffff;
	background-color: #9C5624;
}

.linkbutton:hover {
	color: #ffffff;
	background-color: #BB0000;
}

.linkbutton:active {
	color: #ffffff;
	background-color: #BB0000;
}

.linkbutton2:active {
	color: #ffffff;
	background-color: #9C5624;
}

.linkbutton:active, .linkbutton2:active {
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
}
