* {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	 font-family: segoe ui, sans-serif;
}

a{
  color: #224080;
	text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

h1{
  background: #538cb7;
  height: 60px;
  border-bottom: solid 15px #3367a0;
  color: #fff;
  padding-left: 47px; 
}

table{
  margin: 0 auto;
	border: solid 2px #3367a0;
	border-collapse: collapse;
}

td, th{
  padding: 4px;
	vertical-align: middle;
}

th{
	background: #538cb7;
  border-bottom: solid 1px #3367a0;
}

th a{
  color: black;
}

tr:hover{
  background: #e2e2e2; 
}

.zweitezeile{
  background: #f2f2f2;
}

input, button{
  border-bottom: solid 1px #c8c8c8;
	font-size: 1em;
	padding: 2px 5px;
	margin-bottom: -2px;
}

.logout{
  margin-bottom: 20px;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 0.9em;
}

#login{
	margin-top: 20px;
}

#form{
	margin-top: 20px;
}

.button{
  margin-bottom:0px;
  padding: 2px;
}

#info{
  height: 15px;
  background: #538cb7;
	text-align: right;
	padding-right: 4px;
	color: #b02c2b;
}

#info a{
	color: #b02c2b;
}

#folder{
  width: 200px;
  margin-top: 20px;
  padding: 5px;
	float: left;
}

#daten{
  margin-left: 200px;
	margin-top: 30px;
}

#folderform{
  margin-top: 20px;
  font-size: 0.9em;
}

#moveform{
  margin-bottom: 20px;
}

select{
  border: solid 1px #c8c8c8;
}

option{
  padding: 5px;
}

.abstand1{
  margin-left: 10px;
}

.abstand2{
  margin-left: 20px;
}

.abstand3{
  margin-left: 30px;
}

.abstand4{
  margin-left: 40px;
}

.abstand5{
  margin-left: 50px;
}

.fehler{
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: red;
}