* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #ccc;
}

.button, .no-select, no-select * {
	-moz-user-select: none;
   -ms-user-select: none;
   -webkit-user-select: none;
   user-select: none;
   outline: none;
}
.fRight {float: right;}

a {cursor: pointer; text-decoration: underline; color: black;}
#bold-bold .strong {font-weight: bold;}
#bold-400 .strong {font-weight: 400;}
.em {font-style: italic;}
.strike {text-decoration: line-through;}
.stil1 {color: #c00 !important; font: normal 28px Habibi, sans-serif;}
.ise-editor .stil1 {line-height: 1.5em; clear: both;}
.stil2 {font-size: 14px; font-weight: bold; text-transform: uppercase;}
.ise-editor .stil2 {line-height: 1.5em; clear: both;}
.stil3 {color: #fff !important; background-color: #c00 !important; font: normal 14px Habibi, sans-serif;}
.ise-editor .stil3 {padding: .5em 1em; clear: both;}
.ise-editor .stil3 a {color: #fff;}
.stil4 {color: #a00 !important;}

.ise-editor-frame {
    background-color: #999;
    padding: 5px 5px;
    box-shadow: 3px 3px 5px rgba(0,0,0,.6);
    border-radius: 3px;
    overflow: hidden;
}

.ise-editor {
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;
    font: 400 14px Roboto, sans-serif;
    color: #000;
    background: white url(edit.png) no-repeat;
    outline: none;
}
.ise-editor a.video, .ise-editor a.audio {
    border: 1px solid #000;
    padding: 5px;
    display: block;
    text-align: center;
    margin: 1em 0;
}
.ise-editor.edit img {max-width: 100%;}
.ise-editor audio {width: 100%;}
.ise-editor ul, .ise-editor ol {margin: .5em 0 .5em 0;}
.ise-editor li {margin-left: 2em;}
.ise-editor div, .ise-editor p {margin: .5em 0;}
.ise-editor.edit {background-image: none; overflow: auto; box-shadow: 3px 3px 5px rgba(0,0,0,.6) inset;}
.ise-editor.edit a {cursor: text;}
.ise-editor-toolbar {vertical-align: bottom;}
.ise-editor-savebar {margin-top: 5px;}
.ise-editor-extrabar {clear: both; height: 0; overflow: hidden; display: block; transition: height .3s;}
.ise-editor-extrabar.aktiv {height: 35px;}
.ise-editor-select {margin-bottom: 5px; padding: 5px; border: 0; background-color: #333; color: #fff;}

.button.btn.ise-editor-add {
    width: 70px;
    vertical-align: baseline;
    background-color: #333;
    color: #fff;
    padding: 3px 4px;
    border-radius: 0;
    border: 0;
    min-height: 20px;
    height: 28px;
}

.button {
	display: inline-block;
	padding: 4px;
	min-width: 30px;
	min-height: 30px;
	line-height: 20px;
	text-align: center;
	background-color: #999;
	cursor: pointer;
	transition: color .25s, border-color .25s, background-color .25s;
	border: 1px solid #999;
	border-radius: 3px;
}
.button.submit {padding: 2px 0 1px 0; text-align: center; width: 30px;}
input.text {font: 400 14px/20px Roboto, sans-serif; border: 0; padding: 1px 5px;}
.button.btn {
	margin-bottom: 5px;
	vertical-align: -12px;
}
.button.btn.aktiv {
    border: 1px solid #666;
    border-right-color: #bbb;
    border-bottom-color: #bbb;
    background-color: #888;
	color: #eee;
}
.button.btn.extrabar, .button.btn.extrabar.aktiv {color: #fff;}
.button:hover {background-color: #aaa !important;}
.button.aktiv:hover {background-color: #999;}

#bold-bold {
	font: normal 14px Roboto, sans-serif;
	position: absolute;
	top: 100px;
	left: 50px;
	width: 360px;
	padding: 10px 15px;
	background-color: #fff;
	color: #000;
	min-height: 200px;
}
#bold-400 {
	font: 300 14px Roboto, sans-serif;
	position: absolute;
	top: 100px;
	left: 510px;
	width: 360px;
	padding: 10px 15px;
	background-color: #fff;
	color: #000;
	min-height: 200px;
}