body{
	margin:0px auto;
	text-align: center;
	background-color: #7b7d8e;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#7b7d8e;
	scrollbar-darkshadow-color:#7b7d8e;
	scrollbar-track-color:#7b7d8e;
	scrollbar-face-color:#7b7d8e;}

input,textarea{
	font: 9px/11px verdana;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#9FC1EC;
	scrollbar-darkshadow-color:#9FC1EC;
	scrollbar-track-color:#9FC1EC;
	scrollbar-face-color:#9FC1EC;}

table{
	font-family: "Verdana", sans-serif;
	font-size: 8pt;
	color: #ffffff;}

a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	color:#ffffff;}

.footer{
	margin-top:1px;
	text-align:right;
	font-size: 7pt;}

.menu{
	width: 100%;
	border-bottom: 1px solid #000;	
	text-align: left;}

.rahmen{
    width:100%;
    height:100%;
    border-top-width:1px;
    border-right-width:0px;
    border-bottom-width:1px;
    border-left-width:0px;
    border-style: solid;
    border-top-color:#888888;
    border-bottom-color:#333333;}
    
.scroll{
	position:absolute;
	width: 123px;
	height: 300px;
	margin-left:10px;
	margin-right:10px;
	cursor:default;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Verdana", sans-serif;
	font-size: 7pt;
	color: #ffffff;}
	
.input_readonly{
	height: 18px;
	border: 1px solid;
	background-color: #B6B6B6;}

.input_write{
	height: 18px;
	width: 210px;
	border: 1px solid;
	background-color: #D8D8D8;}

