@charset "UTF-8";
/* CSS Document: Suppages www.toyoda-mitsui.com */

/* General Page-Layout / Start / -------------------------*/
html { height: 100%; padding: 0; }


body {
  background-color: #000000;
  background-image: url('images/bg-gradient_ms_c.jpg');
  background-repeat: repeat-y;
  background-position: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

body * {
  text-align: left;
}

#page_wrapper {
  width: 920px; /* verändert auch den Raum zwischen Navigation und Content */
  position: static;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px;
  /*outline: 1px dashed yellow;*/
}


#content_col {
  position: static;
  background-color: #191919;
  width: 260px;
  height: 410px;
  padding: 20px 20px 20px 20px;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
}

#presentation_col {
  position: static;
  background-color: #333;
  width: 620px;
  height: 450px;
  /*padding: 0 20px 40px 40px;*/
  float: right;
}


#logo_div {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  top: 0px;
  width: 118px;
  height: 55px;
/*  border: 1px dashed gray;*/
}

#logo_div img { margin-bottom: 10px }

#main_nav {
  width: 920px;
  height: 39px;
  background-image: url('images/nav-area_bg.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
  /*outline: 1px dashed teal;*/
}

#footer {
  height: 30px;
  padding-top: 10px;
  background-image: url(images/shadow_bottom.jpg);
  background-repeat: no-repeat;
}

.clear_floating {
  clear: both;
  margin: 0;
}


.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.last_content {
  padding-bottom: 30px;
}

.content_shadow {
  position: absolute;
  margin-top: 415px;
  margin-bottom: 0px;
}

/* General Page-Layout / End / -------------------------*/


