/* CSS Document */

.loginfeld{
	background: transparent url(bilder/login.gif) no-repeat 0 0;
	width: 54px;
	height: 20px;
	}
.loginfeld:hover{
	background: transparent url(bilder/login_ro.gif) no-repeat 0 0;
	}	
.logoutfeld{
	background: transparent url(bilder/logout.gif) no-repeat 0 0;
	width: 63px;
	height: 20px;
	float: none;
	}
.logoutfeld:hover{
	background: transparent url(bilder/logout_ro.gif) no-repeat 0 0;
	}		
	

.formfield {
	color: #666666;
	border:1px solid #999999;
	font-size: 100%;
	background: #fff url(bilder/button-bg.gif) repeat-x 0 0;
}
.dateikasten{
	min-height: 150px;
	height: 150px;
	border: 1px solid #CCC;
	overflow: auto;
	margin: 0 0 5px 0;
}

.filelist{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	display: block;
	width: 430px;
	/*height: 16px;*/
	padding: 5px 0 5px 0px;
	margin: 0 0 0 5px;
	/*float: left;*/
}


/*
.filelist a:link, .filelist a:visited { background: transparent url(bilder/pfeil.gif) no-repeat 0 0;}
.filelist a:hover, .filelist a:active { background: transparent url(bilder/pfeil_ro.gif) no-repeat 0 0; text-decoration:none; font-weight:bold;}
*/




