html,body {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  background: #999999 url(../images/global/header-bg.png) repeat-x;
  background-attachment: fixed;
}

/* Standardangaben -------------------------------------------------------------------- */
div {
  position: relative;
}

body,td,th,a /* font default */ {
  font-family: Arial;
  font-size: 12px;
  color: #414d4f;
}

body,div,form /* margin default */ {
  margin: 0;
  padding: 0;
}

img,table /* border default */ {
  border: none;
  margin: 0;
}

.clear,
a.clear img {
  float: none !important;
  clear: both !important;
}

/* ------------------------------------------------------------------------------------ */
a {
  text-decoration: none;
}

/* ------------------------------------------------------------------------------------ */
a.imgLink {
  border-bottom: none !important;
}

/* ------------------------------------------------------------------------------------ */
#site {
  width: 1022px;
  height: 100%;
  margin: auto;
}

/* ------------------------------------------------------------------------------------ */
#header-bg {
  position: fixed;
  width: 1022px;
  height: 210px;
  background: url(../images/global/header-bg-ie.png) repeat-x;
  z-index: 5;
  padding-top: 1px;
}

#header {
  width: 982px;
  height: 210px;
  margin-left: 20px;
}

#header ul.menu-lvl-1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header ul.menu-lvl-1 li {
  float: left;
}

#header ul.menu-lvl-1 li img {
  border-left: 1px solid #fff;
}

#header ul.menu-lvl-1 li a.last img {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*
#header .menu-lvl-1 img {
  float: left;
  border-left: 1px solid #fff;
}
*/ /*
#header .menu-lvl-1 img.last {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
*/
  /* ------------------------------------------------------------------------------------ */
#header .menu-lvl-2 {
  position: absolute;
  top: 132px;
  left: 0;
  width: 839px;
  height: 30px;
  border-left: 1px solid #fff;
}

#header .menu-lvl-2 ul { /*width: 839px;*/
  height: 30px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header .menu-lvl-2 ul li { /*width: 184px;*/
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 8px;
  border-left: 1px solid #fff;
  float: left;
}

#header .menu-lvl-2 ul li:first-child { /*width: 184px;*/
  border-left: none;
}

#header .menu-lvl-2 ul li a {
  font: 12px Arial;
  color: #fff;
  /*text-transform: uppercase;*/
}

#header .menu-lvl-2 ul li a:hover {
  color: #fff;
}

#header .menu-lvl-2 ul li.active {
  background: url(../images/global/menu-arrow.png) no-repeat center 25px;
}

#header .menu-lvl-2 ul li.active a {
  color: #fff;
}

/*
#header .menu-lvl-2 a {
  font: 11px Georgia;
  color: #000;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  text-transform: uppercase;
  float: left;
  border-left: 1px dotted #a9c2d1;
}

#header .menu-lvl-2 a.sel {
  background: url(../images/global/menu-arrow.png) no-repeat center 25px;
  color: #fff;
}

#header .menu-lvl-2 a.first {
  border-left: none;
}

#header .menu-lvl-2 a:hover {
  color: #fff;
}
*/
  /* ------------------------------------------------------------------------------------ */
/*
#header .breadcrumb {
  position: absolute;
  top: 163px;
  left: 0;
  width: 693px;
  height: 32px;
  padding-left: 9px;
}

#header .breadcrumb,
#header .breadcrumb a,
#header .breadcrumb ul li {
  font: 11px Arial;
  color: #919191;
  line-height: 35px;
}

#header .breadcrumb a:hover {
  color: #000;
}
*/
#header .icons {
  position: absolute;
  top: 163px;
  left: 715px;
  width: 120px;
  height: 32px;
}

#header .icons img {
  margin: 0 2px;
}

#header .searchform {
  position: absolute;
  top: 166px;
  left: 840px;
  width: 140px;
  height: 28px;
}

#header .searchform p {
  margin: 0;
  padding: 0;
}

#header .searchform input {
  /*text-transform: uppercase;*/
  font: 12px Arial;
  color: #9ba4a4;
  padding-top: 6px;
}

/* ------------------------------------------------------------------------------------ */
#menu-lvl-3-holder {
  position: fixed;
  width: 250px;
  height: auto;
  margin-top: 207px;
  margin-left: 30px;
  z-index: 4;
}

#menu-lvl-3-holder .shadow-top {
  width: 250px;
  padding-top: 26px;
  background: url(../images/menu-3/shadow-top.png) no-repeat top left;
}

#menu-lvl-3-holder .shadow-bottom {
  width: 250px;
  padding-bottom: 26px;
  background: url(../images/menu-3/shadow-bottom.png) no-repeat left
    bottom;
}

#menu-lvl-3-holder .shadow-bg {
  width: 250px;
  height: auto;
  /*margin: 0 25px;*/
  background: url(../images/menu-3/shadow-bg.png) repeat-y;
}

#menu-lvl-3-holder #menu-lvl-3 {
  width: 202px;
  height: auto;
  margin-left: 25px;
  background: #fff;
  padding: 1px 0;
}

#menu-lvl-3-holder #menu-lvl-3 ul {
  width: 200px;
  margin: 0;
  padding: 0;
  margin-left: 1px;
  list-style-type: none;
}

#menu-lvl-3-holder #menu-lvl-3 ul li {
  width: 184px;
  margin: 0;
  padding: 8px;
  border-bottom: 1px dotted #fff;
  cursor: pointer;
}

#menu-lvl-3-holder #menu-lvl-3 ul li.sel,#menu-lvl-3-holder #menu-lvl-3 ul li.active
  {
  border-right: 10px solid #fff;
  width: 173px;
}

#menu-lvl-3-holder #menu-lvl-3 ul li a {
  font: 12px Arial !important;
  color: #fff;
}

#menu-lvl-3-holder #menu-lvl-3 ul li.sel a,#menu-lvl-3-holder #menu-lvl-3 ul li.active a
  {
  color: #000;
}

#menu-lvl-3-holder #menu-lvl-3 ul li.last,#menu-lvl-3-holder #menu-lvl-3 ul li:last-child
  {
  border-bottom: none;
}

/* ------------------------------------------------------------------------------------ */
#page {
  width: 1022px;
  height: auto;
  margin: auto;
  padding-top: 197px;
}

#page-bg {
  width: 1022px;
  height: auto;
  background: url(../images/global/site-bg.png) repeat-y;
}

#content {
  margin-left: 20px;
  width: 982px;
  height: auto;
}

/* ------------------------------------------------------------------------------------ */
#content .sidebar-bg {
  display: none;
}

/* ------------------------------------------------------------------------------------ */
#content .content {
  float: left;
  width: 420px;
  margin-left: 268px;
}

#content .content h1,
#nyroModalContent h1 {
  font: 30px Arial;
  padding-bottom: 20px;
  background: url(../images/content/shadow-h1.png) no-repeat center bottom;
  margin-bottom: 15px;
}

#content .content h2 {
  margin-top: 25px;
  font: 14px Arial;
  color: #000;
  line-height: 1.5em;
  margin-bottom: 15px;
}

#content .content h3 {
  font: 14px Georgia;
  line-height: 1.5em;
  margin-bottom: 15px;
}

#content .content .text {
  font: 12px Arial;
  color: #586b7a;
  line-height: 1.7em;
  margin-bottom: 15px;
}

#content .content .text a {
  font: 12px Arial;
  color: #f18e25;
  border-bottom: 1px solid #f18e25;
}

#content .content .text a:hover {
  border-bottom: 1px dotted #f18e25;
}

#content .content .text img {
  float: left;
  padding: 1px;
  border: 1px solid #9fa39b;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

#content .content .highlight-text-top {
  background: url(../images/content/shadow-top-highlight-text.png)
    no-repeat center top;
  padding-top: 15px;
  margin-bottom: 15px;
}

#content .content .highlight-text {
  font: italic 14px Georgia;
  background: url(../images/content/shadow-bottom-highlight-text.png)
    no-repeat center bottom;
  padding: 0 15px 15px;
  line-height: 1.7em;
}

#content .content .highlight-text a {
  font: italic 14px Arial;
  color: #F89720;
  border-bottom: 1px solid;
}

#content .content .highlight-text a:hover {  
  border-bottom: 1px dotted;
}

#content .content .footnote,
#content .content .footnote a {
  font: 10px Arial;
  color: #f18e25;
  margin-bottom: 15px;
}

/* ------------------------------------------------------------------------------------ */
#content .sidebar {
  float: left;
  width: 239px;
  margin-top: -28px; /*-32px*/
  background: url(../images/global/sidebar-top.png) no-repeat;
  padding-left: 40px;
  padding-top: 10px;
  padding-right: 15px;
}

#content .sidebar ul.menu-lvl-4 {
  width: 239px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

#content .sidebar ul.menu-lvl-4 li {
  width: 239px;
  border-bottom: 1px dotted #aaa;
  padding: 1px 0;
  height: 33px;
  vertical-align: middle;
}

#content .sidebar ul.menu-lvl-4 li a {
  width: 239px;
  height: 33px;
  display: block;
  line-height: 30px;
}

#content .sidebar ul.menu-lvl-4 li img {
  vertical-align: middle;
}

#content .sidebar ul.menu-lvl-4 li.last,#content .sidebar ul.menu-lvl-4 li:last-child
  {
  border-bottom: none;
}

#content .sidebar .side-img-holder {
  margin-bottom: 10px;
}

#content .sidebar img.side-img {
  padding: 1px;
  border: 1px solid #9fa39b;
}

#content .sidebar .legend {
  font: 10px Arial;
  color: #868b81;
  float: right;
  margin-bottom:10px;
}

#content .sidebar h2 {
  font: 18px Arial;
  width: 240px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#content .sidebar .text {
  font: 11px Arial;
  color: #939aa0;
  line-height: 1.5em;
}

#content .sidebar h3 {
  font: 18px Arial;
  width: 240px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 0;
}

#content .sidebar ul.links {
  width: 239px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

#content .sidebar ul.links li {
  width: 239px;
  border-bottom: 1px dotted #aaa;
  padding: 1px 0;
  height: 33px;
  vertical-align: middle;
  background: #fff;
}

#content .sidebar ul.links li a {
  width: 229px;
  height: 33px;
  display: block;
  line-height: 33px;
  background: #B4CAD6;
  padding-left: 10px;
}

#content .sidebar ul.links li a span.size {
  font-size: 10px;
  color: #f18e25;
  text-align: right;
}

#content .sidebar ul.links li.last {
  border-bottom: none;
}

#content .sidebar .text a {

  font-size: 11px;
  background: #F89720;
  padding: 2px 5px 2px 5px;
  color: #fff;
}

#content .sidebar .text a:hover {

  font-size: 11px;
  background: #fff;
  padding: 2px 5px 2px 5px;
  color: #F89720;
}

/* ------------------------------------------------------------------------------------ */
#footer {
  width: 972px;
  height: 28px;
  margin-left: 20px;
  background: #eff0f1;
  border-top: 1px solid #c5c9cd;
  background: #eff0f1;
  text-align: right;
  padding-right: 10px;
  padding-top: 7px;
}

#footer,#footer a {
  font: 11px Arial;
  color: #a4a9af;
}

#footer a:hover {
  border-bottom: 1px dotted #a4a9af;
}

/* ------------------------------------------------------------------------------------ */
#content .paginationControl {
  margin: 10px 0;
  padding-bottom: 15px;
  background: url(../images/content/shadow-h1.png) no-repeat center bottom
    ;
}

#content .paginationControl .pageNumber {
  display: inline-block;
  height: 15px;
  border: 1px solid #7f9cb7;
  color: #ff4d16;
  text-align: center;
  vertical-align: middle;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background: url(../images/pagination/bg.png) repeat-x left bottom;
  font: 10px Verdana;
  margin-bottom: 3px;
}

#content .paginationControl .pageNumber.active {
  display: inline-block;
  height: 15px;
  border: 1px solid #ff4d16;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background: #ff4d16;
}

#content .chars a.pageNumber:hover {
  display: inline-block;
  height: 15px;
  border: 1px solid #ff4d16;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background: #ff4d16;
}

#content .paginationControl .pageNumber img {
  margin-top: 2px;
}

#content .paginationControl .highlight {
  font: 14px Georgia;
}

/* ------------------------------------------------------------------------------------ */
  /*
#content .list {
  width: 420px;
  background: url(../images/content/shadow-h1.png) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

#content .list .overview-img {
  float: left;
  padding: 1px;
  border: 1px solid #9fa39b;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
*/
  /* ------------------------------------------------------------------------------------ */
#content .overview-shadow {
  width: 420px;
  padding-bottom: 8px;
  background: url(../images/content/shadow-h1.png) no-repeat center bottom
    ;
}

#content .overview-shadow.last {
  background: none;
}

#content .overview-entry {
  width: 420px;
  background: #fff;
  margin-top: 15px;
  margin-bottom: 5px;
}

#content .overview-entry * {
  cursor: pointer;
}

#content .overview-entry .img {
  width: 110px;
  float: left;
}

#content .overview-entry .p_img {
  padding: 1px;
  border: 1px solid #9fa39b;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

#content .overview-entry .overview-text {
  width: 310px;
  float: left;
}

#content .overview-entry h2 {
  margin: 0;
  margin-top: 2px;
}

#content .overview-entry .overview-text,#content .overview-entry .overview-text_big
  {
  font: 12px Arial;
  color: #586b7a;
  line-height: 1.7em;
  margin-bottom: 15px;
  text-align: justify;
}

#content .overview-entry .overview-text {
  font: 12px Arial;
  color: #586b7a;
  line-height: 1.7em;
  margin-bottom: 0;
  text-align: left;
}

#content .overview-entry .text_big {
  width: 420px;
}

#content .overview-holder a.overview-link {
  text-decoration: underline;
}

/* ------------------------------------------------------------------------------------ */
#content dd {
  margin: 0;
  margin-bottom: 8px;
  padding-left: 30px;
}

#content dt {
  
}

/* ------------------------------------------------------------------------------------ */
form dd {
  margin: 0;
  margin-bottom: 8px;
  padding-left: 0 !important;
}

form dt {
  
}

/* ------------------------------------------------------------------------------------ */
.message {
  color: #82B400;
}

/* ------------------------------------------------------------------------------------ */
.companyHighlight {
  font-weight: bold !important;
  color: #F89720 !important;
}

/* ------------------------------------------------------------------------------------ */
.hl0 {
  background-color: #FFFF99
}

.hl1 {
  background-color: #FF99FF
}

.hl2 {
  background-color: #99FFFF
}

.hl3 {
  background-color: #FF9999
}

.hl4 {
  background-color: #9999FF
}

/* ------------------------------------------------------------------------------------ */
.login-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/global/login-bg.png) no-repeat right top;
  height: 38px;
  padding-right: 13px;
}

.login-bg .login {
  background: #eff0f1;
  height: 25px;
  padding: 0 10px;
}

.login-bg .login a {
  font: bold 12px Arial;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 25px;
  padding: 0 5px;
}


/* ----------------------------------------------------------------------------- */
td.zelle1
{
  width: 100px;  
  padding-right: 10px;
  font-weight: bold;
  font-size: 32px;
  vertical-align: top;
  color: #cccccc;
  line-height: 110%;
  text-align: right;  
  padding-bottom: 15px;
}

td.zelle2
{
  width: 300px;  
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 15px;
}

td.koop_logo
{
  padding-right: 10px;
  vertical-align: top;
  color: #cccccc;
  padding-bottom: 25px;
}

td.koop_data
{
  vertical-align: top;
  padding-bottom: 25px;
}

td.zelle3
{
  font-size: 12px;
  padding: 10px;
  vertical-align: top;
  background: #c7d284;
  color: #5C7004;
}

td.tr_sep
{
  height: 2px;
  font-size: 1px;
  /*margin-bottom: 10px;*/
  border-top: 1px solid #e6e6e6;
}

iframe {
border: none;
}
  /* ------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------ */

/* Float Clearing
 ---------------------------------------------------------------------*/

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/
/*
#container {
  margin: 0 auto 10px;
  text-align: left;
  width: 1000px;
}
*/
.breadCrumbHolder {
}

.breadCrumb {
  position: absolute;
  top: 163px;
  left: 0;
  width: 693px;
  height: 32px;
  padding-left: 9px;
  display: block;
  overflow: hidden;
}

.breadCrumb ul {
  margin: 0;
  padding: 0;
  height: 32px;
  display: block;
}

.breadCrumb ul li {
  display: block;
  float: left;
  position: relative;
  height: 32px;
  overflow: hidden;
  /*margin: 0px 6px 0px 0;*/
  padding: 0px 10px 0px 0;
  font-size: 11px;
  background: url(../images/breadcrumb/Chevron.gif) no-repeat 100% 0;
}

.breadCrumb ul li div.chevronOverlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.breadCrumb ul li span {
  display: block;
  overflow: hidden;
}

.breadCrumb ul li a {
  display: block;
  position: relative;
  height: 32px;
  overflow: hidden;
  float: left;
  font: 11px Arial;
  color: #919191;
  line-height: 32px;
}

.breadCrumb ul li.first a {
  /*height: 16px !important;*/
  /*text-indent:-1000em;*/
  /*width:16px;*/
  /*padding: 0;*/
  /*margin-top: 2px;*/
  overflow: hidden;
  /*background:url(../images/breadcrumb/IconHome.gif) no-repeat 0 0;*/
}

.breadCrumb ul li.first a:hover {
  background-position: 0 -16px;
}

.breadCrumb ul li.last {
  background: none;
  margin-right: 0;
  padding-right: 0;
  font: 11px Arial;
  color: #919191;
  line-height: 32px;
  /*padding-top: 7px;*/
  /*text-transform: uppercase;*/
}

.chevronOverlay {
  display: none;
  background: url(../images/breadcrumb/ChevronOverlay_trans.png) no-repeat 100% 0;
  width: 30px;
  height: 32px;
}


/* ------------------------------------------------------------------------------------ */
.tele-hint label {
  padding-right: 16px;
  background: url(../images/form/info.gif) no-repeat right;
}

.input-box.timelist {
  margin-right: 7px;
  min-height: 77px;
  min-width: 97px;
}

.input-box.timelist dt label,
.input-box.timelist dd label {
  display: inline-block;
  margin: 3px 0;
}

.input-box.timelist dt label {
  font-weight: bold;
}

.input-box.hide {
  /*display: none;*/
}

/* ------------------------------------------------------------------------------------ */
.input-box.fit-width {
  width: 200px !important;
}

.input-box.fit-width td.col1 {
  vertical-align: top;
}

/* ------------------------------------------------------------------------------------ */
.tooltip {
  display: none;
  background: transparent url(../images/tooltip/black_arrow.png);
  font-size: 12px;
  font-weight: bold;
  height: 70px;
  width: 160px;
  padding: 25px;
  color: #8F8F8F;
  z-index: 12000;
}


