#makeWYSIWYG_buttons_container{
	position: absolute;
	top: 200px;
	left: 100px;
	padding: 0.8em;
}

.uploadzone{
	font-size: 0.8em;
	width: 100px;
	height: 150px;
	background-color: #eee;
	border: thin dashed #666;
	text-align: center;
	line-height: 1.2em;
	vertical-align: top;
}

.dragging{
	background-color: #fff;
	border: thin dashed red;
}

.drop-over{
	padding-top: 20px;
}
#file-list{
	padding: 0;
	margin: 1em 0 0 0;
}
#file-list li{
	margin: 1em 0.5em 0 0; 
	max-width: 150px;
	display: inline-block;
	font-size: 0.7em;
	line-height: 0.9em;
	text-align: center;
	padding: 0.2em;
	cursor: pointer;
}
#file-list li img{
	max-width: 100%;
	max-height: 150px;
	margin-bottom: 0.2em;
}

.fileinfo{
	margin-top: 0.2em;
}
.picinfo{
	margin-bottom: 0.2em;
}

.progress-bar-container{
	height: 0.8em;
	background-color: transparent;
}

.progress-bar{
	background-color: green;
	width: 0;
	height: 100%;
}

.format{
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 36px;
	height: 36px;
	margin: 6px;
	border: thin solid #888;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
.format:hover{
	background-color: #c9e7fc;
}

.neu{
	background-image: url(plus.png);
	margin-right: 1em;
	border: none;
}

.bold{
	background-image: url(bold.png);
}
.italic{
	background-image: url(italic.png);
}
.img{
	background-image: url(img.png);
}
.left{
	background-image: url(left.png);
	margin-left: 1em;
}
.right{
	background-image: url(right.png);
	margin-right: 1em;
}
.center{
	background-image: url(center.png);
}
.justify{
	background-image: url(justify.png);
}
.bullist{
	background-image: url(bullist.png);
}
.numberlist{
	background-image: url(numberlist.png);
}
.link{
	background-image: url(link.png);
}
.underline{
	background-image: url(underline.png);
}
.remove{
	background-image: url(remove.png);
}

.code{
	background-image: url(code.png);
	margin-left: 1em;
}
.save{
	margin-left: 3em;
	background-image: url(save.png);
	border: none;
	opacity: 0.2;
}

.preview
{
	background-image: url(preview.png);
	opacity: 1 !important;
}
.kontextfenster{
	position: absolute;
	z-index: 600000;
	padding: 1em 0 1em 0;
	border: thin solid #777;
	background-color: #f5f5f5;
	display: none;
}
.kontextitm{
	font-size: 0.8em;
	padding: 0.1em 1em 0.1em 1em;
	cursor: pointer;
}

.kontextitm:hover {
	background-color: #999;
}

.showhtml{
	white-space: pre-wrap;
}

pre{
	font-weight: 400;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/* ------------ Radio Button ----------------------
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddc6b7;
  border-radius: 50%;
  border: thin solid #555;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

select{
	font-size: 1em;
	vertical-align: top;
	margin: 0em 1em 0 1em;
}
#seitenid{
	font-size: 1em;
	margin: 0em 1em 0 3em;
}

#formatselect{

	margin: 0.4em 1em 0 1em;
}
.papierkorb{
	width: 1em;
	height: 1em;
	display: table-cell;
	background-image: url(papierkorb.png);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: 0 0.1em;
	cursor: pointer;
}
.neuangebot{
	height: 1em;
	width: 1.6em;
	display: table-cell;
	background-image: url(plus.png);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: 0 0.1em;
	cursor: pointer;
}

.hisfile{
	cursor: pointer;
	padding: 0.4em;
	background-color: #eee;
}

.hisfile:hover{

	background-color: #ddd;
}
/* ------------------------------------------------------