@CHARSET "UTF-8";

.wrapper {
    
    margin: 0 auto;
}

.top a img {
    position: relative;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

.outer {
    border-left-width: 0px;  /* left column width */
    border-right-width: 0px; /* right column width */
    border-right-color: transparent; /* right column width */
}

.left {
    width: 950px;              /* left column width */
}

.right {
    width: 240px;              /* right column width */
    margin-right: -240px;      /* _negative_ right column width */
}

.outer {
    width: auto;
    border-left-style: solid;
    border-right-style: solid;
    height: 100%;
}

.inner {
    margin: 0;
    width: 100%;
}

.left {
    position: relative;
    z-index: 15;
}

.right {
    float: left;
    position: relative;
    z-index: 11;
}

.center {
    float: left;
    width: 100%;
    position: relative;
    z-index: 12;
    margin-left: 0px;
}

.wide {
    width: 100%;
    position: relative;
    z-index: 13;
}

.clear {
    clear: both;
}

/* Mozilla code */
.outer > .inner {
    border-bottom: 1px solid transparent;
    min-height: 560px;
}

/* static nav code */
.footer, a.onit, a.onit:visited, a.onit:focus, a.onit:active {
    text-decoration: none;
    font-size: 9px;
}





/* begin fucking IE-HACKs */
* html .fldort {
    margin-left: 10px;
}
/* end HACK */

textarea, input {
    vertical-align: top;
}

.pulldown {
    position: relative;
    width: 373px;
    max-width: 373px;
    text-align: center;
}

.anzeigecontainer img {
    min-width: 240px;
    max-width: 240px;
}


