/* Bildschirm-Formatdatei der Homepage der Jesuiten Graz: screen.css
 * Geschrieben von Jeena Paradies <http://jeenaparadies.net/webdesign/leistungen>
 * Angepasst von Markus Schmidt SJ <markus.schmidt@jesuiten.org>
 * (c) Jesuiten Graz 2007, 2009, 2010
 */

/* -- Allgemeines -- */
body {
  background-repeat: repeat-y;
  background-position: center;
  background-image: url(../img/schatten.png);
  background-color: rgb(245, 241, 198);
  margin: 0;
  padding: 0px;
  min-width: 640px;
  font-size: 100.01%; /* umgeht den Font-Size-Bug im Safari, älteren Operas und IE */
  font-family: verdana, arial, sans-serif ;
}
a { color: #6699CC; text-decoration: none; }
a:visited { color: #0A1795; }
a:hover { color: #6699CC; text-decoration: underline; }
a:active { color: #6699CC; text-decoration: underline; }
.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
h1 {
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 {
  color: #AD012C;
  font-family: Georgia, "Times New Roman", Times, serif;
}
img {
  border: dotted 1px #aaa;
  padding: 1px;
  max-width: 95%; /* Gute Browser machen ein zu großes Bild, welches das Design sprengen würde, entsprechend kleiner. Funktioniert beim IE leider nicht. */
}
.fleft { /* Sachen, an denen der Text vorbeifließen soll, werden diese Klassen zugewiesen. */
  float: left;
  margin: 1.8em 1em 1.8em 0;
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}
.author {
  text-align: right;
  font-style: italic;
}


/* -- Layoutspezifisches -- */
#container {
  font-size: 0.8em;
  max-width: 800px; /* Für den IE gibt es in ielte6.css einen Workaround. */
  margin: auto;
  border: 1px solid #aaa;
  border-top: 0;
  background: white;
}
#footer {
  background: #AD012C;
  clear: both;
  height: 65px;
  padding: 0 10px;
  text-align: center;
  color: white;
  border-top: 1px dotted #aaa;
}

/* - Logo bzw. Kopf - */
#logo {
  background: url(../img/kopf-2.jpg) 0 0 no-repeat #AD012C;
  height: 112px;
  padding: 0 20px;
  text-align: center;
  line-height: 112px;
  font-size: 60px;
  font-family: Georgia, "Times New Roman", Times, serif;
  overflow: hidden;
  letter-spacing: -3px;
  margin: 0;
  }
#logo {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#logo span {
  color: #AD012C;
  font-weight: normal;
  padding-right: 0.1em; /* Ein Hack, damit das Weiß rechts und links genau so breit ist. */
}

/* - Menü - */
#menu {
  background: #232323;
  padding: 5px 5%;
  margin: 0;
  text-align: right;
}
#menu li {
  font-size: 1em;
  display: inline;
  list-style-type: none;
}
#menu li a {
  color: white;
  text-decoration: none;
  padding: 0 10px 0 10px;
  font-weight: normal;
}
#menu li span {
  color: #AD012C;
  background: white;
  padding-right: 0.1em; /* Ein Hack, damit das Weiß rechts und links genau so breit ist. */
  padding: 4px 10px 5px 10px;
  font-weight: bold;
}
#menu li a:hover { font-weight: bold; color: yellow; text-decoration: none; }

/* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 26%;
  min-width: 10em;
  float: right; /* Damit erreichen wir dass der Inhalt links neben der Subnavigation vorbeifließt und nicht erst unten drunter anfängt. */
  padding: 70px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  font-size: 0.8em;
}
#subnav dt { /* Die einzelnen Überschriften in der Subnavigation */
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #AD012C;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #aaa;
}
#subnav dd { /* Die Unterpunkte der Subnavigation. */
  padding: 0;
  margin: 0.2em 0 1em;
}

/* - Der Hauptinhaltsteil - */
#main {
  padding: 0 31% 0 20px; /* Der rechte Abstand (31%) stellt sicher, dass auch nach dem Umfließen der Subnavigation der Text genau so breit wird wie oben und ein zwei-Spalten Eindruck entsteht. */
  line-height: 1.5em;
  text-align: justify;
}
#kontakt {
  padding: 0 0% 0 0px; /* Der rechte Abstand (31%) stellt sicher, dass auch nach dem Umfließen der Subnavigation der Text genau so breit wird wie oben und ein zwei-Spalten Eindruck entsteht. */
  line-height: 1.5em;
  text-align: left;
  width:600px;
}
