/*
 * CSS fuer den Internetauftritt von PROGREDI
 *
 * Copyright 2007: Valentin Funk <valentin.funk@computerfabrik.de>
 */

body {
  padding: 0;
  margin: 0;

  text-align: center;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 13px;
  line-height: 17px;
}

/**
 * Main layout containers
 *
 */

#mainframe {
    width: 770px;
    padding: 0;
    margin: auto;
    margin-top: 35px;
    border: 0;
}

#left {
    float: left;
    padding: 105px 0 0 0;
}

#center {
    width: 490px;
    min-height: 770px;
    margin: 0 0 0 140px;
    padding: 105px 0 0 0;
    background-color: #d5ff44;
    text-align: left;
}

#right {
    float: right;
    width: 140px;
}


/**
 * Specific areas with detailed layouts
 */

/* begin: navigation */

#navigation {
    width: 140px;
    height: 140px;
    position: relative;
}

#menu {
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 0;
    margin: 0;
    text-align: right;
}

#menu ol {
    padding: 0;
    margin: 0;
    line-height: 20px;
    list-style: none;
}

#menu ol li {
}

#navigation a:link, #navigation a:visited {
  text-decoration: none;
}
#navigation a:hover, #navigation a:focus {
  text-decoration: underline;
}
#navigation a.active {
  font-weight: bold;
}
/* end: navigation */


#bar {
  height: 140px;
  background-color: #000;
}

#heading {
    float: left;
    margin: -42.5px 0 0 35px;
    color: #d5ff44;
}

#logo {
  float: right;
  margin: -141px 50px 10px 25px;
  padding: 0 0 25px 25px;
  text-align: right;
}

/* begin: content */

#content {
  margin: 22.5px 35px 35px 35px;
}

#text {
  color: #000;
}
/* end: content */


/**
 * Misc standards
 */

img {
    border: 0;
}

a:link, a:visited {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

h1 {
    margin: 21px 0 14px 0;
    font-size: 18px;
    font-weight: 700;
}

h2 {
    margin: 21px 0 7px 0;
    font-size: 15px;
    font-weight: 700;
}
