/* (c) 2005 StudentInnenschaft der Universitaet Bern */

@import url("common.css");

body {
  font-size: 11pt;
  margin: 2em 10%;
}

#header ul, #header #functions, #subnav, #topimg, #sidebar, .screen {
  display: none;
}

#header {
  margin-top: 6em;
  text-align: right;
}

#logo {
  float: right;
  width: 133px;
  height: 85px;
  padding-bottom: 1em;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

h1 a {
  text-decoration: none;
  color: #000;
}

#content {
  clear: both;
  border-top: 1px solid #000;
  padding: 1em 0 2em;
}

#footer {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.2em 0;
}


