 /*** The Essential Code ***/

          * {font-size:100.01%;}



                body {
                        min-width: 680px;   /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
                        background:#FEEDB7; /* #FEEDB7; */
                        color:black;
                        font-family: arial, verdana, sans-serif;
                        font-size: 0.7em;
                        margin:0;
                        padding:0;
                }



                h1 {font-size:1.6em;font-weight:normal;}
                h2 {font-size:1.4em;font-weight:normal;}
                h3 {font-size:1.2em;font-weight:bold;}

                hr {border:1px dashed #A9501B;}

                li {text-align:left;}
                img {border:0;}
                textarea {font-size:1.5em;}


                ul#navigation {
                display:none;
                }
                ul#navigation li {
                list-style: none;
                display: inline;
                margin: 0; padding: 0;
                }

                ul#navigation a, ul#navigation span {
                float: left; width: 6em;
                margin: 0.4em; padding: 0.2em 1em;
                text-decoration: none; font-weight: normal;
                color: white; background: inherit;
                text-align:center;
                }

                * html ul#navigation a, * html ul#navigation span {
                width: 8em;
                }

                ul#navigation a:hover, ul#navigation span {
                color: white; background: inherit;
                text-decoration:underline;

                }

                ul#navigation div {
                clear: left;
                }

                #werbung {
                display:none;
                /*
                         background:#D7882C;
                         color:black;
                         padding:10px;
                         text-align:center;
                */
                }



                #container {

                        background:transparent;
                }



                #container .column {
                        position: relative;
                        float: left;
                }



                #center {
                        padding: 10px 20px;
                        width: 100%;
                }



                #left {
                display:none;
                }

                #left p{
                        text-align:left;

                }



                #right {
                display:none;
                }




                #footer {
                        clear: both;
                }



                /*** IE Fix ***/


                * html #left {
                        left: 200px;
                }



                /*** Equal-height Columns ***/



                #container {
                        overflow: hidden;
                }

                #container .column {
                        padding-bottom: 1001em;
                        margin-bottom: -1000em;
                }



                /*** Footer Fix ***/



                * html body {
                        overflow: hidden;
                }


                * html #footer-wrapper {
                        float: left;
                        position: relative;
                        width: 100%;
                        padding-bottom: 10010px;
                        margin-bottom: -10000px;
                 }



                /*** Same as body background ***/


                /*** Just for Looks ***/



                body {
                        margin: 0;
                        padding: 0;
                        /* background: #FEEDB7 url(spalte.jpg) 70px left repeat-x; */
                        background: #FEEDB7 url(spalte.jpg) top left repeat-x;


                }


                #main {
                        background: #FEEDB7 url(spalte.jpg) top left repeat-x;
                        color:inherit;
                }


                #header {
display:none;
                }

                #footer {
                        text-align: center;
                        padding: 0.2em 0;
                        background: #A9501B;
                        color:white;
                }

                #left {
                        background: transparent;

                }

                #left h3{
                background:#A9501B;
                color:white;
                padding:3px;
                margin:0;
                text-align:center;
                }

                .box {}



                #center {
                        background: transparent;
                }

                #center h3{
                background:#A9501B;
                color:white;
                padding:3px;
                margin:0;
                }

                #center h2{
                font-weight:bold;
                padding:0px 10px;
                }

                #center p{
                padding:0px 10px;
                text-align:justify;
                }

                #right {
                        background: transparent;
                }

                #right h3{
                background:#A9501B;
                color:white;
                padding:3px;
                margin:0;
                text-align:center;
                }

                #container .column {
                        padding-top: 0;
                        text-align: justify;
                }



fieldset {border:0;padding:0;margin:0;}

.pic {
padding-left:0px;
padding-right:17px;
padding-top:0px;
padding-bottom:12px;
background:white url(big_back.gif) no-repeat bottom left;
color:black;
float:left;
margin:5px;
border:0px outset black;
text-align:center;
}

.hoverbox
{

        list-style: none;


}

.hoverbox a {text-align:justify;}

.hoverbox a .preview
{
        display: none;
}

.hoverbox a:hover .preview
{
        display: block;
        position: absolute;
        top: -33px;
        left: -45px;
        z-index: 1;
}

.hoverbox img
{
        background: white;
        border-color: #aaa #ccc #ddd #bbb;
        border-style: solid;
        border-width: 0px;
        color: inherit;
        padding: 0px;
        vertical-align: top;
}

.hoverbox li
{
        background: transparent url(thumb_back2.gif) bottom right no-repeat;
        border-color: #ddd #bbb #aaa #ccc;
        border-style: solid;
        border-width: 0px;

        display: inline;
        float: left;
        margin: 0px;
        padding-right: 9px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 9px;
        position: relative;
        text-align:center;
}

.hoverbox .preview
{
        border-color: #000;
}



.nobr {
   white-space : nowrap;

}