/*
 * PPG style sheet.
 *
 * $Id: default.css,v 1.6 2005/12/30 19:31:57 funk Exp $
 * Created: 2006-03-26
 *
 * Copyright 2006 by Valentin Funk <valentin.funk@computerfabrik.de>
 */

/* 
 * General tags
 */

body {
  margin: 0;
  padding: 0;
  font-family: "Univers 45 Light", "Univers Light", Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

/* Images */
img {
  vertical-align: bottom;
  border: 0 none;
}

/* Headings */
h1 {
  font-size: 1.4em;
  font-weight: normal;
}
h2 {
  font-size: 1.3em;
  font-weight: bold;
}
h3 {
  font-size: 1.1em;
  font-weight: 700;
}
.csc-subheader-2 {
  font-style: italic;
}
.csc-linkToTop {
  text-align: right;
}
p.bodytext {
 padding: 0;
}

/* Links */
#content a:link, #content a:visited, #information a:link, #information a:visited {
  text-decoration: underline;
  font-weight: normal;
}
#content a:hover, #content a:focus, #information a:hover, #information a:focus {
  text-decoration: none;
  font-weight: normal;
}

/* Forms */
form {
  padding: 0:
  margin: 0;
  display: inline;
}
#mailform div textarea {
  width: 13.4em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.mailform-error {
  color: red;
}


/* 
 * Dimensions of forms and boxes
 */

/* To get a maximal width we have a div in body around all
 * other. Works not in IE! */
#mainframe {
  max-width: 66em;
}


/* This is the block right top with links to contact/impress, the
 * scools and PPG. Floats right over the header (school name) */
#header-navigation {
  float: right;
  margin-top: 1em;
  text-align: right;
}
#header-navigation div {
 padding: .2em;
}
#header-navigation a {
 color: silver;
 text-decoration: none;
}
#header-navigation a:hover, #header-navigation a:focus {
 color: silver;
 text-decoration: underline;
}
#ppg-logo {
  height: 1.275em;
  width: 19.7625em;
}
#header-navigation #schools a:link span, #header-navigation #schools a:visited span {
  display: none;
}
#header-navigation #schools a:hover span, #header-navigation #schools a:focus span {
  display: block;
  position: absolute;
  width: 20em;
  height: 1.5em;
  top: 5.5em;
  left: 46em;
  vertical-align: bottom;
  background-color: #FFF;
  color: #000;
}



#logo {
  margin-top: 2em;
  margin-bottom: 2em;
}
#logo img {
  width: 66em;
}


#heading-spacer {
  float: left;
  width: 2.8em;
  line-height: 2.4em;
  background-color: #e3e3e3;
}
#menu {
  float: left;
  line-height: 2.4em;
  background-color: #e3e3e3;
}
#menu a {
  display: block;
  float: left;
  width: 10em;
  text-align: center;
  color: black;
  text-decoration: none;
}
#menu a:hover, #menu a:active, #menu a.active {
  background-color: white;
  color: #888
}
#heading {
  height: 2.4em;
  background-color: #e3e3e3;
}

/* The darker line below the heading. */
#color {
  width: 100%;
  border-top: #FFF solid .08em;
  background-color: silver;
  font-size: 6pt;
}

#schools {
  float: right;
  width: 28.5em;
  margin: 2em 0 0 1em;
}
#schools div {
  margin: 2em 0 2em 0;
}
#schools #dpa {
  margin: 0 0 1.4em .4em;
  font-size: 13pt;
}

#content-container {
  margin: 2em 28.5em 0 2.8em;
}

#footer {
  clear: both;
  width: 100%;
  border-top: .07em solid silver;
  padding-top: .7em;
  text-align: right;
}

