body {
    font-weight: normal;
    margin: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    background-color: #fff;
}

/*** global ***/

A, P, TABLE, TD, TH, INPUT, SELECT, DIV, UL, LI, H1, H2 {
    font-family: verdana, arial, helvetica, sans-serif;
}

/*** A ***/

A:link, A:visited, A.menu:link, A.menu:visited {
    color: #000;
    text-decoration: underline;
}

A:hover, A:active, A.menu:hover, A.menu:active {
    color: #000;
    text-decoration: underline;
}

A.menuselected:link, A.menuselected:visited {
    color: #fff;
    text-decoration: none;
}

A.menuselected:hover, A.menuselected:active {
    color: #fff;
    text-decoration: underline;
}

A.linkaction:link, A.linkaction:visited, A.linkaction:hover,
A.linkaction:active {
   color: #00f;
   text-decoration: underline;
}


/*** P ***/

P {
    margin: 0px;
}


/*** Table ***/

TH {
    font-size: 0.7em;
    text-align: center;
    vertical-align: text-top;
    /* font-weight: normal; */
}

TD {
    font-size: 0.7em;
}


/*** Fehlertext ***/

.errortext {
    font-size: 0.7em;
    font-weight: bold;
    color: #FF0000;
}


/*** Felder ***/

.eingabefeld {
    font-size: 11px;
    color: #000;
    background-color: transparent;
}

.chkerror {
    font-size: 11px;
    background-color: #f00;
    color: #000;
    border: 2px solid #e00;
}

.chkduty {
    font-size: 11px;
    background-color: #ff0;
    color: #000;
    border: 2px solid #ee0;
}

.chknormal {
    font-size: 11px;
    background-color: #fff;
    color: #000;
    border: 2px solid #ccc;
}

.disabled {
    font-size: 11px;
    background-color: #eee;
    color: #000;
    border: 2px solid #ccc;
}

.disabled_checkbox {
    font-size: 11px;
    background-color: #eee;
    color: #000;
    border: 2px solid #ccc;
}

INPUT.chkchanged {
    font-size: 11px;
    border: 2px solid #0768b2;
}

INPUT.disabled_changed {
    font-size: 11px;
    background-color: #eee;
    border: 2px solid #0768b2;
}


/*** Layout ***/

.header, .logo, .headernav, .header2, .productname {
    background: #eee;
}
.headernav {
    text-align: right;
}
.tabbar {
    height: 22px
}

.backwhite, .linewhite {
    background: #fff
}
.backdwhite, .linedwhite {
    background: #eee
}
.backlgrey, .linelgrey {
    background: #ddd
}

.linewhite, .linedwhite, .linelgrey {
    height: 1px
}

.asf-errors-header {color: #f00; font-weight: bold; padding: 0px; margin: 0px; margin-top: 0px; list-style-type: none;}
.asf-errors-ALL_ERROR {color: #f00;}
.asf-errors-CONTROL_ERROR {color: #f00;}
.asf-errors-BUSINESS_ERROR {color: #f63;}
.asf-errors-VALIDATE_ERROR {color: #f93;}
.asf-errors-INFO {color: #00f;}

/*** Farben ??? ***/
.diffChangedLine {
    background: #FFFF99
}

.diffNewLine {
    background: #99FF99
}

.diffRemovedLine {
    background: #FF9999
}

#flaggen{
	position: absolute;
	top: 16px;
	right: 10px;
	background-color:#FCFCFC;

}

#page-header {
	height:5px;
	padding-top:20px;
	padding-left:8px;
	padding-bottom:40px;
	background-color:#FCFCFC;
	border-bottom:1px solid #FFF;
}

#page-body {
  text-align:left;
  font-weight: normal;
  margin: 0px;
  font-size: 0.7em;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  background-color: white;
}

#page-content {
	padding-top:18px;
	padding-left:8px;
	padding-bottom:18px;
	background-color:#FCFCFC;
	border-bottom:1px solid #FFF;
}


#page-bottom {
	font-size: 11px;
	color: rgb(238, 238, 238);
	padding-left:8px;
}

#page-logo{
	position: absolute;
	top: 16px;
	left: 10px;
	background-color:#FCFCFC;

}

#page-customer-logo{
	position: absolute;
	top: 16px;
	left: 43%;


background-color:#FCFCFC;

}
#overlay {
	visibility: hidden;
	position: absolute;
	left: 0px; top: 0px; width:100%; height:100%;
	text-align:center;
	/* background-image:url(overlay.gif); */
	z-index: 1000;
}

#overlay div {
	width:300px;
	margin: 100px auto;
	background-color: #fff;
	border:1px solid #000;
	padding:15px;
	text-align:center;
}



#licence-page-body {
  margin:10px;
  text-align:left;
  font-weight: normal;
  font-size: 0.8em;
  font-family: verdana, arial, helvetica, sans-serif;
  color: rgb(77, 77, 77);
  background-color: white;
}



#login-page-content {
	position: relative;
	padding-top:10%;
	padding-left:12%;
	padding-bottom:5%;
	padding-right:12%;
	background-color:white;
	border:1px solid #FCFCFC;
	height:500px;
	min-width: 700px;
}

#timeout-page-content {
	position: relative;
	padding-top:10%;
	padding-left:12%;
	padding-bottom:5%;
	padding-right:12%;
	background-color:white;
	border:1px solid #FCFCFC;
	height:500px;
	min-width: 700px;
	text-align: center;
}

#login{
	position: absolute;
	top: 25%;
	left: 25%;
}


#logincontent{
	position: relative;
	left: 20px;
	height:auto;
}

#loginerrors{
	position: relative;
	left: 55px;
	padding-bottom: 15px;
}
#loginsubmit{
	padding-top: 20px;
	padding-left: 165px;

}

#loginlicence{
  padding-top: 20px;
	padding-left: 165px;

}
div.notes {
	position: absolute;
	top: -33px;
	left: 550px;
	width: 158px;
	height: auto;
	margin: 0px 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #FCFCFC;
	color: #666666;
	font-size: 88%;
}

div.notes h4 {
  background-image: url(../../images/asf/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0px 3px 27px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

div.notes p.last {
  margin: 0em;
}