html, div.forcescroll {overflow-y: scroll;}
html.noscroll {overflow-y: hidden;}

body {
	background:#f7f7f7;
	font-family: 'Open Sans',sans-serif;
	height:100%;
	font-size:12px;
	line-height:14px;
	font-weight:400;
}
a {
	outline:0;
	text-decoration:none;
}
.nopadding { padding:0 !important; }
.nopaddingtop { padding-top:0 !important; }
.nomargin { margin:0 !important; }
.nofloat { float: none !important; }
.noborder { border: 0 !important; }
.textcenter { text-align:center; }
.textright { text-align:right; }
.textleft { text-align:left; }
.floatleft { float:left !important; }
.floatright { float:right !important; }
.displayinlineblock { display:inline-block !important; }
.displaynone { display:none !important; }
.force_white_bg { background-color:#ffffff !important; }
.borderleft1px { border-left:1px solid #bfbfbf !important; }
.clearfix { *zoom: 1; }
.wrap { white-space: normal !important; }
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
label, .linkcursor {
    cursor:hand;
    cursor:pointer;
}
em {
	font-style: italic;
}
#leftpanel {
	width:200px;
	height:100%;
	background:#9ececa;
	border-right:6px solid #d9dada;
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-Index:100;
}
#leftpanel .wrapper {
	width:200px;
	height:100%;
	border-right:5px solid #ffffff;
	display:block;
	position:relative;
}
#topcontent {
	height:131px;
	width:200px;
  	background:url(../img/leftpanel/sprite.png) -10px -10px no-repeat;
  	position:absolute;
	top:0;
	left:0;
}
#topcontent-logo {
	text-indent:-9999px;
	margin-top:10px;
	margin-bottom:4px;
	width:200px;
	height:44px;
	line-height:14px;
	font-size:1px;
	background:url(../img/leftpanel/logo_thieme.png) center center no-repeat;
	display:block;
}
a#topcontent-logo {
	opacity:0.75;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
a#topcontent-logo:hover {
	opacity:1;
}
#topcontent-sectionname {
	font-weight:bold;
	color:#71beba;
	font-size:11px;
	line-height:13px;
	display:block;
	text-align:center;
	text-transform:uppercase;
}
#bottomcontent {
	height:146px;
	width:200px;
  	background:url(../img/leftpanel/sprite.png) -10px -141px no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}
#bottomcontent-date {
	font-size:10px;
	color:#ffffff;
	opacity:0.5;
	text-transform:uppercase;
	margin:66px 0 5px 25px;
	line-height:7px;
	display:block;
	font-weight:bold;
}
#bottomcontent-welcome {
	font-size:11px;
	color:#70708e;
	display:block;
	line-height:13px;
	margin:0 0 0 25px;
	width:120px;
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	padding:0 0 3px 0;
}
#bottomcontent-welcome:hover {
	overflow:visible;
	border:1px solid #000;
	width:auto;
	display:inline-block;
	background:#fff;
	padding:2px 5px;
	cursor:help;
	margin:-3px 0 0 19px;
}
#bottomcontent-copyright {
	position:absolute;
	top:105px;
	font-size:9px;
	color:#6b6b87;
	border-top:1px solid #3a4363;
	padding-top:15px;
	line-height:9px;
	width:160px;
	margin:0 0 0 20px;
	text-align:center;
}
#bottomcontent-copyright a {
	color:#6b6b87;
	text-decoration:none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
}
#bottomcontent-copyright a:hover {
	color:#ffffff;
}
#bottomcontent-logout {
	position:absolute;
	left:148px;
	top:62px;
	width:28px;
	height:27px;
	text-indent:-9999px;
  	background:url(../img/leftpanel/sprite.png) -50px -307px no-repeat;
  	opacity:0.25;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
#bottomcontent-logout:hover {
  	opacity:1;
}

#leftpanel .wrapper #main-nav {
	position:absolute;
	top:150px;
	list-style:none;
	margin:0 20px;
	width:160px;
}
#main-nav li a, #main-nav li span.el {
	padding:10px 30px 10px 5px;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	color:#ffffff;
	border-bottom:1px solid #82adac;
	display:block;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    background:url(../img/leftpanel/sprite.png) -294px 15px no-repeat;
}
#main-nav li.active a, #main-nav li a:hover, #main-nav li.active span.el {
	color:#304c54;
    background:url(../img/leftpanel/sprite.png) -294px -72px no-repeat;
}
#main-nav li.sub { margin-top:4px; }
#main-nav li.sub + li.sub { margin-top:0; }
#main-nav li.sub + li.main { border-top:1px solid #82adac; margin-top:15px; }
#main-nav li.sub a {
	line-height:20px;
	padding:0 30px 0 5px;
	font-size:13px;
	font-weight:400;
	color:#4c6d72;
	margin:0;
	border:0;
	background:none;
}
#main-nav li.sub.active a, #main-nav li.sub a:hover {
	color:#304c54;
    background:url(../img/leftpanel/sprite.png) -294px -79px no-repeat;
}
#rightpanel {
	margin-left:206px;
	color:#999999;
	z-Index:10;
}
#rightpanel #header {
	background:#ffffff;
	border-bottom:1px solid #D9D9D9;
	position:fixed;
	top:0;
	width:100%;
	height:80px;
	z-Index:1;
	box-shadow:0 -5px 15px #888888;
}
#rightpanel #header #headline {
	display:table;
	box-sizing:border-box;
}
#rightpanel #header h1 {
	margin:0;
	font-size:20px;
	font-weight:300;
	line-height:24px;
	padding:0 0 0 30px;
	display:table-cell;
	vertical-align:middle;
	height:80px;
	text-transform:uppercase;
}
#rightpanel #header #headerlinks {
	float:right;
	height:80px;
	list-style:none;
	margin:0 250px 0 0;
}
#rightpanel #header #headerlinks li {
	float:left;
}
#rightpanel #header #headerlinks li a {
	font-weight:300;
	padding-left:20px;
	color:#8dca35;
	font-size:20px;
	line-height:80px;
	display:block;
}
#rightpanel #header #headerlinks li a:hover {
	text-decoration:underline;
}
#rightpanel #header #headerlinks li a.icon {
	padding-right:40px;
	background:#fff url(../img/content/headericons.png) top right no-repeat;
}
#rightpanel #header #headerlinks li a.icon.export { background-position:right top; }
#rightpanel #header #headerlinks li a.icon.back   { background-position:right -80px; }
#rightpanel #header #headerlinks li a.icon.add    { background-position:right -160px; }
#rightpanel #header #headerlinks li a.icon.yes    { background-position:right -240px; }
#rightpanel #header #headerlinks li a.icon.no     { background-position:right -320px; }
#rightpanel #header #headerlinks li a.icon.start  { background-position:right -400px; }
#rightpanel #header #headerlinks li a.icon.stop   { background-position:right -480px; }
#rightpanel #content {
	padding:5px 40px 20px 20px;
	border-right:2px solid #ffffff;
}
#rightpanel #header + #content {
	margin-top:95px;
}
#rightpanel #content p {
	margin-bottom:20px;
	margin-top:20px;
}
#rightpanel #content > p {
	margin-top:0;
}
#content h2, div.infopopup h2 {
	line-height:30px;
	border-bottom:1px solid #d9dada;
	margin:0;
	padding:7px 9px;
	font-size:20px;
	color:#999999;
	font-weight:300;
}
#content h2 a.extlink {
    background:url(../img/content/icon_iconset_30.png) right -120px no-repeat;
    padding-right:30px;
    color:#8dca35;
    font-weight:300;
    text-decoration:none;
}
#content h2 a.extlink:hover {
    text-decoration:underline;
}

#content h2 + p, div.infopopup h2 + p {
	padding:15px 0 10px 0;
}
#content h3 {
	margin:0;
	padding:0 10px 10px 10px;
	font-size:12px;
	font-weight:700;
	line-height:15px;
	color:#999999;
}
#content div.toggle h2 {
    cursor:hand;
    cursor:pointer;
    background:url(../img/content/icon_open_close.png) 0 0 no-repeat;
    padding-left:40px;
}
#content div.toggle.closed h2 {
    background-position:0 -100px;
}
#content div.toggle + .togglediv {
    display:block;
    border-bottom:1px solid #d9dada;
    padding:15px 0 10px 0;
}
#content div.toggle.closed + .togglediv {
    display:none;
}
#content div.toggle span.iconset { line-height:30px; padding-top:7px; }
#content div.infobar span.iconset { line-height:30px; }
#content span.iconset {
	float:right;
}
#content span.iconset a,
#content td.icon a, #content th.icon a {
	width:30px; height:30px;
	display:inline-block;
	text-indent:-9999px;
	background:url(../img/content/icon_iconset_30.png) top left no-repeat;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity:1;
    border-left:2px solid #f7f7f7;
}
#content span.iconset.bg_white a { background-color:#ffffff; }
#content span.iconset a:hover, #content th.icon a:hover, #content td.icon a:hover { opacity:0.5; }
#content span.iconset a.zip { background-position:0 -30px; }
#content span.iconset a.dl  { background-position:-30px -30px; }
#content span.iconset a.edit  { background-position:-30px -60px; }
#content span.iconset a.warn  { background-position:0 -60px; }
#content span.iconset.bg_white a.zip, #content td.icon a.zip, #content th.icon a.zip { background-position:0 0; }
#content span.iconset.bg_white a.dl, #content td.icon a.dl, #content th.icon a.dl { background-position:-30px 0; }
#content span.iconset.bg_white a.edit, #content td.icon a.edit, #content th.icon a.edit { background-position:-60px 0; }
#content span.iconset.bg_white a.ok, #content td.icon a.ok, #content th.icon a.ok { background-position:0 -90px; }

#content td.icon a.prev { background:url(../img/content/icon_prev.png) center center no-repeat; }
#content td.icon a.next { background:url(../img/content/icon_next.png) center center no-repeat; }
#content td.icon a.link { background:url(../img/content/icon_link.png) center center no-repeat; }

#content ul.tabs {
	list-style:none;
	width:100%;
	display: table;
    table-layout: fixed;
    margin-bottom:20px;
}
#content ul.tabs li {
    display: table-cell;
    position:relative;
    border:1px solid #d9dada;
}
#content ul.tabs li a {
    display:block;
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    color:#b1b1bf;
    text-decoration:none;
    padding:15px;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -moz-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    overflow-x:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
}

#content ul.tabs li.active a, #content ul.tabs li a:hover {
	background:#ffffff;
	color:#6b6b87;
}

#content ul.tabs li.active:after {
    background-color: #ffffff;
    content: " ";
    display: block;
    height: 10px;
    position: relative;
    bottom: -6px;
    width: 10px;
    margin:-10px 0 0 -5px;
    left:50%;
    border: 1px solid #d9dada;
    border-style: solid solid none none;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}
#content ul.tabs li + li {
	border-left:0;
}
div.tabcontentcontainer div.tabcontent {
	display:none;
}
div.tabcontentcontainer div.tabcontent.show {
	display:block;
}
#content div.infobar {
	margin:0 0 20px 0;
}

#content div.infobar.large p { font-size:20px; line-height:24px; font-weight: normal; }
#content div.infobar.red { background:#f75b49; color:#ffffff; }
#content div.infobar.green { background:#8dca35; color:#ffffff; }
#content div.infobar.yellow { background: #ffed66; color:#666666; }
#content div.infobar.white { background:#ffffff; color:#666666; }

#content div.infobar p {
	padding:8px 10px;
	font-weight:700;
	font-size:12px;
	line-height:14px;
}

#content table.auflistung {
	color:#666666;
	background:#ffffff;
	font-size:12px;
	margin-bottom:20px;
	table-layout: fixed;
	width:100%;
}
#content table.auflistung td, #content table.auflistung th {
	vertical-align:middle;
	height:30px;
	padding:0 10px;
	border-bottom:3px solid #f7f7f7;
}
#content table.auflistung td + td, #content table.auflistung th + th {
	border-left:2px solid #f7f7f7;
}
#content table.auflistung th {
	font-weight:700;
	text-align:left;
}
#content table.auflistung tr.notwhite {
	background:#f7f7f7;
	color:#999999;
	font-weight:700;
}
#content table.auflistung tr.paging td {
    border:1px solid #bfbfbf;
}
#content table.auflistung tr.paging td a.pagelink {
    border:1px solid #bfbfbf;
    padding:2px 5px;
    margin:0 3px;
    background:#eee;
    color:#000;
}
#content table.auflistung tr.paging td a.pagelink.active {
    background:#aaa;
    color:#fff;
}
#content div.tafel table.auflistung tbody tr.white {
	background:#ffffff;
}
#content table.auflistung td.icon, #content table.auflistung th.icon {
	width:30px;
	padding:0;
	text-align:center;
	border-left:0;
}
#content table.auflistung td {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#content table.auflistung th.ri, #content table.auflistung td.ri {
	width:33%;
}
#content table.auflistung tbody tr {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
#content div.tafel table.auflistung tbody tr {
	background:#f7f7f7;
}
#content div.tafel table.auflistung tbody td {
	border-color:#ffffff;
}
#content table.auflistung tbody tr:hover {
	background-color:#fcfcd8 !important;
}
#content table.auflistung tbody tr.nohover:hover {
	background-color:#ffffff !important;
}
#content table.auflistung tbody tr th {
	padding-top:10px;
}
#content table.auflistung td.stats {
	text-align:center;
	padding:16px 10px;
	font-size:12px;
}
#content table.auflistung td.stats strong {
	font-weight:400;
	font-size:20px;
	line-height:26px;
}

#content table td.link a, #content a.link-ext, div#doimodalcontent a.link-ext {
	color:#666666;
	background:url(../img/content/icon_link_ext.png) right center no-repeat;
	padding-right:15px;
}
#content table td.link a:hover, #content a.link-ext:hover {
	text-decoration:underline;
}
#content table td.link.dl a {
    background-image:url(../img/content/icon_down.png);
}
#content table td.link.ul a {
    background-image:url(../img/content/icon_up.png);
}
.loading {
	background-image:url(../img/content/ajax-loader.gif) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
div.infopopup {
	position:absolute;
	opacity:0;
	background:#ffffff;
	font-size:18px;
	line-height:22px;
	margin:0;
	padding:10px;
	border:2px solid #f7f7f7;
	box-shadow:0 0 10px #999999;
	color:#999999;
	font-weight:300;
	z-index:1000;
}
div.infopopup strong {
	font-weight:700;
}
div.infopopup p {
    font-size:14px;
}
td.center {
	text-align:center;
}
#content div.tafel {
	margin:10px;
	background:#ffffff;
	border: 1px solid #d9dada;
	padding:10px;
}
#content div.tafel > h2 {
	padding-top:0;
}
#content h2 + ul.tabs, #content h2 + table {
	margin-top:15px;
}
#content div.tafel ul.tabs li.active a, #content div.tafel ul.tabs li a:hover {
	background:#f7f7f7;
	color:#6b6b87;
}
#content div.tafel ul.tabs li.active:after {
    background-color: #f7f7f7;
}
#content div.tafel table.auflistung th, #content div.tafel table.auflistung td {
	border-color:#ffffff;
}
#content div.tafel table.auflistung th {
	color:#999999;
}
#content div.tafel table.form td div.fakelabel.nostyle {
	border:0;
	font-weight:400;
	background-color:transparent;
}

#content table.form td {
	padding:0;
	height:30px;
}
#content table.form td.widthpadding {
	padding:0 10px;
}

#content table.form div.fakeselect, #content table.form div.fakelabel {
	cursor:hand;
	cursor:pointer;
	border: 1px solid #bfbfbf;
	display:block;
	line-height:28px;
	padding:0 10px;
	background:#f7f7f7;
}
#content div.tafel table.form div.fakeselect, #content div.tafel table.form div.fakelabel {
	background-color:none;
}
#content table.form div.fakeselect ul.fakeselectlist {
	position:absolute;
}
#content table.form div.fakeselect span.val {
	padding-right:10px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
}
#content table.form div.fakeselect.with-indicator {
	background-image:url(../img/content/form_select_indicator.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#content table.form div.fakeselect.with-indicator span.val {
	padding-right:30px;
}
#content table.form td.divider {
	background:url(../img/content/form_divider.png) top left no-repeat;
	text-align:center;
	border:0;
	color:#ffffff;
	font-weight:700;
}
#content table.form td.divider_follows, #content table.form td.divider_follows div {
	border-right:0;
}
#content table.form td.divider + td, #content table.form td.divider + td div.fakeselect {
	border-left:0;
}
#content table.form div.fakelabel {
	font-weight:700;
}
#content table.form div.fakecheckbox {
	cursor:hand;
	cursor:pointer;
	background:url(../img/content/form_checkbox.gif) top left no-repeat;
	display:inline-block;
	width:13px;
	height:13px;
	margin-top:1px;
}
#content table.form div.fakecheckbox.checked {
	background-position:bottom left;
}
#content .fakeselectlist {
	max-height:200px;
	overflow-y:auto;
	margin:3px 0 0 -11px;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	padding-top:0;
	display:none;
}
#content .fakeselectlist li {
	background:#f7f7f7;
	color:#666666;
	font-size:12px;
	white-space:nowrap;
	line-height:28px;
	border:1px solid #bfbfbf;
	border-top:0;
	border-bottom:0;
	display:block;
}
#content ul.fakeselectlist li + li {
	border-top:1px solid #bfbfbf;
}
#content .fakeselectlist li a {
	color:#666666;
	text-decoration:none;
	display:block;
	padding:0 10px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
	overflow:hidden;
	text-overflow:ellipsis;
}
#content .fakeselectlist li a:hover, #content .fakeselectlist li.selected a {
	background-color:#fcfcd8;
}
#content table.form td * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#content table.form td input.forminput, #content table.form td textarea.forminput {
	-webkit-touch-callout: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

#content .buttoncontainer, #content div.tafel table + h2, #content div.tafel table + div.toggle {
	display:block;
	border-top:1px solid #d9dada;
}
#content .buttoncontainer {
	padding:10px 0;
    text-align:center;
}
#content div.togglediv + .buttoncontainer {
    border:0;
}
#content div.tafel table + h2 {
	padding-top:10px;
	margin-top:-20px;
}
#content .buttoncontainer a, #content .buttoncontainer input[type="submit"], #content a.button, .infopopup .buttoncontainer a {
	padding:10px;
	color:#ffffff;
	font-size:20px;
	line-height:25px;
	text-decoration:none;
	display:block;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
    min-width:170px;
    text-align:center;
    float:left;
    background-color:#c5c5c5;
    border:0;
    font-family: 'Open Sans',sans-serif;
    cursor:pointer;
    cursor:hand;
}
#content .buttoncontainer a:hover, #content a.button:hover {
	background-color:#A6A6A6;
}
#content .buttoncontainer a.btn_send, #content .buttoncontainer input.btn_send, #content a.button.btn_send {
	background-color:#8dca35;
	float:right;
}
#content .buttoncontainer a.btn_send:hover, #content .buttoncontainer input.btn_send:hover, #content a.button.btn_send:hover {
	background-color:#7AB722;
}
a.btn_red {
    background-color:#f85b4a !important;
}
a.btn_red:hover {
    background-color:#e54837 !important;
}
a.btn_green {
    background-color:#8dca35 !important;
}
a.btn_green:hover {
    background-color:#7AB722 !important;
}
.buttoncontainer a.btn_right {
    float:right;
}
#content .buttoncontainer a.center {
    display: inline-block;
    margin:0 auto;
    float:none;
}

#content .button-ajax-send {
    background:#C5C5C5 url("../img/content/ajax-loader.gif") center center no-repeat !important;
    text-indent: -9999px;
}
#modaloverlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#ffffff;
	z-Index:100;
	opacity:0.5;
	display:block;
}
div.infopopup .loading {
	background-position:center left !important;
	padding-left:20px;
}
.bb3pxf7 {
	border-bottom:3px solid #f7f7f7;
}

#content input.forminput, #content textarea.forminput {
	border: 1px solid #bfbfbf;
	display:block;
	height:30px;
	padding:0 10px;
	background:#f7f7f7;
	box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    width:100%;
    color:#666666;
    font-size:12px;
    font-weight:400;
    font-family: 'Open Sans',sans-serif;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
    -moz-transition: background-color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, border-color .3s ease;
}
#content textarea.forminput {
    height:auto;
}
#content input.forminput:focus,input.forminput:hover, #content textarea.forminput:focus {
	background-color:#fafafa;
}
#content input.forminput.error, #content textarea.forminput.error {
	border-color:#BB2222;
    background-color:#ffbfbf;
}
#content form a.formbtn {
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:300;
	text-decoration:none;
	line-height:30px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
#content form a.formbtn.green {
	color:#ffffff;
	background-color:#8dca35;
}
#content form a.formbtn.green:hover {
	background-color:#7AB722;
}
#content form span.mandatory_info {
	line-height:30px;
	background:url(../img/content/icon_iconset_30.png) -6px -60px no-repeat;
	padding-left:25px;
	color:#999999;
	font-size:11px;
	display:inline-block;
	font-weight:400;
    height:30px;
}
#content table td.statusicon {
	background:url(../img/content/icon_iconset_30.png) 0 0 no-repeat;
}
#content table td.statusicon.warn {
	background-position:0 -60px;
}
#content #nutzer_aktiv a {
    float:right;
    font-size:20px;
    font-weight:300;
    color:#8dca35;
    line-height:30px;
   	margin:0;
   	padding:0 40px 0 0;
}
#content #nutzer_aktiv a { background:url(../img/content/headericons.png) right -265px no-repeat; }
#content #nutzer_aktiv.inaktiv a { background-position:right -345px; }

#content #nutzer_aktiv.aktiv span.label-user-inaktiv { display:none; }
#content #nutzer_aktiv.aktiv span.label-user-aktiv { display:block; }
#content #nutzer_aktiv.inaktiv span.label-user-inaktiv { display:block; }
#content #nutzer_aktiv.inaktiv span.label-user-aktiv { display:none; }

#content td.icon div.fakelabel {
    padding:0;
}
#content td.icon div.fakelabel a {
    border:0;
    height:28px;
}
div.infopopup div.buttoncontainer {
    margin-top:20px;
    border-top:1px solid #d9dada;
    padding-top:10px;
    font-weight:400;
}
table tr.gap td, table tr.gap th {
    padding-top:16px !important;
}

#content #artikel_options {
    width:470px;
    float:right;
    border-left:1px solid #fff;
    height:300px;
    background:#d9dada;
    overflow:auto;
}
#content #artikel_preview {
    margin:-15px 271px 0 0;
    border-right:5px solid #cccccc;
    height:300px;
    background:#ffffff;
    overflow:hidden;
}
#content #artikel_options h3.suma {
    margin:0;
    padding:15px 20px;
    background:#b0b1b1;
    font-size:12px;
    color:#ffffff;
    text-align:center;
    text-transform: uppercase;
}
#content #artikel_options h3.suma a {
    color:#ffffff;
    text-decoration: none;
}
#content #artikel_options p {
    text-align:center;
    font-size:13px;
    color:#333333;
    line-height: 16px;
    padding:20px 20px;
    margin:0;
    border-bottom:1px solid #b0b1b1;
}
#content #artikel_options strong {
    font-weight:700;
}
#content #artikel_options p.p12 {
    padding:12px 20px;
}
#content #artikel_options p + div.buttoncontainer {
    margin-top:10px;
}
#content #artikel_options form {
    padding:5px 20px;
}
#content #artikel_options form .buttoncontainer .button {
    width:100%;
    margin-top:10px;
    float:none;
}
#content #artikel_options form label {
    color:#999999;
    font-size:12px;
    font-weight:700;
    line-height:16px;
    padding:10px 0;
    display:block;
    text-align:center;
}
#content #artikel_display {
    background:#ffffff;
    padding:20px;
    border-bottom:1px solid #b0b1b1;
}
#content #artikel_display h4 {
    font-size:14px;
    line-height:18px;
    font-weight:700;
    color:#666666;
    text-align:left;
    margin:0;padding:0;
}
#content #artikel_display p {
    text-align:left;
    border:0;
    padding:20px 0;
    color:#666666;
    font-size:12px;
}
#content #artikel_display a.button {
    float:none;
    font-size:16px;
}
#content #artikel_option_select {
    padding:20px;
    border-bottom:1px solid #b0b1b1;
}
#content #artikel_option_select h5 {
    font-weight:700;
    color:#999999;
    font-size:12px;
    margin:0;
    padding:0;
    text-align: center;
}
#content #artikel_option_select a.button {
    margin-top:10px;
}
#content .btn_small {
    font-size:16px !important;
    line-height:15px !important;
}
#content #artikel_option_select a.button50 {
    width:44%;
    min-width:90px;
}
#content #artikel_option_select a.button50 + a.button50 {
    /*margin-left:10px;*/
}
#content #artikel_option_select input#artikel-such-query {
    margin-top:10px;
    height:35px;
    width:100%;
    padding-right: 20px;
    position:relative;
    z-Index:1;
}
#content #artikel_option_select a#artikel-such-query-exit {
    float:right;
    height:35px;
    width:18px;
    background:url(../img/content/icon_x.png) left center no-repeat;
    margin-left:-20px;
    position:relative;
    z-Index:2;
}
#content #artikel_options #artikel-options-list ul.fakeselectlist li {
    font-size:11px;
    line-height:22px;
}
#content #artikel_options #artikel-options-list ul.fakeselectlist {
    position:absolute;
    margin-left:0;
}
#content #artikel_options #artikel-options-list {
    margin-bottom:15px;
}
#content #artikel_options #artikel-options-list span.val {
    border:1px solid #bfbfbf;
    line-height:11px;
    color:#666666;
    font-size:11px;
    padding:5px 30px 5px 5px;
    background-color:#ffffff;
    background-image:url(../img/content/form_select_indicator_sm.gif);
   	background-position:center right;
   	background-repeat:no-repeat;
    display:block;
    cursor:hand;
   	cursor:pointer;
    overflow:hidden;
   	text-overflow:ellipsis;
    white-space: nowrap;
}
#content table.auflistung td.small {
    font-size:10px;
}

/* -- Dateiupload -- */
div#dateiupload div.dropzone {
    border: 1px dashed #999;
    padding: 10px;
    border-radius: 3px;
    line-height:20px;
    cursor:hand;
    cursor:pointer;
}

div#dateiupload input {
    display:none;
}

div#dateiupload ul{
    list-style:none;
    margin:0;
}

div#dateiupload ul li{
    border-bottom:1px solid #999;
    padding:5px;
    height:34px;
    position: relative;
}

div#dateiupload ul li:first-child {
    border-top:1px solid #999;
    margin-top:10px;
}

div#dateiupload ul li input{
    display: none;
}

#content div#dateiupload ul li p {
    width: 370px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 7px;
    left: 32px;
    border:0;
    margin:0;
    padding:0;
    font-size:12px;
    text-overflow:ellipsis;
}

#content div#dateiupload ul li a {
    color:#333;
}
#content div#dateiupload ul li a:hover {
    text-decoration:underline;
}

div#dateiupload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

div#dateiupload ul li canvas{
    top: 15px;
    left: 8px;
    position: absolute;
}

div#dateiupload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/uploadicons.png') no-repeat;
    position: absolute;
    top: 17px;
    right: 5px;
}

div#dateiupload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
    cursor:pointer;
}

div#dateiupload ul li.error p{
    color:red;
}
html.noscroll #content #artikel_options {
    width:486px;
}

#content table td.dllist a {
	color:#666666;
    padding:0 3px;
    border:1px dotted #666666;
    margin-right:5px;
}

#content table td.dllist a:hover {
    border-style:solid;
}

#artikel_option_select h5 {
    position:relative;
}
#artikel-such-query-opt {
    position:absolute;
    right:0;
}

#artikel-option-save {
    margin-bottom:20px;
}

a.actionbutton {
    width:100%;
    padding:5px;
    text-align:center;
    display:block;
    text-decoration:none;
    color:#F7F7F7;
    font-size:12px;
    transition: background-color .3s ease, color .3s ease;
}

a.actionbutton.red {
    background-color:#F65B49;
}
a.actionbutton.red:hover {
    background-color:#b34236;
}

a.actionbutton.yellow {
    background-color: #ffed66;
    color:#666;
}
a.actionbutton.yellow:hover {
    background-color:#E6C667;
}

a.actionbutton.petrol {
    background-color: #304C54;
    color:#fff;
}
a.actionbutton.petrol:hover {
    background-color:#626A82;
}

h2.doimodaltitle {
    color:#666666;
}
h2.doimodaltitle span.doimodalsubtitle {
    line-height:17px;
    font-size:12px;
    display:block;
}
div.infopopup a.closebtn {
    float:right;
    height:16px;
    width:16px;
    color:#AAAAAA;
    text-decoration: none;
    text-shadow: 0 2px #eee;
}
div.infopopup a.closebtn:after {
  content: '✖';
}
div#doimodalheaddivider {
    width:100%;
    height:100%;
    border-bottom:1px solid #d9dada;
    padding:0 20px;
    margin:0;
    box-sizing: border-box;
}

div#doimodalheaddivider h3 {
    position: relative;
    line-height:50px;
    color:#6B6B95;
    width:50%;
    margin:0;
    padding:0;
    box-sizing: border-box;
    float:left;
    font-weight:bold;
    text-transform: uppercase;
}

div#doimodalheaddivider h3.leftheader {
    text-align:left;
    border-right:1px solid #d9dada;
    box-sizing: border-box;
}

div#doimodalheaddivider h3.rightheader {
    text-align:right;
    box-sizing: border-box;
}
div#doimodalcontent + div.buttoncontainer {
    transition: opacity .3s ease;
    opacity:0;
}
div#doimodalcontent div.assignlistline {
    display:block;
    border-bottom:1px solid #d9dada;
    position:relative;
    line-height:35px;
    width:100%;
    padding:0 20px;
    box-sizing: border-box;
    transition: background-color .3s ease;
}
div#doimodalcontent div.assignlistline:hover {
    background:#fcfcd8;
}

div#doimodalcontent div.assignlistitem {
    box-sizing: border-box;
    width:33%;
    float:left;
}
div#doimodalcontent div.assignlistitem.right {
    float:right;
}
div#doimodalcontent div.assignlistitem a.link-ext {
    color:#8DCA35;
    font-size:14px;
    font-weight:bold;
}
td.inplacestatus {
    position:relative;
}
td.inplacestatus span.status {
    display:block;
}
td.inplacestatus a {
    text-decoration:none;
    transition: background-color .3s ease, opacity .3s ease;
    line-height:30px;
    display:inline-block;
    height:30px;
    width:10px;
    color:#ffffff;
    padding:0 3px;
    position:absolute;
    right:2px;
    top:0;
}
td.inplacestatus a.btn_green {
    right:25px;
}

#content input.largesearch {
    background:#ffffff;
    font-size:20px;
    line-height:27px;
    color:#304C54;
    height:47px;
    text-align:center;
    font-weight:100;
}

td span.mouseoverlay {
    position:relative;
}
td span.mouseoverlay span.ovl {
    width:auto;
    background:#fff;
    color:#000;
    position:absolute;
    left:0;
}