#header {
  background: url(images/header.png) no-repeat 0 0;
  }
#logo {
  width: 277px;
  height: 88px;
  margin: 25px 0 0 10px;
  }
#nav-0 {
  background: url(images/nav-bg.png) repeat-x 0 0;
  }
#nav-0 li a:hover {
  background: url(images/nav-bg-over.png) repeat-x 0 0;
  }
#nav-0 li a#current {
  background: url(images/nav-bg-active.png) repeat-x 0 0;
  }
#nav-1 a:hover,
#nav-1 a#current {
 	color: #73394f;
  }
#content h1 {
  color: #73394f;
  background: url(images/icon-headline.gif) no-repeat 0 0.4em;
  }
#content h2 {
  color: #73394f;
	font-weight: bold;
  }
#content a {
  color: #73394f;
  }
#content #person p.left {
  float: left;
	}
#content #person p.right {
	margin-left: 90px;
	}
#teaser {
  background: url(images/news-eurocenter.png) no-repeat 0 0;
  }
input[type=text]:focus, 
textarea:focus, 
input[type=text]:active,
textarea:active {border:1px solid #73394f; background:#fff}

#news a.pdf:hover {
	background: #73394f url(images/icon_pdf.gif) no-repeat 10px center;
	color: #FFFFFF;
	}

