
/**** common & inline-text settings ****/
body, body * {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 150%;
}
body {
  background-color: #00a4e2;
  background-image: url(img/bg_page.png);
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin: 40px 0 20px 0;
}
#pagetitle, #pretitle {
  margin-top: 0;
  margin-left: 170px;
}
h2 {
  margin: 24px 0 6px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
}
h3 {
  margin: 18px 0 6px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

img {
  border: 0px none transparent;
}

a {
  color: #fff;
  font-weight: bold;
}
a:link    { color: #fff; text-decoration: none; border-bottom: 1px solid #000; font-weight: bold; }
a:visited { color: #fff; text-decoration: none; border-bottom: 1px solid #000; font-weight: bold; }
a:focus   { color: #000; text-decoration: none; border-bottom: 1px solid #000; font-weight: bold; }
a:hover   { color: #000; text-decoration: none; border-bottom: 1px solid #000; font-weight: bold; }
a:active  { color: #000; text-decoration: none; border-bottom: 1px solid #000; font-weight: bold; }



.abstract {
  display: block;
  margin: 24px 0;
  padding: 0;
  margin-left: 170px;
}
.abstract, .abstract * {
  font-style: italic;
}
.contenttext {
  margin-left: 170px;
}
.iostatus {
  display: block;
  margin: 0;
  padding: 1px;
  border: 1px solid #000;
  background-color: #ff3;
}
.iostatus, .iostatus * {
  color: #000;
  font-weight: normal;
}



/*** formular ***/
/*-- field-sets --*/
.fieldset {
  display: block;
  margin: 0;
  padding: 10px 0 0 0;
  clear: both;
}
.helper_formline {
  border-bottom: 1px solid #b1b1b1 !important;
  padding: 5px 0 !important;
}
.helper_formline_small {
  border-bottom: 1px solid #b1b1b1 !important;
  width: 370px;
  padding: 5px 0 !important;
  margin: 0 0 5px 170px !important; 
}
.legend {
  display: block;
  margin: 0;
  padding: 0;
  width: 110px;
  float: left;
}
.legend h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.fieldset_sub {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}
.legend_sub {
  display: block;
  margin: 0;
  padding: 0;
}



/*-- ioels --*/
.ioel {
  display: block;
  width: 420px;
  margin: 0;
  padding: 0;
  float: right;
}
.ioel_widget {
  display: block;
  width: 370px;
  float: right;
}
.ordnum {
  display: block;
  width: 40px;
  margin: 0;
  padding: 0;
  float: left;
}
label {
  display: block;
  width: 368px;
  margin: 0;
  padding: 1px;
  float: right;
  background-color: #e4e4e4;
  font-weight: normal;
  color: #333;
}




/*-- form-elements --*/
input, textarea, select, .value {
  width: 368px;
  margin: 0 2px 0 0;
  padding: 3px 1px;
  border: 0px none transparent;
}
input, textarea, select, option {
  color: #000;
}
input.button {
  cursor: pointer;
}
.value {
  display: block;
}
#ioel_submit {
  margin: 0;
  padding: 20px 0 0 0;
}
#ioel_submit input {
  border: 1px solid #000;
  float: right;
  font-weight: bold;
}



/**** i2r/i2p ****/
/*--- table/frame ---*/
.ioel_rel_m {
  margin: 0;
  width: 370px;
  padding: 0;
  border-collapse: collapse;
}
.ioel_rel_m tr {
  margin: 0;
  padding: 0;
}
.ioel_rel_m th,
.ioel_rel_m td {
  margin: 0;
  padding: 8px 4px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #b1b1b1;
}
.ioel_rel_m th {
}

.ioel_rel_m .ioel_rel_m_pos {
  text-align: center;
}
.ioel_rel_m .button {
  width: 70px;
  border: 1px solid #000;
  margin: 0;
}



.thumb_object,
.thumb_info {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.info_item {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.thumb_object p {
  margin: 0;
  padding: 0;
}

#ioel_ase_button_upload .button {
  width: 100px;
  border: 1px solid #000;
  margin: 8px 0 0 0;
}


.refimg a {
  color: #fff;
  font-weight: bold;
}
.refimg a:link    { color: #fff; text-decoration: none; border-bottom: 0px none transparent; font-weight: bold; }
.refimg a:visited { color: #fff; text-decoration: none; border-bottom: 0px none transparent; font-weight: bold; }
.refimg a:focus   { color: #000; text-decoration: none; border-bottom: 0px none transparent; font-weight: bold; }
.refimg a:hover   { color: #000; text-decoration: none; border-bottom: 0px none transparent; font-weight: bold; }
.refimg a:active  { color: #000; text-decoration: none; border-bottom: 0px none transparent; font-weight: bold; }




.nav_form {
  display: block;
  width: 370px;
  margin: 10px 0 0 0;
  padding: 0;
  float: right;
}
.nav_form a {
  display: block;
  margin: 0;
  padding: 4px 0;
  border: 1px solid #000;
  background-color: #ddd;
  text-align: center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.nav_form a:link    { color: #000; text-decoration: none; }
.nav_form a:visited { color: #000; text-decoration: none; }
.nav_form a:focus   { color: #000; text-decoration: underline; }
.nav_form a:hover   { color: #000; text-decoration: underline; }
.nav_form a:active  { color: #000; text-decoration: underline; }

#nav_invoice {
  margin-bottom: 10px;
}
.form_notice {
  display: block;
  margin: 10px 0;
  padding: 0;
  width: 370px;
  float: right;
}
.form_notice, .form_notice * {
  font-family: Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 14px;
}




/**** page-grid ****/
#frame_page {
  display: block;
  width: 750px;
  margin: 0;
  padding: 0;
}
#header {
  display: block;
  margin: 50px 0 0 0;
  padding: 0;
}
#column_left {
  display: block;
  width: 185px;
  margin: 27px 0;
  padding: 0;
  float: left;
}
#column_midright {
  display: block;
  width: 540px;
  margin: 27px 0;
  padding: 0;
  float: right;
}



/***** special page-elements ****/
#logo {
  display: block;
  width: 315px;
  height: 188px;
  margin: 0;
  padding: 0;
  float: left;
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
}
#logo, #logo * {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: lighter;
}
#logo span {
  display: none;
}

#logo_subtitle {
  display: block;
  width: 350px;
  height: 30px;
  margin: 0 0 0 60px;
  padding: 0;
  float: left;
  background-image: url(img/logo_subtitle.png);
  background-repeat: no-repeat;
}
#logo_subtitle, #logo_subtitle * {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: lighter;
}
#logo_subtitle span {
  display: none;
}

#logo_subtitle2 {
  display: block;
  width: 350px;
  height: 70px;
  margin: 87px 0 0 60px;
  padding: 0;
  float: left;
  background-image: url(img/logo_igbk.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#logo_subtitle2, #logo_subtitle2 * {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: lighter;
  color: #26bae1;
}
#logo_subtitle2 span {
  display: none;
}


/**** nav_main ****/
#nav_main {
  margin: 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #b1b1b1;
}
#nav_main .nm_cat {
  margin: 0 0 0 10px;
  padding: 0;
}
#nav_main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav_main li {
  margin: 0;
  padding: 2px 0 2px 10px;
}


/**** content ****/
#content {
  margin: 0;
  padding: 6px 0 0 0;
  border-top: 1px solid #b1b1b1;
}




/**** footer ****/
#footer {
  display: block;
  margin: 20px 0;
  padding: 0;
  width: 540px;
  float: right;
  border-top: 1px solid #b1b1b1;
}
#footer, #footer * {
  font-size: 11px;
}
#footer p {
  padding: 0;
  margin: 12px 0 12px 170px;
}
#footer a {
  color: #fff;
  font-weight: bold;
}
#footer a:link    { color: #fff; text-decoration: none; border-bottom: 0px none transparent; font-weight: bold; }
#footer a:visited { color: #fff; text-decoration: none; border-bottom: 0px none transparent; font-weight: bold; }
#footer a:focus   { color: #000; text-decoration: none; border-bottom: 0px none transparent; font-weight: bold; }
#footer a:hover   { color: #000; text-decoration: none; border-bottom: 0px none transparent; font-weight: bold; }
#footer a:active  { color: #000; text-decoration: none; border-bottom: 0px none transparent; font-weight: bold; }






/******** special pagetypes ********/
/**** register invoice ****/
.t_orders-register-invoice #frame_page {
  width: 580px;
}





/**** css-helpers ****/
.floatclearer {
  display: block;
  border-style: none;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0px;
  overflow: hidden;
}


