html[xmlns]	{
  height : 100%;
  padding-bottom : .005em;
}
html {
  height: 100%;
  overflow: hidden;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.iframe {
  background: none transparent scroll repeat 0% 0% !important;
}
img {
  border: none;
}
form {
  margin: 0 !important;
  padding: 0;
}
table {
  empty-cells: show;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
label {
  display: block;
  clear: both;
  margin: 5px 0 4px 0;
  padding: 0 !important;
  color: #3B4549;
  font-weight: bold;
  font-size: 0.9em;
}
input, select {
  color: black;
  font-size: 1.1em;
  color: #333;
  border: 1px solid #A6A6A6; /* -> all_msie.css, all_msie7.css */
  margin: 0;
  padding: 2px;
}
textarea {
  color: black;
  font-family: Arial, Verdana;
  font-size: 1.1em;
  color: #333;
  border: 1px solid #A6A6A6;
  margin: 0;
  padding: 2px;
}

#off_over iframe {
  opacity:0;
}
#off_over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 35000;
  opacity: .2;
  visibility: visible;
}
select {
  font-size: 1.1em;
  color: #333;
  border: 1px solid #a6a6a6;  padding: 2px;
  padding: 2px;
  background-image: url(/img/bg_verlauf/formular_kachel_8px.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

  /* ------------------------------- */
 /* Buttons - allgemeine Definition */
/* ------------------------------- */
.button {
  background-color:#BFC0C1;
  background-image:url(/img/button_grey.png);
  background-position:left top;
  background-repeat:repeat-x;
  border:1px solid #9BA0A2;
  display:block;
  float:left;
  margin:0pt 5px 5px 0pt;
  padding:0pt;
}
.button button {
  background-image: url(/img/aqua.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: transparent;
  height: 2em;
  padding: 2px 10px 2px 10px;
  font-size: 1em;
  border: none;
  color: #4F5E66;
}
/*
.button:active {
  background-image: url(/img/bg_verlauf/btn_schatten1.png);
}
.button button:active {
  background-image: url(/img/bg_verlauf/btn_licht1.png);
}
*/
.button.default {
  background-color:#0365B0;
  background-image: url(/img/button_blue.png);
  border-color:#0365B0;
}
.button.clear {
  background-color:#A60D0D;
  background-image: url(/img/button_red.png);
  border-color:#A60D0D;
}
.button.ok {
  background-color:#60941F;
  background-image: url(/img/button_green.png);
  border-color:#60941F;
}

.button.cancel {}

.button.default button,
.button.clear button,
.button.ok button {
  color: #FFF;
  font-weight: bold;
/*  background-image:url(/img/aqua.png); */
}
.button.disabled {
  background-color: #C1C2C1;
  xbackground-image: none;
}
.button.disabled button {
  color: #BABABA;
  xbackground-image: none;
}
.button.disabled:active {
/*  background-image: none; */
}
.button.disabled button:active {
/*  background-image: none; */
}

/* atoolo-logo */
#desktop h1.logo {
  position: absolute;
  top: 9px;
  left: 14px;
  width: 93px;
  height: 21px;
  margin: 0;
  line-height: 200px;
  overflow: hidden;
  background-image: url(/img/atoolo_logo.png);
  z-index: 501;
}
.divDesktop {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: url(/img/themes/blue/bg.gif) repeat-x #1395F1;
}
#loadingBar {
	position: absolute;
	border: 0;
	width: 160px;
	top: 8px;
	left: 120px;
	font-weight: bold;
	color: #EEEEEE;
	z-index: 502;
}
#loadingProcessBar {
	height: 5px;
	font-size: 0px;
    border: 1px solid #999999;
}
#loadingProcessBarStatus {
	background-color: #EEEEEE;
	height: 5px;
}
a {
  text-decoration: none;
  outline-style: none;
}
a:link {
  color: #4e9ef3;
}
a:visited {
  color: #4e9ef3;
}
a:hover {
  color: #4e9ef3;
}
a:active {
  color: #4e9ef3;
}

.buttonListItem {
  clear: both;
}