.farbe-blau-hell { color:#66CCFF;  }
.farbe-blau-normal { color:#0066FF; }
.farbe-blau-dunkel { color:#000099; }

.farbe-gruen-hell{ color:#66FF99; }
.farbe-gruen-normal { color:#00CC00; }
.farbe-gruen-dunkel { color:#006600; }

.farbe-rot-hell { color:#FFCCFF;  }
.farbe-rot-normal { color:#FF0000; }
.farbe-rot-dunkel{ color:#990000; }


.farbe-orange { color:#FF6600; }
.farbe-lila { color:#9900FF; }

.schwarz { color:#000000; }
.weiss { color:#ffffff; }

.farbe-magenta { color:#FF00FF; }
.farbe-cyan { color:#00FFFF; }
.farbe-gelb { color:#FFFF00; }

.orangebutton  {
                background:#c68201;
                background-image: -webkit-gradient(
                        linear,
                        left bottom,
                        left top,
                        color-stop(0.10, rgb(198,130,1)),
                                color-stop(0.75, rgb(255,186,55))
                                );
                background-image: -moz-linear-gradient(
                        center bottom,
                        rgb(198,130,1) 10%,
                        rgb(255,186,55) 75%
                                );
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba37', endColorstr='#c68201'); /* for IE */
                color:#fff !important;
                -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
                -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
                box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border:1px solid #f19e01;
                border-radius: 3px;
                padding: 5px;

                font-family: Arial;
                font-size: 12px;
                text-decoration: none !important;
                height:25px;
		margin: 0 5px 5px 0;
}

.orangebutton:hover, submit:hover{
                        background:#c68201;
                        background-image: -webkit-gradient(
                        linear,
                        left bottom,
                        left top,
                        color-stop(0.10, rgb(255,176,55)),
                        color-stop(0.75, rgb(198,130,1))
                                );
                        background-image: -moz-linear-gradient(
                        center bottom,
                        rgb(255,186,55) 10%,
                        rgb(198,130,1) 75%,
                                );
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c68201', endColorstr='#ffba37'); /* for IE */
                        color:#fff;
                        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
                        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
                        box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border:1px solid #f19e01;
                        border-radius: 3px;
                        padding: 5px;

                        font-family: Arial;
                        font-size: 12px;
                        text-decoration: none !important;
                        height:25px;
}

