body
{
  background-color: #FEFFED;
  background-image: url(../images/bg_bar.png);
  background-repeat:repeat-y;
  color: black;
  font-size: 100.01%;
  font-family: sans-serif;
  margin: 0;
  padding: 1em;
  min-width: 60em;
}

div#header
{
  height: 80px;
  padding: 0.4em;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  background: url(../images/prevedi.png) no-repeat;
}

div#leftcol
{
  float: left;
  width: 200px;
}

ul#navi
{
  margin: 0 0 0 0.5em;
  list-style: none;
  padding: 0.2em;
  border: 1px solid #447C2E;
  /* background-color: #FEFFED; */
  font-size: 0.8em;
  font-family: sans-serif;
  font-weight: bold;
  overflow: visible;
}

ul#navi li
{
  margin: 0; padding: 0.4em;
}

ul#navi a:link
{
  color: #447C2E;
  text-decoration: none;
}

ul#navi a:visited
{
  color: #447C2E;
  text-decoration: none;
}

ul#navi a:hover
{
  color: #FEFFED;
  background-color: #447C2E;
}

ul#navi a:active
{
  color: #FEFFED;
  background-color: #447C2E;
}

div#content
{
  margin-left: 210px;
  padding: 1em;
  border: 2px solid #447C2E;
}

* html div#content
{
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

div#content h2
{
  font-size: 1.2em;
  margin: 0.2em 0;
}

div#content p
{
  font-size: 1em;
  margin: 1em 0;
}

div#footer
{
  clear: both;
  font-size: 0.6em;
  margin: 0; padding: 0.1em;
  text-align: center;
}

ul {
  list-style-image:url(../images/ulbullet.png);
}

.red
{ 
  color: red;
}
