/* atelier05 Website mit (X)HTML und CSS
Start 29. Mai 2007
Letzte Aenderung am 17. September 2012
*/
/* Wichtige Farben
Schwarz : #000000
Rot für Navigation : #cc0000
Weiss für Scrollbar : #ffffff
*/
/* Allgemeines BORWINSCHULE
*/
*{
 padding: 0;
 margin: 0;
}
  body {
  font-size: 80%;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  }
  #wrap {
  width: 710px;
  margin: 0 auto;
  text-align: left;
  }
  #navigation {
  background-image:url(logo_2.jpg); background-repeat:no-repeat;
  background-position:0px 30px;
  width: 710px;
  height: 81px;
  margin: auto;
  border-bottom: 1px solid #000000;
  }
  #headbox {
  float: left;
  width: 320px;
  height: 81px;
  text-align: left;
  color: #666666;
  margin-top: 0px;
  margin-left: 30px;
  display: inline; /* damit Internet Explorer den Abstand nicht 
  verdoppelt, bei IE 7 auf Funktionsfähigkeit überprüfen */
  }
  #content {
  background-image:url(borwin.jpg); background-repeat:no-repeat;
  background-position:0px 14px;
  height: 409px;
  width: 709px;
  margin: auto;
  }
  #contentbox {
  float: left;
  width: 321px;
  height: 295px;
  text-align: justify;
  overflow: auto;
  margin-top: 40px;
  margin-left: 368px;
  display: inline; /* damit Internet Explorer den Abstand nicht 
  verdoppelt, bei IE 7 auf Funktionsfähigkeit überprüfen */
  scrollbar-base-color: #fff;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #000000;
  scrollbar-face-color: #fff;
  scrollbar-darkshadow-color: #fff;
  }
  #contentbox_bottom {
  float: left;
  width: 240px;
  height: 10px;
  text-align: left;
  margin-top: 20px;
  margin-left: 378px;
  display: inline; /* damit Internet Explorer den Abstand nicht 
  verdoppelt, bei IE 7 auf Funktionsfähigkeit überprüfen */
  }
  #footer {
  width: 710px;
  height: 40px;
  border-top: 1px solid #000000;
  margin: auto;
  }
  h1, h2, h4, h5, h6 {
  margin-left: 10px;
  margin-right: 20px;
  }
  h1 {
  font-size: 100%;
  }
  h3 {
  font-size: 75%;
  font-weight: normal;
  margin-top: 49px;
  margin-bottom: 0px;
  }
  p {
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 18px;
  margin-bottom: 10px;
  }
  a:link { text-decoration:none; font-weight:bold; color:#000000; }
  a:visited { text-decoration:none; font-weight:bold; color:#000000; }
  a:hover { text-decoration:none; font-weight:bold; color:#cc0000; }
  a:active { text-decoration:none; font-weight:bold; color:#cc0000; }

  #galerie li
  {
  list-style-type: none;
  float: left;
  margin-left: 7px; 
  text-align: center;
  font-weight: bold;
  position: relative;
  }

  #galerie img
  {
  width: 38px;
  height: 38px;
  display: block;
  padding: 2px;
  border: 1px solid #8B0000;
  }
  
  #galerie a .gross
  {
  display: none;
  }

  #galerie a:hover .gross
  {
  width: 400px;
  height: 300px;
  display: block;
  position: fixed;
  top: 120px;
  left: 200px;
  z-index: 1;
  background: #fff;
  }
/*--Spezialangaben für den Internet Explorer 7--*/
*+html #galerie a:hover { z-index: 1;}
*+html #galerie li{position: static;}
*+html #galerie a {position: relative;}

/*--Spezialangaben für den Internet Explorer 6--*/
*html #galerie a:hover {display: block; z-index: 1;}
*html #galerie li{position: static;}
*html #galerie a {position: relative;}  

  #navigation ul { 
  margin: 0 0 0 0px;
  white-space: nowrap; 
  font-size: 100%;
  list-style-type: none; 
  }
  #navigation ul li { 
  float: right; 
  margin: 60px 0px 0px 11px;
  padding: 0;
  display: inline; 
  }
  #navigation a#hier:link, #navigation a#hier:visited,
  #navigation a#hier:hover, #navigation a#hier:active {
  color: #cc0000;
  }
  #footer ul {
  margin: 0 0 0 0px;
  white-space: nowrap; 
  font-size: 75%;
  list-style-type: none; 
  }
  #footer ul li {
  float: right; 
  margin: 3px 0px 0 5px;
  padding: 0;
  display: inline; 
  }
  acronym {
  cursor: help;
  }
 