
div.aa_hidden{
    font-family: arial, helvetica, sans-serif;
    border: solid #006a4d 2px;
    background-color:inherit;
    color: #333333;
    top: 11.5em;
    left: 120px;
    position: absolute;
    z-index: 900;
    display: none;
}

div.aa_hidden div.inner input, div.aa_hidden div.inner textarea{
    padding: 3px 9px;
    border: 1px solid #8ac096;
}

div.aa_hidden div.inner{
    border: 10px solid #ffffff;
    background-color: #dce2df;
    color: inherit;
    padding: 0px;
}

div.aa_visible{
    font-family: arial, helvetica, sans-serif;
    border: solid #006a4d 2px;
    background-color:inherit;
    color: #333333;
    top: 11.5em;
    left: 120px;
    position: absolute;
    z-index: 900;
    display: block;
}

div.aa_visible div.inner input, div.aa_visible div.inner textarea{
    padding: 3px 9px;
    border: 1px solid #8ac096;
}

div.aa_visible div.inner{
    border: 10px solid #ffffff;
    background-color: #dce2df;
    color: inherit;
    padding: 0px;
}

div.fensterkopf{
    padding: 10px 0 15px 0;
    font-weight: bold;
    background-color: #ffffff;
    color: #006a4d;
    border: none;
    margin-bottom: 0.5em;
    height:1.2em;
}
div.fensterkopf span.right img {
    cursor: pointer;
}

p.form{
	height: 1.8em;
}

div.aa_hidden p img{
    cursor: pointer;
}

div#bestellen.aa_hidden label{
    width: 110px;
}

div#anfragen.aa_hidden label{
    width: 110px;
}

div.aa_visible p img{
    cursor: pointer;
}

div#bestellen.aa_visible label{
    width: 110px;
}

div#anfragen.aa_visible label{
    width: 110px;
}