@charset "utf-8";
/************************************************
    CSS StyleSheet
    Case Study Barrierefrei macx.de

    Media: Screen

    Copyright (C) 2006, David Maciejewski
    www.macx.de
************************************************/

/*********************************
    FORMULARE
*********************************/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    width: 100%;
    font: small/1.5em "Lucida Grande", verdana, helvetica, Arial, sans-serif;
    text-align: center;
    background: #ebf1e6 url("pics/bodybg.gif") repeat-y 50% 0;
    color: #444;
}

#wrapper {
    margin: 0 auto;
    width: 740px;
    text-align: left;
}

#header {
    height: 230px;
    background: url("pics/header.jpg") no-repeat 0 0;
}

#navi {
    float: left;
    width: 200px;
    background: url("pics/navibg.gif") no-repeat 0 100%;
    padding-bottom: 60px;
}

#content {
    float: left;
    width: 500px;
    margin: 1em 0;
}

#oldbrowsermessage {
    display: none;
}

/*********************************
    NAVIGATION
*********************************/

#navi p {
    background: url("pics/navibg.gif") no-repeat 0 0;
    text-indent: -2000px !important;
}

#navi p a {
    display: none;
}

#navi ul {
    margin: 0.5em 32px 0.5em 28px;
    list-style: none;
    border-top: 1px solid #cdb;
}

#navi ul li a {
    display: block;
    padding: 0.2em 5px 0.3em 10px;
    border-bottom: 1px solid #cdb;
    text-decoration: none;
    color: #370;
}

#navi ul li a:hover, #navi ul li a.active {
    background-color: #ebf1e6;
    color: #370;
}

/*********************************
    TYPO
*********************************/

a, a:link, a:active, a:visited {
    text-decoration: underline;
    color: #370;
}

a:hover {
    color: #000;
}

#header p {
    padding: 40px 0 0 36px;
    font-size: 210%;
    color: #370;
    line-height: 110%;
}

#header p a {
    color: #370;
    text-decoration: none;
}

#header p span {
    visibility: hidden;
}

#header p em {
    display: block;
    font-size: 50%;
}

h1 {
    color: #370;
    font-size: 150%;
    line-height: 120%;
    margin-bottom: 1em;
    font-weight: normal;
}

#content p {
    margin-bottom: 1em;
}

/*********************************
    MISC
*********************************/

.clear {
    clear: both;
}

