/* CSS Document */

.html_elemente { cursor:pointer; background-color:#CFCFCF; border:2px solid #CFCFCF; margin:1px; }
.html_elemente_aktiv { cursor:pointer; background-color:#CCC; border:2px solid #900; margin:1px; }

.registerkarte { text-align:center; background-color:#AAA; border:1px solid #CCC; height:100%; width:100%; border-bottom:0px; border-radius:0.5em 0.5em 0.0em 0.0em; cursor:pointer; display:block; }
.registerkarte_aktiv { text-align:center; background-color:#FFF; border:1px solid #CCC; height:100%; width:100%; border-bottom:0px; border-radius:0.5em 0.5em 0.0em 0.0em; cursor:pointer; }
.register { background-color:#FFF; border:1px solid #CCC; border-top:0px; border-radius:0.0em 0.0em 0.5em 0.5em; }
