body
{
}

/* header stuff */

#header
{
    background: #003366;
}

#header img {
    width: 100%;
}

/* navigation (bar with yellowish background */

#navigation
{
    background-color: #fff899;
    font-size: 16px;
    text-transform: capitalize;
}

#navigation ul
{
    margin: 0px 0px 0px 15px;
    padding: 1px 0px 1px 0px;
}

#navigation ul li
{
    margin: 0px 15px 0px 0px;
    float: left;
    list-style-type: none;
}

#navigation ul li a,
#navigation ul li a:visited
{
    text-decoration: none;
    color: #000000;
}

#navigation ul li a:hover,
#navigation ul li a:active
{
    text-decoration: underline;
}

#navigation ul li a#selected-item
{
    font-weight: bold;
}

/* main stuff */
#main
{
    background: #003366 url('../pics/background.png') repeat-x scroll 0 0;
    height: 100%;
}

#main ul
{
  list-style-image: url('../pics/sat-wuerfel-klein.png');
}

#main a,
#main a:visited
{
  text-decoration: none;
  color: #003366;
}

#main a:active,
#main a:hover
{
  text-decoration: underline;
}

/* content stuff */
#content
{
    background-color: #ffffff;
    height: 640px;
    padding: 10px;
    overflow: auto;
}


/* page footer */

#footer
{
    background: #003366;
    margin: 0 0 40px;
    padding: 5px 5px 5px 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    text-transform: capitalize;
}

#footer img {
    float: right;
    margin: -40px 0 0 0;
}

#footer ul
{
    padding: 1px 0px 1px 0px;
}

#footer ul li
{
    margin: 0px 25px 0px 0px;
    float: left;
    color: white;
    list-style-type: none;
    list-style-image: none;
}

#footer li a,
#footer li a:visited
{
    color: white;
    text-decoration: none;
}

#footer li a:hover,
#footer li a:active
{
    color: white;
    text-decoration: underline;
}

/* custom classes */

h1,h2,h3,h4,h5,h6
{
  color: #003366;
  margin-bottom: 16px;
}

.flow-text
{
    margin-bottom: 12px;
    overflow: none;
}

img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

/* this is the most important class ... whyever */
.clear
{
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.date
{
  text-decoration: underline;
  font-weight: bold;
}
/*
vim: ts=2 tw=0 expandtab
*/
