@charset "utf-8";
body, p, td{
   font-size: 12px;
	color: Black;
	font-family: @Arial Unicode MS; 
	font-weight: normal;
	}
body {
	scrollbar-3dlight-color: White;
  scrollbar-darkshadow-color: White;
  scrollbar-highlight-color: White;
  scrollbar-shadow-color: White;
  scrollbar-arrow-color: White;
  scrollbar-face-color: #3A5E78;
  scrollbar-track-color: White;
	}
.set {
   font-size: 11px;
	color: Black;
	font-family: @Arial Unicode MS; 
	font-weight: normal;
	line-height: 13px;
	}	
a:link {
	color: #375C79;
	text-decoration: none;
	}
a:visited {
	color: #336081;
	text-decoration: none;
	}
a:hover {
	color: #EACF44;
	text-decoration: none;
	}
a:active {
	color: #EDD251;
	text-decoration: none;
	}
.rahmen {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0px;
}
.imp:link {
	color: White;
	text-decoration: underline;
	}
.imp:visited {
	color: White;
	text-decoration: underline;
	}
.imp:hover {
	color: White;
	text-decoration: none;
	}
.imp:active {
	color: White;
	text-decoration: none;
	}
