
html, body{
  height: 100%;
  height:1710px;
  font-family: 'Roboto', sans-serif;
  font-style:thin;
  font-weight:300;
  text-size-adjust: none;
  -webkit-text-size-adjust:none;
  -ms-text-size-adjust:none;
  user-scalable:no;
} 

body{
   margin: 0px;
   padding: 0px;   
}

div#background{
  height:1800px;
  width:100%;
}

div#header_wrapper{
  font-family:inherit;
  position:relative;
  top:20px;
  width:100%;
  height:200px;
  background-color:rgba(128,128,128,0.5);
  overflow:hidden;
  /*background-color:#eee;*/
  /*margin-top:20px;*/
}

div#header_inner_wrapper{
  background-color:rgb(68,152,199);
  background-image:url('./minomese2015_or_files/Banner_2.png');
  background-repeat:no-repeat;
  height:200px;
  width:2500px;
  margin: auto;
  position:absolute;
  left:-9999px;
  right:-9999px;
  top:-9999px;
  bottom:-9999px;


  /*margin: 0 auto 0 auto;*/
}
div#header_logo {
  width:300px;
  float:right;
}

div#header_title {
  float: left;
  padding:30px 30px 30px 50px;
  width:40%
}
#header_logo #or_logo,#do_logo,#ltt_logo{
  height:60px;
  float:right;
  margin: 5px 5px 0 5px
}
div#wrapper{
  background-color:rgba(255,255,255,0.5);
  width: 100%;
/*   min-height: 100%;
   height: auto !important;*/
  height: 1420px;
  padding: 20px 0px 172px 0px;
 }
 
div#footer_wrapper{
  background:blue;
  width: 100%;
  height: 160px;
  margin-top:-160px;
  background-color: #2f2f2f;
  border-style:ridge;
  border-top-width:3px;
  border-color: #424242;
}
 

div#content_wrapper {
  /*height:100%;*/
  height:1415px;
  background-color:rgba(255,255,255,0.5);
  width: 100%;
  padding: 0px 0px 172px 0px;
  font-family:inherit;
  cursor:intial;
  font-size:12px;
  line-height:25px;
}


div#content_inner_wrapper{
  height:100%;
  background-color:rgba(255,255,255,0.5);
  width:1000px;
  margin: 0px auto ;
}

#content_top, #content_middle_left, #content_bottom, #content_middle_right{
  padding: 15px 15px 15px 15px;
  background:#f5f9fc;
  box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.2);
  border:1px solid #cccccc;
}
#content_top{
  width:96%;
  height:48%;
  margin:auto;
  margin-top:5px;
}

#content_top,#content_middle_left p{
  text-align:justify;
  text-justify:auto;
}

#content_middle{
  background:white;
  width:99.2%;
  height:25%;
  margin:auto;
  margin-top:7px;
}

#content_middle_left{
  width:46%;
  height:90%;
  float:left;

}

#content_middle_right{
  width:46%;
  height:90%;
  float:right;

}

#content_bottom{
  width:96%;
  height:27%;
  margin:auto;
  margin-top:7px;
}

div#footer_wrapper, div#content_wrapper{
  min-width: 942px;
}
 

div#footer_inner_wrapper{
  width: 942px;
  height:100%;
  margin: 0px auto;
}

a {
  color:#00549F;
}


.linkliste1{
  float:left;
  align:center;
  list-style:none;
  margin: 0px 25px 25px 25px;
  /*width:49%;*/
  font:verdana, arial, helvetica, geneva, sans-serif;
}

#footer_inner_wrapper .linkliste1 li.links ul li{
  border-color:#3c3c3c;
  border-style:solid;
  border-width:0 0 2px;
  padding-bottom:5px;
  padding-top:5px;
  font-size:75%
}

#footer_inner_wrapper a{
  color:white;
}

#footer_inner_wrapper .linkliste1 li.title{
  color:white;
}
