* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100.5%;
}

a {
	text-decoration: none;
}
	
	a img {
		border: 0;
	}
	
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
.right {
	float: right;
}

#wrapper {
	background: #1F1F1F url(../images/bg_wrapper.jpg) bottom center no-repeat;
	margin: 0 auto 10px auto;
	padding: 0 0 9px 0;
	width: 838px;
}

#content_wrapper {
	background: url(../images/bg_content_wrapper.jpg) top center repeat-y;
	zoom: 1;
}

#inner_content_wrapper {
	background: url(../images/bg_inner_content_wrapper.jpg) top left no-repeat;
	padding: 0 0 20px 0;
}

#frm_wrapper {
	background: url(../images/bg_frm_wrapper.jpg) top left no-repeat;
	list-style: none;
	line-height: 27px;
	padding: 50px 80px 20px 80px;
	width: 678px;
}

	#frm_wrapper li {
		line-height: 0;
		height: 27px;
		padding-bottom: 10px;
		vertical-align: middle;
	}
	
	#frm_wrapper li.warning {
		font-weight: bold;
		height: auto;
		line-height: normal;
		text-align: center;
	}
	
	#frm_wrapper #bt_login_wrapper {
		height: 29px;
	}
	
#frm_login {
	margin: 0 auto;
	width: 290px;
}

	#frm_login label {
		left: 0;
		position: relative;
		top: 8px;
	}
	
	#frm_login select, #frm_login select option {
		margin-top: 1px;
		width: 141px;
	}

	#frm_login #user, #frm_login #passwd, #frm_login #ordner, #frm_login #name {
		background: url(../images/bg_input_text.jpg) top left no-repeat;
		border: 0;
		height: 22px;
		padding: 5px 2px 0 2px;
		width: 137px;
	}
	
	#frm_login #bt_login {
		background: url(../images/bg_login_button.jpg) top left no-repeat;
		border: 0;
		cursor: pointer;
		height: 29px;
		left: 141px;
		position: relative;
		top: 15px;
		width: 143px;
	}
	
	#frm_login #bt_anlegen {
		background: url(../images/bg_anlegen_button.jpg) top left no-repeat;
		border: 0;
		cursor: pointer;
		height: 29px;
		width: 143px;
	}
	
	#frm_login #bt_aendern {
		background: url(../images/bg_aendern_button.jpg) top left no-repeat;
		border: 0;
		cursor: pointer;
		height: 29px;
		width: 143px;
	}
	
	#frm_login label {
		display: inline;
	}

h2 {
	background: url(../images/bg_h2.jpg) top left no-repeat;
	padding: 0 80px;
}

	h2 #subheader {
		border-bottom: 1px solid #767779;
		display: block;
		font-size: 90%;
		font-weight: bold;
		height: 57px;
		margin-bottom: 5px;
		padding: 32px 0 15px 0;
	}
	
	h2 #subheader span {
		left: 50px;
		position: relative;
		top: -20px;
	}

h3 {
	margin: 0 80px;
}

#php-file-tree {
	border: 0;
	font-size: 90%;
	line-height: 35px;
	margin-left: 115px;
	width: 678px;
}

	#php-file-tree tr, #php-file-tree td {
		height: 35px;
	}
	
	#php-file-tree td {
		padding: 0 0 0 7px;
	}

	#php-file-tree td.ast {
		background: url(../images/bg_ast.png) top left repeat-y;
		padding: 0;
		vertical-align: top;
		width: 31px;
	}
	
	#php-file-tree td.file {
		width: 300px;
	}
	
	#php-file-tree td.filesize {
		width: 77px;
		text-align: right;
	}
	
	#php-file-tree td.download {
		padding-left: 100px;
	}
	
		#php-file-tree .ebene1 td.file {
			width: 262px; /* = (width td.file) - (width astbild + padding-left #php-file-tree td) = 300 - (31 + 7) */
		}
		
		#php-file-tree .ebene2 td.file {
			width: 224px; /* = (width .ebene1 td.file) - 38 */
		}
		
		#php-file-tree .ebene3 td.file {
			width: 186px;
		}
		
		#php-file-tree .ebene4 td.file {
			width: 148px;
		}
	
	#php-file-tree a {
		color: #FFF;
		text-decoration: underline;
	}

	#php-file-tree a.button {
		background: url(../images/button_download.jpg) top right no-repeat;
		display: block;
		height: 20px;
		left: 0;
		margin: 0;
		position: relative;
		text-decoration: none;
		top: 10px;
		width: 93px;
	}
	
	#php-file-tree td.download form {
		width: 93px;
	}
	
	#php-file-tree a.button:hover {
		background-position: left;
	}
	
	#php-file-tree .delete_btn {
		background: url(../images/bg_delete_btn.jpg) top left no-repeat !important;
		display: block !important;
		height: 20px !important;
		left: 100px !important;
		position: relative !important;
		text-decoration: none !important;
		top: -10px !important;
		width: 21px !important;
	}

#footer {
	border-top: 1px solid #767779;
	margin: 20px 80px 0 80px;
	padding-top: 20px;
}

	#footer a.button {
		background: url(../images/button_logout.jpg) top right no-repeat;
		display: block;
		height: 29px;
		margin: 0 0 0 537px;
		text-decoration: none;
		width: 143px;
	}
	
#footer_admin {
	border-top: 1px solid #767779;
	margin: 20px 80px 20px 80px;
	padding-top: 20px;
}

	#footer_admin a.button {
		display: block;
		height: 29px;
		text-decoration: none;
		width: 143px;
	}
	
	#footer_admin #zurueck {
		background: url(../images/button_zurueck.jpg) top left no-repeat;
		float: left;
	}
	
	#footer_admin #logout {
		background: url(../images/button_logout.jpg) top right no-repeat;
		float: right;
	}
	
#center_content {
	font-size: 12px;
	margin: 0 80px;
	text-align: center;
}

#content {
	margin: 0 80px;
}

	#content .button {
		display: block;
		height: 20px;
		text-decoration: none;
		width: 93px;
	}
	
	#content #upload_btn {
		background: url(../images/button_upload.jpg) top left no-repeat;
	}

	#content #bearbeiten_btn {
		background: url(../images/button_bearbeiten.jpg) top left no-repeat;
		margin-bottom: 2px;
	}

	#content #loeschen_btn {
		background: url(../images/button_loeschen.jpg) top left no-repeat;
	}
	
	#content .buttons_right {
		float: right;
		margin-right: 30px;
	}
	
	#content .angaben {
		float: left;
	}

/* Upload oben */
#content2 {
	border-bottom: 1px solid #767779;
	margin: 0 80px;
	padding-bottom: 20px;
}

	#content2 .button {
		display: block;
		height: 20px;
		text-decoration: none;
		width: 93px;
	}
	
	#content2 #upload_btn {
		background: url(../images/button_upload.jpg) top left no-repeat;
	}

	#content2 #neu_btn {
		background: url(../images/button_neu.jpg) top left no-repeat;
		margin-right: 30px;
	}
	
	#content2 #myUploadForm {
		left: 0;
		position: relative;
		top: -12px;
	}
	
	/* Benutzer- und Ordneransicht */
	#content2 .button_big {
		display: block;
		float: left;
		height: 29px;
		margin-right: 5px;
		text-decoration: none;
		width: 143px;
	}
		#content2 #ordneransicht {
			background: url(../images/ordneransicht.png) top left no-repeat;
		}
		#content2 #benutzeransicht {
			background: url(../images/benutzeransicht.png) top left no-repeat;
		}
	
.clear {
	clear: both;
	display: block;
}

.hidden {
	display: none;
}

.icon {
	margin: 0 6px -2px 0;
}

.add_user {
	left: 6px;
	position: relative;
	top: 2px;
}


/* PNG Fix */
img, td, #ordneransicht, #benutzeransicht { behavior: url(iepngfix.htc) }