/* CSS www.parkhotel-altenburg.de */

        /* Allgemeine Grundeinstellungen */
                html, body {
                margin: 0;
                }
                body {
                        background-color:#FFF3DB;
                        text-align: left;
                        color:#612A00;
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:12px;
                }
        /* Positionierer*/
                .boxAlle {
                        width:990px;
                        height:100%;
                   /*     background-color:#ECECEC;*/
                   /*     background-image:url(images/hg.gif); */
                        background-repeat:repeat;
                        border-right: 1px solid #A25013;
                        border-left: 1px solid #A25013;
                }
                .boxKopf {
                        float:left;
                        height:150px;
                        width:990px;
                        background-color:#F2CC80;
                        text-align: left;
                        vertical-align:bottom;
                }
                .boxKopfre {
                        float:left;
                        height:150px;
                        width:203px;
                        text-align:right;
                        border-right: 1px solid #A25013;
                        background-image:url(images/hg_obenrechts.jpg);
                        background-repeat:no-repeat;
                        padding: 10px 5px 0px 0px;
                        line-height: 19px;
                }
                .boxKopfhaupt {
                        float:left;
                        height:150px;
                        width:787px;
                        border-right: 1px solid #A25013;
                        background-image:url(images/hg_obenhaupt.jpg);
                        background-repeat:no-repeat;
                        padding:12px 0px 0px 5px;
                }
                .boxLeiste {
                        float:left;
                        background-image:url(images/hgleiste.gif);
                        background-repeat:repeat;
                        height: 20px;
                        width:990px;
                        border-top: 1px solid #A25013;
                        border-bottom: 1px solid #A25013;
                }
                .boxMitte {
                        float:left;
                        height:400px;
                        width:990px;
                        background-image:url(images/hg_content.gif);
                        background-repeat:repeat;
                }
                .boxMitteA {
                        float:left;
                        height:400px;
                        width:990px;
                        background-image:url(images/hg_content.gif);
                        background-repeat:repeat;
                }
                .boxMitteB {
                        float:left;
                        min-height:400px;
                        width:990px;
                        background-image:url(images/hg_content.gif);
                        background-repeat:repeat;
                }
                .boxLinks {
                        float:left;
                        height:420px;
                        width:203px;
                        border-right: 1px solid #A25013;
                        background-image:url(images/hg_links.jpg);
                        background-color:#FFD57F;
                        background-repeat:no-repeat;
                        padding: 20px 0px 0px 0px;
                }
                .boxLink {
                        float:left;
                        text-align:right;
                        width:203px;
                        height:29px;
                        background-image:url(images/hg_brett.jpg);
                        background-repeat:no-repeat;
                        padding: 5px 10px 0px 0px;
                }
                .boxLinkUnter {
                        float:left;
                        text-align:right;
                        background-color:#FED47E;
                        width:203px;
                        height:25px;
                        padding: 4px 10px 0px 0px;
                        border-bottom: 1px solid #FFDB93;
                }
                .boxContent {
                        float:left;
                        height:420px;
                        width:785px;
                        background-image:url(images/hg_content.jpg);
                        background-repeat:no-repeat;
                        padding: 20px;
                }
                .boxFormular {
                        float:left;
                        min-height:450px;
                        width:745px;
                        background-image:url(images/hg_content.jpg);
                        background-repeat:no-repeat;
                        padding: 20px
                }






        /* Links*/
                 a {
                        text-decoration:none;
                        color:#A25013;
                        font-weight:bold;
                 }
                 a:hover {
                        text-decoration:none;
                        color:#FFF3DB;
                        font-weight:bold;
                 }
                 .boxLink a {
                        color:#A25013;
                        font-weight:bold;
                        font-size: 14px;

                 }
                 .boxLink a:hover {
                        color:#FFF3DB;
                        font-weight:bold;
                        font-size: 14px;
                        background-image:none;
                        text-decoration:none;
                 }












        /* Zeichenformate */
                /* Absaetze */







        /* Sonderformate */

                td {
                        vertical-align:top;
                        /*text-align:left;*/
                        font-family:Arial, Helvetica, sans-serif;
                        font-size: 12px;
                        color:#000000;
                }
                b {
                        color:#000000;
                        font-weight: bold;
                }
                /* Ueberschriften */
                h1, h2, h3, h4, h5 {
                        text-align:left;
                        font-weight:bold;
                }
                h1 {
                        margin:0px 0px 58px 0px;
                        padding: 6px 10px 4px 10px;
                        border-top: 1px solid #FFC100;
                        line-height:18px;
                        font-size:13px;
                        color:#FFFFFF;
                        background-color:#000000;
                }



        /* Formulare */
                form {
                        margin:0;
                        padding:0;
                }
                 input.button {
                         float:left;
                        border-top:none;
                        border-right:none;
                        border-bottom:none;
                         border-left: 1px solid #FFC100;
                        padding:2px 8px;
                        margin-left:15px;
                        background-image:none;
                        background-color:#AB1315;
                        color:#FFFFFF;
                        font-family:Verdana, Arial, Helvetica, sans-serif;
                        font-size:11px;
                }
                 input.button:hover {
                         border-left: 1px solid #000000;
                        background-image:none;
                        background-color:#FFC100;
                        color:#000000;
                }
