body
{
  background-color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  margin: 0;
}

#all-content
{
  width: 100%;
  background-image: url(images/bg_col1.png);
  background-repeat: repeat-y;
}

#box-1
{
  position: absolute;
  left: 10px;
  top: 180px;
  width: 130px;
}

#box-2
{
  position: absolute;
  left: 10px;
  top: 350px;
  width: 130px;
}

#box-3
{
  position: absolute;
  right: 210px;
  top: 180px;
  width: 130px;
}

#box-4
{
  position: absolute;
  right: 210px;
  top: 350px;
  width: 130px;
}

.caption
{
  color: #000;
  padding-top: 0.1em;
  font-size: 0.8em;
}

#column-left
{
  float: left;
  width: 150px;
}

#column-right
{
  float: right;
  width: 200px;
  height: 510px;
}

#column-middle
{
  margin-left: 150px;
  background-color: #fff;
  background-image: url(images/bg_col3.png);
}

.guest
{
  padding-right: 3px;
  padding-bottom: 5px;
  float: left;
}

.guest img
{
  border: none;
}

.guest .caption
{
  text-align: center;
}

.guest .caption a
{
  text-decoration: none;
  color: #0194e2;
}

.guest .caption a:hover
{
  text-decoration: underline;
}

#main-content
{
  background-color: #fff;
  margin-right: 350px;
  padding: 25px;
  min-height: 460px;
}

/* msie hack for min-height */
/*\*/
* html #main-content
{
  left: 150px;
  height: 460px;
}
/**/

#main-content h1
{
  color: #ED1C24;
  font-size: 2em;
  margin: 0;
}

#main-content h2
{
  color: #ff9500;
  font-size: 1.5em;
  margin-top: 0.8em;
  margin-bottom: 0.2em;
}

#main-content p
{
  font-size: 0.95em;
  line-height: 1.6em;
  margin-top: 0.3em;
}

#main-content p .article-intro-backup
{
  font-weight: bold;
  padding-bottom: 0em;
}

#navi-1
{
  background-color: #fff;
  vertical-align: top;
  width: 200px;
  height: 510px;
}

#navi-2
{
    position: absolute;
    top: 0;
    right: 200px;
    width: 150px;
    background-color: #ff9500;
    height: 170px;
}

#navi-1 ul, #navi-2 ul
{
    list-style: none;
    margin: 0;
    padding: 15px;
}

#navi-1 li, #navi-2 li
{
    line-height: 1.8em;
}

#navi-1 li a
{
    color: #0194e2;
    font-weight: bold;
    text-decoration: none;
}

#navi-1 li a:hover
{
    color: #21b4f2;
    border-bottom: 2px solid #21b4f2;
}

#navi-2 li a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#logo
{
    height: 170px;
}

#logo img
{
    border-width: 0px;
}

#copyright
{
    padding: 5px;
}

#copyright address
{
    font-size: 0.8em;
}

#medienpartner, #unterstuetzer
{
    padding: 3px;
    color: #999;
    font-size: 0.8em;
}

#medienpartner a, #unterstuetzer a
{
    color: #444;
    text-decoration: none;
}

#medienpartner a:hover, #unterstuetzer a:hover
{
    color: #000;
    text-decoration: underline;
}

#medienpartner
{
    background-color: #eee;
}

#unterstuetzer
{
    background-color: #ddd;
}

#veranstalter
{
    font-size: 0.9em;
    position: absolute;
    top: 170px;
    right: 200px;
    width: 120px;
    padding: 15px;
    height: 140px;
}
