a         {
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color: #B4AC98;
	text-transform: capitalize;
}
a:link    { color:#B4AC98; text-decoration:none; }
a:visited { color:#D0C9C1; text-decoration:none; }
a:active  {
	color:#CBC7B8;
	text-decoration:underline overline;
	background-color: #776356;
}
a:hover   {
	color:#36361C;
	text-decoration:underline overline;
	background-color: #B4AC98;
}

body {
 font-family: Verdana;
 font-size: 13px;
 color:#B9AC91;
 scrollbar-face-color:#e7e9DC;
 scrollbar-highlight-color:#e7e9DC;
 scrollbar-3dlight-color:#a2A88C;
 scrollbar-darkshadow-color:#a2A88C;
 scrollbar-shadow-color:#e7e9DC;
 scrollbar-arrow-color:#a2A88C;
 scrollbar-track-color:#a2A88C;
}

table {
 font-family: Verdana;
 font-size: 13px;
}

.rundrum {
	border: 1px solid #999900;
 }

.unten
{
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999900;
	border-right-color: #999900;
	border-bottom-color: #BAA67F;
	border-left-color: #999900;
	border-top-width: 0px;
 }
