html,body{margin:0;
padding:0;
}
body{
        background-attachment: fixed;
        background-image: url(seitegelb.gif);
        background-repeat: no-repeat;
        background-position: right top;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 80%;
        line-height: 20px;
        overflow-y: scroll;

}
p{margin:0 }

div#wrapper{

        width: 80%;
        margin-left: 20px;

}


div#header {
        line-height:1.4;
        float: left;
        height: 80px;
        width: 100%;
        display: inline;

}

div#header a{
        margin-right: 70px;
        text-decoration: none;
        }


div#header a:hover,
{

}

div#header li a:hover,
{

}

div#headeroberlinie {
        line-height:1.4;
        height: 30px;
        width: 100%;
        border-bottom-width: thin;
        border-bottom-style: solid;
        border-bottom-color: #F7E600;
        margin-bottom: 10px;
}

div#headeroberlinie a{
        font-size: 20px;
        color: #000000;
        float: right;
}


div#headerunterlinie {
        margin-left: 180px;
        margin-right: 10px;
        font-size: 16px;
}
div#headerunterlinie h1{
        color: #007531;
        display:inline;
        text-decoration: none;
        font-size: 16px;
}


div#headerunterlinie h2{
        color: #005AB5;
        display:inline;
        text-decoration: none;
        font-size: 16px;
}

div#headerunterlinie h3{
        color: #9F0026;
        display:inline;
        text-decoration: none;
        font-size: 16px;
}

div#headerunterlinie h4{
        color: #F7E600;
        display:inline;
        text-decoration: none;
        font-size: 16px;
}


div#container{
        height: auto;
        width: 75%;
        margin-left: 180px;
}

div#content{
        float: left;
        margin-top: 5px;
        width: 110%;
}


/** vertikale Navigation**/

div#navigation{
        width:180px;
        background-color: #FFFFFF;
        list-style-type: none;
        float: left;
        line-height: 1.5;
        margin-top: 30px;
}

div#navigation a{
        color: #666666;
        font-weight: bolder;
        margin-left: -30px;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
}

div#navigation p{

        line-height: 1px;
}

div#navigation a:hover{
        text-decoration: underline;
}

div#navigation ul{
        list-style-type: none;
}



/** Horizontale Unter-Navigation**/
#nav {
        display:inline;
        margin-bottom: 20px;
        width: 105%;
        float: left;
        margin-left: -40px;
}

#nav a{
        float:left;
        list-style-type: none;
        color: #666666;
        text-decoration: none;
}

#nav a:hover{
        float:left;
        list-style-type: none;
        color: #666666;
        text-decoration: underline;
}

#nav li{
        display:inline;
        float:left;
        width: auto;
        font-size: 14px;
        font-weight: bold;
        color: #666666;
        margin-right: 30px;
}

#nav li.active a {
        background: #FFF9C2;
        color: #000000;
        border-right: 1px solid #fff;
        }

#nav li.active a:hover {
        background: #FFF9C2;
        color: #000000;
        border-right: 1px solid #fff;
        text-decoration: none;
        }


div#footer{
        background-color: #FFFFFF;
        float: left;
        width: 100%;
        border-top-width: thin;
        border-top-style: solid;
        border-top-color: #F7E600;
        margin-top: 10px;
}
div#footer a{
        font-weight: bold;
        color: #666666;
        text-decoration: none;
        font-size: 12px;
        margin-left: 180px;
}

/* Bilderpositionierung */
.flLeft {
        float:left;
        margin-right: 10px;
}
.flRight {
        float:right;
        margin-right: 2px;
        margin-left: 10px;
}

.content .linkespalte {
        width: 250px;
        float: left;
        font-size: 11px;
        }

.content .rechtespalte {
        width: 60%;
        margin-left: 10px;
        margin-top: 0px;
        float: left;
        }

/* Tabellen */

table {
        font-size: 12px;
        text-align: left;
        background: inherit;
        border: none;
        empty-cells: hide;
        margin-bottom: 5px;

}

td, th {
        padding: 5px;


}







/* download
*******************************************************************************/
#content .download-hdl p,
#content .download-file p,
#content .download-desc p {
  width:97.3%; /* IE6 Hack */
        margin: 0;

}

#content .download-hdl p {
        padding: 5px 7px;
        font-weight: bold;
        color: #808080;


}

#content .download-file {
        padding: 1.2em 7px;

}

#content .download-desc {
        margin-bottom: 1.2em;
        padding: 1.2em 7px;


}

#content .download-without-desc {
        margin-bottom: 1.2em;

}



/* form-module
*******************************************************************************/
#form-module * {
        padding:0px;
        margin:0px;
}

#form-module {
        margin:0px;
        padding:0px;
        width:600px;
        background-color:#f7f7f7;
        color:#666;
        font-family:verdana, arial, helvetica, sans-serif;
        font-size:1.2em;
}

#form-module fieldset {
        border:0px solid #fff;
}

#form-module legend {
        display:none;
}


#form-module p {
        margin:0;
        padding:5px;
        font-size:1em;
        font-weight:bold;
}

#form-module .element {
        display:block;
        clear:both;
        background-color:#f7f7f7;
        border-top:2px solid #fff;
}

#form-module label {
        display:block;
        float:left;
        padding:5px;
        width:150px;
        border-right:2px solid #fff;
}

#form-module label.checkbox {
        width:550px;
	border-left:none;
        border-right:none;
}

#form-module select   {
        margin:5px 5px 5px 0px;
        width:350px;
        border:1px solid #333;
}

#form-module input,
#form-module textarea {
        float:left;
        margin:5px;
        width:250px;
        border:1px solid #333;
}

#form-module input.text {
        height:18px;
}

#form-module input.checkbox {
        width:20px;
	height:20px;
        border:1px solid #333;
}

#form-module input.submit {
        margin:5px 5px 5px 0px;
        padding:2px 5px;
        border:0px solid #333;
        width:90px;
        background-color:#ffff00;
        color:#000000;
        font-family:verdana, arial, helvetica, sans-serif;
        text-align:center;
        cursor:pointer;
}

#form-module input.submit:hover {
        background-color:#000000;
        color:#ffff00;
}

#form-module label.textarea,
#form-module textarea.textarea {
        height:70px;
}

#form-module-thanks {
        display:block;
        color:#666;
        font-family:verdana, arial, helvetica, sans-serif;
        font-size:1.2em;
}
