@import url(calendar.css);  /* table id "calendar" only */
@import url(nachrichten.css); /* div id "news-container" only */
@import url(artikel.css); /* div id "artikel-container" only */
@import url(uploads.css); /* div id "upload-container" only */
@import url(gruppe.css); /* Für den Inhalt der Gruppenseiten */
@import url(guestbook.css); /* Für das Gästebuch div id "guestbook-holder" */

html
{
  margin: 0;
  color: white;
  background-image: url(../images/site-bg.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-attachment: fixed;
  background-color: black;
}
body
{
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0;
  background-color: white;
  color: black;
  min-width:60em;
}

div#banner
{
  margin: 0;
  width: 100%;
  height: 7.5em;
  background-color: #fff;
  color: #000;
  background-image: url(../images/pollham-banner-gradient.png);
  background-repeat: repeat-y;
  background-position: center right;
}
div#banner h1 /* Wird NUR für die Überschrift oben links neben dem Banner verwendet */
{
  background-color: #fff;
  color: #005;
  background-color: white;
  margin: 0.5em; 
  padding: 0.2em 1em;
  float: left;
  font-weight: bold;
  font-size: 2.5em;
  font-family: sans-serif;
  vertical-align: middle;
}
div#banner h1 span
{
  color:#a20;
}
div#banner div#logo
{
  vertical-align:middle;
  float:right;
  margin-right:40px;
  margin-top:10px;
}
div#banner div#logo img
{
  border:none;
}

div#menu /* Root-Menü-Container */
{
  clear: both;
  margin: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  border-top: 0.1em solid black;
  border-bottom: 0.1em solid black;
  /*background-color: #f17f26;*/
  background-image: url("../images/menu-bg-shiny.png");
  background-repeat: repeat-x;
  color: white;
  font-family: sans-serif;
}
div#menu ul /* Root-Menü-Box */
{
  margin: 0;
}
div#menu ul li /* Root-Menü-Item */
{
  list-style: none;
  float: left;
  position: relative; /* WICHTIG für die Positionierung des Untermenüs */
  width:9em;
  text-align:center;
}
* html div#menu ul li /* Korrektur für Internet Explorer (schwächster Browser ever!) */
{
  margin-bottom: 0;
  margin-left: 20px;
}

div#menu ul li a
{
  color: white;
  /*background-color: #f17f26;*/
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}
div#menu ul li ul /* Untermenü wird zunächst nicht angezeigt) */
{
  margin: 0; padding: 0;
  background-color: #a40;
  color: white;
  border-left: 0.1em solid black;
  border-right: 0.1em solid black;
  border-bottom: 0.1em solid black;
  position: absolute;
  top: 20px;
  left: -0.5em;
  text-align: center;
  display: none;
}
div#menu ul li:hover ul /* Bei Berührung mit der Maus --> Untermenü (falls vorhanden) */
{
  display: block;
}

div#menu ul li ul li /* Untermenü-Item */
{
  margin: 0.1em 0.5em;
  float: none;
  padding: 0;
  border-bottom: 1px solid #530;
}
div#menu ul li ul li a
{
  color: white;
  background-color: #a40;
}

div#content /* Inhalt der Seite */
{
  background-color: #ccf;
  color: #000;
  margin:0;
  padding-left: 10%;
  padding-right: 2%;
  padding-top: 2%;
  padding-bottom: 1%;
}

div#fremdlogos /* \o/ Werbung \o/ */
{
  margin: 0;
  padding: 0.5em 0;
  color: #000;
  background-color: #ccc/*p*/;
  border-top: 1px solid white;
  border-bottom: 1px solid #777; /* -|- */
  text-align:center;
}
div#bottom /* Abschließendes Element */
{
  margin: 0;
  padding: 0.5em 0;
  background-color: #0256a6;
  color: #fff;
  /*border-top: 1px dotted black;*/
}
div#bottom p
{
  margin:0.5em 0;
  text-align:center;
}
div#bottom a, div#bottom a:visited
{
  color:#ff0;
  background-color:none;
}

h2
{
  margin: 0;
}
h3
{
  margin-top:1em;
  margin-bottom:0;
}
p
{
  /*margin: 0;*/
}
p.error
{
  font-weight:bold;
  color:#f00;
}
a.cms
{
  color:#f00;
  background-color:white;
}

