.newpage-content-imageeditor ::selection{
	background:none;
	border:0;
}
.newpage-content-imageeditor.mce-edit-focus{
	outline:0;
}

.newpage-content-imageeditor iframe{
	display:none ;
	height:0;
}

.newpage-content-left {
    display: inline-block;
    position: fixed;
    min-width: 135px;
	width:10%;
	box-sizing:border-box;
	text-align:center;
}
.newpage-content-left.unfixed {
    position: absolute;
}
.newpage-content-element{
    /*
	float:left;
    height:51px;
    width:100%;
    margin-bottom:7px;
    text-align:center;
    cursor:pointer;
	*/
}
.newpage-content-right-container {
	width:83%;
	float:right;	
}
.newpage-content-right {
    width:100%;
    background-color:#f7f7f7;   
	padding:20px;
    box-sizing:border-box;
    margin:0 auto;
    float:right;
	margin-right:34px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.newpage-box-content-more{
	float:right;
	/* width:85%; */
	box-sizing:border-box;
	margin-bottom:15px;
	margin-top:15px;
}
.newpage-box-content-more-icon{
	float:left;
	width:50px;
	height:50px;
	bordeR:1px dashed grey;
}
.newpage-box-content-more-close{
	float:left;
	margin-right:20px;
	height:50px;
}
.newpage-box-content-more-text{
	float:right;
	width:60%;
	height:50px;
	font-size:0.7rem;
}
.newpage-content-row {
    float: left;
    width: 100%;
    clear: both;    
    position: relative;
    padding-bottom: 40px;
    border-bottom: 2px solid #cccccc;
}
.newpage-content-row-addtabs {
    float: left;
    width: 100%;
    clear: both;    
    position: relative;
    padding-bottom: 20px;
    border-top: 2px solid #cccccc;
}
.newpage-content-row{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
.newpage-content-row img {
    max-width: 100%;
    height: auto;
}

.newpage-content-row .row._hidden{
	opacity:0.3;
}
.newpage-content-row-add{
	margin:0 auto;
	width:44px;
	height:45px;
	margin-top:-24px;
	background-color:#cccccc;
	border-radius:30px;
	margin-bottom:15px;
	/* margin-left:-22px; */
	transition: 0.3s;
	cursor:pointer;
}
.newpage-content-row-add-slideshow{
	position:relative;
	float:left;
	width:44px;
	height:45px;
	margin-top:-24px;
	background-color:#92b35a;
	border-radius:30px;
	margin-bottom:15px;
	left: 50%;
	margin-left:-22px;
	transition: 0.3s;
	cursor:pointer;
}
.newpage-content-row-add:hover{
	background-color:#6a8b31;
}
.newpage-content-row-add-slideshow:hover{
	background-color:#6a8b31;
}
.newpage-content-row-add-content{
	position:absolute;
	margin-top:-100px;
	margin-left:-218px;
	background-color:#f7f7f7;
	border-radius:10px;
	padding:10px;
	border:2px dashed #92b35a;
	display:none;
}
.newpage-content-row-highlight{
	width:100%;
    float:left;
	border:5px solid #f7f7f7;
	box-sizing:border-box;
}
.newpage-content-row-status-animation{
    position:absolute;
	width:10px;
	height:25px;
	top:35px;
	left:-12px;
	background-color:#ae84c1;
	cursor:pointer;
}
.newpage-content-row-status-anzeigen{
    position:absolute;
	width:10px;
	height:25px;
	top:65px;
	left:-12px;
	background-color:#8a6d53;
	cursor:pointer;
}
.newpage-content-row-status-bgmode{
    position:absolute;
	width:10px;
	height:25px;
	top:95px;
	left:-12px;
	background-color:#848ac1;
	cursor:pointer;
}
.newpage-sidebutton{
	background-color:#f7f7f7;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;
}
.newpage-sidebutton:hover{
	background-color:#dddddd;
}
.newpage-delete{
    position:absolute;
    right:-64px;
    top:0px;
    cursor:pointer;
	width:44px;
	height:45px;
	background-image:URL('../images/close-off.png');
}
.newpage-delete:hover{
    background-color:#903838;
	background-image:URL('../images/close-on.png');
}
.newpage-up{
    position:absolute;
    right:-64px;
    top:48px;
    cursor:pointer;
}
.newpage-down{
    position:absolute;
    right:-64px;
    top:100px;
    cursor:pointer;
}
.newpage-edit{
    position:absolute;
    right:-64px;
    top:152px;
    cursor:pointer;
}
.newpage-settings{
    position:absolute;
    right:-64px;
    top:204px;
    cursor:pointer;
}
.newpage-content{
    position:absolute;
    right:-64px;
    top:152px;
    cursor:pointer;
}
.newpage-hide{
    position:absolute;
    right:-64px;
    top:256px;
    cursor:pointer;
}
/* .newpage-add{ */
    /* position:absolute; */
    /* right:-64px; */
    /* top:158px; */
    /* cursor:pointer; */
/* } */
.newpage-edit-overlay{
    position: absolute;
    z-index: 100;
    background: rgba(255,255,255,0.95);
    width: 100%;
    /* height: calc(100% - 55px); */
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 35px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 35px 0px rgba(50,50,50,0.3);
	/* display:none; */
	padding:20px;
	box-sizing:border-box;
}
.newpage-edit-overlay-headline {
    float:left;
    width: 100%;
    height: 40px;
    padding: 10px;
	padding-right:0;
    background-color: #5e808a;
    color: #ffffff;
    font-size: 11pt;
    font-weight: 300;
	box-sizing:border-box;
}
.newpage-edit-close {
    /* margin-right: -10px; */
    margin-top: -10px;
    cursor: pointer;
}

.newpage-edit-switch{
	position:absolute;
	top:175px;
	margin-left:-38px;
	width:100px;
	height:75px;
	cursor:pointer;
	background-image:url('../images/icon-newpage-change-off.png');
	z-index:2;
}
.newpage-edit-reset{
	position:absolute;
	top:130px;
	margin-left:-80px;
	width:200px;
	height:200px;
	cursor:pointer;
	background-image:url('../images/icon-newpage-edit.png');
}
.newpage-edit-textfeld{
	-moz-border-radius:4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #bcbcbc;
	height:25px;
	width:190px;
	background-color:#f7f7f7;
	padding:5px;
	padding-left:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#4b4b4b;
}
.newpage-edit-select{
	-moz-border-radius:4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #bcbcbc;
	height:36px;
	width:208px;
	background-color:#f7f7f7;
	padding:5px;
	padding-left:10px;
	font-size:0.8rem;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#4b4b4b;
	margin-top:3px;
}
.newpage-edit-minibox{
	float:left;
	width:20px;
	height:20px;
	margin-top:4px;
	background-color:#8a6d53;
	margin-right:15px;
}
.newpage-edit-minibox-animation{
	background-color:#ae84c1;
}
.newpage-edit-minibox-anzeigen{
	background-color:#8a6d53;
}
.newpage-edit-pic{
	float:right;
	padding:20px;
	width:250px;
	text-align:center;
	margin-bottom:10px;
	margin-top:50px;
	border:1px dotted #b1b1b1;
}
.newpage-edit-button{
	border-radius:2px;
	border:1px solid #afb4a5;
	color:#ffffff;
	width:170px;
	height:28px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-align:center;
	cursor:pointer;
	text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.5);
	background: #a2c266;
	background: -moz-linear-gradient(top, #a2c266 0%, #99ba5e 49%, #7c9c40 51%, #527216 100%);
	background: -webkit-linear-gradient(top, #a2c266 0%,#99ba5e 49%,#7c9c40 51%,#527216 100%); 
	background: linear-gradient(to bottom, #a2c266 0%,#99ba5e 49%,#7c9c40 51%,#527216 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2c266', endColorstr='#527216',GradientType=0 );
	opacity:0.8;
	transition:0.3s;
	margin-right:35px;
	margin-top:35px;
	padding-top:10px;
}
.newpage-edit-button:hover{
	opacity:1;
}
.newpage-edit-button2{
	border-radius:2px;
	border:1px solid #bcbcbc;
	color:#ffffff;
	width:150px;
	height:28px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-align:center;
	cursor:pointer;
	text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.5);
	background: #adadad; /* Old browsers */
background: -moz-linear-gradient(top, #adadad 0%, #bcbcbc 50%, #afafaf 51%, #666666 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #adadad 0%,#bcbcbc 50%,#afafaf 51%,#666666 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #adadad 0%,#bcbcbc 50%,#afafaf 51%,#666666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	opacity:0.8;
	transition:0.3s;
	margin-right:15px;
	margin-top:35px;
	padding-top:10px;
}
.newpage-edit-button2:hover{
	opacity:1;
}
.newpage-edit-button3{
	border-radius:2px;
	border:1px solid #bcbcbc;
	color:#ffffff;
	width:130px;
	height:28px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-align:center;
	cursor:pointer;
	text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.5);
	background: #f3e2c7; /* Old browsers */
background: -moz-linear-gradient(top, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
	opacity:0.8;
	transition:0.3s;
	margin-right:15px;
	margin-top:35px;
	padding-top:10px;
}
.newpage-edit-button3:hover{
	opacity:1;
}
.newpage-edit-button4{
	border-radius:2px;
	border:1px solid #bcbcbc;
	color:#ffffff;
	width:160px;
	height:28px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-align:center;
	cursor:pointer;
	text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.5);
	background: #c7ccf3; /* Old browsers */
background: -moz-linear-gradient(top, #c7ccf3 0%, #6771c2 50%, #4c58b5 51%, #b3b9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #c7ccf3 0%,#6771c2 50%,#4c58b5 51%,#b3b9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #c7ccf3 0%,#6771c2 50%,#4c58b5 51%,#b3b9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7ccf3', endColorstr='#b3b9e8',GradientType=0 ); /* IE6-9 */
	opacity:0.8;
	transition:0.3s;
	margin-right:15px;
	margin-top:35px;
	padding-top:10px;
}
.newpage-edit-button4:hover{
	opacity:1;
}
.newpage-box-edit{
	float:right;
	width:100%;
	border:2px dashed #a2c266;
	margin-right:35px;
	margin-bottom:30px;
	display:none;
	padding:35px;
	box-sizing:border-box;
}
.newpage-box-edit-pass{
	float:right;
	width:100%;
	border:2px dashed grey;
	margin-right:35px;
	margin-bottom:30px;
	display:none;
	padding:35px;
	box-sizing:border-box;
}
.newpage-box-edit-slideshow{
	float:right;
	width:100%;
	border:2px dashed #c19e67;
	margin-right:35px;
	margin-bottom:30px;
	display:none;
	padding:35px;
	box-sizing:border-box;
}
.newpage-box-edit-advanced{
	float:right;
	width:100%;
	border:2px dashed grey;
	margin-right:35px;
	margin-bottom:30px;
	display:none;
	padding:35px;
	box-sizing:border-box;
}
.newpage-box-content{
    float:left;
	box-sizing:border-box;
}
.newpage-box-content:nth-child(1){
	padding-left:0px;
	width:32%;
	padding-right:50px;
}
.newpage-box-content:nth-child(2){
	border-left:1px dashed grey;
	border-right:1px dashed grey;
	padding-right:50px;
	padding-left:50px;
	width:36%;
}
.newpage-box-content:nth-child(3){	
	padding-left:50px;
	width:32%;
}
.newpage-box-content-spacer{
	margin-right:50px;
	border-right:1px dashed grey;
	width:360px;
}
.newpage-box-titlebar{
	float:left;
	width:100%;
	height:35px;
	margin-bottom:20px;
}
.newpage-box-titlebar._inactive{
	opacity:0.2;
}
.newpage-box-titlebar-icon{
	float:left;
	width:43px;
	height:35px;
}
.newpage-box-titlebar-text{
	float:left;
	width:220px;
	height:22px;
	margin-top:13px;
}
.newpage-box-titlebar-hint{
	float:right;
	width:23px;
	height:18px;
	margin-top:17px;
	text-align:right;
}
.newpage-box-titlebar-input{
	-moz-border-radius:4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #bcbcbc;
	height:35px;
	width:100%;
	box-sizing:border-box;
	background-color:#f7f7f7;
	padding:5px;
	padding-left:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#4b4b4b;
}
.newpage-box-select{
	-moz-border-radius:4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #bcbcbc;
	height:37px;
	width:280px;
	background-color:#f7f7f7;
	padding:5px;
	padding-left:10px;
	font-size:0.9rem;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#4b4b4b;
}
.newpage-slideshow-tabbox{
	float:right;
	width:100%;
	box-sizing:border-box;
}
.newpage-slideshow-tabbox-tab{
	float:left;
	background-color:#425f67;
	color:#ffffff;
    cursor: pointer;
	font-size:0.8rem;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	height:40px;
}
.newpage-slideshow-tabbox-tab._inactive{
	background-color:#798a8e;
}
.newpage-slideshow-tabbox-tab:hover{
	background-color:#8f9c9f;
}
.newpage-slideshow-tabbox-tab-spacer{
	margin-right:5px;
}
.headerbox-text{
	float:left;
	margin-top:10px;
	padding-right:19px;
}
.newpage-slideshow-tabbox-content{
	float:right;
	width:100%;
	border:2px dashed grey;
	padding:20px;
	box-sizing:border-box;
}

.newpage-input-list{
	display:none;
	position:absolute;
	top:28px;
	left:0;
	background-color:#ffffff;
	border-radius:10px;
	border-top-left-radius:0;
	box-sizing:border-box;
	box-shadow: 4px 4px 3px #8b8b8b;
	z-index:102;
	max-height:300px;
	overflow-y:scroll;
}

.newpage-slideshow-tabbox-content-box{
	font-size:0.9rem;
	display:none;
}
.newpage-slideshow-tabbox-content-box:nth-child(1){
	display:block;
}

.newpage-add-content{
}

.media-select-container{
	width:auto;
	text-align:center;
	padding-top:53px;
	padding-bottom:53px;
	border:1px solid #d2d2d2;
	box-sizing:border-box;
	background-color:#ffffff;
}
.media-select{
	margin:0 auto;
	display:inline-block;
	
}
.media-select-grafik, .media-select-video, .media-select-text, .media-select-modul, .media-select-button{
	float:left;
	text-align:center;
/*	box-sizing:border-box;*/
	margin:4px;
	padding:10px;
	/*background-color:#cccccc;*/
	transition:0.2s;
	width:100px;
	cursor:pointer;
}
.three .media-select-grafik, .three  .media-select-video,.three  .media-select-text,.three  .media-select-modul{
	width:60px;
}
.two .media-select-grafik, .two  .media-select-video,.two  .media-select-text,.two  .media-select-modul{
	width:40px;
}
.one .media-select-grafik, .one  .media-select-video,.one  .media-select-text,.one  .media-select-modul{
	width:20px;
}

.media-select-grafik:hover{
	background-color:#f1f5d9;
}
.media-select-video:hover{
	background-color:#e9d9f5;
}
.media-select-text:hover{
	background-color:#d9eff5;
}
.media-select-modul:hover{
	background-color:#f5d9d9;
}
.media-select-button:hover{
	background-color:#e9d9f5;
}

.row-settings-box{
	float:left; 
	width:33%; 
	padding:20px 40px;
	padding-bottom:10px;
	box-sizing:border-box;
}
.row-settings-box input,.row-settings-box select{
	margin-bottom:15px;
	margin-top:5px;
}
.row-settings-box .minicolors-theme-default .minicolors-swatch{
	top:13px;
}
.row-settings-box .minicolors-input.opacity{
	width:190px;
}
.slider{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.page-icon-delete{
	cursor:pointer;
}

/* SLIDESHOW */
.newpage-slideshow{	
}
.slideshow-container{
}

.slideshow-box{
	position:relative;
	background-color:#f2f2f2;
	border-radius:8px;
	padding:20px;
	box-sizing:border-box;
	margin:15px 0;
}
.slideshow-left{
	float:left;
	width:55%;
	box-sizing:border-box;
	border:1px solid #d8d8d8;
	background-color:#ffffff;
}
.slideshow-image{
	float:left;
	text-align:center;
	width:100%;
	height:300px;
	background-position:center;
	background-repeat:no-repeat;
}
/*
.slideshow-image img{
	max-width:100%;
	height:auto;
}
*/
.slideshow-preview-container{
	position:relative;
	float:left;
	width:100%;
}
.slideshow-module-container{
	position:relative;
	width:100%;
	padding:15px;
	box-sizing:border-box;
}
.slideshow-module-container img[src="images/icon-modules.png"]{
	position:relative;
	top:5px;
	left:10px;
}
.slideshow-module-delete{
	cursor:pointer;
}
.slideshow-morecontent-btn{
	float:left;
	width:400px;
	margin-bottom:20px;
	background-color:#ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
.slideshow-morecontent-btn:hover{
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f7f7 0%,#e7e7e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.slideshow-morecontent{
	float:left;
	width:420px;
	padding:30px;
	box-sizing:border-box;
	margin-bottom:10px;
	/*margin-top:30px;*/
	background-color:#cccccc;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border: 0px solid #000000;
	/*height:42px;
	overflow:hidden;*/
}
.slideshow-content{
	float:right;
	width:40%;
	margin-left:20px;	
	box-sizing:border-box;
	border: 0px solid #000000;
}
.slideshow-container .newpage-delete,.slideshow-container .newpage-up,.slideshow-container .newpage-down,.slideshow-container .newpage-add,.slideshow-container .newpage-content{
	right:-40px;
}
.slideshow-container .newpage-add{
	top:152px;
}

.slideshow-textbox{
	background-color:rgba(0,0,0,0.9);
	color:#ffffff;
	width:200px;
	height:120px;
	padding:20px;
	box-sizing:border-box;
	position:absolute;
	display:none;
}
.slideshow-textbox.position1{ top:0;left:0;}
.slideshow-textbox.position2{ top:0;left:35%;margin-left:0;margin-right:0;}
.slideshow-textbox.position3{ top:0;right:0;}
.slideshow-textbox.position4{ top:28%;left:0;margin-top:0;margin-bottom:0;}
.slideshow-textbox.position5{ top:28%;left:35%;margin:0;}
.slideshow-textbox.position6{ top:28%;right:0;margin-top:0;margin-bottom:0;}
.slideshow-textbox.position7{ bottom:0;left:0;}
.slideshow-textbox.position8{ bottom:0;left:35%;margin-left:0;margin-right:0;}
.slideshow-textbox.position9{ bottom:0;right:0;}

.slideshow-grid{
	float:right;
	width:90px;
	border:1px solid #999999;
	box-sizing:border-box;
}

.slideshow-gridbox{
	width:21px;
	height:21px;
	border:1px solid #999999;
	margin:4px;
	float:left;
	box-sizing:border-box;
	background-color:#ffffff;
	cursor:pointer;
}
.slideshow-gridbox:hover{
	background-color:#cccccc;
}
.slideshow-gridbox.active{
	background-color:#666666;
}
.headerbox{
	float:left;
	width:100%;
	/* cursor:pointer; */
	margin-bottom:20px;
}
.headerbox-icon{
	float:left;
	width:20px;
	margin-right:5px;
	padding:10px;
	height:22px;
	padding-left:12px;
}
.headerbox-icon-logout{
	background-color:#6d2222;
}
.headerbox-icon-meldung{
	background-color:#a5b37c;
}
.headerbox-content{
	float:left;

	width:600px;
	height:30px;
	padding:6px;
	padding-left:12px;
	padding-top:4px;
}
.headerbox-content-small{
	width:52px;
	float:right;
	padding-top:10px;
}