/* CSS www.Feuma.de */
   /* Allgemeine Grundeinstellungen */
                html, body {
                margin: 0;
                }
                body {
                        background-color:#EDEDED;
                        text-align: center;
                        color:#000000;
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:12px;
                        font-weight:normal;
                        font-style:normal;
                }
   /* Positionierer*/
                .boxAlle, .boxKopf, .boxHauptteil, .boxHauptteil2 {
                        width:780px;
                }
                .boxAlle {
                        margin:auto;
                        height:100%;
                }
                .boxHauptteil2 {
                        padding-top:10px;
                        float:left;
                      /*  border-left:1px solid #B4B4B4;*/
                      /*  border-right:1px solid #B4B4B4;*/
                        background-color:#EDEDED;
                        /*height:470px;*/
                }
                .boxInhalt2 {
                        float:left;
                        text-align:left;
                        margin: 18px 10px 0px 10px;
                        min-height:390px;
                        text-align:center;
                        width:760px;
                }
                .boxBalken {
                        float:left;
                        background-image:url(/fileadmin/feuma/images/hg_balken.gif);
                        background-repeat:no-repeat;
                        height:140px;
                        width:580px;
                        border-top:15px solid #EDEDED;
                        margin: 0px 0px 0px 0px;
                }
                .boxUnten2 {
                        float:left;
                        clear:both;
                        height:20px;
                        width:780px;
                        text-align:center;
                        color:#A6A3A3;
                        border-top:1px solid #B4B4B4;
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:10px;
                        font-weight:normal;
                        font-style:normal;
                        vertical-align:middle;
                        padding: 5px 0px 0px 0px;
                       /* border-left:1px solid #B4B4B4;*/
                       /* border-right:1px solid #B4B4B4;*/
                        background-color:#EDEDED;
                }
                .inhaltSp1 {
                        clear:both;
                        padding: 0px 0px 0px 0px;
                        float:left;
                        width:190px;
                        min-height: 100px;
                }
                .inhaltSp2 {
                        padding: 0px 0px 0px 0px;
                        float:left;
                        width:580px;
                }
                .inhaltSp3 {
                        padding: 0px 0px 0px 0px;
                        float:left;
                        text-align:center;
                        width:770px;
                }
                .textpopup {
                        text-align:center;
                        font-family:Arial, Helvetica, sans-serif;
                        font-weight:bold;
                        font-size: 18px;  
                        color: #0602C2;   
                        background-color:#E6E5DC; 
                 }

   /* Links */
                a {
                       color:#3C3B7F;
                }
                .boxUnten2 a {
                        color: #A6A3A3;   
                        text-decoration:none;
                }
                .boxUnten2 a:hover {
                        color: #3C3B7F;   
                        text-decoration:underline;
                }              

  
/*Formate*/
                td {
                        vertical-align:text-top;
                        text-align:left;
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 12px;
                        color:#000000;
                }
                p {
                        vertical-align:text-top;
                        text-align:left;
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 12px;
                        color:#000000;
                        margin: 0;
                        padding:0;
                }
                b {
                        font-size: 12px;
                        color:#000000;
                        font-weight: bold;
                }
