body{
	background-color: RGB(250,250,250);
	margin: 0px;
	padding: 50px;
	background-color: RGB(250,250,250);
	font-family: Arial, Helvetica, sans-serif;
	
}

#wrapper{
	background-color: RGB(250,250,250);
	/*border: 1px solid #E2E2E2;*/
	width: 1024px;
	margin: auto;
	padding-top: 0px;
	height: auto;
	min-height: 300px;
	
}

#header{
	background-color: RGB(250,250,250);
	width: 200px;
	height: 60px;
	text-align: center;
	color: #D3D3D3;
	font-weight: bold;
	font-size: x-large;
		
}
#nav{
	background-color: RGB(255,255,255);
	width: 100%;
	height: 40px;
}

#leiste{
	background-color: RGB(255,255,255);
	width: 100%;
	height: 10px;
	
}

#content{
	background-color: #ffffff;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	min-height:350px;
}

#footer{

	background-color: #660000;
	width: 840px;
	height: 10px;
	clear both;
}

a:link { text-decoration:none; color:blue; }
a:visited { text-decoration:none; color:blue;}
a:hover { text-decoration:underline; color:#A2A2A2; }

#border1{
border: 0px;

}
#td2{
	border: thin solid #E2E2E2;
}
table{
font-size:9pt;
font-family:Arial, Helvetica, sans-serif;

}
th{
font-size:10pt;
font-family:Arial, Helvetica, sans-serif;
text-align: left;

}
.rahmen{
	border-bottom: 2px solid #E2E2E2;
}
.upload 
.modificationdate,
.deleteicon {
	width: 15%;
}

.deleteicon {
	text-align: center;
}

h1{
	font-size:18pt;
}
.navimage{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	background-color: RGB(240,240,240);
	display: block;
	font-weight: bold;
	line-height: 19px;
	font-size: 11px;
}
a.navimage{
	color: RGB(100,100,100);
}
a.navimage:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	background-color: RGB(240,240,240);
	display: block;
	font-weight: bold;
	line-height: 19px;
	font-size: 11px;
	color: RGB(100,100,100)
}
a.navimage:hover{
	font-family: Arial, Helvetica, sans-serif;
	background-color: RGB(50,100,255);
	display: block;
	font-weight: bold;
	line-height: 19px;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
a.navimage:active{
	font-family: Arial, Helvetica, sans-serif;
	background-color: RGB(50,100,255);
	display: block;
	font-weight: bold;
	line-height: 19px;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
ul{
background-image: url("");
background-repeat: no-repeat;

}

.button {
	width: 88%;
	margin: auto;
	text-align: left;
}

.button button,
input[type="submit"] {
	margin: 10px 0 20px;
	height: 30px;
	border: 1px solid #B1B4B8;
    background-color: RGB(240,240,240);
}

.button.upload {
	width: 97%;
}

.download .modificationdate {
	padding-bottom: 10px;
}

.download th {
	font-weight: normal;
	width: 25%;
	padding: 5px;
}

.download .version {
	font-weight: bold;
	padding-top: 15px;
}

.download td {
	padding: 5px;
}

.download,
.upload {
	border-collapse: collapse;
}

.upload tr {
	height: 30px;
}

.permission, .permission-headline {
	width: 300px;
	position: relative;
	right: 312px
}

.uploadRights .permission, .uploadRights .permission-headline {
	right: 140px;
}

.permission {
	max-height: 400px;
    overflow-y: scroll;
	font-size: 9pt;
	
}

.permission input[type="checkbox"] {
	margin: 7px;
}

b {
	font-size: 10pt;	
}

.admin {
	height: 50px;
}

.description {
	word-wrap: break-word;
}

.custom-file-input {
	position: absolute;
	top: 10px;
    left: 17px;
    width: 280px;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 90%;
}

.hidden {
	position: relative;
    opacity: 0;
    z-index: 2;
}

.user {
	padding: 3px 5px;
}

.upload {
	margin-left: 20px;
}

.upload input[type=text],
.upload textarea {
	width: 90%;
}

#fakeinput {
	width: 75%;
}

.downloadbutton {
	display: block;
    border: 1px solid #e2e2e2;
    width: 50%;
    border-radius: 5px;
    margin: auto;
    background: linear-gradient(to bottom, lightblue, white);
}

.downloadbutton:link { color:black; }
.downloadbutton:visited { color:black;}
.downloadbutton:hover { color:black; }

.downloadbutton img {
	width: 25px;
	position: relative;
	left: -6px;
}

#anmelden {
	margin-bottom: 10px;
}

table pre {
	font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}

.downloadimage {
	position: relative;
    top: -5px;
    left: 5px;
}