@import url(screen-common.css);
@import url(screen-div.css);
@import url(screen-table.css);
@import url(screen-link.css);
@import url(screen-paragraph.css);
@import url(screen-form.css);
@import url(screen-uebersetzungsCalc.css);

.InfoDIV {
	position:relative;
	clear:both;
	left:-30px;
	background-color:#d4dff4; 
	display:none;
	border:1px dashed black; 
	width:520px;
	overflow:auto;
	margin:0px;
	margin-top:10px;
	margin-bottom:6px;
	padding:0px; 
	padding-bottom:4px; }

.InfoDIVinTable {
	position:relative;
	left:55px;
	clear:both;
	background-color:#d4dff4; 
	display:none;
	border:1px dashed black; 
	width:520px;
	overflow:auto;
	margin:0px;
	margin-top:10px;
	margin-bottom:6px;
	padding:0px; 
	padding-bottom:4px; }

body {
	scrollbar-base-color : #3366CC;
	scrollbar-track-color : #F2F3F4;
	scrollbar-face-color : #D4DFF4;
	scrollbar-highlight-color : #D4DFF4;
	scrollbar-3d-light-color : #3366CC;
	scrollbar-dark-shadow-color : #3366CC;
	scrollbar-shadow-color : #3366CC;	
	scrollbar-arrow-color : #3366CC; }

#stdLinks {
	position:absolute;
	left:200px;
	top:126px;
	height:34px;
	width:600px;
	clear:both;
	background-color:#3366cc;
	z-index:4;
	text-align:left;
	color:#3c3;
	text-indent:0px;
	font-size:12px;
	padding-top:2px;
	margin:0px; }


