<!--
/* colors:
logo green                 #73A317
logo brown                 #B18529
header background          #E7E0C9
content background         #F0ECDD
tools and menu background  #DEE9C8
products background        #EAF1DC
h1, h2 and h3 font color   #3F6F00
links font color           #674900
*/

/* common styles */
body, div, p, td {
        font-family :         Tahoma, Verdana, Arial, Helvetica;
        font-size :           12px;
        font-size :           expression('11px');  }
img {
        border :              none; }
h1 {
        font-size :           expression('20px');
        border-top :          solid 1px; }

/* common classes */
.button {
        cursor :              pointer; }
.mandatory {
        font-weight :         bold; }
.error {
        color :               red; }
.right {
        text-align :          right; }
.center {
        text-align :          center; }

/* specific styles */
div#footer {
        clear :               both; }

/* page specific styles */

/* gesundeswohnen */
div#gesundeswohnen img {
        float :               left;
        padding-right :       20px;
        margin-right :        20px; }
div#oekologischbauen img {
        float :               right;
        padding-left :        20px;
        margin-left :         20px; }

/* katalog */
div#katalog img {
        float :               left;
        clear :               left;
        padding-bottom :      7px;
        margin-bottom :       7px;
        padding-right :       20px;
        margin-right :        20px; }
div#katalog p {
        margin-left :         120px; }
div#katalog div.anwend, div#katalog div.prinfo {
        display :             none; }
div#katalog p.clear {
        clear :               both; }

/* katalog gruppenindex */
div#katalog_gruppe img {
        padding-bottom :      7px;
        margin-bottom :       7px;
        padding-right :       20px;
        margin-right :        20px; }

/* produktblatt */
div#produktblatt img {
        float :               left;
        padding-right :       20px;
        margin-right :        20px; }
div#produktblatt h2 {
        clear :               left; }
div#produktblatt td.label {
        font-weight :         bold;
        padding-right :       10px; }
/* produktblatt */
div#produktblatt p.back {
        display :             none; }

-->
