/**
 * Allgemeines Stylesheet niederwoerresbach.de
 * Thomas David, 2008
 */

body {
    font-size: 100.01%;
    color: #000;
    background: #fff;
    text-align: left;
    font-family: Arial, Verdana, Helvetica;
}

h1 {
    font-size: 200.01%;
    color: #006600;
    font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    margin-top: .8em;
}

h2 {
    font-size: 150%;
    color: #000;
    font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .5em;
}

h3 {
    font-size: 120%;
    color: #000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    margin-top: 0;
}

.navigation {
    font-size: 90%;
}

.navigation a,
.navigation a:visited {
    text-decoration: none;
    color: #000;
    padding: .2em .4em .6em .4em;
}

.navigation a:hover,
.naviagtion a:focus,
.navigation a:active,
.navigation a.active {
    text-decoration: none;
    color: #fff;
    background: #008131;
}

tr .navigation {
    background: #73b98d;
    border: 1px solid #008131;
    border-bottom: 0;
    padding: 3px;
}

.navigation ul,
.navigation li {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
}

.navigation ul {
    margin-left: 15px;
}

.navigation li {
    margin-left: 1em;
}

tr .main {
    border: 1px solid #008131;
    border-top: 0;
}

.content {
    font-size: 96%;
}

.errormsg {
    color:red;
    font-weight:bold;
    margin-top:1em;
    margin-bottom:1em;
}

.toplink {
    border:0;
    float:right;
    position:relative;
    right: -.7em;
    top: -2em;
/*    right:-13px;
    top:-40px;*
}

.footer {
    font-size: 75%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin-top: 1em;
}