/* 
    Document   : smartphone
    Created on : 07.09.2012, 15:16:47
    Author     : mgerdes
    Description:
        Purpose of the stylesheet follows.
*/
body {
  font-size: 12pt;
}
#logoboxspacer1,
#logoboxspacer2 {
  display: none;
}
#menu-top {
  float: none;
  height: auto;
}
#menu-top li {
  float: none;
}
#logobox {
  background-image: none;
  background-color: #111;
  width: auto;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  height: auto;
  position: static;
  top: 0;
}
#logobox #logo {
  position: static;
  left: 0;
  top: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin: auto;
}
#content {
  margin-left: 0;
  margin-right: 0;
}
#mainbox,
#content-wrap {
  /*    width: auto;*/

}
#content-wrap {
  display: block;
}
#content-row-right {
  display: none;
}
#menucontent {
  background-color: #EEE;
}
#menu {
  float: none;
  height: auto;
}
#menu li {
  float: none;
}
#menu li.first {
  padding-left: 0;
  border-bottom-left-radius: 0;
}
#menu li a {
  font-size: inherit;
}
#content {
  /*    background-color: white;*/

}
#content-row-main,
.content-2row-box-wrap {
  display: block;
}
.content-2row-box-wrap > div {
  display: block;
}
.content-2row-box-wrap > div:first-child {
  padding-right: 0;
}
.content-2row-box-wrap > div:last-child {
  padding-left: 0;
}
.content-2row-box-wrap > div {
  display: block;
  width: auto;
}
.content-box {
  clear: both;
}
h1 {
  font-size: inherit;
}
