/* combined styles created by com.e7.swbi.stabi.CombineCss
 * at Mon Jan 19 13:11:52 CET 2009
 */
        /* 
         * Eingrenzen der Seitenbreite auf Papierformat
         */
        .wrapper {
                  width: 50.35em;
                 }
        /*
         * Topnavigation
         */
        .wrapper .topnavigation {
                display: none;
                }
        /*
         * Logo
         */
        .wrapper .logo img {
                display: none;
                }
        .wrapper .logo .logo img {
                display: block;
                margin-bottom: 1em;
                }
        /*
         * Header
         */
        .wrapper .breakingnews {
                display: none;
        }
        /* Three column layout
         * wrapper width: 63.35em;
         *         left column: 16.6em;
         *         middle column: 33.65em;
         *         right column: 13.1em;
         */
        .columnLayout {
                position: relative;
                }
                .columnLayoutWrapper {
                        position: relative;
                        background-color: #fff;
                        width: 100%;
                        border-left: none;
                        border-right: none;
                        }
                        .columnLayout .columnLeft {
                                display: none;
                                }
                        .columnLayout .columnRight {
                                display: none;
                                }
        /*
         * Content
         * class selector: .columnCenter
         * identifier: #content
         */
        .columnLayout .columnCenter * {
                color: #000 !important;
        }
        .columnLayout .columnCenter .breadcrump {
                margin: 0 0 1em 0;
                font-size: 95%;
        }
        .columnLayout .columnCenter h1 {
                margin: 0 0 .5em 0;
                font-size: 140%;
                width: 100%;
                clear: both;
        }
        .columnLayout .columnCenter h2 {
                margin: 0 0 .5em 0;
                font-size: 100%;
        }
        .columnLayout .columnCenter p {
                margin-bottom: 1.5em;
        }
        .columnLayout .columnCenter cite {
                display: block;
                word-spacing: .3em;
                line-height: 1.5em;
                margin-bottom: 1em;
        }
        .columnLayout .columnCenter table {
                margin-bottom: 1em;
                }
                .columnLayout .columnCenter table tr td {
                        padding-left: .5em;
                        padding-right: .5em;
                }
        .columnLayout .columnCenter a.toplinkInline {
                display: block;
                margin-bottom: 1.5em;
                padding-left: 2em;
                text-decoration: none;
                color: #333;
                background: url(/objects/button_top.gif) left top no-repeat;
                }
        .columnLayout .columnCenter a.more {
                padding-left: 1.3em;
                background: url(/objects/button_more.gif) left center no-repeat;
                }
        .module {
                margin-bottom: 1em;
                padding-bottom: 1em;
                border-bottom: 1px solid #000;
        }
        /*
         * Footer
         */
                .wrapper .footer .supportnavigation {
                        display: none;
                }

 .columnLayout .columnCenter .moduleSitemap li a {
                        background: #EEF5F9;
                        display: block;
                        padding: .2em .0em;
                        border-bottom: 1px solid #114880;
                        color: #fff;
                        font-weight: bold;
                        text-decoration: none;
                        margin: 0 .5em;
                        }
