/***************************************************************
 * Allgemeine Angaben
 */
@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #5f5f61;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
.clear {
  clear: both;
}
body {
  background: #003a79;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 5px 0;
}
.wrap {
  width: 970px;
  height: auto;
  background: #ffffff url(../images/wrapbg.png) repeat-y;
  margin: 0 auto 0 auto;
}
/***************************************************************
 * Header
 */
.header {
  display: none;
}
.logo1 {
  width: 238px;
  height: 24px;
  position: absolute;
  top: 31px;
  left: 13px;
  background: url(../images/logo1.png) no-repeat 0% 0%;
}
.logo1 a {
  width: 238px;
  height: 24px;
  display: block;
  overflow: hidden;
  line-height: 999px;
}
.logo2 {
  width: 292px;
  height: 35px;
  position: absolute;
  top: 34px;
  right: 40px;
  background: url(../images/logo2.png) no-repeat 0% 0%;
}
.logo2 a {
  width: 292px;
  height: 35px;
  display: block;
  overflow: hidden;
  line-height: 999px;
}
.nav {
  padding: 70px 0 0 178px;
  line-height: 24px;
  font-size: 10px;
}
.nav li {
  list-style: none;
  float: left;
  padding-right: 25px;
}
/***************************************************************
 *	Hauptnavigation
 *  IV103
 */
.sider {
  display: none;
}
.sider ul {
  padding: 3px 0 0 8px;
}
.sider li {
  font-size: 12px;
  list-style: none;
  line-height: 20px;
  margin: 5px 0;
  overflow: hidden;
}
.sider li a {
  font-weight: bold;
  color: #003a7a;
  padding-left: 3px;
}
.sider li a:hover {
  background: #d7d9e6;
  display: block;
  margin-right: 16px;
}
.sider li ul,
.sider li li ul {
  padding: 0;
}
.sider li li,
.sider li li li {
  font-size: 10px;
  list-style: none;
  padding: 0 0;
  /*height: 18px;*/
  margin: 0;
  overflow: hidden;
}
.sider li li a,
.sider li li li a {
  font-weight: normal;
  padding: 0 15px 0 10px;
  line-height: 18px;
  display: block;
  background: url(../images/nav02.png) no-repeat right;
  height: 18px;
}
.sider li li a:hover,
.sider li li li a:hover {
  background: transparent url(../images/nav03.png) no-repeat right;
  color: #fffffe;
  background: #d7d9e6;
  text-decoration: none;
  margin-right: 0;
}
.sider li li.active a,
.sider li li li.active a {
  background: #003a79 url(../images/nav01.png) no-repeat right;
  text-decoration: none;
  color: #fffffe;
  margin-right: 0;
}
.sider li li li a {
  padding: 0 15px 0 22px;
}
.sider h5 {
  border: 1px solid #003a78;
  font-size: 12px;
  padding: 0 0 0 7px;
  margin: 20px 22px 0 0;
  line-height: 24px;
}
.sider h5 a {
  color: #003a7a;
}
/***************************************************************
 *	Inhaltbereich
 *  IV103
 */
.main {
  width: 900px;
  float: left;
  margin: 0 20px 0 20px;
  padding: 10px 20px 0 16px;
}
.main h1.start,
.main h1 {
  font-size: 16px;
  color: #003a7a;
  padding-bottom: 28px;
  border-bottom: 1px solid #003a7a;
  margin-bottom: 10px;
}
.main p {
  margin: 10px 0;
}
.spacer {
  border-bottom: 1px solid #003a7a;
  margin-bottom: 10px;
  display: block;
}
.main h1.start {
  padding-bottom: 18px;
  border-bottom: 0px solid #003a7a;
  margin-bottom: 10px;
}
.main a {
  background: url(../images/nav-link.gif) no-repeat top left !important;
  padding: 0 0 2px 10px !important;
  color: #5f5f61;
}
.main a:hover {
  text-decoration: underline;
}
/***************************************************************
 *	Meldungen
 *  IV103
 */
.main .msgError,
.main .msgAlert,
.main .msgSuccess {
  padding: 8px 15px;
  margin: 20px 0 30px 0;
}
.main .msgError {
  background: #F4E2E2;
  border: 1px solid #B51048;
  color: #B70F4A;
}
.main .msgAlert {
  background: #fefce5;
  border: 1px solid #fcf130;
  color: #585a63;
}
.main .msgSuccess {
  background: #E4EADC;
  border: 1px solid #428222;
  color: #428222;
}
.main .valuemissing {
  border: 1px solid #B51048;
}
.row {
  line-height: 20px;
  padding-bottom: 20px;
  height: 20px;
}
.leftCol {
  color: #1b4983;
  font-weight: bold;
  height: 20px;
  width: 280px;
}
.rightCol {
  color: #000000;
  width: 280px;
}
.noColsw,
.noCol {
  width: 218px;
  float: left;
  padding-left: 5px;
  background: #c5d7e5;
  color: #1b4983;
  font-weight: bold;
  height: 20px;
}
.noColsw,
.noCol {
  padding-left: 5px;
  background: transparent;
  color: #1b4983;
  font-weight: bold;
  height: 20px;
}
.noColsw {
  color: #000000;
  font-weight: normal;
}
.cols4 {
  float: left;
  height: 20px;
}
.col1 {
  width: 175px;
  padding-left: 5px;
  background: #c5d7e5;
  color: #1b4983;
  font-weight: bold;
}
.col2 {
  width: 175px;
  padding-left: 5px;
  background: #c5d7e5;
  color: #212326;
  font-weight: bold;
}
.col3 {
  width: 22px;
  text-align: center;
  color: #b00030;
  font-size: 18px;
}
.col4 {
  width: 320px;
}
.even .col1,
.even .col2 {
  background: #eaeff5;
}
.blank .col1,
.blank .col2 {
  background: transparent;
}
.cols4 input {
  width: 305px;
  height: 18px;
  padding: 0 0 0 15px;
  border: 1px solid #a4a4a4;
  font-family: Tahoma, Geneva, sans-serif;
}
.cols4 select {
  width: 320px;
  height: 18px;
  padding: 0 0 0 15px;
  border: 1px solid #a4a4a4;
  font-family: Tahoma, Geneva, sans-serif;
}
.blank,
.even .blank {
  background: transparent;
}
.info {
  color: #b00030;
  padding-left: 430px;
  margin-top: -30px;
}
.buttons {
  display: none;
}
.buttons span {
  background: url(../images/button.png) no-repeat right 0;
  display: inline-block;
  height: 23px;
  margin-left: 20px;
}
/* IV103 */
.buttons span input,
.buttons span a,
.buttons span input.bSize,
.buttons span a.bSize {
  background: transparent url(../images/button.png) no-repeat left -46px;
  border: none;
  font-size: 11px;
  cursor: pointer;
  color: #fffffe;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
  height: 23px;
  padding: 0 15px;
  padding: 0px !important;
  /*css hack for ie7*/
  padding: 0px;
  /*css hack for ie6*/
  width: 250px;
}
/* IV103 */
.buttons span input.mSize,
.buttons span a.mSize {
  width: 150px;
}
/* IV103 */
.buttons span input.sSize,
.buttons span a.sSize {
  width: 80px;
}
.buttons span:hover,
.buttons span.hover {
  background-position: right -23px;
}
/* IV103 */
.buttons span:hover input,
.buttons span.hover input,
.buttons span:hover a,
.buttons span.hover a {
  background-position: left -69px;
  color: #635f5f;
}
#start {
  text-align: left;
  margin-left: 190px;
  margin-top: 20px;
}
#clear,
#meldewesen {
  padding: 0;
  margin: 0;
}
.left {
  float: left;
}
.evenABR {
  background-color: #C4D2E0;
}
.evenABR td {
  padding: 5px;
  width: 280px;
}
.odd {
  background-color: #E7ECF2;
}
.odd td {
  padding: 5px;
  width: 280px;
}
.tdBold,
.ABRTable tr td b {
  color: #003a7a;
  font-weight: bold;
}
.ABRTable tr td {
  padding: 10px;
}
.dataCol1,
.dataCol2 {
  float: left;
  width: 284px;
  padding: 5px 0 3px 0px;
  height: 15px;
}
.dataCol1 {
  font-weight: bold;
  color: #1b4983;
}
.nbrHeadCol,
.nbrRowOdd,
.nbrRowEven {
  width: 300px;
  background-color: #C4D2E0;
  padding: 10px 0 10px 0;
  float: left;
}
.nbrRowOdd {
  background-color: #E7ECF2;
}
.nbrHeadCol {
  background-color: transparent;
}
.nbrHeadCol strong,
.nbrRowOdd strong,
.nbrRowEven strong {
  color: #003a7a;
  font-weight: bold;
  padding-left: 10px;
}

@media print {
    .not_printable {
        visibility: hidden;
        display: none;
    }
}
