/* div { border: solid 1px red; } */

body {
  margin: 0px;
  padding: 0px;
  background-color: #F3D0A8;
}

#bodyFrame {
  position: relative;
  width: 1000px;
  margin: 0px auto 0px auto;
  text-align: left;
  background: URL('../_images/main_background.png') repeat-y;
}

#printHeader { display: none; }

#bodyHeader {
  position: relative;
  width: 1000px;
  height: 285px;
  background: URL('../_images/head_background.png') repeat-x;
}

#carka {
  border-right: solid 1px black;
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 10px;
}

#logo {
  position: absolute;
  top: 15px;
  left: 15px;
}

#headFoto {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#bodyTitle {
  background-color: white;
  clear: both;
  position: relative;
  z-index: 50;
}

#bodyTitle h1 {
  margin: 0px 0px 0px 150px;
  padding: 5px 0px 0px 30px;
  border-top: 1px solid black;
}

#bodyMain {
  position: relative;
}

#bodyLeft {
  width: 150px;
  float: left;
  text-align: center;
}

#bodyText {
  width: 705px;
  float: left;
  position: relative;
  /* background: #f3d0a8 URL('../_images/text_background.png') repeat-x; */
}

#text {
  width: 645px;
  margin: 5px 30px 25px 30px;
}

#cara {
  position: absolute;
  left: 704px;
  top: -15px;
}