
body{
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	background:url(img/bg.png);
	overflow-y:scroll;
}

body.overlay_active {
	overflow:hidden;
}
#mainframe{
	width:100%
}
.cb, .clear{
	clear: both;
}
.relative{
	position: relative;
}
#head, #head a.button{
	background: url(img/spriteh.png);
}

textarea{ 
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #C2C1C1;
    box-shadow: 2px 2px 5px #CECBCB inset;
    color: #6A6A6A;
    height: 132px;
    left: 0;
    padding: 0 10px;
    top: 0;
    width: 329px;
}

textarea #wysiwyg{ 
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #C2C1C1;
    box-shadow: 2px 2px 5px #CECBCB inset;
    color: #6A6A6A;
    height: 132px;
    left: 0;
    padding: 0 10px;
    top: 0;
    width: 629px;
}

.ui-dialog {
	z-index: 99999;
}


h6{
	
}

/*********************************************** Sitemap ***********************************************************/
.sitemap-list {
	padding:0px !important;
}
.sitemap-list li{

	list-style:none;
	padding-left:20px !important;
}
.sitemap-list li table{
	margin-top:0px !important;
}

/*********************************************** slides ***********************************************************/
.layout{
	
}
.layout img {border: none;}

.layout ul.thumb {
	float: left;
	list-style: none;
	margin: 0 !important; padding: 10px;

}
.layout ul.thumb > li {
	margin: 10px 10px 30px 10px; 
	padding: 5px;
	float: left;
	position: relative;
	width: 120px;
	min-height: 80px;
	list-style:none;
	z-index:999;
	border:1px solid #000;
}
.layout ul.thumb > li.active {background:orange;}


.layout ul.thumb > li span.layouttitel{
	position:absolute;
	bottom:-20px;
	display:block;
	left:0px;
	right:0px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}


.layout ul.thumb > li  > a {
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
}
.layout ul.thumb li .minidropzone {
	background:#000;
	height:4px;
	margin-bottom:1px;
}

.layout ul.thumb li .minimodul {
	background:#777;
	height:30px;
	margin-bottom:1px;

}
/*********************************************** HEADER ***********************************************************/
#head{
	height: 40px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	line-height: 40px;
	border: 1px solid #000000;
	color: #AEAEAE;
	/*+text-shadow:0px 1px 0px #000000;*/
	-moz-text-shadow: 0px 1px 0px #000000;
	-webkit-text-shadow: 0px 1px 0px #000000;
	-o-text-shadow: 0px 1px 0px #000000;
	text-shadow: 0px 1px 0px #000000;
	z-index: 9999;
}
#head .left{
	position: absolute;
	left: 15px;
	top: 0;
}
#head .right{
	position: absolute;
	top: 0;
	right: 15px;
}
#head .right li {display:inline-block;}

#head a{
	color: #FFFFFF;
	text-decoration: none;
}
#head a:hover{
	text-decoration: underline;
}
#head a.button{
	border: 1px solid #222222;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 6px;
	margin: 6px 10px 0px 0px;
	line-height: 32px;
	text-align: center;
	background-position: 0px -40px;

}
/*********************************************** SIDEBAR ***********************************************************/
#sidebar{
	position: fixed;
	z-index: 3;
	top: 40px;
	left: 0;
	bottom: 0;
	width: 240px;
	/*+text-shadow:0px 1px 0px #000000;*/
	-moz-text-shadow: 0px 1px 0px #000000;
	-webkit-text-shadow: 0px 1px 0px #000000;
	-o-text-shadow: 0px 1px 0px #000000;
	text-shadow: 0px 1px 0px #000000;
	background-color: #494949;
	border-right: 1px solid #1B1B1B;
	/*+box-shadow:inset -5px 0 5px #404040;*/
	-moz-box-shadow: inset -5px 0 5px #404040;
	-webkit-box-shadow: inset -5px 0 5px #404040;
	-o-box-shadow: inset -5px 0 5px #404040;
	box-shadow: inset -5px 0 5px #404040;
}
#sidebar>ul>li>a{
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #AAAAAA;
	/*+text-shadow:0px 1px #0D0D0D;*/
	-moz-text-shadow: 0px 1px #0D0D0D;
	-webkit-text-shadow: 0px 1px #0D0D0D;
	-o-text-shadow: 0px 1px #0D0D0D;
	text-shadow: 0px 1px #0D0D0D;
	background: #494949 url(img/arrow.png) no-repeat 96% -5px;
	border-bottom: 1px solid #313131;
	border-top: 1px solid #606060;
}
#sidebar>ul>li>ul>li ul{
	margin-left: 20px;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
}
#sidebar ul li a img{
	vertical-align: text-bottom;
	padding-right: 4px;
	/*+opacity:49%;*/
	filter: alpha(opacity=49);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=49);
	-moz-opacity: 0.49;
	opacity: 0.49;
}
#sidebar ul li a:hover img, #sidebar ul li.current a img{
	/*+opacity:100%;*/
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#sidebar ul li.nosubmenu a{
	background-image: none !important;
}
#sidebar>ul>li>a:hover, #sidebar>ul>li.current>a{
	color: #FFF;
	background-position: 96% -53px !important;
	background-color: #585858;
}
#sidebar ul li ul{
	background: #404040;
	/*+box-shadow:inset 0 0 15px #3A3A3A;*/
	-moz-box-shadow: inset 0 0 15px #3A3A3A;
	-webkit-box-shadow: inset 0 0 15px #3A3A3A;
	-o-box-shadow: inset 0 0 15px #3A3A3A;
	box-shadow: inset 0 0 15px #3A3A3A;
	border-bottom: 1px solid #313131;
	padding: 7px 0px;
}
#sidebar ul li li a{
	height: 28px;
	line-height: 28px;
	text-indent: 52px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	background: transparent url(img/sideli.png) no-repeat 37px 10px;
	color: #949090;
}
#sidebar ul li li a:hover, #sidebar ul li li.current a{
	background-position: 37px -31px;
}
#sidebar a:hover, #sidebar li.current>a{
	color: #FFF !important;
}
#sidebar li{list-style:none}
#sidebar ul{padding:0px; margin:0px}
/*********************************************** CONTENT ***********************************************************/
#content{
	margin: 10px 10px 0px 260px;
	color: #6D6D6D;
	
	font-size: 12px;
	margin-top: 60px;
}
#content.nosidebar{
	margin-left: 40px;
}
#content a{
	color: #0A93CC;
}

#content em, #content em a{
	font-style: italic;
	color: #B2B2B2;
	font-weight: normal;
}
#content strong{
	font-weight: bold;
	color: #1A1616;
}
#content pre{
	font-style: italic;
	font-size: 1.1em;
}
#content h1{
	
	color: #000000;
	/*+text-shadow:0px 1px 0px #EDEDED;*/
	-moz-text-shadow: 0px 1px 0px #EDEDED;
	-webkit-text-shadow: 0px 1px 0px #EDEDED;
	-o-text-shadow: 0px 1px 0px #EDEDED;
	text-shadow: 0px 1px 0px #EDEDED;
	font-size: 27px;
	font-weight: normal;
/*	height: 32px;
	padding-top: 35px;*/
	letter-spacing: 1px;
}
#content h1 a{
	color: inherit;
}
#content h1 span{
	font-size: 16px;
}

#content h1 img{
	vertical-align: top;
}
#content .bloc{
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	overflow: hidden;
	/*+box-shadow:0px 5px 10px #AFAEAE;*/
	-moz-box-shadow: 0px 5px 10px #AFAEAE;
	-webkit-box-shadow: 0px 5px 10px #AFAEAE;
	-o-box-shadow: 0px 5px 10px #AFAEAE;
	box-shadow: 0px 5px 10px #AFAEAE;
	
}
#content .left,{
	width: 49%;
	float: left;
}
#content .right{
	width: 49%;
	float: right;
}
#content .bloc .title{
		height: 35px;
	position: relative;
	background: url(img/bloctitle.png);
	line-height: 34px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	color: #808080;
	/*+text-shadow:0 -1px 0px #000;*/
	-moz-text-shadow: 0 -1px 0px #000;
	-webkit-text-shadow: 0 -1px 0px #000;
	-o-text-shadow: 0 -1px 0px #000;
	text-shadow: 0 -1px 0px #000;
}
#content .bloc .title .toggle{
	display: block;
	height: 18px;
	width: 18px;
	background: url(img/slidebuttons.png) left top;
	position: absolute;
	top: 8px;
	right: 10px;
}
#content .bloc .title .toggle.hide{
	background-position: top right;
}
#content .good{
	color: #6F9106;
}
#content .neutral{
	color: #FF7400;
}
#content .bad{
	color: #C21C1C;
}
/*Modal content*/
.modal #content{
	margin: 0;
	padding: 0px;
}
.modal #content .bloc{
	margin: 0px;
	padding: 0px;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}
/**  Login **/
.center{
	 margin:auto 0px;
    width:100%;
}
#content.login{
	width: 350px;
	margin: 90px auto 0;
}
#content.login .notif{
	margin: 12px 0px 16px;
}
#content.login div.input{
	height: 33px;
	line-height: 33px;
	margin-bottom: 13px;
	position: relative;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	background-color: #1B1B1B;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid #0E0D0D;
	border: 1px solid #303030;
	/*+box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.6);*/
	-moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
	-o-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
	margin-top: 16px;
}
#content.login div.input input{
	position: absolute;
	top: 0;
	left: 0;
	width: 329px;
	height: 32px;
	background: transparent;
	border: none;
	color: #6A6A6A;
	padding: 0 10px;
}
#content.login div.input label{
	position: absolute;
	top: 0;
	left: 10px;
	height: 33px;
	line-height: 33px;
	color: #3A3636;
}
#content.login div.submit{
	float: right;
	width: 97px;
	text-align: right;
}
#content.login .checkbox{
	background: none !important;
	/*+box-shadow:none;*/
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}
#content.login div.checkbox{
	float: left;
	width: 229px;
	margin-top: 3px;
}
#content.login div.checkbox label{
	cursor: pointer;
}
#content.login div.submit input{
	/*+box-shadow:0px 2px 5px #202020;*/
	-moz-box-shadow: 0px 2px 5px #202020;
	-webkit-box-shadow: 0px 2px 5px #202020;
	-o-box-shadow: 0px 2px 5px #202020;
	box-shadow: 0px 2px 5px #202020;
}
/**  Texts **/
/*
#content .bloc .content h1{
	color: #000000;
	font-family: Arial, Helvetica, Sans-serif;

	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
	margin: 0px;
	padding: 10px 0;
	font-weight: bold;
}
#content .bloc .content h1, #content .bloc .content h2, #content .bloc .content h3, #content .bloc .content h4, #content .bloc .content h5{
	color: #000000;
	font-weight: bold;
	padding: 0 0px 5px;
}
#content .bloc .content h2{
	color: #1B1B1B;
	font-size: 25px;
}
#content .bloc .content h3{
	color: #282828;
	font-size: 22px;
}
#content .bloc .content h4{
	color: #404040;
	font-size: 20px;
}
#content .bloc .content h5{
	color: #5A5656;
	font-size: 18px;
}
#content .bloc .content p{
	padding: 5px 0 10px;
	line-height: 1.5em;
}
#content .bloc .content ul, #content .bloc .content ol{
	list-style: disc;
	margin-left: 25px;
	line-height: 1.5em;
	padding: 5px 0 10px;
}
#content .bloc .content ul.toolbar{
	padding: 3px 0px 0px 3px;
	margin: 0px;
	border: 0;
}
#content .bloc .content ul.toolbar li:hover{
	border: 1 solid #FFFFFF;
	background-color: #D9D6D6;
}*/
#content .wysiwyg{
	margin: 1px;
	padding: 0px;
}

#content .bloc .content{
	padding: 10px;
	background-color: #F7F7F7;
	background-color: #F7F7F7;
}
/**  Tabs **/
#content .title .tabs{
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 31px;
}
#content .title .tabs a{
	padding: 1px 21px 0;
	/*+border-radius:6px 6px 0 0;*/
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #B2B2B2;
	text-decoration: none;
	margin: 5px 0 0px 0px;
}
#content .title .tabs a.active, #content .title .tabs a:hover{
	color: #000;
	border: 1px solid #CFD1D4;
	border-bottom: none;
	background-color: #F7F7F7;
	padding: 0 20px;
	
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}
/** Shortcuts**/
#content .center{
	margin: 0 auto;
}
#content .bloc .shortcut{
	width: 150px;
	height:50px;
	text-align: center;
	padding: 2px 0;
	text-decoration: none;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 2x;
	color: #6D6D6D;
	border: 1px solid #D0D2D4;
	position: relative;
	display: inline-block;
}
#content .bloc .shortcut span{
	color: #FFFFFF;
	display: block;
	position: absolute;
	top: -2px;
	right: -2px;
	width: 23px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	background: url(img/notif.png);
}
#content .bloc .shortcut:hover{
	color: #2D2D2D;
	border: 1px solid #6F7275;
	background-color: #DBDCDE;
}
#content .bloc .shortcut img{
	display: block;
	margin: 0 auto 2px;
	max-width: 48px;
	max-height: 48px;
}
/** Table **/
#content table{
	width: 100%;
	text-align: left;
}
#content table .picture img{
	border: 4px solid #DFDFDF;
	margin: 7px;
	padding: 0px;
}
#content table .picture a:hover img{
	border-color: #BDBDBD;
}
#content table h1, #content table h2, #content table h3, #content table h4, #content table h5{
	display: inline;
}
#content table thead th{
	border-bottom: 1px solid #BDBDBD;
}
#content table thead tr th{
	font-weight: bold;
	color: #151515;
	font-size: 1.1em;
	padding-bottom: 2px;
}
#content table thead tr th a{
	color: #151515;
}
#content table tbody tr td{
	height: 30px;
	vertical-align: middle;
	border-bottom: 1px solid #DADADA;
	border-top: 1px solid #FFFFFF;
}
#content table tbody tr:nth-child(2n+1) td{
	background-color: #F0F0F0;
}
#content table tbody tr:hover td{
	background-color: #EAEAEA;
	border-bottom: 1px solid #CACACA;
	border-top: 1px solid #E2E2E2;
}
#content table tbody tr td.actions{
	text-align: right;
	padding-right: 10px;
	width: 70px;
}
#content table.noalt tbody tr td{
	background-color: transparent !important;
	border-bottom: 1px solid #DADBDD;
}
#content table.noborder tbody tr td{
	border: none;
}
#content table tbody tr td img{
margin-right: 5px;
}
/** Pagination**/
#content .pagination{
	text-align: right;
	margin: 10px -7px 10px 10px;
	/*[empty]border:;*/
}
#content .pagination a{
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	margin: 0 1px 0 0;
	border: 1px solid #DAD9D9;
	text-align: center;
	text-decoration: none;
	color: #646161;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
#content .pagination a.next, #content .pagination a.prev{
	border: 1px solid #FFFFFF;
}
#content .pagination a.current, #content .pagination a:hover{
	background: url(img/buttons.png) left -68px;
	border: 1px solid #3580A9;
	/*+text-shadow:0px -1px 0px #2C6AA3;*/
	-moz-text-shadow: 0px -1px 0px #2C6AA3;
	-webkit-text-shadow: 0px -1px 0px #2C6AA3;
	-o-text-shadow: 0px -1px 0px #2C6AA3;
	text-shadow: 0px -1px 0px #2C6AA3;
	color: #D4E6EF;
	font-weight: bold;
}
#content .pagination a.next:hover, #content .pagination a.prev:hover{
	background: none;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
	color: #646161;
	font-weight: normal;
	border-color: #F7F7F7;
}
/** Notification **/
#content .notif{
	padding: 20px 10px 20px 40px;
	background: #FFF no-repeat 5px center;
	position: relative;
	/*+border-radius:8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}
#content .content .notif{
	margin-bottom: 10px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
#content .notif .close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 12px;
	height: 13px;
	display: block;
	background: url(img/close.png);
}
#content .notif strong{
	font-weight: bold;
}
#content .notif.success{
	background-color: #E9FBB4;
	background-image: url(img/success.png);
	border: 1px solid #95B630 !important;
	color: #2E640A;
}
#content .notif.error{
	background-color: #FBB4B4;
	background-image: url(img/error.png);
	border: 1px solid #C21C1C !important;
	color: #C21C1C;
}
#content .notif.info{
	background-color: #B6EBF9;
	background-image: url(img/info.png);
	border: 1px solid #0B809F !important;
	color: #0B809F;
}
#content .notif.tip, #content .notif.warning{
	background-color: #F2EDB7;
	background-image: url(img/tip.png);
	border: 1px solid #8C8919 !important;
	color: #656310;
}
#content .notif.warning{
	background-image: url(img/warning.png);
}
/**  Forms **/
#content .bloc .input{
	padding: 5px 0 10px;
}
#content .bloc label{
	display: block;
	color: #2C2C2C;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 14px;
}
#content .bloc .input label span{
	color: #0877A6;
}
#content .bloc .input input, #content .bloc .input select{
	border: 1px solid #C8CACC;
	height: 28px;
	line-height: 28px;
	width: 260px;
	display: block;
	padding: 0 5px;
}
#content .bloc .input select{
	padding: 5px 5px 5px 0;
	padding-left: 5px;
	height: auto;
}
#content .bloc .checkbox input{
	width: auto;
	display: inline-block;
	height: auto;
}
#content .bloc .input label.inline{
	color: #6D6D6D;
	font-size: 1em;
	font-weight: normal;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	height: 14px;
	line-height: 23px;
}
#content .bloc .input select{
	width: auto;
}
#content .bloc .input textarea{
	width: 98%;
	padding: 1%;
}
#content .bloc .input input.datepicker{
	background-image: url(img/input-datepicker.png);
	background-position: 98px center;
	background-repeat: no-repeat;
	width: 110px;
}
#content .bloc .medium input{
	width: 50%;
}
#content .bloc .long input, #content .bloc .full input{
	width: 98%;
	padding: 0 1%;
}
#content .bloc .error, #content .bloc .error label, #content .bloc .error input, #content .error-message, #content .error textarea{
	color: #DC3522 !important;
	border-color: #DC3522 !important;
}
#content .bloc .error input, #content .bloc .error textarea{
	background-color: #ECE8E7 !important;
}
#content .error-message{
	display: block;
}
/** Gallery **/
#content .gallery{
	text-align: left;
	margin: 28px 0 0 !important;
	padding: 0 !important;
}
#content .bloc .gallery{
	margin-top: 0 !important;
}
#content .gallery li{
	display: inline-block;
	padding: 5px;
	position: relative;
	margin: 5px;
	/*+box-shadow:0px 3px 5px #A3A3A3;*/
	-moz-box-shadow: 0px 3px 5px #A3A3A3;
	-webkit-box-shadow: 0px 3px 5px #A3A3A3;
	-o-box-shadow: 0px 3px 5px #A3A3A3;
	box-shadow: 0px 3px 5px #A3A3A3;
	text-align: center;
	background: #FFF;
}
#content .gallery li span.info{
	display: block;
	text-align: left;
}
#content .gallery li .del{
	background: url(img/close2.png);
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	top: -6px;
	right: -10px;
	text-indent: 3000px;
	text-decoration: none;
}
#content .gallery li .large{
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: url(img/enlarge.jpg);
	width: 19px;
	height: 19px;
	text-indent: 3000em;
	display: none;
}
#content .gallery li .over{
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -18px;
	width: 100%;
	text-decoration: none;
	display: none;
}
#content .gallery li .over span{
	color: #FFF;
	text-decoration: none;
	background: #292828;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	display: inline;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
#content .gallery li:hover .del, #content .gallery li:hover .over, #content .gallery li:hover .large{
	display: block;
}
#content .gallery li:hover img{
	/*+opacity:30%;*/
	filter: alpha(opacity=30);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
/*Input colors*/
#content .bloc .input textarea, #content .bloc .input input, #content .selector, #content .uploader{
	border: 1px solid #DDDCDC;
	/*+box-shadow:inset 2px 1px 5px #CBC9C9;*/
	-moz-box-shadow: inset 2px 1px 5px #CBC9C9;
	-webkit-box-shadow: inset 2px 1px 5px #CBC9C9;
	-o-box-shadow: inset 2px 1px 5px #CBC9C9;
	box-shadow: inset 2px 1px 5px #CBC9C9;
	background: #FFFFFF;
}
#content .bloc .input textarea:focus, #content .bloc .input input:focus{
	border: 1px solid #59C7FF;
	/*+box-shadow:inset 2px 1px 5px #88BCD7;*/
	-moz-box-shadow: inset 2px 1px 5px #88BCD7;
	-webkit-box-shadow: inset 2px 1px 5px #88BCD7;
	-o-box-shadow: inset 2px 1px 5px #88BCD7;
	box-shadow: inset 2px 1px 5px #88BCD7;
}
/*Range input*/
#content .ui-slider-horizontal{
	width: 350px;
	background: url(img/range.png) no-repeat right -35px;
	height: 10px;
	border: none;
}
#content .ui-slider-range{
	background: url(img/range.png) no-repeat left -25px;
	border: none;
}
#content .ui-slider-handle{
	width: 25px;
	height: 25px;
	background: url(img/range.png) no-repeat;
	border: none;
	top: -7px;
	margin-left: -13px;
	cursor: pointer;
}

/*Dashboard*/

.depth_indent_1{margin-left:0px; color:#aaa;}
.depth_indent_2{margin-left:10px; color:#000;}
.depth_indent_3{margin-left:20px; color:#a00;}
.depth_indent_4{margin-left:30px; color:#444;}
.depth_indent_5{margin-left:40px; color:#777;}
.depth_indent_6{margin-left:50px; color:#999;}


/*Datepicker*/
.ui-datepicker{
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: 210px !important;
	/*+box-shadow:0 0 5px #B9B6B6;*/
	-moz-box-shadow: 0 0 5px #B9B6B6;
	-webkit-box-shadow: 0 0 5px #B9B6B6;
	-o-box-shadow: 0 0 5px #B9B6B6;
	box-shadow: 0 0 5px #B9B6B6;
}
.ui-datepicker-header{
	background: #363636 none !important;
	border: none !important;
	/*+border-radius:0;*/
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	border-radius: 0 0 0 0 !important;
	height: 35px;
	color: #FFFFFF !important;
	/*+text-shadow:0 -1px #000;*/
	-moz-text-shadow: 0 -1px #000 !important;
	-webkit-text-shadow: 0 -1px #000 !important;
	-o-text-shadow: 0 -1px #000 !important;
	text-shadow: 0 -1px #000 !important;
}
.ui-datepicker-title{
	padding-top: 5px !important;
}
.ui-datepicker-next, .ui-datepicker-prev{
	margin-top: 6px;
}
.ui-datepicker table{
	margin: 0px !important;
	padding: 0px !important;
	width: 210px !important;
	border-collapse: collapse !important;
}
.ui-datepicker table thead th{
	margin: 0px !important;
	padding: 0px !important;
	text-align: center !important;
	color: #666666 !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	font-size: 7.2pt !important;
	height: 19px !important;
	line-height: 19px !important;
}
.ui-datepicker table tbody tr{
	height: 29px;
}
.ui-datepicker table td{
	border: none !important;
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;
	height: 29px !important;
	width: 29px !important;
	line-height: 29px !important;
	border: 1px solid #BBBBBB !important;
}
.ui-datepicker table td a{
	display: block !important;
	height: 29px !important;
	width: 29px !important;
	line-height: 29px !important;
	padding: 0px !important;
	margin: 0px !important;
	background: url(img/day.png) !important;
	text-align: center !important;
	color: #666666 !important;
	/*+text-shadow:0px 1px #FFFFFF;*/
	-moz-text-shadow: 0px 1px #FFFFFF !important;
	-webkit-text-shadow: 0px 1px #FFFFFF !important;
	-o-text-shadow: 0px 1px #FFFFFF !important;
	text-shadow: 0px 1px #FFFFFF !important;
	border: none !important;
}
.ui-datepicker table td a:hover, .ui-datepicker table td.ui-datepicker-current-day a{
	background-position: right top !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	/*+text-shadow:0px 0px #4E7A85;*/
	-moz-text-shadow: 0px 0px #4E7A85 !important;
	-webkit-text-shadow: 0px 0px #4E7A85 !important;
	-o-text-shadow: 0px 0px #4E7A85 !important;
	text-shadow: 0px 0px #4E7A85 !important;
	font-weight: bold !important;
}
.ui-datepicker table td.ui-datepicker-today a{
	background-position: center top !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	/*+text-shadow:0px 0px #4E7A85;*/
	-moz-text-shadow: 0px 0px #4E7A85 !important;
	-webkit-text-shadow: 0px 0px #4E7A85 !important;
	-o-text-shadow: 0px 0px #4E7A85 !important;
	text-shadow: 0px 0px #4E7A85 !important;
	font-weight: bold !important;
}
/*Checkbox/Radio*/
.selector, .checker, .button, .radio, .uploader{
	position: relative;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.selector span, .checker span, .button span, .radio span, .uploader span{
	display: block;
}
#content .checker:hover, #content .radio:hover{
	/*+box-shadow:0px 0px 10px #D2D2D2;*/
	-moz-box-shadow: 0px 0px 10px #D2D2D2;
	-webkit-box-shadow: 0px 0px 10px #D2D2D2;
	-o-box-shadow: 0px 0px 10px #D2D2D2;
	box-shadow: 0px 0px 10px #D2D2D2;
}
#content .checker, #content .checker span, #content .checker input, #content .radio, #content .radio span, #content .radio input{
	width: 50px !important;
	height: 24px !important;
	cursor: pointer;
	margin-bottom: 4px;
	margin-right: 5px;
}
#content .checker span, #content .radio span{
	background: url(img/checkbox.png) bottom left;
}
#content .checker span.checked, #content .radio span.checked{
	background-position: top left;
}
/*Select*/
#content .selector, #content .selector select, #content .selector span{
	width: 162px !important;
	height: 28px;
	position: relative;
	padding: 0px;
	margin: 0px;
	display: block;
}
#content .selector span{
	background: none;
	position: absolute;
	line-height: 29px;
	background: url(img/select.png) no-repeat 98% center;
	text-indent: 10px;
}
#content .selector.focus{
	border: 1px solid #59C7FF;
	/*+box-shadow:inset 2px 1px 5px #88BCD7;*/
	-moz-box-shadow: inset 2px 1px 5px #88BCD7;
	-webkit-box-shadow: inset 2px 1px 5px #88BCD7;
	-o-box-shadow: inset 2px 1px 5px #88BCD7;
	box-shadow: inset 2px 1px 5px #88BCD7;
}
/*Upload*/
#content .uploader{
	width: 200px !important;
	height: 25px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#content .uploader input{
	position: absolute;
	width: 200px !important;
	height: 25px;
	z-index: 50;
}
#content .uploader span{
	height: 25px;
	line-height: 25px;
}
#content .uploader span.action{
	background: url(img/buttons.png) left -68px;
	border: 1px solid #3580A9;
	/*+text-shadow:0px -1px 0px #2C6AA3;*/
	-moz-text-shadow: 0px -1px 0px #2C6AA3;
	-webkit-text-shadow: 0px -1px 0px #2C6AA3;
	-o-text-shadow: 0px -1px 0px #2C6AA3;
	text-shadow: 0px -1px 0px #2C6AA3;
	color: #D4E6EF;
	font-weight: bold;
	padding: 0 5px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	/*+box-shadow:0px 1px 5px #B2B2B2;*/
	-moz-box-shadow: 0px 1px 5px #B2B2B2;
	-webkit-box-shadow: 0px 1px 5px #B2B2B2;
	-o-box-shadow: 0px 1px 5px #B2B2B2;
	box-shadow: 0px 1px 5px #B2B2B2;
	height: 22px;
	line-height: 22px;
	margin-top: 1px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	cursor: pointer;
}
#content .uploader.hover span.action, #content .uploader span.action:hover{
	background: #3786B9;
	color: #FFFFFF;
	text-decoration: none;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
/*Submit*/
#content .submit input, 
#content .button, 
input[type='submit'],
input[type="button"],
.smartie_sort_button{
	background: url(img/buttons.png) left -68px;
	border: 1px solid #3580A9;
	/*+text-shadow:0px -1px 0px #2C6AA3;*/
	-moz-text-shadow: 0px -1px 0px #2C6AA3;
	-webkit-text-shadow: 0px -1px 0px #2C6AA3;
	-o-text-shadow: 0px -1px 0px #2C6AA3;
	text-shadow: 0px -1px 0px #2C6AA3;
	color: #D4E6EF;
	font-weight: bold;
	padding: 1px 2px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	text-decoration: none;
	/*+box-shadow:0px 1px 5px #B2B2B2;*/
	-moz-box-shadow: 0px 1px 5px #B2B2B2;
	-webkit-box-shadow: 0px 1px 5px #B2B2B2;
	-o-box-shadow: 0px 1px 5px #B2B2B2;
	box-shadow: 0px 1px 5px #B2B2B2;
	width: 150px;
    font-size: 10px;
    height: 30px;
}

.smartie_delete_button {
		background: #ff0000;
	border: 1px solid #000;
	/*+text-shadow:0px -1px 0px #2C6AA3;*/

	color: #fff;
	font-weight: bold;
	padding: 4px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	text-decoration: none;
	/*+box-shadow:0px 1px 5px #B2B2B2;*/
	-moz-box-shadow: 0px 1px 5px #B2B2B2;
	-webkit-box-shadow: 0px 1px 5px #B2B2B2;
	-o-box-shadow: 0px 1px 5px #B2B2B2;
	box-shadow: 0px 1px 5px #B2B2B2;
	width: 150px;
    font-size: 10px;
    height: 30px;
}
#content .button img{
	vertical-align: text-top;
	/*+opacity:65%;*/
	filter: alpha(opacity=65);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}
#content .button:hover img{
	/*+opacity:100%;*/
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#content .submit input:hover, #content .button:hover{
	background: #3786B9;
	color: #FFFFFF;
	text-decoration: none;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	
}
#content .black, #content .submit input.black{
	background: url(img/buttons.png);
	border: 1px solid #151515;
	/*+text-shadow:0px -1px 0px #050505;*/
	-moz-text-shadow: 0px -1px 0px #050505;
	-webkit-text-shadow: 0px -1px 0px #050505;
	-o-text-shadow: 0px -1px 0px #050505;
	text-shadow: 0px -1px 0px #050505;
	color: #929292;
}
#content .black:hover, #content .submit input.black:hover{
	background: #323232;
	color: #FFFFFF;
	text-decoration: none;
}
#content .white, #content .submit input.white{
	background: url(img/buttons.png) left -34px;
	border: 1px solid #CCC;
	/*+text-shadow:0px -1px #FFFFFF;*/
	-moz-text-shadow: 0px -1px #FFFFFF;
	-webkit-text-shadow: 0px -1px #FFFFFF;
	-o-text-shadow: 0px -1px #FFFFFF;
	text-shadow: 0px -1px #FFFFFF;
	/*+box-shadow:0px 1px 5px #EAEAEA;*/
	-moz-box-shadow: 0px 1px 5px #EAEAEA;
	-webkit-box-shadow: 0px 1px 5px #EAEAEA;
	-o-box-shadow: 0px 1px 5px #EAEAEA;
	box-shadow: 0px 1px 5px #EAEAEA;
	color: #606060;
}
#content .white:hover, #content .submit input.white:hover{
	background: #EAEAEA;
	color: #555555;
	text-decoration: none;
	background-image: none;
}


/**  iPhone checkbox**/
#content .iPhoneCheckContainer{
	position: relative;
	height: 27px;
	cursor: pointer;
	overflow: hidden;
}
#content .iPhoneCheckContainer input{
	position: absolute;
	top: 5px;
	left: 30px;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#content .iPhoneCheckContainer label{
	white-space: nowrap;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	height: 27px;
	position: absolute;
	width: auto;
	top: 0;
	overflow: hidden;
	padding: 5px 0px 0px !important;
	color: #FFFFFF !important;
}
#content .iPhoneCheckContainer, .iPhoneCheckContainer label{
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#content .iPhoneCheckDisabled{
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#content label.iPhoneCheckLabelOn, #content label.iPhoneCheckLabelOff{
	background: url('img/iphonecheck.png') no-repeat right bottom;
}
#content label.iPhoneCheckLabelOn{
	color: #FFFFFF;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	background-position: left top;
	left: 0;
	padding-top: 5px;
}
#content label.iPhoneCheckLabelOn span{
	padding-left: 8px;
	color: #B2D8E7 !important;
}
#content label.iPhoneCheckLabelOff{
	color: #CCCCCC;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
	text-align: right;
	right: 0;
	background-position: 100% -27px;
}
#content label.iPhoneCheckLabelOff span{
	padding-right: 8px;
	color: #666464 !important;
}
#content .iPhoneCheckHandle{
	display: block;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: url('img/slider_left.png') no-repeat;
	padding-left: 3px;
}
#content .iPhoneCheckHandleRight{
	height: 100%;
	width: 100%;
	padding-right: 3px;
	background: url('img/slider_right.png') no-repeat right 0;
}
#content .iPhoneCheckHandleCenter{
	height: 100%;
	width: 100%;
	background: url('img/slider_center.png');
}
/** Charts *
plugin styles*/
#content .bloc .visualize{
	border: 1px solid #888;
	position: relative;
	background: #FAFAFA;
	margin: 20px auto;
}
#content .bloc .visualize canvas{
	position: absolute;
}
#content .bloc .visualize ul, #content .bloc .visualize li{
	margin: 0;
	padding: 0;
	list-style: none;
}
/*table title, key elements*/
#content .bloc .visualize .visualize-info{
	padding: 3px 5px;
	background: #FAFAFA;
	border: 1px solid #888;
	position: absolute;
	top: -20px;
	right: 10px;
	opacity: .8;
}
#content .bloc .visualize .visualize-title{
	display: block;
	color: #333;
	margin-bottom: 3px;
	font-size: 1.1em;
}
#content .bloc .visualize ul.visualize-key{
	list-style: none;
}
#content .bloc .visualize ul.visualize-key li{
	list-style: none;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	position: relative;
}
#content .bloc .visualize ul.visualize-key .visualize-key-color{
	width: 6px;
	height: 6px;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
#content .bloc .visualize ul.visualize-key .visualize-key-label{
	color: #000;
}
/*pie labels*/
#content .bloc .visualize-pie .visualize-labels{
	list-style: none;
}
#content .bloc .visualize-pie .visualize-label-pos, .visualize-pie .visualize-label{
	position: absolute;
	margin: 0;
	padding: 0;
}
#content .bloc .visualize-pie .visualize-label{
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}
#content .bloc .visualize-pie-outside .visualize-label{
	color: #000;
	font-weight: normal;
}
/*line,bar, area labels*/
#content .bloc .visualize-labels-x, #content .bloc .visualize-labels-y{
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
}
#content .bloc .visualize-labels-x li, #content .bloc .visualize-labels-y li{
	position: absolute;
	bottom: 0;
}
#content .bloc .visualize-labels-x li span.label, #content .bloc .visualize-labels-y li span.label{
	position: absolute;
	color: #555;
}
#content .bloc .visualize-labels-x li span.line, #content .bloc .visualize-labels-y li span.line{
	position: absolute;
	border: 0 solid #CCC;
}
#content .bloc .visualize-labels-x li{
	height: 100%;
}
#content .bloc .visualize-labels-x li span.label{
	top: 100%;
	margin-top: 5px;
}
#content .bloc .visualize-labels-x li span.line{
	border-left-width: 1px;
	height: 100%;
	display: block;
}
#content .bloc .visualize-labels-x li span.line{
	border: 0;
}
/*hide vertical lines on area, line, bar*/
#content .bloc .visualize-labels-y li{
	width: 100%;
}
#content .bloc .visualize-labels-y li span.label{
	right: 100%;
	margin-right: 5px;
	display: block;
	width: 100px;
	text-align: right;
}
#content .bloc .visualize-labels-y li span.line{
	border-top-width: 1px;
	width: 100%;
}
#content .bloc .visualize-bar .visualize-labels-x li span.label{
	width: 100%;
	text-align: center;
}
#content .bloc .visualize .stats_tooltip{
	margin: 3px 4px 0;
	padding: 6px 10px;
	background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 10px;
	line-height: normal;
	text-shadow: none;
	text-align: center;
}
#content .bloc .visualize .stats_tooltip strong{
	color: #FFF;
}
.visualize-interaction-tracker:hover{
	cursor: help;
}
.ie8 .visualize-interaction-tracker{
	top: 240px;
}
/*IE hover Fixes - Added in 1.1
*  Calendar **/
#content .calendar .title{
	text-align: center;
	position: relative;
}
#content .calendar .title .next, #content .calendar .title .prev{
	display: block;
	width: 18px;
	height: 18px;
	vertical-align: sub;
	margin: 0 50px;
	background: url(img/slidebuttons.png);
	position: absolute;
}
#content .calendar .title .next{
	background-position: 18px top;
	top: 8px;
	right: -13px;
}
#content .calendar .title .prev{
	background-position: 38px 0%;
	top: 8px;
	left: -35px;
}
#content .calendar .content{
	padding: 0;
	margin: 0px;
}
#content .calendar table{
	margin-right: 0px;
	border-collapse: collapse;
	vertical-align: top;
}
#content .calendar th{
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border: 1px solid #C7C7C7;
	border-top: none;
	background: #FAFAFA;
	background: -moz-linear-gradient(top, #fafafa 0%, #eaeae9 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(99%,#eaeae9));
	background: -webkit-linear-gradient(top, #fafafa 0%,#eaeae9 99%);
	background: -o-linear-gradient(top, #fafafa 0%,#eaeae9 99%);
	background: -ms-linear-gradient(top, #fafafa 0%,#eaeae9 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeae9',GradientType=0 );
	background: linear-gradient(top, #fafafa 0%,#eaeae9 99%);
	height: 32px;
	color: #6D6D6D;
}
#content .calendar td{
	width: 14%;
	border: 1px solid #C5C5C5;
	background: #EEEEEE none;
	/*+box-shadow:inset 1px 1px 0px #FFFFFF;*/
	-moz-box-shadow: inset 1px 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 1px 1px 0px #FFFFFF;
	-o-box-shadow: inset 1px 1px 0px #FFFFFF;
	box-shadow: inset 1px 1px 0px #FFFFFF;
	color: #383838;
	vertical-align: top;
	background: #F0F0F0;
	color: #6A6A6A;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #e3e2e2 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(99%,#e3e2e2));
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#e3e2e2 99%);
	background: -o-linear-gradient(top, #f0f0f0 0%,#e3e2e2 99%);
	background: -ms-linear-gradient(top, #f0f0f0 0%,#e3e2e2 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e3e2e2',GradientType=0 );
	background: linear-gradient(top, #f0f0f0 0%,#e3e2e2 99%);
}
#content .calendar td:hover{
	background: #EFEFEF;
	color: #FFFFFF;
	/*+text-shadow:0px 1px #FFFFFF;*/
	-moz-text-shadow: 0px 1px #FFFFFF;
	-webkit-text-shadow: 0px 1px #FFFFFF;
	-o-text-shadow: 0px 1px #FFFFFF;
	text-shadow: 0px 1px #FFFFFF;
	color: #000;
}
#content .calendar td.today{
	background: #949594 none;
	/*+box-shadow:inset 1px 1px 20px #515251;*/
	-moz-box-shadow: inset 1px 1px 20px #515251;
	-webkit-box-shadow: inset 1px 1px 20px #515251;
	-o-box-shadow: inset 1px 1px 20px #515251;
	box-shadow: inset 1px 1px 20px #515251;
	/*+text-shadow:0px 1px #336F9C;*/
	-moz-text-shadow: 0px 1px #336F9C;
	-webkit-text-shadow: 0px 1px #336F9C;
	-o-text-shadow: 0px 1px #336F9C;
	text-shadow: 0px 1px #336F9C;
	color: #FFFFFF;
	background: #337BB2;
	background: -moz-linear-gradient(top, #337bb2 0%, #43a6ce 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337bb2), color-stop(100%,#43a6ce));
	background: -webkit-linear-gradient(top, #337bb2 0%,#43a6ce 100%);
	background: -o-linear-gradient(top, #337bb2 0%,#43a6ce 100%);
	background: -ms-linear-gradient(top, #337bb2 0%,#43a6ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337bb2', endColorstr='#43a6ce',GradientType=0 );
	background: linear-gradient(top, #337bb2 0%,#43a6ce 100%);
}
#content .calendar td.padding, #content .calendar td.padding:hover{
	background: none;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#content .calendar td .relative{
	height: 60px;
	display: block;
}
#content .calendar td .day{
	font-size: 25px;
	width: 0px;
	margin: 5px;
	color: inherit;
}
#content .calendar td.today .day{
	color: #FFFFFF;
}
#content .calendar .events span{
	color: #0A93CC;
	padding-right: 4px;
	font-weight: normal;
	font-style: italic;
}
#content .calendar .events a{
	color: #707070;
	text-decoration: none;
	font-size: 10.6pt;
}
#content .calendar .events a:hover{
	text-decoration: underline;
}
#content .calendar .today .events a{
	color: #FFFFFF;
}
#content .calendar .today .events span{
	color: #A7C9D8;
}
#content .calendar ul, #content .calendar ul li{
	list-style: none;
	margin: 0 0 0 3px !important;
	padding: 0 !important;
}
.tooltipsy{
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	padding: 5px 10px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
/***********************************************  COLORS **********************************************************
Background*/
.dark{
	background: url(img/dark-bg.png);
}
.wood{
	background: url(img/wood.jpg) fixed center top;
}
.dark #content .bloc{
	/*+box-shadow:0px 5px 15px rgba(0, 0, 0, 0.5);*/
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.dark #content h1{
	color: #FFF;
	text-shadow: 0px 1px #000000;
}
/*White blocks*/
#content.white .bloc .title{
	background: url(img/white-title.png);
	color: #2C2C2C;
	/*+text-shadow:0px 1px #FFFFFF;*/
	-moz-text-shadow: 0px 1px #FFFFFF;
	-webkit-text-shadow: 0px 1px #FFFFFF;
	-o-text-shadow: 0px 1px #FFFFFF;
	text-shadow: 0px 1px #FFFFFF;
	font-weight: bold;
	border: none;
}
#content.white .bloc .title .toggle{
	background-position: left -18px;
}
#content.white .bloc .title .toggle.hide{
	background-position: right -18px;
}
#content.white .bloc .title .next{
	background-position: right -18px;
}
#content.white .bloc .title .prev{
	background-position: center -18px;
}
#content.white .bloc .tabs a{
	color: #434242;
}
/*Wood  blocks*/
#content.wood{
	background: none;
}
#content.wood .bloc .title{
	background: url(img/wood-title.jpg);
	color: #948076;
	/*+text-shadow:0px -1px #000000;*/
	-moz-text-shadow: 0px -1px #000000;
	-webkit-text-shadow: 0px -1px #000000;
	-o-text-shadow: 0px -1px #000000;
	text-shadow: 0px -1px #000000;
	font-weight: bold;
	border: none;
}
#content.wood .bloc .title .toggle{
	background-position: left -36px;
}
#content.wood .bloc .title .toggle.hide{
	background-position: right -36px;
}
#content.wood .bloc .title .next{
	background-position: right -36px;
}
#content.wood .bloc .title .prev{
	background-position: center -36px;
}
#content.wood .bloc .tabs a{
	color: #8A6450;
}
/*Dark Sidebar*/
#sidebar.black{
	background-color: #262626;
	border-right: 1px solid #1B1B1B;
	/*+box-shadow:inset -4px 0 #3C3A3A;*/
	-moz-box-shadow: inset -4px 0 #3C3A3A;
	-webkit-box-shadow: inset -4px 0 #3C3A3A;
	-o-box-shadow: inset -4px 0 #3C3A3A;
	box-shadow: inset -4px 0 #3C3A3A;
}
#sidebar.black>ul>li>a{
	color: #828282;
	/*+text-shadow:0px 1px #0D0D0D;*/
	-moz-text-shadow: 0px 1px #0D0D0D;
	-webkit-text-shadow: 0px 1px #0D0D0D;
	-o-text-shadow: 0px 1px #0D0D0D;
	text-shadow: 0px 1px #0D0D0D;
	background: #222222 url(img/arrow.png) no-repeat 96% -5px;
	border-bottom: 1px solid #191919;
	border-top: 1px solid #2D2C2C;
	border-right: 4px solid #303030;
}
#sidebar.black>ul>li>a:hover, #sidebar.black ul li.current>a{
	background-color: #262626;
	color: #FFFFFF;
	border-right-color: #FFFFFF;
}
#sidebar.black ul li ul{
	background: #262626;
	/*+box-shadow:inset 0 0 15px #1B1B1B;*/
	-moz-box-shadow: inset 0 0 15px #1B1B1B;
	-webkit-box-shadow: inset 0 0 15px #1B1B1B;
	-o-box-shadow: inset 0 0 15px #1B1B1B;
	box-shadow: inset 0 0 15px #1B1B1B;
	padding: 7px 0px;
	border-right: 4px solid #3C3A3A;
	border-bottom: 0px solid #000000;
}
#sidebar.black ul li li a{
	color: #747474;
}
/*White sidebar*/
#sidebar.white{
	background-color: #EEEEEE;
	border-right: none;
	/*+box-shadow:inset -4px 0px 0 #DCDCDC;*/
	-moz-box-shadow: inset -4px 0px 0 #DCDCDC;
	-webkit-box-shadow: inset -4px 0px 0 #DCDCDC;
	-o-box-shadow: inset -4px 0px 0 #DCDCDC;
	box-shadow: inset -4px 0px 0 #DCDCDC;
}
#sidebar.white>ul>li>a{
	color: #7C7D7E;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
	background: transparent url(img/white-arrow.png) no-repeat 96% -5px;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #FCFDFD;
	border-right: 4px solid #D6D6D6;
}
#sidebar.white>ul>li>a:hover, #sidebar.white>ul>li.current>a{
	background-color: #E7E7E7;
	color: #000000;
	border-right-color: #808080;
}
#sidebar.white ul li ul{
	background: #F8F8F8;
	/*+box-shadow:inset 0 0 15px #CECECE;*/
	-moz-box-shadow: inset 0 0 15px #CECECE;
	-webkit-box-shadow: inset 0 0 15px #CECECE;
	-o-box-shadow: inset 0 0 15px #CECECE;
	box-shadow: inset 0 0 15px #CECECE;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	padding: 7px 0px;
	border-right: 4px solid #C5C5C5;
	border-bottom: 1px solid #D6D6D6;
}
#sidebar.white ul li li a{
	color: #7C7D7E;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
	background-image: url(img/dark-sideli.png);
}
#sidebar.white a:hover, #sidebar.white li.current>a{
	color: #000000 !important;
}
/**  White **/
.white #content.login{
	color: #808080;
}
.white #content.login div.input{
	background-color: #EEEEEE;
	background-color: rgba(255, 255, 255, 0.5);
	/*+box-shadow:inset 2px 2px 5px #CECBCB;*/
	-moz-box-shadow: inset 2px 2px 5px #CECBCB;
	-webkit-box-shadow: inset 2px 2px 5px #CECBCB;
	-o-box-shadow: inset 2px 2px 5px #CECBCB;
	box-shadow: inset 2px 2px 5px #CECBCB;
	border: 1px solid #C2C1C1;
}
.white #content.login div.submit input{
	/*+box-shadow:0px 2px 5px #B2B2B2;*/
	-moz-box-shadow: 0px 2px 5px #B2B2B2;
	-webkit-box-shadow: 0px 2px 5px #B2B2B2;
	-o-box-shadow: 0px 2px 5px #B2B2B2;
	box-shadow: 0px 2px 5px #B2B2B2;
}
.white #content.login div.input label{
	color: #A7A3A3;
}
/**  Wood **/
.wood #content.login{
	/*+text-shadow:0px 1px #692F18;*/
	-moz-text-shadow: 0px 1px #692F18;
	-webkit-text-shadow: 0px 1px #692F18;
	-o-text-shadow: 0px 1px #692F18;
	text-shadow: 0px 1px #692F18;
}
.wood #content.login h1{
	color: #FFFFFF;
	/*+text-shadow:0px 1px #692F18;*/
	-moz-text-shadow: 0px 1px #692F18;
	-webkit-text-shadow: 0px 1px #692F18;
	-o-text-shadow: 0px 1px #692F18;
	text-shadow: 0px 1px #692F18;
}
.wood #content.login div.input{
	background-color: #EEEEEE;
	background-color: rgba(0, 0, 0, 0.2);
	/*+box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.8);*/
	-moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.8);
	-o-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.8);
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.8);
	border: 1px solid #A34D2A;
}
.wood #content.login div.input input, .wood #content.login, .wood #content.login div.input label{
	color: #EEDDC9;
}
.wood #content.login div.submit input{
	/*+box-shadow:0px 2px 5px #100806;*/
	-moz-box-shadow: 0px 2px 5px #100806;
	-webkit-box-shadow: 0px 2px 5px #100806;
	-o-box-shadow: 0px 2px 5px #100806;
	box-shadow: 0px 2px 5px #100806;
}
/** CORE UNIFORM **/
.selector, .checker, .button, .radio, .uploader{
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	=display: inline;
}
.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus{
	outline: 0;
}
/*Button*/
div.button a, div.button button, div.button input{
	position: absolute;
}
div.button{
	cursor: pointer;
	position: relative;
}
div.button span{
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1;
	text-align: center;
}
/*Select*/
div.selector{
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}
div.selector span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.selector select{
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
	height: 25px;
	border: none;
	background: none;
}
/*Checker*/
div.checker{
	position: relative;
}
div.checker span{
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}
div.checker input{
	opacity: 0;
	filter: alpha(opacity:0);
	display: inline-block;
	background: none;
}
/*Radio*/
div.radio{
	position: relative;
}
div.radio span{
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}
div.radio input{
	opacity: 0;
	filter: alpha(opacity:0);
	text-align: center;
	display: inline-block;
	background: none;
}
/*Uploader*/
div.uploader{
	position: relative;
	overflow: hidden;
	cursor: default;
}
div.uploader span.action{
	float: left;
	display: inline;
	padding: 2px 0px;
	overflow: hidden;
	cursor: pointer;
}
div.uploader span.filename{
	padding: 0px 10px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
}
div.uploader input{
	opacity: 0;
	filter: alpha(opacity:0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	float: right;
	height: 25px;
	border: none;
	cursor: default;
}








#confirmlayer
{
	background-color: black;
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	
	z-index: 1000;
}

#frame
{
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1001;
}

#layer
{
	position: absolute;
	top: 20px;
	left: -250px;
	
	width: 500px;
	height: 400px;
	
	background-color: white;
	
	z-index: 102;
}

#editor
{
	background-color: white;
	height: 600px;
	width: 800px;
	
	overflow: auto;
}

#editorground
{
	background-color: black;
	
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	
	z-index: 1000;
}

#editorframe
{
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1001;
}

#editorlayer 
{
	position: absolute;

	top: 50px;
	left: 50%;
	margin-left:-400px;
	width: 800px;
	
	background-color: white;
	
	z-index: 1002;
}


#info{
	background:#fff url("../icons/important.png");
	background-repeat:no-repeat;
	background-position:left;
	border:1px solid #666; 
	margin-bottom:5px; 
	padding:5px 5px 5px 145px;
	min-height:50px;
	
}


/* 01-04-2009 by Wim Bos: added my own styles for the smarties selector list */

a.smartyselectlink
{    
    display: block;  
    padding:12px;
    border: 1px solid #D6D7D6;
    min-height: 30px;    
    background-color: #F7F7F7;
    text-decoration: none;
}
a.smartyselectlink img{
    margin-right: 30px;
}

a.smartyselectlink:hover
{    
    background-color: white;
}





/* Tabellenformatierung (Media-Editor) */
table.table
{
	border: 1px solid gray;
	background-color: white;
	width: 100%;
}

table.table th
{
	padding: 5px;
	background-color: white;
	border-color: #0879D6;
	border-style: solid;
	border-width: 0px 0px 5px 0px;
}

table.table th a
{
	text-decoration: none;
	padding: 3px;
}

table.table th a.active
{
	background: #ffa500;
}

table.table td
{
	line-height: 20px;
	padding: 5px;
}

table.table td.box1 input, table.table td.box1 input
{
	width:		95%;
	padding:	3px;
	margin:		0px;
}

table.table td input.sub
{
	width:	auto;
}

table.table img
{
	margin-top: 2px;
}	

table.table td.box1
{
	background-color: #F7F7F7;
}

table.table td.box2
{
	background-color: white;
}

table.table tr.highlight td
{
	background-color: #fdedcc;
}

table.table td.box1 label, table.table td.box2 label
{
	font-weight: bold;
}

table.table td>a {
	text-decoration:	none;	
}

table.table td>img, table.table td>a>img
{
	text-decoration: none;
	border: none;
	padding-right: 10px;
}

table.tab-body {
	border-top:	none;
}



/* Formularfelder im Media Editor */

input[type="text"], input[type="password"], textarea
{
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	padding: 3px 0px 3px 0px;
	width: 100%;
}




.ul_div_1 {float:left;width:200px;margin-top:10px;}
.ul_div_1 input {width:200px !important;}

.ul_div_2 {float:left;width:500px;margin-left:30px;margin-top:10px;}
.ul_div_2 div {float:left;width:150px;}
.ul_div_2 input {height:20px;padding:0px;width:20px;margin:0px 10px 0px 10px;}


fieldset.sm {
		border: 1px solid #333;
		margin:10px 5px;
		padding:10px;
	}
	
	div.spalte1 {
		float:left;
		width:80px;
		padding-top:15px;
		word-wrap:break-word;
	}
	
	div.spalte2 {
		float:left;
		padding:15px 30px;
		width:500px;
	}
	
	div.spalte3 {
		float:left;
		padding:15px;
	}
	
fieldset.sm .submit {
	width:150px;
	height:30px;
	
}

fieldset.sm input[type="file"] {
	border:0;
	box-shadow:none;
}

fieldset.sm input[type="text"] {
	height:28px;
	margin:0px !important;
	width:100% !important;
}


.ul_image {
float:left;

}

.ul_title {
	float:left;
	padding:0px 0px 0px 30px;
}

.ul_title input {
	width:300px;
}


.ul_options {
	float:right;
	padding:0px 0px 0px 30px;
}

.ul_extended {
	padding:0px;
}

.ul_misc {
	float:left;
	width:390px;
margin-top:15px;
}

.ul_caption {

}

.ul_misc input[type="file"] {
	width:230px;
}

.ul_misc input[type="text"] {
	width:40px;
}

.ul_caption textarea {
width:100%;
height:300px;
}

.media_img, .media_img img, .media_img_rahmen{
	width:100px !important;
	height:100px !important;
	top:0px !important;
	
}

.media_caption {
	top:0px !important;
}

.media_item{
	width:100% !important;
}

#wysiwyg_iframe {
	border:1px solid #aaa;
	
}


.smartie_new * {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.smartie_new .links {
	float:left;
	width:30%;
}

.smartie_new .rechts {
	float:right;
	width:70%;
	margin-right:-5px;
}

.smartie_new .ul_image {
	width:30%;
	padding:0 10px 0 0;
}
.smartie_new .ul_image img{
	max-width:100%;
}

.smartie_new .ul_title {
	width:65%;
	padding:0 10px 0 0;
	
	text-overflow: ellipsis;

	white-space: nowrap;
	overflow: hidden;
}

.smartie_new .ul_options {

	width:5%;
	padding:0;
}

.smartie_new .ul_item {
	padding:10px;
	
}

.smartie_new .smartie_sort {
	margin-bottom:10px;
}


.smartie_new .smartie_sort {
	border:1px solid #000;

}

#smartie_bearbeitung {
	
}

.smartie_new fieldset.sm {
	margin:0 0 10px 0;
	padding:10px;
}

.smartie_new fieldset.sm input[type="file"] {
	width:100%;
	margin-bottom:10px;
}

#smartie_bearbeitung fieldset {
	margin:20px 0px;
}

.smartie_details_values {
	margin-bottom:10px;
}

#smartie_bearbeitung fieldset.sm input[type="text"] {
	height:auto;
	margin:0px 0px 10px 0px !important;

}


#smartie_bearbeitung .smartie_image  {

}

#smartie_bearbeitung .smartie_image #crop_image {

  max-width: 100%;
}

.googlemaps_smartie table {width:100%;}
.googlemaps_smartie th{font-weight:bold;padding:5px;vertical-align:top;}
.googlemaps_smartie td{padding:5px;}

.map {
	height:100px;
	padding:10px;
}


#acp-tabs ul {
	padding:	0px;
	margin:		15px 0px 0px 0px;
	
	list-style-type:	none;
}

#acp-tabs ul li {
	float: left;	
}

#acp-tabs ul li a {
	border:			1px solid #CCC;
	border-width:	1px 1px 0px 1px;
	
	padding:		10px 10px 0px 10px;	
	margin-right:	4px;
	
	background:		#FFF;
	
	text-decoration:	none;
}
	
#acp-tabs ul li a.active {	
	background:		#f7f7f7;
	padding:		10px 10px 1px 10px;	
}

/* html5 editor */


#wysihtml5-editor-toolbar {
  position: relative;
}

header {
  display: block;
  border-radius: 4px;
  width: 810px;
  background: #eee;
  position: relative;
  z-index: 1;
  text-align: center;
  background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  font-size: 0;
  text-align: center;
}

.commands {
  border-left: 1px solid #ddd;
  display: inline-block;
}

[data-wysihtml5-command],
[data-wysihtml5-action],
.fore-color,
.font-size {
  position: relative;
border:1px solid #ddd;
border-collapse:collapse;
  list-style: none;
  font-size: 12px;
  display: block;
  float:left;
  cursor: pointer;
  height: 36px;
  width: 78px;
}




[data-wysihtml5-command]::after,
[data-wysihtml5-action]::after,
.fore-color::after,
.font-size::after {
  content: "";
  background-image: url(../img/spr_toolbar_icons_r1.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

[data-wysihtml5-command]:hover,
[data-wysihtml5-action]:hover,
.fore-color:hover,
.font-size:hover {
  background-image: linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
}

[data-wysihtml5-command="bold"]::after {
  background-position: 24px 0px;
}

[data-wysihtml5-command="italic"]::after {
  background-position: -48px 0px;
}

[data-wysihtml5-command="underline"]::after {
  background-position: -666px -30px;
}

[data-wysihtml5-command="fontSize"][data-wysihtml5-command-value="small"]::after {
	background-position:-518px -30px;
}
[data-wysihtml5-command="fontSize"][data-wysihtml5-command-value="large"]::after {
		background-position:-600px -30px;
}


[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h1"]::after {
  background-position: -344px 0px;
}


[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h2"]::after {
  background-position: -428px 0px;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h3"]::after {
  background-position: 18px -30px;
}


[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h4"]::after {
  background-position: -52px -30px;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h5"]::after {
  background-position: -120px -30px;
}


[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h6"]::after {
  background-position: -204px -24px;
}


[data-wysihtml5-command="insertUnorderedList"]::after {
  background-position: -115px 0px;
}

[data-wysihtml5-command="insertOrderedList"]::after {
  background-position: -197px 0px;
}

[data-wysihtml5-action="change_view"]::after {
  background-position: -670px 0px;
}

[data-wysihtml5-command="justifyLeft"]::after {
  background-position: -271px -30px;
}

[data-wysihtml5-command="justifyCenter"]::after {
  background-position: -430px -30px;
}

[data-wysihtml5-command="justifyRight"]::after {
  background-position: -346px -30px;
}


[data-wysihtml5-command="createLink"]::after {
  background-position: -271px 0px;
}

[data-wysihtml5-command="insertImage"]::after {
  background-position: -513px center;
}

.font-size::after {
  background-position: -514px -27px;
}


.fore-color::after {
  background-position: -741px 0px;
}

[data-wysihtml5-command="insertSpeech"]::after {
  background-position: -596px center;
}


.font-size ul,
.fore-color ul {
  display: none;
  position: absolute;
  z-index: 2;
  top: 32px;
  right: -1px;
  left: -2px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  overflow: hidden;
}
.font-size li,
.fore-color li {
  display: block;
  margin: 3px;
  width: auto;
  border: 0;
  height: 15px;
  float:none;
}
.font-size li::after,
.fore-color li::after {
  display: none;
}
.font-size:hover ul,
.fore-color:hover ul {
  display: block;
}

.font-size .wysihtml5-command-active,
.fore-color .wysihtml5-command-active {
  outline: 1px solid #666;
  outline-offset: 1px;
}

.wysihtml5-commands-disabled .font-size ul,
.wysihtml5-commands-disabled .fore-color ul {
  display: none;
}

.wysihtml5-action-active,
.wysihtml5-command-active {
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #eee !important;
}

.wysihtml5-commands-disabled [data-wysihtml5-command],
.wysihtml5-commands-disabled .fore-color,
.wysihtml5-commands-disabled .font-size  {
  opacity: 0.4;
  cursor: default;
  background-image: none !important;
}

[data-wysihtml5-dialog] {
  color: #333;
  font-size: 14px;
  text-align: left;
  border-radius: 4px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px 10px;
  background: #FFFBE0;
margin-bottom:15px;
  text-align: center;

}

[data-wysihtml5-dialog] input {
  color: #333;
  border: 1px solid #ccc;
  padding: 3px;
  width: 300px;
}

[data-wysihtml5-dialog] input:focus {
  outline: 0;
  border: 1px solid #666;
}

[data-wysihtml5-dialog-action] {
  padding: 4px;
  color: #fff;
  cursor: pointer;
}

[data-wysihtml5-dialog-action="save"] {
  background: #007200;
}

[data-wysihtml5-dialog-action="cancel"] {
  background: #999;
}


textarea {
  font-family: "Courier New", Courier, monospace;
  width: 100%;
  
  height: 100%;
  border: 0;
  resize: none;
  white-space: pre;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px;
  word-wrap: normal;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.4);
  outline: 0;
  min-height:100px;
}



.dropzone {
	margin:3px; 
	padding: 3px;
	border: 1px solid orange; 
	background-color: #EEEEEE;
	min-height:24px;
	cursor:pointer;
}


#content .packages .bloc {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:30%;
	float:left;
	margin:55px 3% 0 0;
}


.ui-draggable-dragging{z-index:999999999;}
.sitemap-anchor a {text-decoration:none;}

.sitemap-list.sub-list {display: none; background:rgba(0,0,0,0.1); margin-left: 42px; padding-top:5px!important; padding-bottom:5px!important; width: 90%;margin-bottom:5px;}
#content .title a.button {
	height:auto;
	padding:10px;
	line-height:normal;
	display:block;
	float:right;
margin:0px 30px 0 0;
	
}


.sitemap-main-list {
	margin:0px;
}


#content .bloc .title.top {
	font-size:20px;

}



.wysihtml5-toolbar .commands {margin:0 0 15px 0;padding:0;}
.wysihtml5-toolbar .commands ul, .wysihtml5-toolbar .commands li{margin:0;}

.smartie_tabelle td{
	padding:5px;
}

ul.smartie_sort {margin:0;list-style:none;}

.smartie_tabelle {
	width:100%;
}

.upload_smartie_sort {margin:0 0 15px 0;padding:0px;list-style:none;}
 .upload_smartie_sort li {margin:0;}
.smartie_sort_button {float:right;}

.upload_smartie_sort input[type="file"] {display:inline-block;}

.ul_image {width:80px;min-height:10px;}
.ul_bar {margin-bottom:15px;}
.ul_bar input[type="text"] {
	margin:0px 10px 0px 10px;
	height:28px;
	width:100px;
}


.smartie_icon {
	background-color:#3580A9;
	position:relative;
	display:inline-block;
	height:32px;
	width:32px;
	cursor:pointer;
	float:right;
}

.smartie_icon:after {
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	top:5px;
	left:5px;
	position:absolute;
}

.smartie_icon.up:after {border-width: 0 10px 20px 10px;border-color: transparent transparent #ffffff transparent;}
.smartie_icon.down:after {border-width: 20px 10px 0px 10px;border-color: #ffffff transparent transparent transparent;}
.ul_extended .smartie_icon.down:after{border-width: 0 10px 20px 10px;border-color: transparent transparent #ffffff transparent;}

.news_sortable li, .news_sortable {
	list-style:none;
	margin:0;
	padding:0;
}



.wysiwyg-float-left {float:left;}
.wysiwyg-float-right {float:right;}
.wysiwyg-font-size-large {font-size:1.2em;}
.wysiwyg-font-size-medium {font-size:1em;}
.wysiwyg-font-size-small {font-size:0.8em;}
.wysiwyg-text-align-center {text-align:center;}
.wysiwyg-text-align-justify {text-align:justify;}
.wysiwyg-text-align-left {text-align:left;}
.wysiwyg-text-align-right {text-align:right;}

.fore-color [data-wysihtml5-command-value="eins"]{background:#000;}	
.fore-color [data-wysihtml5-command-value="zwei"]{background:#59B8AE;}	
.fore-color [data-wysihtml5-command-value="drei"]{background:#A473A7;}	
.wysiwyg-color-eins {color:#000000;}
.wysiwyg-color-zwei {color:#59B8AE;}
.wysiwyg-color-drei {color:#A473A7;}



.node_copy_parent_id {
	display:block;
}

.node_copy_parent_id.active {
	background-color:#bbb;
}


.dropzone img {max-width:100%;}



#crop_overlay {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;	
	display:none;
	
	background-color:rgba(0,0,0,0.85);
	padding:100px;
	z-index:10000;
	padding:20px;
	overflow:auto;
	
}

#crop_overlay.active {
	display:block;	
	
}

.crop_image_wrapper {

}

.crop_controls {
	padding:0 0 20px 0;	
	color:#fff;
	position:relative;
	z-index:10000;

}

.crop_controls input {
	margin:0 30px 0 0;	
}

.crop_controls input[type="text"],
.crop_controls select {color:#000;}


#crop_image_height, 
#crop_image_width {
	width:150px;
	
	
}
crop_preview_image {height:200px;width:200px;}

.crop_input {
	float:left;
	padding-right:60px;
	
}

.crop_input > div, .crop_input td {
	padding-bottom:20px;	
	padding-right:4px;
}

#crop_values {display:none;}
.crop_canvas_wrapper {
	position:absolute;
	right:0;
	z-index:50000;
	height:200px;width:200px;

background:rgba(255,255,255,0.3);
	
}


#crop_image_dimensions {
	background:#000;
	position:absolute;	
	
left:0;
bottom:100%;
padding:2px 5px;
color:#fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#crop_cancel {background:orange;
	box-shadow:none;
	text-shadow:none;
	border:1px solid transparent;
	
}

.crop_image_size {
	position:relative;
	padding:10px 40px;
}

.crop_image_size:before {
	background-image:url("img/bild-gross.png");
	height:30px;
	width:30px;	
	content:"";
	position:absolute;
	left:0px;
	top:50%;
	background-size:15px;
	background-repeat:no-repeat;
	transform:translate(0,-50%);
	background-position:center center;
}

.crop_image_size:after {
	background-image:url("img/bild-gross.png");	
	height:30px;
	width:30px;	
	content:"";
	position:absolute;
	right:0px;
	top:50%;
	transform:translate(0,-50%);
}


.panel.level1 {margin-left:0px;}
.panel.level2 {margin-left:25px;}
.panel.level3 {margin-left:50px;}
.panel.level4 {margin-left:75px;}
.panel.level5 {margin-left:100px;}
.panel.level6 {margin-left:125px;}
.filename {padding:5px 0;}
.jcrop-holder {transform-origin: top left;}

.bildnachweis_buttons {margin-top:15px;}
.bildnachweis_opacity {opacity:0.5;}
.btn {color:#fff !important;}


/* Hotspot Modul */
#hotspot-wrapper {display:inline-block;position:relative;}	
#hotspot-wrapper img {display: block;max-width: 100%;height: auto;}
#hotspot-wrapper #hotspot-svg {position: absolute;top: 0;left: 0;width:100%;height:100%;}

svg .hotspot {
	fill: #00ff00;	
  stroke: #fff;
  stroke-width: 1;
  fill-opacity:0.3;
}
svg .hotspot.neu {fill:#0000ff;}