/* CSS Document */

.bearbeiten{
	background-image:url(Layout/Buttons/paper_content_pencil_48.png);
	height: 48px;
	width: 48px;
	cursor:pointer;
}
.bildupload{
	background-image:url(Layout/Buttons/image_add_48.png);
	height:48px;
	width: 48px;
	cursor:pointer;
}
.ovlupload{
	background-image:url(Layout/Buttons/globe_48.png);
	height:48px;
	width: 48px;
	cursor:pointer;
}
.speichern{
	background-image:url(Layout/Buttons/Speichern.png);
	height: 25px;
	width:113px;
	cursor:pointer; 	
}
.abbrechen{
	background-image:url(Layout/Buttons/Abbrechen.png);
	height: 25px;
	width:119px;
	cursor:pointer;
}
.loeschen{
	background-image:url(Layout/Buttons/Loeschen.png);
	height:25px;
	width: 97px;
	cursor:pointer;
}
.sortieren{
	background-image:url(Layout/Buttons/sort.png);
	height:48px;
	width: 47px;
	cursor:pointer;
}
.neu{
	background-image: url(Layout/Buttons/Neu.png);
	height:25px;
	width: 65px;
	cursor:pointer;
}
.anmelden{
	background-image: url(Layout/Buttons/Anmelden.png);
	height:25px;
	width: 115px;
	cursor:pointer;
}
.vergroessern{
	background-image: url(Layout/Buttons/Vergroessern.png);
	height:25px;
	width: 114px;
	cursor:pointer;
}
.hinzuladen{
	background-image: url(Layout/Buttons/Hinzuladen.png);
	height:25px;
	width: 114px;
	cursor:pointer;
}
.schliessen{
	background-image: url(Layout/Buttons/Schliessen.png);
	height:25px;
	width: 114px;
	cursor:pointer;
}