/* 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;*/
  background-position:50% 0%;
  background-repeat: no-repeat;
}
#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;
  /*width: 580px;*/
  background-color: white;
  border-bottom: 0px solid #CCCCCC;
  /*border-right: 1px solid #CCCCCC;*/
}
#content_container {
  /*background-color: white;*/
  /*border: 1px solid black;*/
}
#content_left_container {
  /*border: 1px solid red; */
border: 1px solid transparent; 
  width: 710px;
}
#content_left_nav {
   border: 1px solid transparent; 
  width: 142px;
  margin-top:0px;
  /*margin-right: 150px;*/
  /*min-height: 600px;*/
  /*background-color: white;*/
  float: left;
  /*position: absolute;*/
}
#content_left {
   border: 0px solid red; 
  width: 130px;
 
}
#content_right {
   border: 0px solid #86adb9; 
  /* width: 554px; */
    width: 660px;
  min-height: 600px;
  background-color: white;
    margin-right:0px;
	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; */
}
