@charset "ISO-8859-1";

@import url(../css/montserrat.css);

body * {
	font-family: 'Montserrat', sans-serif;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: normal;
}

a:link {
  color: #333333;
}
a:visited {
  color: #333333;
}
a:active {
  color: #333333;
}
a:hover {
  color: #00A470;
}
th {
  font-size: 13px;
  color: #000000;
  vertical-align: top;
  text-align: left;
}
td {
  font-size: 13px;
  color: #000000;
  vertical-align: top;
}
input, select, textarea {
  font-size: 13px;
  color: #000000;
}
h1,h2,h3 {
  /* geleert */
}
.absatz {
  line-height: 15pt;
  font-size: 10pt;
}
.boxheader {
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
}
.buttonstyledeloseb {
  font-size: 13px;
  color: #000000;
}
.klein  {
  font-size: 8pt;
}
.titel {
  font-size: 13pt;
  font-weight: bold;
  color: #333333;
}
.ueberschrift  {
  /* geleert */
}
fieldset {
  border: none;
  border-top: 2px solid #D0D0D0;
}
legend {
  font-style: sans serif,helvetica,arial;
  font-size: 16px;
}
.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.xbtooltip {
      display: none;
      position: absolute;
      background-color: #ffff44;
      border: 1px solid #000000;
      padding: 2px;
}
