@CHARSET "ISO-8859-1";

#main-content .sortable{
    margin-top: 15px;
}

#main-content .sortable th{
    /*background: url(/images/icons/button.png) repeat-x;*/
    text-align: left;
}
#main-content .sortable th:hover{
    /*background: #eeeeee;*/
}
#main-content .sortable a{
    color: #000;
    background: url(../../pics/content-templates/arrow.gif) no-repeat left;
    padding: 0 0 0 10px;
    text-decoration: none;
    font-size: 12px;
}

#main-content .sortable a:hover{
    text-decoration: underline;
}

#main-content .sortable th a{
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 2px;
    color: black;
    background: none;
}
#main-content .sortable span.ssort{
    padding-left: 16px;
    height: 5px;
}
#main-content .sortable span.sup{
    background: url(../../pics/content-templates/arrow_up.gif) no-repeat 5px 5px;
}
#main-content .sortable span.sdown{
    background: url(../../pics/content-templates/arrow_down.gif) no-repeat 5px 5px;
}

#main-content .sortable tr:nth-child(odd){
    background-color:transparent;
}
#main-content .sortable tr:nth-child(even){
    background-color:transparent;
}

#main-content #abc{
    margin-bottom: 5px;
}

#main-content #MooFlow {
    height: 326px;
    overflow-y: hidden;
}

#main-content #abc a, #main-content #abc span{
    background: none;
    padding: 3px 5px 3px 5px;
    /*margin-left: 1px;*/
    border-left: 1px solid #aaa;
}

#main-content #medialinks div{
    float: left;
    margin: 2px;
    padding: 5px;
    /*padding-right: 15px;*/
    border: 1px solid #aaa;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #ff6600;
    /*background: url(../../pics/content-templates/arrow.gif) no-repeat right;*/
}

#main-content #medialinks{
    /*border-right: 1px solid #aaa;*/
}

#main-content #medialinks div.active{
    background: #eee /*url(../../pics/content-templates/arrow.gif) no-repeat right*/;
}

#steckbrief {
    width: 211px;
    position: absolute;
    left: 800px;
    top: 202px;
    min-height: 400px;
    padding-bottom: 40px;
    background: #ececec url(../../pics/content-templates/right-background.jpg) no-repeat bottom;
}

#main-content #psearch {
    position: absolute;
    top: 560px;
    left: 527px;
    width: 241px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ececec;
    padding: 0px;
    font-size: 12px;
}

#main-content #psearch .textfield {
    width: 219px;
    border: 0px;
    background: #ececec;
    margin: 0px;
}

#main-content #psearch .searchbutton{
    background: #aaa;
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

