/* Designing Haaker print.css
   (c) Martinic 2009, 2010    */

body {
  font-size: x-small;
}

div.frame {
  width: 100%;
}
table.frame {
  width: 100%;
  min-height: 0;
}
table.frame td.menu {
  width: 85px;
}
table.frame td.images {
  width: 85px;
}
table.frame td.content {
  min-width: 0;
}

img.logo {
  width: 51px;
  height: 51px;
}
img.designing {
  width: 80px;
  height: auto;
}

div.menu {
  margin: 29px 0 38px 0;
  font-size: 8px;
  line-height: 12px;
}
.menu-border div {
  height: 497px;
}

.contact,
.menu .sitemap {
  font-size: 7px;
  line-height: 11px;
}

.copyright small {
  font-size: 7px;
  line-height: 7px;
}
.copyright .martinic {
  width: 8px;
  height: 8px;
}

.images img.portrait {
  width: 85px;
  height: auto;
}

.img-small-portrait {
  min-height: 113px;
}
img.small-portrait {
  width: 85px;
  height: auto;
}

img.medium-portrait {
  width: 196px;
  height: auto;
}

input,
textarea {
  font-size: 90%;
}

