/* Buttons */

.btn-std {
    background-color: #004c8d;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: HelveticaNeue;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    padding: 6px 12px;
    position: relative;
    text-align: left;
    width: 200px;
 }

 .btn-icon-arrow-right:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ffffff;
    content: "";
    float: right;
    height: 0;
    line-height: 28px;
    margin-left: 40px;
    margin-top: 9px;
    position: absolute;
    right: 15px;
    width: 0;
}

/* chozen styling is in an extra file */

.filters {
    text-align: center;
}

.filters .wrapper {
    display: inline-block;
    text-align: left;
}

.filters select {
    min-width: 200px;
}

/* Ordering select */
.ordering-box {
    margin-top: 30px;
    width: 400px;
}

.formelement.small.noborder select {

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent url(../images/triangle-down.png) right 10px top 5px no-repeat;
    border-radius: 0;
    border: none;
    color: #9a9a9a;
    font-size: 13px;
    height: 20;
    padding-right: 25px;
    text-indent: 0.01px;
    text-overflow: '';
}


/* Content Bereich */
#mainbody {
    background-color: #edf2f7;
}

#mainbody #content-area, #mainbody #message-component {
    margin: 50px auto;
    max-width: 960px;
}

#mainbody #content-area h2 {
    line-height: 100%;
    margin-bottom: 29px;
}
#mainbody table.category {
    margin-top: 5px;
    width: 100%;
}

#mainbody table.category tr {
    border-top: 1px solid #cdd9e5;
}

#mainbody table.category tr:last-child {
    border-bottom: 1px solid #cdd9e5;
}


#mainbody table.category tr td a {
    text-decoration: underline;
}

#mainbody table.category tr td {
    color: #4a4a49;
    font-size: 15px;
    line-height: 22px;
    padding: 22px 7px;
}


#mainbody table.category tr td.item-squaremeter {
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

#mainbody table.category tr td.item-title {
}

#mainbody table.category tr td.item-video a {
    color: #e54136;
}

#mainbody table.category tr td.item-new {
    color: #e54136;
    font-weight: bold;
}

#mainbody table.category tr td.item-data {
    white-space: nowrap;
}

#mainbody table.category tr td.item-files {
    padding-right: 15px;
    white-space: nowrap;
}

@media (max-width: 780px) {

    fieldset.filters {
        text-align: center;
    }

    fieldset.filters .wrapper {
        display: inline;
    }

    fieldset.filters .wrapper .chzn-container,
    fieldset.filters .wrapper #submitfilter
    {
        margin: 0 20px 10px 20px;
    }
}

@media (max-width:620px) {


    #mainbody table.category tr td {
        display: block;
        padding: 10px 15px;
        position: relative;
        width: 100%;
    }

    #mainbody table.category tr td.item-new,
    #mainbody table.category tr td.item-squaremeter,
    #mainbody table.category tr td.item-data,
    #mainbody table.category tr td.item-files
    {
        display: inline-block;
        width: 50%;
    }

}

/* Spaces table */
#mainbody table.category.long tr.rowhide {
    display: none;
}

#mainbody table.category tfoot {
    display: none;
}

#mainbody table.category.long tfoot {
    display: table-footer-group;
}

#mainbody table.category tfoot tr {
    border-bottom: none !important;
}

#mainbody table.category tfoot tr a {
    text-decoration: none;
}

#mainbody table.category tfoot tr a:hover {
    color: white;
}
