/* standard elements */
html {min-height: 100%;}

* {
  margin: 0;
  padding: 0;
}

body {
/*  background-color: #559db3;*/
}

.clearer {clear: both;}
.clearer-left {clear: left;}
.clearer-right {clear: right;}

#body_back {
  background-color: white;
/*   background-image: url('../pics_layout/kachel.jpg'); */
  background-image: url('../pics_layout/hintergrund.jpg');
  background-repeat: repeat-x;
}
#top_pic {
/*   border: 1px solid orange; */
  width: 1000px;
  height: 260px;
  margin: 0 auto;
}
#outerer-container_platzhalter_links {
/*    border: 2px solid red;  */
  width: 1000px;
  margin: 0 auto;
}
#outer-container {
/*   border: 2px solid red; */
  margin: 0 auto;
  width: 800px;
}

#navigation_top {
/*   border: 1px solid blue; */
  height: 22px;
}
#content_container {
  background-color: white;
  border: 1px solid #ddeedc;
}
#content_left {
/*   border-right: 1px solid #86adb9; */
  width: 542px; 
  min-height: 600px;
  background-color: white;
}
#content_right {
/*   margin-right:6px; */
  width: 238px;
  float: right;
}
#footer_container {
/*  background-color: #1d4c5c;*/
  background-color: transparent;
  height: 30px;
  margin-top:6px;
}

















#browserhinweis {
/*   border: 1px solid red; */
  background-color: white;
  margin: 0 auto;
/*   padding-top: 7px; */
/*   width: 780px; */
  font:bold 10px Arial, sans-serif;  
  color: black;
  text-align:center;
/*   margin-bottom:4px; */
}