body {
  font-family: Arial;
  font-size: 10pt;
  margin: 0px;
  background-color: #F3F3F3;
  height: 100%;
  overflow-y: scroll;
}

a:link, a:visited { color: #000000; text-decoration: none; font-weight: bold; }
a:hover { color: #555555; text-decoration: none; font-weight: bold; }

.teaser_20 {
  width: 100%;
  height: 20px;
  clear: both;
}

img {
  border: 0;
}

h1 {
  font-size: 12pt;
  background-color: #FAFAFA;
  border-top: 1px solid #F0F0F0;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 0px 2px;
}

table {
  font-size: 10pt;
}

.main_container {
  position: absolute;
  width: 820px;
  height: auto;
  min-height: 100%;
  _height: 100%;
  left: 50%;
  margin-left: -410px;
  background-image: url(images/main_background.png);
  background-repeat: repeat-y;
}

.main_container_inner {
  position: relative;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}

.header_text {
  position: relative;
  float: right;
  top: 32px;
  margin-right: 10px;
  text-align: right;
  font-size: 8pt;
  z-index: 1;
}

.header_text a {
  padding: 2px 3px;
  border: 1px solid #FFFFFF;
}

.header_text a:hover {
  border: 1px solid #F0F0F0;
}

.header_spacer {
  font-weight: bold;
  color: #F7BF14;
}

.rootline {
  position: relative;
  float: right;
  margin-right: 10px;
  text-align: right;
  font-size: 8pt;
  border-left: 1px solid #F7BF14;
  border-bottom: 1px solid #F7BF14;
  padding: 0px 0px 3px 7px;
}

.rootline a {
  padding: 2px 5px;
  border: 1px solid #FFFFFF;
}

.rootline a:hover {
  border: 1px solid #F0F0F0;
}

.dbmg_logo {
  position: relative;
  width: 480px;
  height: 50px;
  margin-left: 0px;
  background-image: url(images/dbmg_logo.jpg);
  background-repeat: no-repeat;
}

.header_image {
  position: relative;
  width: 800px;
  height: 130px;
}

.header_shadow {
  position: relative;
  width: 800px;
  height: 8px;
  background-image: url(images/main_image_top_shadow.png);
  background-repeat: repeat-x;
}

.menue {
  width: 180px;
  margin-top: 10px;
  float: left;
}

.first {
  border-top: 1px solid #D7D7D7;
}

.nor {
  padding: 3px 0px;
}

.act {
  padding: 3px 0px;
}

.bold_text {
  font-weight: bold !important;
}

.normal_text {
  font-weight: normal !important;
}


.sub {
  background-image: url(images/menue_sub_act.png) !important;
  background-repeat: repeat-y !important;
  background-color: #F0F0F0!important;
}

.sub {
  padding: 2px 0px;
}

.sub2 {
  background-image: url(images/menue_sub2_act.png) !important;
  background-repeat: repeat-y !important;
  background-color: #F9F9F9!important;
}

.sub2 {
  padding: 2px 0px;
}

.act {
  background-image: url(images/menue_act_2.png) !important;
  background-repeat: repeat-y !important;
  background-color: #EAEAEA !important;
}

.menue_item {
  width: 180px;
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  background-image: url(images/menue_no.png);
  background-repeat: repeat-y;
  text-indent: 35px;
}

.menue_item a:link, .menue_item a:visited {
  display: block;
  background-image: url(images/menue_no.png);
  background-repeat: repeat-y;
  background-color: #FFFFFF;
  color: #555555;
}

.menue_item a:hover {
  background-image: url(images/menue_act.png);
  background-repeat: repeat-y;
  background-color: #FDFDFD;
  color: #000000;
}

.content_conatainer {
  position: relative;
  width: 530px;
  right: 40px;
  float: right;
  margin: 10px;
}

.mediacentred {
  text-align: center;
}

.content_spalte {
  width: 31%;
  float: left;
  margin: 0px 5px;
}

.content_spalte-2 {
  width: 48%;
  float: left;
  margin: 0px 5px;
}

.csc-menu dd {
 padding: 0px;
 margin: 0px 0px 10px 0px;
}

.it_fieldset {
 width: 100%;
 border: 1px solid #e3ae00;
 color: #000;
}

.it_table {
 width: 100%;
}


.it_table textarea {
 border: 1px solid #e3ae00;
 background-color: #F0F0F0;
}

.it_inputfield {
 border: 1px solid #e3ae00;
 background-color: #F0F0F0;
 width: 300px;
}

.contenttable {
 padding: 0px;
 margin: 0px;
}

.csc-textpic-clear {
  width: 100%;
  height: 1px;
  margin: 6px 0px;
}



.align-center {
  text-align: center;
}