@CHARSET "UTF-8";

html {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.eingabe {
	border: 1px inset #a0a0a0;
	background-color: #EFEFEF;
	width: 100px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px inset #a0a0a0;
	background-color: #EFEFEF;
}

#iframe {
	overflow: hidden;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px inset #a0a0a0;
	background-color: #EFEFEF;
	color: black;
}

.headline {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}

.headline_small {
	font-size: 13px;
	font-weight: bold;
}

.headline_error {
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 100px;
}

.anmeldungsbox {
	position: relative;
	width: 255px;
	border : 1px solid #fff;
	background: #fff;
	padding: 15px;
}

.anmeldungsbox>p {
	margin: 0 0 5px;
	text-align: right;
}

.anmeldungsbutton {
	float: right;
	background-color: #cccccc;
	color: #000;
}

.fehler {
	color: #990000;
}

table.maintable {
	width: 100%;
	vertical-align: middle;
	background-image: url(/img/linie_oben.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 30px;
}

.maintabletop {
	vertical-align: middle;
	font-weight: bold;
	color: #000099;
	font-size: 20px;
}

table.mainnavigation {
	width: 100%;
	font-size: 20px;
	padding:0px;
	margin:0px auto;
}

td.mainnavigation {
	margin: 0px;
	font-weight: bold;
	white-space: nowrap;
}

td.mainnavigation_testSystem {
	background: url("/img/demo3.gif");
}

td.mainnavigation_previewSystem {
    background: url("/img/preview.gif");
}

div.mainnavigation {
	float:left;
	position:relative;
	text-align:center;
	width:185px;
	margin: 0 5px 0 0;
	font-size:13px;
	font-weight: bold
}

.small div.mainnavigation {
	float:left;
	position:relative;
	text-align:center;
	width:145px;
	margin: 0 5px 0 0;
	font-size:10px;
	font-weight: bold;
}

a.infoline:link,a.infoline:visited {
	color: #000000;
	text-decoration: none;
}

a.infoline:focus,a.infoline:hover,a.infoline:active {
	outline: none;
	text-decoration: underline;
	color: #000000;
}

a.boxlink:link,a.boxlink:visited {
	padding: 2px;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}

a.boxlink:focus,a.boxlink:hover,a.boxlink:active {
	font-size: 12px;
	background-color: #000099;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

:focus {
	outline-style: none;
}

.mainnavigation_table {
	width: 75%;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
}

a.maintopnavi:link,a.maintopnavi:visited {
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

a.maintopnavi:focus,a.maintopnavi:hover,a.maintopnavi:active {
	font-size: 14px;
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
}

/* Start - MessageBox */

/* neue messagebox */

#MsgBoxContainer {
    height: 463px;
    width: 454px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 9997;    
}

#MsgBoxContainer .msgbox_selector {
    margin: 5px 0;
}

#MsgBoxContainer .msgbox_selector .r {
    float: right;
}

#MsgBoxContainer .messageBoxContainerInner {
    margin: 0 0 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 425px;
    width: 454px;
    background-color: #eee;
}

#MsgBoxContainer .messageBoxContainerInner .messageBoxItemWrapper {
    
    overflow: auto;
    width: 488px;
    height: 426px;
}

#MsgBoxContainer .messageBoxContainerInner .messageBoxItemWrapper .messageBoxItems {
    margin: 2px 0 0 2px;
    text-align: left;
    width: 454px;
}

#MsgBoxContainer .messageBoxContainerInner .messageBoxItemWrapper .messageBoxItems .messageBoxLoader {
    background: url("/img/mini/loading.gif") no-repeat scroll 26px 5px transparent;
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    padding-top: 5px;
    text-indent: 45px;
    width: 231px;
}

#MsgBoxContainer .messageBoxContainerInner .messageBoxItemWrapper .messageBoxItems .item {
    
    width: 445px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    margin: 0 0 1px 0;
    padding: 3px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#MsgBoxContainer .messageBoxContainerInner .messageBoxItemWrapper .messageBoxItems .item p {
    
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

/* alte messagebox*/

div.maintopnavi.msgboxOuter {
    display: inline-block;
    position: relative;
}

div.maintopnavi.msgboxOuter .msgbox {
    margin: 0 15px 0 0;
    font-size: 12px;
    padding-top: 5px;
    height: 18px;
    padding: 3px;
    border-style: solid solid none solid;
    border-width: 1px 1px 0 1px;
    border-color: rgba(0,0,0,0); /* unsichtbar */
    position: relative;
}

div.maintopnavi.msgboxOuter.open .msgbox {
    border-color: #202020;
    background-color: #666;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 9998;
    /* box-shadow:0px -1px 2px #000 */
    box-shadow:-1px -4px 2px -2px #333333;
    -webkit-box-shadow: -1px -4px 2px -2px #333333;
}

div.maintopnavi.msgboxOuter .msgbox span.badge {
    min-width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #f13c31;
    background: -moz-linear-gradient(100% 100% 90deg, #f13c31, #f79690);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f79690), to(#f13c31));
    background: -webkit-linear-gradient(#f79690, #f13c31);
    background: -o-linear-gradient(#f79690, #f13c31);
    color:#fff;
    padding:1px;
    margin:0;
    padding: 2px;
    text-align:center;
    text-shadow:0px -1px 1px #e01b0f;
    z-index:999999;  
    font-size: 8px; 
    position: absolute;
    top: -2px;
    right: -6px;
}

div.maintopnavi.msgboxOuter .msgbox a#msgBoxTrigger {
    
    color: #000099;
    padding-top: 0px;
}

div.maintopnavi.msgboxOuter.open .msgbox a#msgBoxTrigger {
    display: block;
    height: 95%;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-top: 0px;
}

div.maintopnavi.msgboxOuter .messageBoxContainer {
    display: none;
    border: 1px solid #202020;
    height: 300px;
    width: 260px;
    background-color: #666;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    left: 0px;
    top: 24px;
    z-index: 9997;
    -webkit-box-shadow:  1px -1px 10px 0px rgba(0, 0, 0, 1);
    box-shadow:  1px -1px 10px 0px rgba(0, 0, 0, 1);
}

div.maintopnavi.msgboxOuter.open .messageBoxContainer {
    
    display: block;
    text-align: left;
}

div.maintopnavi.msgboxOuter.open .messageBoxContainer select {
    
    margin: 10px 0 0 10px;
    width: 240px;
}

div.maintopnavi.msgboxOuter .messageBoxContainer .messageBoxContainerInner {
    
    background-color: #eee;
    height: 256px;
    width: 240px;
    margin: 10px;
    -webkit-box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

div.maintopnavi.msgboxOuter .messageBoxContainer .messageBoxContainerInner .itemWrapper {
    
    overflow: auto;
    width: 280px;
    height: 256px;
}

div.maintopnavi.msgboxOuter .messageBoxContainer .messageBoxContainerInner .itemHolder {
    
    /* height: 256px; */
    margin: 2px 0 0 2px;
    /* overflow: auto; */
    text-align: left;
    width: 240px;
}

div.maintopnavi.msgboxOuter .messageBoxContainer .messageBoxContainerInner .itemHolder .messageBoxLoader {
    background: url("/img/mini/loading.gif") no-repeat scroll 26px 5px transparent;
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    padding-top: 5px;
    text-indent: 45px;
    width: 231px;
}

div.maintopnavi.msgboxOuter .messageBoxContainer .messageBoxContainerInner .itemHolder .item {
    
    width: 231px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    margin: 0 0 1px 0;
    padding: 3px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


}

div.maintopnavi.msgboxOuter .messageBoxContainer .messageBoxContainerInner .itemHolder .item p {
    
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

/* End - MessageBox */


img.mainseperator {
	border: 0px none;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

td.mainseperator {
	height: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

a.mainselect:link,a.mainselect:visited {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}

.small a.mainselect:link, .small a.mainselect:visited {
	font-size: 10px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

a.mainselect:focus,a.mainselect:hover,a.mainselect:active {
	font-size: 12px;
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}

.small a.mainselect:focus, .small a.mainselect:hover, .small a.mainselect:active {
	font-size: 10px;
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

a.mainselect_small:link,a.mainselect_small:visited {
	font-size: 10px;
	color: #A7A7A7;
	text-decoration: none;
	font-weight: bold;
}

a.mainselect_small:focus,a.mainselect_small:hover,a.mainselect_small:active
	{
	font-size: 10px;
	color: #A7A7A7;
	text-decoration: none;
	font-weight: bold;
}

.mainnavigationbild {
	border: 0px;
}

.maincontent {
	width: 100%;
	text-align: left;
}

.note {
	background-color: #ffffd4;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 0px;
	font-size: 9pt;
	margin: 0px;
}

.signaturenklasse {
	width: 6px;
	height: 6px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}
.footnote {
	background-color: #ffffd4;
	padding: 2px 0;
	margin: 0px;
}

.userspacebox {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	border: 0px none;
	text-align: center;
}

.userspacezedal {
	font-size: 30px;
	color: #000099;
	font-weight: bold;
	text-align: center;
}

.knopf {
	cursor: pointer;
}

.neueakte {
	position: absolute;
	top: 150px;
	left: 100px;
	background-color: #cccccc;
	color: #000000;
	border: 1px solid black;
	display: none;
}

.titelakte {
	background-color: #AcAcAc;
	border-bottom: 1px solid black;
	font-size: 12px;
}

.freigabe {
	position: absolute;
	top: 160px;
	left: 250px;
	background-color: #cccccc;
	color: #000000;
	border: 1px solid black;
	display: none;
	font-size: 12px;
	font-weight: bold;
}

.vorlage {
	position: absolute;
	top: 20px;
	left: 350px;
	background-color: #cccccc;
	color: #000000;
	border: 1px solid black;
	display: none;
	font-size: 12px;
	font-weight: bold;
	z-index: 1000;
}

.normalakte {
	font-size: 12px;
	color: black;
}

.normalakteradio {
	font-size: 12px;
	color: black;
	padding-right: 12px;
}

.normalaktetextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.subtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.checkbox {
	margin: 0px;
	border: 0px none;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.adminlogin {
	background-color: #f0f0f0;
}

.footer_icons {
	/* height: 50px;
	width: 50px; */
	wdith:50px; 
	height:38px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	text-align: center;
}

.copyright {
	font-size: 10px;
}

table.popwindow {
	width: 100%;
	vertical-align: middle;
	background-image: url(/img/linie_oben_small.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 21px;
	z-index: 400;
}

a.verweis:link,a.verweis:visited {
	font-size: 13px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

a.verweis:focus,a.verweis:hover,a.verweis:active {
	font-size: 13px;
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

a.messageboxverweis:link,a.messageboxverweis:visited {
	color: blue;
	text-decoration: none;
}

a.messageboxverweis:focus,a.messageboxverweis:hover,a.messageboxverweis.active
	{
	color: blue;
	text-decoration: underline;
}

.eaktenzeile {
	width: 100%;
	border-bottom: 1px solid #657383;
}
/*
.thead1 th {
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: steelblue;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	top: expression(document .     getElementById("data") .     scrollTop-1
		);
	z-index: 100;
}

.td1 {
	padding-left: 5px;
	color: #000;
	padding-right: 2px;
	padding-top: 2px;
	font-size: 12px;
	text-align: left;
	font-family: Arial, sans-serif;
	background-color: #E0E0E0;
	white-space: nowrap;
	font-weight: bold;
}

.even {
	height: 20px;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #657383;
	background-color: #ffffff;
}

.odd {
	height: 20px;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #657383;
	background-color: #E0E0E0;
}

.fehler_even {
	height: 20px;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

.fehler_odd {
	height: 20px;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E0E0E0;
}

.last_even {
	color: #000;
	height: 20px;
	padding-right: 20px;
	padding-left: 5px;
	font-size: 11px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #657383;
	border-right: 1px solid #657383;
	background-color: #ffffff;
}

.notice_even {
	padding-left: 5px;
	height: 20px;
	color: #000;
	font-size: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

.notice_odd {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	color: #000;
	height: 20px;
	font-size: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E0E0E0;
}

.tabellenVerweis:link,.tabellenVerweis:visited {
	border: 0px none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	color: #000099;
	font-size: 10px;
	font-weight: normal;
}

.tabellenVerweis:focus,.tabellenVerweis:hover,.tabellenVerweis:active {
	border: 0px none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	color: #0000ff;
	font-size: 10px;
}
*/
td.fenstermenue {
	background-color: #EEE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #999;
}

a.fenstermenue:link,a.fenstermenue:visited {
	font-size: 12px;
	padding: 2px;
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}

a.fenstermenue:focus,a.fenstermenue:hover,a.fenstermenue:active {
	font-size: 12px;
	padding: 2px;
	background-color: #000099;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.redx {
	width: 21px;
	height: 21px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

div.auto {
	width: 150px;
	background: #fff;
}

div.auto ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

div.auto ul li {
	margin: 0;
	padding: 3px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: smaller;
}

div.auto ul li.selected {
	background-color: #ffb;
}

div.auto ul strong.highlight {
	color: #800;
	margin: 0;
	padding: 0;
}

td.blaettern {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

a.blaettern:link,a.blaettern:visited {
	border: 0px none;
	color: #000099;
	text-decoration: none;
}

a.blaettern:focus,a.blaettern:hover,a.blaettern:active {
	border: 0px none;
	color: #0000ff;
	text-decoration: none;
}

.leerTitle {
	padding: 0px;
	margin: 0px;
	height: 43px;
	width: 164px;
	background-color: rgb(153, 153, 153);
	text-align: left;
}

th.infoline {
	height: 23px;
	background-color: #C8D0D4;
	color: #000;
}

td.infoline {
	border-right: 1px solid #657383;
	border-bottom: 1px solid #657383;
	height: 23px;
	padding-left: 5px;
	color: #000000;
}

tr.noticebox {
	border: 1px solid black;
}

table.noticebox {
	width: 273px;
	height: 250px;
	text-align: left;
}

td.noticeboard_header {
	font-weight: bold;
	border-bottom: 1px dotted gray;
}

div.overlay {
	background-image: url(/img/overlay/yellow_small.png);
	width: 380px;
	height: 95px;
	display: none;
	padding: 55px;
}

div.overlay div.close {
	background-image: url(/img/overlay/close.png);
	position: absolute;
	right: 2px;
	top: -9px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

a.menuebacklink:link,a.menuebacklink:visited {
	text-decoration: none;
	color: #000000;
}

a.menuebacklink:focus,a.menuebacklink:hover,a.menuebacklink:active {
	text-decoration: none;
	color: #000000;
}

a.kontextmenu {
	text-decoration: none;
	font-family: Arial;
	font-size: 90%;
	display: block;
	width: 100%;
	height: 18px;
}

a.kontextmenu:link,a.kontextmenu:visited {
	text-decoration: none;
	color: #000000;
}

a.kontextmenu:hover,a.kontextmenu:active {
	text-decoration: none;
	color: #FFFFFF;
}

hr.kontextmenu {
	color: #ACA899;
	height: 1px;
}

.context {
	position: absolute;
	z-index: 10000;
	display: none;
	float: left;
	clear: left;
	background: url(/img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/img/shadow.gif) no-repeat bottom right;
	padding: 0px;
}

:root .innerbox {
	background-color: #FFFFFF;
	position: relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #ACA899;
	margin: 0px 0px 0px 0px;
}

.innerbox {
	background-color: #FFFFFF;
	position: relative;
	bottom: 3px;
	right: 6px;
	border: 1px solid #ACA899;
	margin: 0px 0px 0px 0px;
}

.innerbox table {
	font-family: Arial;
	font-size: 90%;
	margin: 3px 3px;
	padding: 0px;
	vertical-align: middle;
}

tr.alt td {
	background-color: #ecf6fc;
}

tr.myDragClass td {
	color: yellow;
	background-color: black;
}

td.showDragHandle {
	background-color: #C8D0D4;
	background-image: url(/img/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

td.kosten_odd {
	color: #000;
	height: 20px;
	font-size: 12px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C8D0D4;
}

td.kosten_even {
	color: #000;
	height: 20px;
	font-size: 12px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

input.kosten {
	width: 75px;
}

input.tpnr {
	width: 100px;
}

.suggest_link {
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px 6px 2px 6px;
}

.suggest_link_over {
	background-color: #c0c0c0;
	color: #000000;
	padding: 2px 6px 2px 6px;
}

#search_suggest {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #000000;
}

#autofilter_suggest {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #000000;
}

a:active {
	outline: none;
}

:focus {
	outline-style: none;
}

a#eckBild {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 36px;
	height: 36px;
	background: url(/img/overlay/close.png);
}

a#eckBild span {
	display: none;
}

.mainnavlinelink:link,.mainnavlinelink:visited {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	padding-top: 3.5px;
	padding-bottom: 3.5px;
	padding-left: 8.5px;
	padding-right: 8.5px;
	background-color: #efefef;
	float: left;
}

.mainnavlinelink:focus,.mainnavlinelink:hover,.mainnavlinelink:active {
	color: #000000;
	font-size: 13px;
	padding-top: 3.5px;
	padding-bottom: 3.5px;
	padding-left: 8.5px;
	padding-right: 8.5px;
	background-color: #FDD464;
	float: left;
}

table.navmainline_main {
	background-color: #efefef;
	border: 0px none;
	border-bottom: 1px solid #d0d0d0;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

table.navmainline_sub {
	background-color: #efefef;
	padding: 0px;
	margin: 0px;
	border-bottom: 0px none;
}

table.navmainline_subsub {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #d0d0d0;
}

td.navmainline {
	padding: 0px;
	text-align: left;
	margin: 0px;
}

td.subnavmainline {
	padding: 0px;
	background-color: #efefef;
	text-align: left;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	margin: 0px;
}

.tp_content {
	width: 100%;
	height: 450px;
}

.tp_iframe {
	width: 100%;
	height: 500px;
}

a.filter:link,a.filter:visited {
	font-size: 12px;
	color: #202099;
	text-decoration: none;
	font-weight: bold;
	border: 1px outset black;
	margin: 2px;
	padding: 2px;
	background-color: #E0E2EB;
}

a.filter:focus,a.filter:hover,a.filter:active {
	font-size: 12px;
	color: #2020ff;
	text-decoration: none;
	font-weight: bold;
	border: 1px inset black;
	margin: 2px;
	padding: 2px;
	background-color: #BBB7C7;
}

table.fitertabelle {
	margin: 10px;
	background-color: #FFFFDA;
}

td.filterheadline {
	font-weight: bold;
}

a.options {
	border: 0px none;
}

img.options {
	border: 0px none;
}

td.subnavmuster {
	background-color: white;
}

.fakenavlink {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 18px;
}

a.subnavmusterlink:link,a.subnavmusterlink:visited {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	text-decoration: none;
	color: #000099;
	background-color: #FDCF51;
}

a.subnavmusterlink:focus,a.subnavmusterlink:hover,a.subnavmusterlink:active
	{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size: 14px;
	color: blue;
	background-color: #FDCF51;
}

.divAusssenImport {
	position: absolute;
	left: 50px;
	top: 150px;
	width: 350px;
	color: black;
	background-color: white;
	border: 1px solid black;
	display: none;
}

.importTransportPapierInnen {
	width: 100%;
	cursor: move;
}

.closewindowimage {
	width: 21px;
	height: 21px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

.contentImportTransportPapier {
	margin: 0px auto;
	padding: 0px;
}

.contentImportTransPortpapierTable {
	width: 100%;
	margin-top: 5px;
	padding: 0px;
}

td.contentImportTransportPapiereContent {
	text-align: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.normaltransportpapier {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.importTransportPapierSubmenue {
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCC;
}

.showDragHandle {
	background-color: #EEEEEE;
}

.hideDragHandle {
	background-color: #FFFFFF;
}

select.erzeugernr {
	width: 150px;
}

input.journal {
	width: 145px;
}

input.file {
	width: 121px;
}

a.download {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

table.registerAnfrageErstellen {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px none;
}

td.registerAnfrageErstellen {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px none;
}

.detailsnachrichten {
	
}

body.login form table.main-table {
	background: #fff;
}

body.login table.main-table tr td {
	padding-left: 40px;
}

.anmeldungsbox {
	width: 350px;
	position: relative;
}

.anmeldungsbox p {
	margin: 3px 0;
	text-align: right;
}

body.login p.headline {
	margin: 3px 0;
	text-align: left;
}

body.login p.headline_small {
	margin: 5px 0 15px;
	text-align: left;
}

/*body.login input {*/
/*	width: 116px;*/
/*	margin: 0 100px 0 20px;*/
/*}*/

button.login {
	margin: 0 100px 0 20px;
}

div.ac-active-content {
	padding: 0 0 0 25px;
}

input.text_inactive {
	background-color: #FFFFFF;
	border: 1px solid #A0A0A0;
	color: #C0C0C0;
	width: 200px;
}

input.text_active {
	background-color: #FFFFFF;
	border: 1px solid #A0A0A0;
	width: 200px;
}

.footerSeperator {
	text-align:left;
	height:38px;
	width:70px; 
	padding-bottom:0px;
}
.leitstand {
	background-color:white;
	border:0px none; 
	margin:0px; 
	padding:0px;
	font-size:10px;
}
#dialog_interneVorlage a {
	color:blue !important;
}
.bittelayerwaehlen {
	padding-top: 10px;
	width:350px;
}

.ui-widget-content .ui-icon-alert, .ui-icon-alert {
	
	background: url('/img/common/alert.png') no-repeat scroll left top transparent;
}

.ui-widget-content .ui-icon-question, .ui-icon-question {

	background: url('/img/common/help.png') no-repeat scroll left top transparent;
}

.ui-widget-content .ui-icon-ok, .ui-icon-ok {
	
	background: url('/img/common/accept.png') no-repeat scroll left top transparent;
}

.ui-widget-content .ui-icon-error, .ui-icon-error {
	
	background: url('/img/common/exclamation.png') no-repeat scroll left top transparent;
}


/* ## GRID HACK ## */
.ui-jqgrid tr.jqgrow:hover {
	/* border: 1px solid #999999 !important; */
	background: #fdcf51 url(prod/images/ui-bg_glass_75_fdcf51_1x400.png) 50% 50% repeat-x !important;
	color: #212121 !important;
}

.ui-jqgrid tr.jqgrow:hover tr {
	color: #212121 !important;
}

/* ## FILTER DIALOG HACK ## */
table.filtertable tr.filterrow:hover {
	background: #fdcf51 !important;
}

/* ## QTIP ## */

/* Core qTip styles */
.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 390px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	z-index: 15000;
}

	/* Fluid class for determining actual width in IE */
	.ui-tooltip-fluid{
		display: block;
		visibility: hidden;
		position: static !important;
		float: left !important;
	}

	.ui-tooltip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;
		
		border-width: 1px;
		border-style: solid;
		
		text-align: left;
		word-wrap: break-word;
		overflow: hidden;
	}

	.ui-tooltip-titlebar{
		position: relative;
		min-height: 14px;
		padding: 5px 35px 5px 10px;
		overflow: hidden;
		
		border-width: 1px 1px 0;
		border-style: solid;

		font-weight: bold;
	}

	.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0px !important; }

		/*! Default close button class */
		.ui-tooltip-titlebar .ui-state-default{
			position: absolute;
			right: 4px;
			top: 50%;
			margin-top: -9px;

			cursor: pointer;
			outline: medium none;

			border-width: 1px;
			border-style: solid;
		}
		
		* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */

		.ui-tooltip-titlebar .ui-icon,
		.ui-tooltip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
		}

		.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}

			.ui-tooltip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{

}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{
	
}


/*! Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content {
	border-color: #aaa;
	background-color: #fff; /* #DEE1EA; */
	color: #222;	
}

.ui-tooltip-default .ui-tooltip-content.ui-widget-content {
	background-image: url("/css/prod/images/ui-bg_flat_75_ffffff_40x100.png");
	font-size: 10px;
	color: #222;
}

.ui-tooltip-default .ui-tooltip-titlebar{
	background-color: #002652;
	/* color: #002652; */
}

.ui-tooltip-default .ui-tooltip-icon{
	border-color: #002652;
	background: #002652;
	color: #002652;
}

.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
	border-color: #AAA;
	color: #111;
}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
	margin: 0 auto;
	overflow: hidden;

	background: transparent !important;
	border: 0px dashed transparent !important;
	z-index: 10;
}

.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip *{
	position: absolute;

	line-height: 0.1px !important;
	font-size: 0.1px !important;
	color: #123456;

	background: transparent;
	border: 0px dashed transparent;
}

.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }


/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE6+, Safari 2+ */
.ui-tooltip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

	.ui-tooltip-shadow .ui-tooltip-titlebar,
	.ui-tooltip-shadow .ui-tooltip-content{
		filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3);
		-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3)";

		_margin-bottom: -3px; /* IE6 */
		.margin-bottom: -3px; /* IE7 */
	}


/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded,
.ui-tooltip-rounded .ui-tooltip-content,
.ui-tooltip-tipsy,
.ui-tooltip-tipsy .ui-tooltip-content,
.ui-tooltip-youtube,
.ui-tooltip-youtube .ui-tooltip-content{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ui-tooltip-rounded .ui-tooltip-titlebar,
.ui-tooltip-tipsy .ui-tooltip-titlebar,
.ui-tooltip-youtube .ui-tooltip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.ui-tooltip-rounded .ui-tooltip-titlebar + .ui-tooltip-content,
.ui-tooltip-tipsy .ui-tooltip-titlebar + .ui-tooltip-content,
.ui-tooltip-youtube .ui-tooltip-titlebar + .ui-tooltip-content{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}




/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{
	filter: none;
	-ms-filter: none;
}
.sigDots_normal{
	vertical-align:top;
	padding:0px;
	border:0px none;
	margin:0px;
	display:inline;
}
.sigDots_webkit{
	vertical-align:top;
	padding:0px;
	border:0px none;
	margin:0 0 0 5px;
	display:inline-block;
}

.pausenclown {
	position:absolute;
	background:url(/img/leer.gif) no-repeat center center transparent;
	z-index:1025; 
	width:100%;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	display:block;
}
body div.qtip div.content{
   padding: 0;
   margin: 0;
   height: auto; 
   /*min-height: auto;*/
   width: auto; 
   /*min-width: auto;*/
}

#list1 .jqgroup td {
	color: #000000;
/*	background: #FDCF51;*/
	background: #DDDDDD;
}
/* Uername */
#username {
	font-size:13px;
	width:200px;
	padding:1px;
	margin:0px;
}

.ui-autocomplete-loading { background:url('../img/common/ui-anim_basic_16x16.gif') no-repeat right center }

a.close_link {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
a.close_link:hover {
    opacity: 1;
}
a.close_link:before, a.close_link:after {
    position: absolute;
    left: 22px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}
a.close_link:before {
    transform: rotate(45deg);
}
a.close_link:after {
    transform: rotate(-45deg);
}