body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background: #000000 url(../upload/System/Aufstand2010/bg.png) no-repeat top left;
    margin: 0px;
    padding: 0px;
}


/* INHALT */
.content {
    padding-top: 10px;
    padding-left: 290px;
    width: 620px;
    height: 480px;
}
.navigation {
    padding-top: 0px;
    padding-left: 0px;
    height: 60px;
}
h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    color:red;
}
a {
    color: #000000;
    text-decoration: underline;
}
p {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
a:visited {
    text-decoration: none;
}
p a {
    text-decoration: underline;
}
p a:visited {
    text-decoration: underline;
}
/**** INHALT ENDE ****/

.impressum {
    height: 20px;
    color: #FFFFFF;
    margin: 0px;
    padding: 20px 0px 0px 740px;
    width: 90px;
}


.impressum a{
    color: #FFFFFF;
    text-decoration: underline;
}
/* NAVI */
.navi {
    margin-top: 90px;
    font-size: 18px;
    margin-left: 195px;
}
.info {
    float: left;
    margin-right: 38px;
    
}
.anmelden {
    float: left;
    margin-right: 22px;
}
.mitorganisieren {
    float: left;
    margin-right: 29px;
}
.hinfinden {
    float: left;
    margin-right: 26px;
}
.kontakt {
    float: left;
    margin-right: 32px;
}
.naju {
    float: left;
    margin-right: 20px;
}
/**** NAVI ENDE ****/
/* formular */

.formular {
    margin: 0px;
    width: 120px;
    padding: 0px;
    border-top: 0px none;
    border-right: 0px none;
    border-bottom: #000000 1px;
    border-left: 0px none;
    height: 20px;
    float: none;
    clear: none;
}

*html form p {
    padding: 0px;
    padding-top: 5px;
    margin: 0px;
}
/**** Formular Ende ***/

@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media all
{
  .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 1024px;
    height: 60px;
    color:white;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #000000;
    border-top: 0px #ffffff solid;
    border-bottom: 0px #ffffff solid;
    line-height: 0;
  }

  .hlist ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 15px 0 0 10px; /* LTR */
    padding: 0;
/*    border-left: 1px #fff solid;
    border-right: 1px #fff solid;*/
  }

  .hlist ul li {
/*    border-left: 1px #fff solid;
    border-right: 1px #fff solid;*/
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    font-size: 18px;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .hlist ul li a,
  .hlist ul li a:visited,
  .hlist ul li strong {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { text-decoration: underline; color:white; }

  .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #272727 ;
    color:white;
/*    border-left: 1px #444 solid;
    border-right: 1px #888 solid;*/
  }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:visited,
  .hlist ul li.active a:active { background: transparent; color: #fff; text-decoration: none; }
}
