/* CSS Document */

  body {
    background: #dddddd url(./img/bg.gif) repeat-x fixed;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    margin: 0px;
    }

  .global {
    margin: 0 auto;
    width:897px;
}

  .page {
    float: left;
    width: 772px;
    background-color: #ffffff;
    min-heigt: 500px;
    position: relative;
    }
  
  .ad {
    float: right;
    margin: 5px 0 0 5px;
  }

  .header {
    border-bottom: 10px solid #999999;
    }

  .main {
    width: 772px;
    padding-left: 0px;
    margin: 0 -20px 0 20px;
    background-color: #ffffff;
    }

  .content {
    width: 560px;
    text-align: justify;
    }

  #spacer {
    width: 1px;
    height: 250px;
    float: left;
    }

  .navi {
    width: 150px;
    position: absolute;
    top: 165px;
    right: 20px;
    }


  .footer {
    width: 772px;
    margin: 0px;
    border-top: 10px solid #999999;
    background-color: #dddddd;
    height: 30px;
    text-align: right;
    font-size: 10px;
    text-decoration: none;
    color: #999999;
    }



/* NAVI */

  .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #87B84B;
    width: 150px;
    }

  .menu_top_li {
    width: 150px;
    margin: 20px 0 0px 0;
    border-bottom: 1px solid #999999;
    background: #87B84B url(img/menu_top.jpg) no-repeat top right;
    }

  .menu_top_h {
    margin-left: 10px;
    color: #ffffff;
    }

  .menu_point_li {
    width: 150px;
    color: #ffffff;
    font-size: 12px;
    background-color: #b2ed69;
    border-bottom: 1px solid #ffffff;
    }

  .menu_point_a{
    text-decoration: none;
    margin-left: 15px;
    color: #eeeeee;
    }



/* ÜBERSCHRIFTEN */

  h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
    }

  h1, h2 {
    color: #ffffff;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    }

  h3 {
    color: #000000;
    font-size: 12px;
    margin: 0px;
    }

  h4 {
    font-size: 15px;
    }


/* TITEL STYLES */

  .posttitle {
    margin-bottom: 0;
    width: 100%;
    color: #999999;
    overflow: auto;
    }

  .posttitle a {
    float: left;
    padding: 0 10px;
    background: #87B84B url(./img/posttitle.gif) no-repeat top right;
    }

  .posttitle a:link, .posttitle a:visited {
    color: #999999;
    }

  .posttitle a:hover, .posttitle a:active {
    background: #87B84B url(./img/posttitle.gif) no-repeat 100% -91px;
    color: #999999;
    }

  .postmeta {
    margin-top: 0;
    padding-top: 1px;
    background: url(./img/postmeta.gif) no-repeat top left;
    font-size: 12px;
    color: #999999;
    }


/* ANDERE STYLES */

  p {
    font-size: 12px;
    margin: 5px 0px;
    }

  ul, li {
    font-size: 12px;
    text-align: left;
    }

  input, textarea, select {
    border: 1px solid #999999;
    background-color: #eeeeee;
    color: #000000;
    font-size: 12px;
    font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
    }

  .none {
    text-decoration: none;
    }

  .ftext {
    text-weight: bold;
    font-size: 12px;
    }

  .headline {
    padding-left: 10px;
    color: #ffffff;
    background: #87B84B url(img/menu_top.jpg) no-repeat top right;
    }

  a:link, a:visited, a:focus{
    color: #666666;
	text-decoration: none;
	}

  a:hover{
    color: #666666;
    text-decoration: none;
	}