body  {
  font-family: arial, sans-serif;
  font-size: 14px;
  overflow: auto;
  background-image: url(../images/logo_bg_h130.png);
  background-repeat: repeat-x;
  background-position: 0% 0px;
  margin:0px;
  padding:0px;
  
}
#all  {
  width:100%;
  height:100%;
  bottom:0px;
  position:relative;
}

img, div, a, input {
  behavior: url(iepngfix.htc)
}

.content  {
  font:14px/30px 'Arial';
  overflow:auto;
  /* border:1px solid black; */
  left:40;
  top:170;
  margin:0px 80px 230px 0px;
  position:relative;
  min-height:800px;
}
#logo  {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 300;
  height: 117; 
  /* background-image: url(../images/cnc-kameleon_logo_300x117.png); */ 
  background-repeat: no-repeat;
  z-index:1;
}
#slogan  {
  position:absolute;
  top: 22px;
  left: 400px;
  height: 70;
  width: 430;
  background-image: url(../images/slogan.png); 
  background-repeat: no-repeat;
  color: #F87217;
  /* font-family: arial, sans-serif; */
  /* font-size: 2em; */
}
#navbar {
  position:absolute;
  top:100px;
  left:0px;
  /* height:30px;*/
  /*width:100%;*/
  vertical-align:middle;
}
ul#navbutton  {
  list-style-type: none;
  margin-left: 0; 
  padding-left: 0;
  display: block;
}
ul#navbutton li {
  /* border-left: 1px solid #000; */
  float: left;
  margin-top: -15px;
  padding: 5px 5px 3px 5px;
}
ul#navbutton li a, #navbutton li a:link {
  color: #525252;
  text-decoration: none;
  padding: 5px 5px 3px 5px;
  /* display: block; */
}
#navbutton li a:hover {
  color: #353535;
  background-image: url(../images/cnc-kameleon_background_1x30_rev.png);
  margin: -5px 0px 0px 0px;
  height:30px;
  cursor: pointer;
}
#navbutton .trenn_y	{	
	border-left:1px solid;
	height:20px;
	margin:0px 2px 0px 2px;
	border-color:#AAAAAA;
}
#header {
  float:left;
  width:100%;
  background:#F87217 url(../images/cnc-kameleon_background_1x30_rev.png) repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:4px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url(../images/reiter_off_01.png) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url(../images/reiter_off_02.png) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url(../images/reiter_on_01.png);
  }
#header #current a {
  background-image:url(../images/reiter_on_02.png);
  color:#333;
  padding-bottom:5px;
  } 
.footer {
  background-image: url(../images/bg_footer_h50.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  /* position: absolute; */
  bottom:0px;
  height: 50px;
  width:100%;
}
