.header .logo {
  background: url(../img/edu-udf_crop.jpg) no-repeat center;
  height: 75px;
  width: 25%;
  float: left;
}

.header .nav {
  background: url(../img/bg_top_linien.jpg) no-repeat left;
  height: 75px;
  width: 73%;
  float: left;
  padding-left: 1ex;
}

.header .nav .links {
  float: right;
}

.header .nav p {
  font-weight: bold;
}

.body .navbg {
  background: #e2e2e2 url(../img/aarberg-bg.png) no-repeat center 20px;
  width: 25%;
  height: 100%;
  min-height: 240px;
  float: left;
}

.body .nav {
  padding: 1ex;
}

.body .nav ul {
  padding-left: 0;
}

.body .nav li.current {
  font-weight: bold;
}

.body .nav ul li {
  list-style-type: none;
  padding: 1ex;
}

.body .nav ul li:hover {
  background: #aaa;
  opacity: 0.7;
}

.body .content-narrow {
  width: 45%;
  float: left;
  padding: 1ex;
}

.body .content {
  width: 73%;
  float: left;
  padding: 1ex;
}

h1, h2 {
	font-size: large;
}

td, li, p, h1, h2, h3, h4, div, span {
	font-family: sans-serif;
}

h1, h2, a:visited {
	color: #923A68;
}

.content h3 {
    margin-top: 2.5em;
}

/* vcard suppressions */
.vcard .type {
  display: none;
}

table {
  border: 1px solid #999;
}

td {
  border: 1px solid #999;
}

p.bibelvers {
    font-style: italic;
    width: 80%;
    margin-bottom: 0;
}

p.bibelstelle {
    text-align: right;
    font-size: 80%;
    margin-top: 0;
}

p.oldnews {
    font-size: 90%;
    padding-top: 3em;
}

a[href$='.pdf']:after {
    content: ' (PDF)';
}
