div#start_page_container {
  padding-left:24px;
  height:100%;
}

div#start_left_container {
  width:200px;
  height:100%;
  background:url(../img/start_gradient.gif) repeat-x #0183d9;
  text-align:right;
  float:left;
}
div#start_left_container #logo {
  margin-top:150px; 
}
div#start_left_container ul {
  margin:125px 12px 0px 0px;
  padding:0px;
  list-style-type:none;
}
div#start_left_container li {margin-bottom:20px;}
div#start_left_container #impressum {
  margin:160px 12px 0px 0px;
}

div#start_right_container {
   float:left;
   margin-left:3px;
   margin-top:100px;
}
div#start_right_container div.starttext {
  width:500px;
  height:40px;
  margin-bottom:60px;
}
div#start_right_container a.startimg {
  width:507px;
  height:153px;
  background:url(../img/header_shadow.gif) no-repeat;
  display:block;
  filter:alpha(opacity=20);
  opacity:20%;
  -moz-opacity: 0.2;
  color:rgba(255, 255, 255, 0.2),
  -khtml-opacity:0.2;
  opacity:0.2;
}
div#start_right_container a.startimg:hover {
  width:507px;
  height:153px;
  background:url(../img/header_shadow.gif) no-repeat;
  display:block;
  filter:alpha(opacity=100);
  opacity:100%;
  -moz-opacity: 1.0;
  color:rgba(255, 255, 255, 1.0),
  -khtml-opacity:1.0;
  opacity:1.0;
}
div#start_right_container a.startimg img {
  margin-top:5px;
}

