/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2009 
  Thomas Schwarz
  Werkstatt fuer Softwareentwicklung
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.content {
  background-image: url(img/deco.04.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}
  
.leftbar {
  float: left;
  width: 670px;
}

.rightbar {
  float: right;
  width: 90px;
}

.sepbefore {
  border-top: 1px solid #EBF0F7;
  margin-top: .7em;
  padding-top: .7em;
}
