/* Eingaben */

#login_scroll {
	width:850px;
	height:270px;
	overflow:auto;
	-moz-outline:0;
}

#login_pos {
	float:left;
	margin-top:25px;
	width:250px;
}

#logout_pos {
	float:left;
}

#user, #password, #submit_pos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8D959F;
	clear:both;
	float:right;
	margin-top:5px;
}

#submit {
	position:absolute;
	margin-top:-22px;
	margin-left:20px;
}


input.text {
	width:150px;
	border:solid 1px #A2A9B1;
	background-color:#FFFFFF;
	color:#8D959F;
	font-size:10px;
	height:14px;
}

input.submit {
	width:100px;
	font-size:10px;
	border:none;
	background-color:#FFFFFF;
	color:#8D959F;
}

input.submit2 {
	width:100px;
	font-size:10px;
	border:solid 1px #A2A9B1;
	background-color:#FFFFFF;
	color:#8D959F;
}

#user_input, #user_input2, #user_input3 {
	border: solid 1px;
	background-color:#eeeeee;
	padding:5px;
	margin-right:5px;
}
#user_input {
	/*width:720px;*/
}

#user_input2 {
	/*width:290px;*/
}

#user_input3 {
	/*width:290px;*/
}

/* Überschriften */

.label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8D959F;
	font-weight:bold;
	clear:both;
}

#user_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8D959F;
	font-weight:bold;
	text-align:center;
	clear:both;
}

#user_line {
	clear:both;
}

#log_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8D959F;
	font-weight:bold;
	text-align:center;
	clear:both;
}

#log_line {
	clear:both;
}

#file_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8D959F;
	font-weight:bold;
}

#file_line {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8D959F;
}

/* Spalten */

.user_select, .user_name, .user_password, .user_active, .user_date, .user_files, .user_release  {
	float:left;
	height:18px;
}

.user_name, .user_password, .user_active {
	border-right:solid 1px;
}

.user_select {
	width:30px;
	text-align:center;
	clear:both;
}

.user_name {
	width:300px;
	padding-left:5px;
	text-align:left;
}

.user_password {
	width:200px;
	padding-left:5px;
	text-align:left;
}

.user_active {
	width:50px;
	text-align:center;
}

.user_date {
	width:120px;
	text-align:center;
}

.user_release {
	margin-left:35px;
	background-color:#eeeeee;
	width:665px;
	clear:both;
}

.log_date, .log_time, .log_name, .log_release  {
	float:left;
	height:18px;
}

.log_date, .log_time, .log_name  {
	border-right:solid 1px;
}

.log_date {
	width:85px;
	text-align:left;
	clear:both;
}

.log_time {
	width:60px;
	text-align:left;
	padding-left:5px;
}

.log_name {
	width:200px;
	text-align:left;
	padding-left:5px;
}

.log_release {
	width:300px;
	text-align:left;
	padding-left:5px;
}

.file_select, .file_name, .file_name2, .file_size, .file_typ, .file_date, .file_load  {
	float:left;
	height:18px;
}

.file_name, .file_size, .file_typ  {
	border-right:solid 1px;
}

.file_select {
	width:30px;
	text-align:center;
	clear:both;
}

.file_name {
	width:300px;
	padding-left:5px;
}


.file_name2 {
	width:300px;
	clear:both;
}

#file_line a, #file_line a:link, #file_line a:visited, #file_line a:hover {
	text-decoration:underline;
}

.file_size {
	width:85px;
	text-align:right;
	padding-right:5px;
}

.file_typ {
	width:75px;
	text-align:center;
}

.file_date {
	width:115px;
	text-align:center;
}

.file_load {
	width:75px;
	text-align:left;
	padding-left:5px;
	border-left:solid 1px;
}

/* Info */

.info {
	height:18px;
	clear:both;
}

/* Fehlermeldungen */

#error {
	font-size:10px;
	color:#EB2313;
}
