/* --------------------------- CSS für UNSERE SCHULE: blau */

body { 
  background-color: #667ca8;
  background-image: url("/cms/upload/layout/hg1000.jpg");
}

h1,h2,h3,h4 {
  color: #667ca8;
}

.info h2 {
  color: white;
  padding-left: 5px;
}

.info {
  padding-bottom: 5px;
}

/* ----------------------------- BANNER */

#BANNER {
  background-color: #667ca8;
  background-image: url("/cms/img/schulhof1000.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}

#navADMIN a {
  color: white;
  background-color: #667ca8;
}

#navADMIN a:hover {
  color: #667ca8;
  background-color: #f4f4f4;
}

#TOP {
  background-color: #667ca8;
}

#navTOP a {
  background-image: url("/cms/img/ecke1000.gif");
  color: white;
}

#navTOP a:hover {
  background-color: white;
}

/* ----------------------------- Linker Container */

#contLEFT {
  background-color: #667ca8;
  background-image: url("/cms/img/HGcont1000.gif"); 
  background-repeat: repeat;
}

#contLEFT a {
  color: white;
  background-color: #667ca8;
  border-top: 1px solid #f4f4f4;
}

#SUB {
  border-bottom: 1px solid #505050;
  border-right: 1px solid #667ca8;
}

#contLEFT a:hover {
  color: black; 
  background-color: #f4f4f4;
  border-top: 1px solid #667ca8;
}

#contLEFT #sub a {
  color: #667ca8;
  background-color: #f4f4f4;
  border-top: 1px solid #667ca8;
}

#contLEFT #sub a:hover {
  color: black;
  background-color: white;
}

/* ----------------------------- CENTER */

#MAIN {
  background-color: #667ca8;
  background-image: url("/cms/img/HGcont1000.gif"); 
  background-repeat: repeat;
  border-bottom: 2px solid #333333;
}

#contCENTER {
  border-left: 1px solid #667ca8;
  border-right: 1px solid #667ca8;
}

#content a, #content a:hover, #contRIGHT a, #contRIGHT a:hover {
  color: #667ca8;
}

#footer   { 
  border-top: 1px solid #667ca8;
}

#footer, #footer p, #footer a {
  color: #667ca8;
}

/* ----------------------------- Rechter Container */

#contRIGHT {
  background-color: #667ca8;
  background-image: url("/cms/img/HGcont1000.gif"); 
  background-repeat: repeat;
}

#contRIGHT h3 {
  color: white;
  background-color: #667ca8;
}

